aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-29fix: add special case error when a parameter/index overflows int (#305)tdakkota
2020-09-01spec: clarify resolution of undefined names (#303)alandonovan
2020-08-21starlark: support thread cancellation and limits on computation (#298)alandonovan
2020-08-04spec: clarify scope rules for comprehensions (#299)alandonovan
2020-07-23fix: mmap failure on linux after the android fix (#297)Felix Yan
2020-07-22fix: cause `mmap: bad file descriptor` on android (#295)Kr328
2020-07-21starlark: permit assigments to () and [] (#294)alandonovan
2020-07-06starlark: use syscall.Mmap to avoid golang.org/x/sys dependency (#287)alandonovan
2020-07-06starlarktest: fix typo in comment (#288)alandonovan
2020-07-06starlark: disable int optimization in iOS, which doesn't support mmap (#291)alandonovan
2020-07-06starlark: fix typo in UnpackArgs doc commentalandonovan
2020-07-06starlark: add examples of UnpackArgs (#289)alandonovan
2020-06-19starlark: fix tests for 386 (#283)alandonovan
2020-06-17int: reduce allocation by representing small ints as pointers (#280)alandonovan
2020-06-17Avoid defensive copy in CALL operator when callee is a Starlark function (#281)alandonovan
2020-06-15Test with Go 1.14 (#269)Alexey Palazhchenko
2020-06-15syntax: permit \" and \' escapes in both "..." and '...' literals (#279)alandonovan
2020-06-11starlarkjson: a standard JSON module for Starlark (#179)alandonovan
2020-06-11starlark: work around vet false positive (#277)alandonovan
2020-06-09spec: load statements may not be nested in any other statement (#276)alandonovan
2020-05-19Support for type-specific unpack logic (#272)Nick Santos
2020-03-29repl: remove stale TODOalandonovan
2020-03-26syntax: fix scanString bug affecting REPL (#266)alandonovan
2020-03-26syntax: strict string escapes (#265)alandonovan
2020-03-06starlark: built-in types map of *Builtin (#264)Edward McFarlane
2020-03-05syntax: permit trailing commas in all function defs and calls (#263)alandonovan
2020-02-03clarify discussion of nil (#262)alandonovan
2020-02-03Add godoc documentation badge (#261)Paul Cody Johnston
2020-01-25Move Travis CI badge to the top of file [skip ci] (#257)Misha Brukman
2020-01-25Fix ineffective assignments (#258)Misha Brukman
2020-01-25Also run tests with Go 1.12.x and 1.13.x (#259)Misha Brukman
2019-12-27Add syntax highlighting to the readme file (#255)Artur Dryomov
2019-12-18spec: document string conversion differencesalandonovan
2019-12-02.travis.yml: test that module is tidy (#254)Jay Conrod
2019-12-02go.mod: init Go module (#243)Koichi Shiraishi
2019-12-01spec: document 3-arg getattralandonovan
2019-11-27doc: three minor tweaks to specalandonovan
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