aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages/ImplicitOutputsFunction.java
Commit message (Expand)AuthorAge
* Migrate struct() to skylarkbuildapiGravatar cparsons2018-05-24
* Tag SkylarkImpilicitOutputsFunctionWithCallback with @AutoCodec.Gravatar mjhalupka2018-04-03
* Add codec for ImmutableMultimap.Gravatar cpeyser2018-04-02
* Make RuleClass serializable and remove Environment from it, since it was only...Gravatar janakr2018-03-30
* Add more documentation for rule.outputsGravatar brandjon2018-03-20
* Fix missing print statements in output functionsGravatar vladmos2017-12-02
* Fix Skylark outputs to properly report errors in template placeholders.Gravatar jcater2017-11-16
* Better names for declared providers-related classes.Gravatar dslomov2017-08-01
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Remove special cases for "name" in implicit outputs codeGravatar Benjamin Peterson2017-04-13
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Show more sensible error messages for invalid placeholders Gravatar Pranjal Agrawal2017-03-23
* Refactor implementation of native and Skylark declared providers.Gravatar Dmitry Lomov2017-03-03
* Remove type checking requirement from AttributeMap.has.Gravatar Greg Estren2017-02-15
* allow skylark implicit output callbacks to use the rule name Gravatar Benjamin Peterson2017-02-01
* Add SkylarkClassObjectConstructor - a future return value of "provider" funct...Gravatar Dmitry Lomov2016-08-09
* Make SkylarkClassObject "Bazel-specific".Gravatar Dmitry Lomov2016-08-05
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Prevented catching/wrapping of InterruptedExceptions, especially in BaseFunct...Gravatar Florian Weikert2015-09-14
* Move global objects to RuntimeGravatar Francois-Rene Rideau2015-08-31
* Disallow Skylark implicit outputs from referencing attributesGravatar Greg Estren2015-07-13
* Skylark: Fix access to undefined label attribute in computed outputs.Gravatar Laurent Le Brun2015-06-17
* Eliminate SkylarkType.toMap() in favor of ImmutableMap.copyOf() and simplify Gravatar Lukacs Berki2015-04-14
* Skylark: Implicit outputs can refer to labels.Gravatar Laurent Le Brun2015-04-03
* Description redacted.Gravatar Greg Estren2015-03-23
* Move cast* utilities to SkylarkTypeGravatar Francois-Rene Rideau2015-03-20
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25