aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/syntax/EvalUtilsTest.java
Commit message (Expand)AuthorAge
* Replace "Google Inc" with "The Bazel Authors" in every copyright notice.Gravatar Lukacs Berki2015-10-21
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Parse the label syntax "@//a:b" so that eventually we can make that the synta...Gravatar Lukacs Berki2015-09-15
* Move global objects to RuntimeGravatar Francois-Rene Rideau2015-08-31
* Changes related to the order of Skylark dictionaries:Gravatar Florian Weikert2015-08-04
* Implement Skylark function reprGravatar Francois-Rene Rideau2015-06-15
* Skylark: fix escaping of backslashGravatar Francois-Rene Rideau2015-06-08
* Skylark: type of None is NoneType (instead of None), for consistency with Pyt...Gravatar Laurent Le Brun2015-05-08
* Some more cleanup.Gravatar Ulf Adams2015-03-10
* Description redacted.Gravatar Nathan Harmata2015-03-05
* Minor cleanups in SkylarkGravatar Francois-Rene Rideau2015-03-05
* Fix race condition in SkylarkType.ofGravatar Francois-Rene Rideau2015-03-05
* Update syntax tests to JUnit4.Gravatar Han-Wen Nienhuys2015-02-26
* Open source all the tests under lib/syntax/.Gravatar Ulf Adams2015-02-26