aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/syntax/EnvironmentTest.java
Commit message (Expand)AuthorAge
* Move remaining BazelLibrary skylark functions to MethodLibraryGravatar cparsons2018-06-15
* Automated rollback of commit 316cd7da6f6b003b853ccf7d144f395a9a557400.Gravatar janakr2018-03-26
* Make the distinction between "global frame" and "lexical frame" explicit. As ...Gravatar nharmata2018-03-01
* expectThrows has been renamed to assertThrowsGravatar cushon2018-02-24
* Environment guarantees determinism when retrieving its bindingsGravatar brandjon2018-02-13
* Add debugging helper to Environment.Extension to say why something's unequalGravatar brandjon2018-02-06
* Require semantics field for Environment.BuilderGravatar brandjon2017-10-23
* Be explicit about semantics of Skylark environmentsGravatar brandjon2017-10-23
* Clarify Mutability invariants, refactor some testsGravatar brandjon2017-09-29
* Cleanup javadoc around Mutability / SkylarkMutableGravatar brandjon2017-08-03
* Turn unary minus into a proper AST nodeGravatar brandjon2017-06-28
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Fixes incorrectly-ordered arguments to calls to assertEqualsGravatar Googler2017-05-19
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Use skylark-preferred quote char for string literalGravatar Michajlo Matijkiw2017-02-23
* BuildFileAST.eval() doesn't execute the code when there's a static error.Gravatar Laurent Le Brun2017-02-15
* Add tuple() method to Skylark.Gravatar Googler2016-12-12
* Remove isSkylark and eval from Environment.Gravatar Laurent Le Brun2016-11-29
* Move Bazel-specific functions in a separate file.Gravatar Laurent Le Brun2016-11-21
* EvalException can now show a url for additional informationGravatar Laurent Le Brun2016-11-04
* Cleanup in Environment, remove unused lookup functionGravatar Laurent Le Brun2016-10-27
* Cleanup, remove differences between Build and Skylark environments.Gravatar Laurent Le Brun2016-10-14
* Declare closure variable finalGravatar Klaus Aehlig2016-10-05
* Fix non-deterministic bug in locking of iterable valuesGravatar Jon Brandvein2016-10-04
* Disallow mutation of values being iterated by a for loop or comprehensionGravatar Jon Brandvein2016-09-28
* Make print() and fail() available in BUILD files to allow easier debugging.Gravatar Googler2016-09-06
* Substituted NoSuchVariableException with manual checks for performance purposesGravatar Vladimir Moskva2016-08-11
* Reduce differences between Skylark and Build evaluationGravatar Laurent Le Brun2015-12-28
* Skylark: implemented reversed()Gravatar Florian Weikert2015-12-15
* Replace "Google Inc" with "The Bazel Authors" in every copyright notice.Gravatar Lukacs Berki2015-10-21
* Open source some skylark tests.Gravatar Han-Wen Nienhuys2015-09-22
* Hush Environment#toString()Gravatar Francois-Rene Rideau2015-09-22
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-11
* Rollback of commit 5a94e59f02833f9142bad9203acd72626b089535.Gravatar Janak Ramakrishnan2015-09-08
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-08
* Simplify Skylark testsGravatar Francois-Rene Rideau2015-04-13
* Some more cleanup.Gravatar Ulf Adams2015-03-10
* Description redacted.Gravatar Nathan Harmata2015-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