aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-05eval: document that Thread.Locals are accessible to Go, not Skylark (#78)alandonovan
2018-03-05string: rename {split_,}bytes methods to {split_,}elems (#77)alandonovan
2018-03-02syntax: add (*LoadStmt).ModuleName accessor method, for convenience (#76)alandonovan
2018-02-28skylarkstruct: implement to_proto (#73)alandonovan
2018-02-26Revert "eval: remove deprecated dict+dict operator (#54)" (#71)alandonovan
2018-02-26getattr: return the default value if Attr returns an error (#72)alandonovan
2018-02-26eval: allow 'list += x' where x is not iterable but defines list+x (#70)alandonovan
2018-02-26skylarkstruct: several fixes (#69)alandonovan
2018-02-26eval: add comment on Thread.Load (#66)alandonovan
2018-02-26testdata/int: add testcase (#67)alandonovan
2018-02-26testdata/string: add len testcase (#68)alandonovan
2018-02-26Add new node ParenExpr (#65)Laurent Le Brun
2018-02-22Attach comments to AST nodes. (#64)Laurent Le Brun
2018-02-09Update grammar (#61)Laurent Le Brun
2018-01-22Syntax: support multiprecision integer literals (#58)Mohamed Elqdusy
2018-01-16parser: fix precedence of nested 'if' clauses in list comprehensions (#55)alandonovan
2018-01-10remove extra "was" (#56)Shan Gao
2018-01-08Support binary integers: 0b1101 literals and int("0b1101", 0) (#52)Mohamed Elqdusy
2018-01-08eval: remove deprecated dict+dict operator (#54)alandonovan
2017-12-31README: -lambda flag no longer needed by examplealandonovan
2017-12-22repl: factor the REPL into a separate package (#50)alandonovan
2017-11-29Fix typo (#47)Yusei Yamanaka
2017-11-28string.format: handle "}}" and "{-0}" correctly (#46)alandonovan
2017-11-28resolve: add missing check for order of parameters and argumentsAlan Donovan
2017-11-16remove executable accidentally committed (#43)Alan Donovan
2017-11-10REPL: add welcome message with doc URL (#41)alandonovan
2017-11-10universe: remove freeze(x) built-in function (#42)alandonovan
2017-11-10fix vet errors revealed by tip "go test" (#40)alandonovan
2017-11-10doc/spec.md: minor correctionsAlan Donovan
2017-11-10implement readline in repl (#39)Daniel, Dao Quang Minh
2017-11-01string.{,r}split: make sep=None behave like Python (#35)alandonovan
2017-10-31Reverse split (#23)Garrett Squire
2017-10-27syntax: fix scanner position reporting (#34)Ariel Mashraki
2017-10-20print: the application determines what happens to print's output (#32)alandonovan
2017-10-20syntax: make 'load' a reserved word (#31)alandonovan
2017-10-19builtin: rename type to "builtin_function_or_method" (#30)alandonovan
2017-10-19set: in x|y, require that y is a set if x is a set (#29)alandonovan
2017-10-18skylark: zip: support iterables of unknown length (#24)kostya-sh
2017-10-18sorted, cmp: follow Python-3 (#28)alandonovan
2017-10-18skylark: range(...) no longer materializes the sequence as a list (#25)alandonovan
2017-10-17doc comments: refer to specification of Skylark, not Bazel or Python (#26)alandonovan
2017-10-17skylark: do not leave zip arguments frozen (#5)kostya-sh
2017-10-16doc/impl.md: minor tweaksAlan Donovan
2017-10-11Fix tiny vet error (#20)Jay Conrod
2017-10-11parser: clarify comment re: NEWLINE (#14)alandonovan
2017-10-11UnpackArgs: permit parameters of user-defined Value subtypes (#12)alandonovan
2017-10-11cmd/skylark: process a single-line load statement without delay (#13)alandonovan
2017-10-11resolve: clarify is{PredeclaredGlobal,Builtin} parameters (#11)alandonovan
2017-10-10Merge branch 'master' of https://github.com/google/skylarkAlan Donovan
2017-10-10README: add Travis CI linkAlan Donovan