aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-10Allow Soongs/blueprint's microfactory build starlark-go am: 9ff3db46c2android-s-beta-5android-s-beta-4android-s-beta-3android-s-beta-5android-s-beta-4Sasha Smundak
2021-04-09Allow Soongs/blueprint's microfactory build starlark-goandroid-s-beta-2android-s-beta-1Sasha Smundak
2021-03-31Export starlark-test, reformat. am: 949fa76edcSasha Smundak
2021-03-14Export starlark-test, reformat.Sasha Smundak
2021-03-01[LSC] Add LOCAL_LICENSE_KINDS to external/starlark-go am: c1178f37dcplatform-tools-31.0.2platform-tools-31.0.1Bob Badour
2021-02-26[LSC] Add LOCAL_LICENSE_KINDS to external/starlark-goBob Badour
2021-02-24Add Android.bp to build starlark-go modules am: cb4dba6bd6Sasha Smundak
2021-02-24Add the files required for the imported software am: e142ffe179Sasha Smundak
2021-02-24Import from upstream. am: 2ba90398f8Sasha Smundak
2021-02-17Add Android.bp to build starlark-go modulesSasha Smundak
2021-02-17Add the files required for the imported softwareSasha Smundak
2021-02-17Import from upstream.Sasha Smundak
2021-02-12starlark: add 'bytes' data type, for binary strings (#330)alandonovan
2021-02-08syntax: support setting initial line/col for scanner (#349)alandonovan
2021-01-26Remove an unused Thread in the sequential load example (#345)Xùdōng Yáng
2021-01-25starlark: fix bug in int(string, base=int) (#344)alandonovan
2021-01-22testdata: s/blacklist/blocklist/g per Google policy (#343)alandonovan
2021-01-22starlark: report "uninitialized cell" errors gracefully (#341)alandonovan
2021-01-22spec: remove more stale implementation notes (#342)alandonovan
2021-01-21resolver: make -nesteddef and -lambda always on (#328)alandonovan
2021-01-19doc/spec.md: fix mistake regarding sign of x % y (#339)alandonovan
2021-01-19Add functionality for parsing floats (#338)James Johnson
2021-01-17Fix: Immutability of Int is broken by BigInt method (#332) (#333)Germán Fuentes Capella
2021-01-13starlark: avoid constants > 1<<32 in tests (#336)alandonovan
2020-12-10starlark: add AsInt helper function for unpacking values to Go ints (#329)alandonovan
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