aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/syntax/FunctionTest.java
Commit message (Expand)AuthorAge
* Optimize GC churn of parameter bindings performed before each user defined fu...Gravatar nharmata2018-03-08
* Remove old flags.Gravatar laurentlb2018-02-16
* incompatible_disallow_keyword_only_args now defaults to trueGravatar laurentlb2017-09-07
* Remove testFunctionListArgumentsAreImmutable and testFunctionDictArgumentsAre...Gravatar vladmos2017-09-01
* Minor refactor of UserDefinedFunction constructor, accessorsGravatar brandjon2017-08-23
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Rename some --incompatible_* flags to be more specificGravatar brandjon2017-05-08
* Add the flag --incompatible_keyword_only_syntax to forbid keyword-only syntax.Gravatar laurentlb2017-05-04
* Raise error in function calls when star argument is not iterableGravatar Laurent Le Brun2017-02-20
* Minor improvements to error messages.Gravatar Laurent Le Brun2017-01-04
* Cleanup in error messages, try to improve consistency.Gravatar Laurent Le Brun2017-01-03
* Add a new AST node for augmented assignments in SkylarkGravatar Vladimir Moskva2016-12-19
* Roll forward fix of global var shadow detectionGravatar Jon Brandvein2016-08-12
* Rollback of commit 6aa2f64045d390f4da77d396cd3fcbe1c44a98c1.Gravatar Chris Parsons2016-08-11
* Fix Environment.Continuation's tracking of global variablesGravatar Jon Brandvein2016-08-05
* Assert the specific type of event, not just the existence of any event.Gravatar Ulf Adams2015-10-22
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Open source some skylark tests.Gravatar Han-Wen Nienhuys2015-09-22
* Move global objects to RuntimeGravatar Francois-Rene Rideau2015-08-31
* Simplify Skylark testsGravatar Francois-Rene Rideau2015-04-13
* Reorder arguments to BuiltinFunction-sGravatar Francois-Rene Rideau2015-03-31
* New class hierarchy for Skylark functionsGravatar Francois-Rene Rideau2015-03-20
* Some more cleanup.Gravatar Ulf Adams2015-03-10
* Convert rest of syntax tests to JUnit4.Gravatar Han-Wen Nienhuys2015-03-05
* Open source all the tests under lib/syntax/.Gravatar Ulf Adams2015-02-26