aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/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-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
* Skylark, improve doc for Label.relativeGravatar Laurent Le Brun2015-08-04
* Implemented Python's str.title() in Skylark.Gravatar Florian Weikert2015-08-04
* Make range and enumerate functions available in BUILD files.Gravatar Laurent Le Brun2015-08-04
* Skylark: In addition to using ctx.configuration.fragment(CONF), the build con...Gravatar Florian Weikert2015-07-30
* Move MethodLibrary from packages to syntaxGravatar Francois-Rene Rideau2015-07-30
* 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
* Make two Skyframe nodes with the same events and values equal.Gravatar Janak2015-07-13
* Invalid double slashes in load statements are now also discovered in BUILD modeGravatar Florian Weikert2015-07-10
* Make include() work with remote repositories.Gravatar Lukacs Berki2015-07-10
* Make globs work in remote repositories.Gravatar Lukacs Berki2015-07-08
* Make absolute labels in remote repositories refer to the same repository by d...Gravatar Lukacs Berki2015-07-07
* Rollback of accidentally submitted change.Gravatar Lukacs Berki2015-07-07
* Make globs work in remote repositories.Gravatar Lukacs Berki2015-07-07