aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/syntax/EvaluationTest.java
Commit message (Expand)AuthorAge
* Move global objects to RuntimeGravatar Francois-Rene Rideau2015-08-31
* Add more tests for the PIPE operator.Gravatar Laurent Le Brun2015-08-25
* Changes related to the order of Skylark dictionaries:Gravatar Florian Weikert2015-08-04
* MethodLibraryTest: Implemented an alternative approach that reduces duplicate...Gravatar Florian Weikert2015-07-01
* Skylark: support %r format specifierGravatar Francois-Rene Rideau2015-06-17
* Implement Skylark function reprGravatar Francois-Rene Rideau2015-06-15
* Allow if filtering in list comprehensionsGravatar Laurent Le Brun2015-05-18
* Build language: Fix evaluation of nested list comprehensions.Gravatar Laurent Le Brun2015-05-18
* Let select concatenation mix Skylark and native listsGravatar Greg Estren2015-05-15
* Build language: Support 'not in' operator.Gravatar Laurent Le Brun2015-05-08
* Use BuiltinFunction for all builtinsGravatar Francois-Rene Rideau2015-04-22
* Fix non-determinist test.Gravatar Laurent Le Brun2015-04-20
* More skylark function cleanupsGravatar Francois-Rene Rideau2015-04-17
* Define a reusable comparator for Skylark objects.Gravatar Laurent Le Brun2015-04-16
* Build language supports list comparison.Gravatar Laurent Le Brun2015-04-16
* Build language: Implement integer divisionGravatar Laurent Le Brun2015-04-15
* Catch modulo by 0 errorsGravatar Laurent Le Brun2015-04-15
* Skylark: Remove static type checksGravatar Laurent Le Brun2015-04-15
* Simplify Skylark testsGravatar Francois-Rene Rideau2015-04-13
* Skylark: 'in' works on sets.Gravatar Laurent Le Brun2015-03-31
* Enable support for multiple variable assignments.Gravatar Laurent Le Brun2015-03-23
* Skylark: Use LValue class in loops and comprehensions.Gravatar Laurent Le Brun2015-03-20
* Print singleton tuples with a commaGravatar Francois-Rene Rideau2015-03-18
* Implement ConditionalExpressionGravatar Francois-Rene Rideau2015-03-13
* Some more cleanup.Gravatar Ulf Adams2015-03-10
* Minor cleanups in SkylarkGravatar Francois-Rene Rideau2015-03-05
* Fix race condition in SkylarkType.ofGravatar Francois-Rene Rideau2015-03-05
* 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