aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-13Adding support for Bazel test to use DataFile (#251)Brandon Bercovich
2019-10-21resolve: retain globals across REPL chunks (#247)alandonovan
2019-10-18starlark: load() errors should wrap the inner error (#244)Nick Santos
2019-10-16spec: fix a broken link (#245)Nick Santos
2019-09-19Merge pull request #242 from google/doc-typeAlan Donovan
2019-09-19doc: fix typoalandonovan
2019-08-20syntax: add some scanner test cases (#237)alandonovan
2019-08-19starlark,resolve,internal/compile: replace log.Fatalf with log.Panicf (#235)Alessandro Arzilli
2019-08-08Update dialect differences (#230)Marwan Tammam
2019-07-16starlark: assert precondition of Function.Param (#229)alandonovan
2019-07-16Fix a typo (#227)Vladimir Moskva
2019-07-12cmd/starlark: -disassemble flag causes compiler to print disassembly (#207)alandonovan
2019-07-11repl: treat load bindings as global in the REPL (#226)alandonovan
2019-07-11spec: add '0' as valid decimal_lit (#223)Robin Eklind
2019-07-09Fix rstrip/lstrip spec examples (#221)Marwan Tammam
2019-07-02starlark: refactor: move Unpack functions into their own file. (#218)alandonovan
2019-07-02starlark: add example of Starlark built-in function in Go (#217)alandonovan
2019-06-04resolve: move resolver types to resolver package (#211)alandonovan
2019-05-28starlark: add a fail function (#210)alandonovan
2019-05-28internal/compile: record column information for each PC offset (#204)alandonovan
2019-05-28syntax: drop legacy (0644) octal literals (#205)alandonovan
2019-05-28syntax: make ParseExpr accept unparenthesized tuples (#206)alandonovan
2019-05-28doc: print: drop mention of kwargs (#209)alandonovan
2019-05-28internal/compile: opt: emit a combined tuple for defaults + freevars (#203)alandonovan
2019-05-17starlark: document failed attempts to optimize frame allocation (#202)alandonovan
2019-05-15internal/compile: optimize Funcode.Position (#201)alandonovan
2019-05-14hash: allow only strings, and use same algorithm as Starlark-in-Java (#198)alandonovan
2019-05-14doc: mention reproducibility as a core feature (#199)alandonovan
2019-05-06starlark: remove deprecated Frame type (#193)alandonovan
2019-05-03doc: document string.{,l,r}strip parameter (#196)alandonovan
2019-05-03starlark: improve error message from UnpackArgs (#194)alandonovan
2019-04-19starlark: new CallStack API (and Frame deprecation) (#192)alandonovan
2019-04-19starlark: include name of built-in function in errors it returns (#191)alandonovan
2019-04-11cmd/starlark: add Go memory profiling support (#190)Josh Bleecher Snyder
2019-04-10README: add import to examplealandonovan
2019-04-10README: fix URLalandonovan
2019-04-10README: add example of embedding (#189)alandonovan
2019-04-05starlark/profile: use real time (not monotonic) clock for Profile.time (#187)alandonovan
2019-04-04starlark: return EvalErr for errors originating in built-ins (#188)alandonovan
2019-04-03resolve: load statements now create local bindings (#178)alandonovan
2019-04-03starlark: a simple pprof-compatible execution-time profiler (#181)alandonovan
2019-04-02starlark: NewDict(n) creates a dict with space for n elements (#183)alandonovan
2019-04-01starlark: make dir return a sorted list (#182)alandonovan
2019-03-18starlark: add spell checking to load statement (#177)alandonovan
2019-03-12starlark: report name of failing function (#174)alandonovan
2019-03-11resolve: add aliases for Binding and Scope (#173)alandonovan
2019-03-08starlark: capture free variables by reference (#172)alandonovan
2019-03-08syntax: expose Binding concept (#171)alandonovan
2019-03-02starlark: correct writeValue docs (#167)Josh Bleecher Snyder
2019-03-02travis: bump to Go version 1.10 (#164)Josh Bleecher Snyder