aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/syntax/util
Commit message (Expand)AuthorAge
* Victory lap: Remove all code that used to support the three-argument form of ...Gravatar lberki2018-03-23
* Correct typos found by the linter.Gravatar gregce2017-12-20
* Be explicit about semantics of Skylark environmentsGravatar brandjon2017-10-23
* Support labels referencing external targets (with '@') in load with --incompa...Gravatar Kevin Gessner2017-09-07
* skylark/syntax: Move flow statement check to the validation pass.Gravatar laurentlb2017-09-04
* Remove the Dialect type from the Parser.Gravatar laurentlb2017-09-01
* Make tests independent of the current state of the incompatible_descriptive_s...Gravatar vladmos2017-08-28
* Remove dialect distinction from the parser.Gravatar laurentlb2017-08-22
* Make the print function output debug messagesGravatar vladmos2017-08-11
* Fix crash when unioning depsets with different ordersGravatar brandjon2017-07-14
* Clean up string representations for labelsGravatar vladmos2017-07-05
* Add more helpers to ParserGravatar brandjon2017-06-28
* Propagate postable events further upGravatar Klaus Aehlig2017-06-14
* Refactor AST APIsGravatar brandjon2017-06-13
* Cleanup in ValidationEnvironment, provide static methods, reduce visibility.Gravatar laurentlb2017-06-12
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Implement a flag for extend-like behavior of the `+=` operator for listsGravatar vladmos2017-05-04
* Implement a flag to deprecate old constructor for depsets (`set`)Gravatar vladmos2017-05-04
* Rollback of commit 34ffc4cab1b6cdde54e5945427b79c24fff39aa5.Gravatar Dmitry Lomov2017-03-02
* Rollback of commit 01120026dc313ee7ad9ea95069a29252eb19173b.Gravatar Jon Brandvein2017-03-01
* Export exportable values as we go instead of at the end of evaluation.Gravatar Dmitry Lomov2017-03-01
* Remove isSkylark and eval from Environment.Gravatar Laurent Le Brun2016-11-29
* Remove Environment.parseFileGravatar Laurent Le Brun2016-11-23
* Move Bazel-specific functions in a separate file.Gravatar Laurent Le Brun2016-11-21
* Move ToolsRepository out of EnvironmentGravatar Laurent Le Brun2016-10-27
* Cleanup, remove differences between Build and Skylark environments.Gravatar Laurent Le Brun2016-10-14
* Inject the Constants.TOOLS_REPOSITORY in SkylarkRuleClassFunctions.testBaseRule Gravatar Luis Fernando Pino Duque2016-04-29
* Migrated EvaluationTestCase (and all tests depending on it) to JUnit 4.Gravatar Florian Weikert2015-12-01
* Cleanup, TODO removalGravatar Laurent Le Brun2015-10-30
* Change assertNoEvents to assertNoWarningsOrErrors with corresponding semantics.Gravatar Ulf Adams2015-10-27
* Assert the specific type of event, not just the existence of any event.Gravatar Ulf Adams2015-10-22
* Replace "Google Inc" with "The Bazel Authors" in every copyright notice.Gravatar Lukacs Berki2015-10-21
* Use JUnit4 for skylark tests.Gravatar Han-Wen Nienhuys2015-09-25
* Open source some skylark tests.Gravatar Han-Wen Nienhuys2015-09-22