aboutsummaryrefslogtreecommitdiff
path: root/internal/compile/codegen_test.go
AgeCommit message (Expand)Author
2019-05-28internal/compile: opt: emit a combined tuple for defaults + freevars (#203)alandonovan
2018-12-17starlark: API additions for improved debugging (#76)alandonovan
2018-10-31rename packages under go.starlark.netAlan Donovan
2018-10-23rename skylark -> starlarkAlan Donovan
2018-04-02compile: add test update missing from previous CL (#99)alandonovan
2018-04-02compile: optimize a+b statically for literal string/list/tuple (#97)alandonovan