aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2018-11-02starlark: fix bugs in str.{title,capitalize} (#3)alandonovan
2018-10-31rename packages under go.starlark.netAlan Donovan
2018-10-23rename skylark -> starlarkAlan Donovan
2018-08-22resolve: a non-binding use of a global may precede its binding (#123)alandonovan
2018-08-09spec: add ~ to list of punctuation tokens, and reorganize (#119)alandonovan
2018-08-09Add missing bitwise ops: xor, unary not (~), and shifts (#117)Hittorp
2018-07-10trivial test changeAlan Donovan
2018-06-25string.{starts,ends}with: allow tuple-of-string argument, like Python (#110)alandonovan
2018-06-01spec: fix two copy/paste errors (#107)alandonovan
2018-03-30resolver: resolve operand of first 'for' clause in enclosing block (#96)alandonovan
2018-03-29string: rename iterator methods again (#94)alandonovan
2018-03-28spec: fix typoalandonovan
2018-03-26int: document optional + or - sign (#93)alandonovan
2018-03-19evaluator: make "x in mapping" ignore errors from Mapping.Get (#90)alandonovan
2018-03-19skylark: reject int() with no arguments (#89)alandonovan
2018-03-17spec: update stale example that relied on iterable stringsalandonovan
2018-03-13Remove predeclared names from the module globals dict (#86)alandonovan
2018-03-10spec: s/subsequence/sub-sequence/alandonovan
2018-03-06grammar: fix two problems with CallSuffix (#82)alandonovan
2018-03-05string: rename {split_,}bytes methods to {split_,}elems (#77)alandonovan
2018-02-26Revert "eval: remove deprecated dict+dict operator (#54)" (#71)alandonovan
2018-02-09Update grammar (#61)Laurent Le Brun
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-11-29Fix typo (#47)Yusei Yamanaka
2017-11-10universe: remove freeze(x) built-in function (#42)alandonovan
2017-11-10doc/spec.md: minor correctionsAlan Donovan
2017-11-01string.{,r}split: make sep=None behave like Python (#35)alandonovan
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-18sorted, cmp: follow Python-3 (#28)alandonovan
2017-10-18skylark: range(...) no longer materializes the sequence as a list (#25)alandonovan
2017-10-16doc/impl.md: minor tweaksAlan Donovan
2017-10-09spec: delete copypasta; add Indexable exampleAlan Donovan
2017-10-02doc/impl: struct, freeze, iteratorAlan Donovan
2017-10-02README: add note on Stability. Also, TOC for impl.mdAlan Donovan
2017-10-02README: place anchors before headingsAlan Donovan
2017-10-02spec: add ToC and links that work in GitHub markdownAlan Donovan
2017-10-02skylark: create GitHub repository from google3@170697745Alan Donovan