aboutsummaryrefslogtreecommitdiff
path: root/resolve
AgeCommit message (Expand)Author
2021-01-21resolver: make -nesteddef and -lambda always on (#328)alandonovan
2020-11-13starlark: disallow keyword argument after *args (#317)alandonovan
2020-11-11starlark: bring floating-point into spec compliance (#313)alandonovan
2020-07-21starlark: permit assigments to () and [] (#294)alandonovan
2020-06-09spec: load statements may not be nested in any other statement (#276)alandonovan
2019-10-21resolve: retain globals across REPL chunks (#247)alandonovan
2019-08-19starlark,resolve,internal/compile: replace log.Fatalf with log.Panicf (#235)Alessandro Arzilli
2019-06-04resolve: move resolver types to resolver package (#211)alandonovan
2019-04-03resolve: load statements now create local bindings (#178)alandonovan
2019-03-11resolve: add aliases for Binding and Scope (#173)alandonovan
2019-03-08starlark: capture free variables by reference (#172)alandonovan
2019-03-08syntax: expose Binding concept (#171)alandonovan
2019-02-15Support required keyword-only parameters (#151)alandonovan
2019-02-13Support keyword-only function parameters (#143)Alan Donovan
2019-02-06resolve: report likely identifier misspellings (#138)alandonovan
2019-02-04starlark: add simple check for misspelled attributesAlan Donovan
2019-01-30resolve: enable bitwise (& | ~ ^ << >>) operators always (#123)Alan Donovan
2019-01-23resolve: disallow augmented assignments at toplevel (#125)alandonovan
2019-01-02Merge pull request #77 from google/optionsJay Conrod
2019-01-01resolve: check number of args (#82)Josh Bleecher Snyder
2018-12-18starlark: permit if/for/while at toplevel if -globalreassignAlan Donovan
2018-12-14resolve: statically reject duplicate keyword args in a call (#72)alandonovan
2018-12-12resolve: improve function parameter validation errors (#64)alandonovan
2018-12-07Add while statement and allow recursion (#39)Alessandro Arzilli
2018-11-26resolve: if AllowGlobalReassign (#14)alandonovan
2018-11-21all: use explicit URLs to refer to old Starlark issues (#20)alandonovan
2018-11-01add docs/PKG/index.html redirects and import commentsAlan Donovan
2018-10-31rename packages under go.starlark.netAlan Donovan
2018-10-23rename skylark -> starlarkAlan Donovan
2018-08-22resolve: a non-binding use of a global may precede its binding (#123)alandonovan
2018-08-10resolve: fix bug in resolve.block.String (#121)alandonovan
2018-08-09Add missing bitwise ops: xor, unary not (~), and shifts (#117)Hittorp
2018-04-04remove PACKAGE_NAME hack (#100)alandonovan
2018-03-30resolver: resolve operand of first 'for' clause in enclosing block (#96)alandonovan
2018-03-13Remove predeclared names from the module globals dict (#86)alandonovan
2018-02-26Add new node ParenExpr (#65)Laurent Le Brun
2018-02-22Attach comments to AST nodes. (#64)Laurent Le Brun
2017-11-28resolve: add missing check for order of parameters and argumentsAlan Donovan
2017-11-10universe: remove freeze(x) built-in function (#42)alandonovan
2017-10-20syntax: make 'load' a reserved word (#31)alandonovan
2017-10-11resolve: clarify is{PredeclaredGlobal,Builtin} parameters (#11)alandonovan
2017-10-02skylark: create GitHub repository from google3@170697745Alan Donovan