aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax
Commit message (Expand)AuthorAge
* Change uses of Lists#newArrayListWithExpectedSize to ArrayList#ArrayList(int)...Gravatar Nathan Harmata2015-09-30
* Limit the length of the output of Printer.printList().Gravatar Florian Weikert2015-09-30
* 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
* Roll back using labels rather than PathFragments for skylark loads.Gravatar Michajlo Matijkiw2015-09-22
* Use Labels, rather than PathFragments, to represent Skylark loads internally....Gravatar John Field2015-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
* 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
* Create an abstraction for user defined data types in Skylark.Gravatar Lukacs Berki2015-09-17
* Remove support for the deprecated include() statement.Gravatar Lukacs Berki2015-09-17
* Defer Label parsing from BuildFileAST to PackageFunction so that BuildFileAST...Gravatar Lukacs Berki2015-09-16
* Remove a few minor lib.syntax -> lib.packages dependencies.Gravatar Lukacs Berki2015-09-16
* Parse the label syntax "@//a:b" so that eventually we can make that the synta...Gravatar Lukacs Berki2015-09-15
* Hack serialization of Environment$Extension so that it deserializes, although...Gravatar Janak Ramakrishnan2015-09-15
* Fix and test SyntaxTreeVisitorGravatar Laurent Le Brun2015-09-15
* Fix typos in "Packages" description and MethodLibrary docGravatar Mark Schaller2015-09-14
* Prevented catching/wrapping of InterruptedExceptions, especially in BaseFunct...Gravatar Florian Weikert2015-09-14
* Remove dead code, set private visibilityGravatar Laurent Le Brun2015-09-14
* Use the file size from FileValue instead of wastefully stat'ing the file agai...Gravatar Nathan Harmata2015-09-14
* 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
* Preserve the original location in EvalExceptionWithStackTraceGravatar Laurent Le Brun2015-09-11
* LoadStatement: Keep the location of the path argument.Gravatar Laurent Le Brun2015-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
* Save subtasks for Skylark function profiler tasks and then report self time o...Gravatar Klaas Boesche2015-09-09
* Skylark macros: The attribute "generator_name" now contains the name of the c...Gravatar Florian Weikert2015-09-08
* 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
* Fix a bug in SyntaxTreeVisitor to handle return statements.Gravatar Laurent Le Brun2015-09-03
* Show a column with the location of a skylark function in HTML profiling stati...Gravatar Googler2015-09-02
* When a Skylark macro creates a native rule, it also sets the following rule a...Gravatar Florian Weikert2015-09-02
* Update comments about function callsGravatar Francois-Rene Rideau2015-09-02
* Change URLs to bazelbuildGravatar Kristina Chodorow2015-09-01
* Move global objects to RuntimeGravatar Francois-Rene Rideau2015-08-31
* Fixes to Skylark function callGravatar Francois-Rene Rideau2015-08-31
* Roll back "When a Skylark macro creates a native rule, it also..."Gravatar Michajlo Matijkiw2015-08-31