aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/EvalUtils.java
Commit message (Expand)AuthorAge
* Move global objects to RuntimeGravatar Francois-Rene Rideau2015-08-31
* Improved error messages for builtin Skylark functions that are invoked with i...Gravatar Florian Weikert2015-08-12
* Changes related to the order of Skylark dictionaries:Gravatar Florian Weikert2015-08-04
* Implement Skylark function reprGravatar Francois-Rene Rideau2015-06-15
* The Order enum now supports the conversion of its values to and from strings.Gravatar Florian Weikert2015-06-10
* Skylark: fix escaping of backslashGravatar Francois-Rene Rideau2015-06-08
* Simplification in EvalUtils.optionMapGravatar Laurent Le Brun2015-06-05
* Improve the way a FuncallExpression is printed while debugging.Gravatar Francois-Rene Rideau2015-05-18
* Skylark: type of None is NoneType (instead of None), for consistency with Pyt...Gravatar Laurent Le Brun2015-05-08
* Remove old Skylark Function hierarchyGravatar Francois-Rene Rideau2015-04-23
* Define a reusable comparator for Skylark objects.Gravatar Laurent Le Brun2015-04-16
* Simplify Skylark testsGravatar Francois-Rene Rideau2015-04-13
* Provide cleaner syntax error messages using select.Gravatar Greg Estren2015-04-10
* Enable support for multiple variable assignments.Gravatar Laurent Le Brun2015-03-23
* Skylark: Define dict iteration order (sorted by key).Gravatar Laurent Le Brun2015-03-18
* Print singleton tuples with a commaGravatar Francois-Rene Rideau2015-03-18
* Misc Skylark cleanups and small featuresGravatar Francois-Rene Rideau2015-03-10
* Skylark: Show ordering when pretty-printing sets.Gravatar Laurent Le Brun2015-03-10
* Restore Skylark "support" for inheritanceGravatar Francois-Rene Rideau2015-03-06
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Fix race condition in SkylarkType.ofGravatar Francois-Rene Rideau2015-03-05
* Add Union, contains() to SkylarkTypeGravatar Francois-Rene Rideau2015-03-04
* Tweaks off of upcoming changes to SkylarkType.Gravatar Francois-Rene Rideau2015-02-25
* Cosmetic changes moved out of []Gravatar Francois-Rene Rideau2015-02-11
* Fix linter issues in lib/syntax.Gravatar Laurent Le Brun2015-02-09
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25