aboutsummaryrefslogtreecommitdiff
path: root/starlark/interp.go
AgeCommit message (Expand)Author
2021-01-22starlark: report "uninitialized cell" errors gracefully (#341)alandonovan
2020-08-21starlark: support thread cancellation and limits on computation (#298)alandonovan
2020-06-17Avoid defensive copy in CALL operator when callee is a Starlark function (#281)alandonovan
2019-10-18starlark: load() errors should wrap the inner error (#244)Nick Santos
2019-05-28internal/compile: opt: emit a combined tuple for defaults + freevars (#203)alandonovan
2019-05-17starlark: document failed attempts to optimize frame allocation (#202)alandonovan
2019-05-06starlark: remove deprecated Frame type (#193)alandonovan
2019-04-19starlark: new CallStack API (and Frame deprecation) (#192)alandonovan
2019-04-04starlark: return EvalErr for errors originating in built-ins (#188)alandonovan
2019-04-03starlark: a simple pprof-compatible execution-time profiler (#181)alandonovan
2019-03-18starlark: add spell checking to load statement (#177)alandonovan
2019-03-08starlark: capture free variables by reference (#172)alandonovan
2019-02-15Support required keyword-only parameters (#151)alandonovan
2019-02-06starlark: minor cleanup in (*Function).CallInternal (#140)alandonovan
2019-01-04starlark: add IterableMapping, abstraction of *Dict (#100)alandonovan
2019-01-03starlark: remove unused parameters (#88)alandonovan
2018-12-17starlark: API additions for improved debugging (#76)alandonovan
2018-12-07Add while statement and allow recursion (#39)Alessandro Arzilli
2018-11-02starlark: disallow list element update during iteration over list (#2)alandonovan
2018-10-31rename packages under go.starlark.netAlan Donovan
2018-10-31put skylark package in a subdirectoryAlan Donovan