aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/syntax
Commit message (Expand)AuthorAge
* When a Skylark macro creates a native rule, it also sets the following rule a...Gravatar Florian Weikert2015-09-02
* Move global objects to RuntimeGravatar Francois-Rene Rideau2015-08-31
* Fixes to Skylark function callGravatar Francois-Rene Rideau2015-08-31
* Move PackageIdentifier to cmdlineGravatar Kristina Chodorow2015-08-31
* Improve documentation and error messages for sets.Gravatar Laurent Le Brun2015-08-28
* EvalExceptionWithStackTrace does no longer remove non-EvalException exception...Gravatar Florian Weikert2015-08-27
* Add string.capitalize()Gravatar Laurent Le Brun2015-08-27
* Skylark stack traces are now displayed in Python format.Gravatar Florian Weikert2015-08-27
* Import MethodLibraryTest.java into bazelGravatar Francois-Rene Rideau2015-08-27
* Refactor skylark format internalsGravatar Francois-Rene Rideau2015-08-26
* Add more tests for the PIPE operator.Gravatar Laurent Le Brun2015-08-25
* Introduce '|' operator for set union.Gravatar Laurent Le Brun2015-08-25
* Skylark error messages now include a stack trace.Gravatar Florian Weikert2015-08-20
* Allow heterogeneous lists in Skylark.Gravatar Laurent Le Brun2015-08-11
* Allow return without expression, AST-equivalent to return None.Gravatar Googler2015-08-11
* Move skylark import dependency registration to after the preprocessor.Gravatar Han-Wen Nienhuys2015-08-10
* Implemented Python's dict() in SkylarkGravatar Florian Weikert2015-08-04
* Changes related to the order of Skylark dictionaries:Gravatar Florian Weikert2015-08-04
* Documented the iteration order of SkylarkNestedSets.Gravatar Florian Weikert2015-07-29
* Skylark documentation fixesGravatar Laurent Le Brun2015-07-29
* Skylark: load() allows the loading of symbols via an alias.Gravatar Florian Weikert2015-07-27
* Renamed Ident to Identifier, added some helper methods and refactored two met...Gravatar Florian Weikert2015-07-23
* Merge JunitTestUtils into MoreAsserts; update all callers.Gravatar Ulf Adams2015-07-23
* Removed ValidationTests#testLoadWithTooManySlashes() since it was an inferior...Gravatar Florian Weikert2015-07-21
* Added tests for [] (invalid double slashes in load statements)Gravatar Florian Weikert2015-07-10
* Make globs work in remote repositories.Gravatar Lukacs Berki2015-07-08
* Rollback of accidentally submitted change.Gravatar Lukacs Berki2015-07-07
* Make globs work in remote repositories.Gravatar Lukacs Berki2015-07-07
* Add a function to fetch all subincludes calls in a BUILD file.Gravatar Laurent Le Brun2015-07-02
* MethodLibraryTest: Implemented an alternative approach that reduces duplicate...Gravatar Florian Weikert2015-07-01
* Printer can be configured to use single quotation marks instead of double quo...Gravatar Florian Weikert2015-07-01
* Update parser error message.Gravatar Laurent Le Brun2015-06-30
* Rollback of commit 13ef26d0817a429bf214d3dc4c5551e616e403fe.Gravatar Laurent Le Brun2015-06-30
* Skylark: Allow variable reassignment to change the type of a variable.Gravatar Laurent Le Brun2015-06-18
* Skylark: write labels readablyGravatar Francois-Rene Rideau2015-06-18
* Skylark: support %r format specifierGravatar Francois-Rene Rideau2015-06-17
* Fix NullPointerException in parser.Gravatar Laurent Le Brun2015-06-16
* Skylark: Forbid break/continue in BUILD files.Gravatar Laurent Le Brun2015-06-16
* Default Android dependencies to a //external: label with a default binding to...Gravatar Lukacs Berki2015-06-16
* Implement Skylark function reprGravatar Francois-Rene Rideau2015-06-15
* Skylark: First argument of load() may no longer start with two slashes ("//")Gravatar Florian Weikert2015-06-15
* Remove Path from Location, ParserInputSource and bunch of other low-level cla...Gravatar Lukacs Berki2015-06-12
* Skylark: implemented 'break' and 'continue'Gravatar Florian Weikert2015-06-10
* Skylark: fix escaping of backslashGravatar Francois-Rene Rideau2015-06-08
* Forbid **kwargs and *args in BUILD files.Gravatar Laurent Le Brun2015-05-27
* Allow @repo//foo:bar targets in BUILD filesGravatar Kristina Chodorow2015-05-22
* Improve the way a FuncallExpression is printed while debugging.Gravatar Francois-Rene Rideau2015-05-18
* Allow if filtering in list comprehensionsGravatar Laurent Le Brun2015-05-18
* Build language: Fix evaluation of nested list comprehensions.Gravatar Laurent Le Brun2015-05-18
* Let select concatenation mix Skylark and native listsGravatar Greg Estren2015-05-15