aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax
Commit message (Expand)AuthorAge
* 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
* Move PackageIdentifier to cmdlineGravatar Kristina Chodorow2015-08-31
* When a Skylark macro creates a native rule, it also sets the following rule a...Gravatar Florian Weikert2015-08-28
* Add profiling for Skylark lexer, parser, user- and built-in functions.Gravatar Googler2015-08-28
* Improve documentation and error messages for sets.Gravatar Laurent Le Brun2015-08-28
* Stop removing onlyLoadingPhase bindingsGravatar Francois-Rene Rideau2015-08-28
* Improve debugging of EvalExceptionGravatar Francois-Rene Rideau2015-08-28
* Make load() work in remote repositories too.Gravatar Lukacs Berki2015-08-27
* EvalExceptionWithStackTrace does no longer remove non-EvalException exception...Gravatar Florian Weikert2015-08-27
* Ensures that EvalExceptionWithStackTrace does not have an empty exception mes...Gravatar Florian Weikert2015-08-27
* Add a isLoadingPhase flag to EnvironmentGravatar Francois-Rene Rideau2015-08-27
* Create ValidationEnvironment from EnvironmentGravatar Francois-Rene Rideau2015-08-27
* Use a concurrent LoadingCache for SkylarkType.Simple as opposed to having to ...Gravatar Nathan Harmata2015-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
* Rename isSkylarkEnabled to isSkylarkGravatar Francois-Rene Rideau2015-08-26
* Refactor skylark format internalsGravatar Francois-Rene Rideau2015-08-26
* Rules created by Skylark macros now have values for the attributes generator_...Gravatar Florian Weikert2015-08-26
* Using aliases in load() may no longer lead to false positives in SkylarkEnvir...Gravatar Florian Weikert2015-08-25
* Introduce '|' operator for set union.Gravatar Laurent Le Brun2015-08-25
* Remove onlyLoadingPhase on objects.Gravatar Laurent Le Brun2015-08-24
* The sorted function now accepts sets and dictionaries inputs.Gravatar Laurent Le Brun2015-08-24
* Improve documentation in MethodLibraryGravatar Laurent Le Brun2015-08-20
* Fix printing of struct objectsGravatar Laurent Le Brun2015-08-20
* Skylark error messages now include a stack trace.Gravatar Florian Weikert2015-08-20
* Split Skylark Library into multiple pages, one per module. Add collapsibleGravatar David Chen2015-08-18
* Define operator[] in the same way in BUILD and in bzl filesGravatar Laurent Le Brun2015-08-12
* Improved error messages for builtin Skylark functions that are invoked with i...Gravatar Florian Weikert2015-08-12
* Make more Skylark functions available to BUILD files (dict, list, zip).Gravatar Laurent Le Brun2015-08-12
* Allow heterogeneous lists in Skylark.Gravatar Laurent Le Brun2015-08-11
* Allow return without expression, AST-equivalent to return None.Gravatar Googler2015-08-11
* Skylark rules can now declare their required configuration fragmentsGravatar Florian Weikert2015-08-10
* Move skylark import dependency registration to after the preprocessor.Gravatar Han-Wen Nienhuys2015-08-10
* Fixed a bug where the methods of Skylark dictionaries were not properly recog...Gravatar Florian Weikert2015-08-06
* Implemented Python's dict() in SkylarkGravatar Florian Weikert2015-08-04
* Changes related to the order of Skylark dictionaries:Gravatar Florian Weikert2015-08-04