aboutsummaryrefslogtreecommitdiff
path: root/value.go
AgeCommit message (Expand)Author
2018-03-30skylark: byte code compiler and interpreter (#95)alandonovan
2018-03-29string: rename iterator methods again (#94)alandonovan
2018-03-23evaluator: replace Function.Syntax method with accessors (#92)alandonovan
2018-03-19evaluator: make "x in mapping" ignore errors from Mapping.Get (#90)alandonovan
2018-03-13Remove predeclared names from the module globals dict (#86)alandonovan
2018-03-06eval: optimize string==string comparisons, which appear in profiles (#83)alandonovan
2018-03-05str: print Go nil values gracefully (#80)alandonovan
2018-03-05string: rename {split_,}bytes methods to {split_,}elems (#77)alandonovan
2017-10-19builtin: rename type to "builtin_function_or_method" (#30)alandonovan
2017-10-17doc comments: refer to specification of Skylark, not Bazel or Python (#26)alandonovan
2017-10-02skylark: create GitHub repository from google3@170697745Alan Donovan