aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/EvalUtils.java
Commit message (Expand)AuthorAge
* Rollback of commit f941d56acfad5f8c819c81b494f806ea74ea7fd8.Gravatar Carmi Grushko2016-02-02
* Reinstate mutable SkylarkDictGravatar Francois-Rene Rideau2016-02-01
* Rollback of commit c0a8c58b9230a1f5d76269eb7dc6b11e18f19686.Gravatar Damien Martin-Guillerez2016-01-29
* Make Skylark dicts mutableGravatar Francois-Rene Rideau2016-01-29
* Make SkylarkList a List.Gravatar Francois-Rene Rideau2016-01-22
* Fix small mistakes in some comments.Gravatar Francois-Rene Rideau2016-01-07
* Make unsafe list methods non-publicGravatar Laurent Le Brun2015-12-28
* Move annotation classes used for referencing framework Java classes from Skyl...Gravatar John Field2015-12-16
* Skylark: implemented all() and any()Gravatar Florian Weikert2015-12-16
* Skylark: implemented min() and max().Gravatar Florian Weikert2015-12-13
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Compile list literals to byte code.Gravatar Klaas Boesche2015-11-06
* Improve error message for select objects ('+' operator for incompatible types)Gravatar Laurent Le Brun2015-11-05
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Refactor SkylarkList to allow MutableListGravatar Francois-Rene Rideau2015-09-21
* Cleanup Skylark types some moreGravatar Francois-Rene Rideau2015-09-17
* Create an abstraction for user defined data types in Skylark.Gravatar Lukacs Berki2015-09-17
* 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