aboutsummaryrefslogtreecommitdiff
path: root/go.mod
AgeCommit message (Expand)Author
2021-02-12starlark: add 'bytes' data type, for binary strings (#330)alandonovan
2020-12-08lib/proto: a Starlark package for protobuf processing (#318)alandonovan
2020-11-18starlark: use portable syscall wrapper for mmap (#321)alandonovan
2020-11-11starlark: bring floating-point into spec compliance (#313)alandonovan
2020-07-06starlark: use syscall.Mmap to avoid golang.org/x/sys dependency (#287)alandonovan
2020-06-17int: reduce allocation by representing small ints as pointers (#280)alandonovan
2019-12-02go.mod: init Go module (#243)Koichi Shiraishi