aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-08lib/proto: a Starlark package for protobuf processing (#318)alandonovan
2020-12-04ci: Add support for go 1.15.x to .travis.yml (#325)Tim Bart
2020-12-02starlark: add parameter to bench_xyz(b) benchmark functions (#323)alandonovan
2020-11-18starlark: use portable syscall wrapper for mmap (#321)alandonovan
2020-11-18starlark: skip last frame of stack backtrace if built-in (#319)alandonovan
2020-11-13starlarkjson: sort dict keys (#316)alandonovan
2020-11-13starlark: disallow keyword argument after *args (#317)alandonovan
2020-11-11spec: remove stale implementation notes (#315)alandonovan
2020-11-11starlark: disallow None < None comparisons (#314)alandonovan
2020-11-11starlark: bring floating-point into spec compliance (#313)alandonovan
2020-10-26Initial empty repositoryInna Palant
2020-10-14spec: fix typo in raw string example (#311)alandonovan
2020-10-06starlark: fix float % float bug (#308)alandonovan
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