aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/syntax
Commit message (Expand)AuthorAge
* Removed double trailing periods in console output.Gravatar Florian Weikert2015-11-12
* Replace home-made assertions with equivalent Google Truth calls.Gravatar Carmi Grushko2015-11-11
* Remove trailing period to avoid double-period.Gravatar Googler2015-11-10
* Add list.index methodGravatar Laurent Le Brun2015-11-10
* Add initial Skylark byte code generation code.Gravatar Klaas Boesche2015-11-06
* Improve error message for select objects ('+' operator for incompatible types)Gravatar Laurent Le Brun2015-11-05
* Cleanup, TODO removalGravatar Laurent Le Brun2015-10-30
* Change assertNoEvents to assertNoWarningsOrErrors with corresponding semantics.Gravatar Ulf Adams2015-10-27
* Fix location for Break and Continue AST nodes.Gravatar Laurent Le Brun2015-10-27
* Assert the specific type of event, not just the existence of any event.Gravatar Ulf Adams2015-10-22
* Lexer: Handle triple quoted raw strings (e.g. r"""abc""").Gravatar Laurent Le Brun2015-10-21
* Replace "Google Inc" with "The Bazel Authors" in every copyright notice.Gravatar Lukacs Berki2015-10-21
* Add some strip/rstrip/lstrip testsGravatar Googler2015-10-21
* Unify Skylark and BUILD listsGravatar Francois-Rene Rideau2015-10-20
* Fixed wrong error message when using class definitions in Skylark / BUILD files.Gravatar Florian Weikert2015-10-16
* Skylark: Add lstrip and rstrip functions.Gravatar Laurent Le Brun2015-10-15
* Optionally limits the length of the output of Printer.printList() (default = ...Gravatar Florian Weikert2015-10-05
* Rollback of commit d7b64bd03100300b79cd33d04904ce9b0e6a5332.Gravatar Janak Ramakrishnan2015-10-05
* Limit the length of the output of Printer.printList().Gravatar Florian Weikert2015-09-30
* Use JUnit4 for skylark tests.Gravatar Han-Wen Nienhuys2015-09-25
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Implemented copy constructor for Skylark dictionaries: new_dict = dict(old_dict)Gravatar Florian Weikert2015-09-25
* Open source some skylark tests.Gravatar Han-Wen Nienhuys2015-09-22
* Hush Environment#toString()Gravatar Francois-Rene Rideau2015-09-22
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Tighten up the requirements on workspace namesGravatar Kristina Chodorow2015-09-21
* Skylark: Unified ListComprehension and DictComprehension.Gravatar Florian Weikert2015-09-21
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Allow construct "a, = [1]" in parser.Gravatar Laurent Le Brun2015-09-21
* Remove support for the deprecated include() statement in order to be able to ...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
* Rollback of commit 4e5037520e3067f9d8784e1c59f9545b96111cd4.Gravatar Lukacs Berki2015-09-17
* Remove support for the deprecated include() statement.Gravatar Lukacs Berki2015-09-17
* Parse the label syntax "@//a:b" so that eventually we can make that the synta...Gravatar Lukacs Berki2015-09-15
* Fix and test SyntaxTreeVisitorGravatar Laurent Le Brun2015-09-15
* Allow tuples inside square brackets (for list/dict indexing).Gravatar Laurent Le Brun2015-09-11
* Fixed Skylark stack trace:Gravatar Florian Weikert2015-09-11
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-11
* Fix bug in the parser when a block was silently skipped.Gravatar Laurent Le Brun2015-09-11
* Fix error message when accessing unsupported operator [].Gravatar Laurent Le Brun2015-09-11
* Rollback of commit 5a94e59f02833f9142bad9203acd72626b089535.Gravatar Janak Ramakrishnan2015-09-08
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-08
* Skylark: Show list of fields in error message for struct objects.Gravatar Laurent Le Brun2015-09-04
* Keep function parameters in the AST.Gravatar Laurent Le Brun2015-09-04
* Implement a Python 2 compatible isalpha function for Skylark strings.Gravatar Googler2015-09-03
* Remove unused ParserInputSource method and other minor cleanupsGravatar Michajlo Matijkiw2015-09-03
* 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