aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages
Commit message (Expand)AuthorAge
...
* Allow ImplicitOutputsFunctions to be overriden on Rule creation.Gravatar Michajlo Matijkiw2016-08-10
* Add SkylarkClassObjectConstructor - a future return value of "provider" funct...Gravatar Dmitry Lomov2016-08-09
* Implements dynamic split transitions (minus latebound attribute splits).Gravatar Greg Estren2016-08-08
* Make SkylarkClassObject "Bazel-specific".Gravatar Dmitry Lomov2016-08-05
* Emphasize that default_strict_deps_java_protos is subject to change at any ti...Gravatar Carmi Grushko2016-08-05
* Delete unused RuleClass.createPlaceholderBuilderGravatar Michajlo Matijkiw2016-08-05
* Start removing the parsePython booleanGravatar Laurent Le Brun2016-08-03
* Allow objc rule deps to include any rule that exports an "objc" provider.Gravatar Googler2016-08-01
* Rename some PackageId and RepositoryName fields/methods in prep for deep exec...Gravatar Kristina Chodorow2016-07-28
* Clean up DependencyResolver's interface for the dynamic config migration and ...Gravatar Greg Estren2016-07-28
* java_proto_library strict deps: add attributes for gradual migrationGravatar Carmi Grushko2016-07-27
* Remove outdated commentGravatar Michajlo Matijkiw2016-07-27
* Adjust visibility of ComputedDefault dependenciesGravatar Mark Schaller2016-07-27
* Slim down RuleClass#createUncheckedGravatar Michajlo Matijkiw2016-07-26
* Optimize Rule.getLabels(void) to avoid ImmutableSortedSet.construct().Gravatar Googler2016-07-26
* Bring PackageSpecification docs up-to-date, clean up its interfaceGravatar Mark Schaller2016-07-22
* JavaBuilder: for jars that are produced by aspects (e.g., JavaProtoAspect), p...Gravatar Carmi Grushko2016-07-22
* Remove Rule's dependence on a RawAttributeMapper instanceGravatar Michajlo Matijkiw2016-07-21
* Remove unused AttributeContainer#getAttrGravatar Michajlo Matijkiw2016-07-20
* Prohibit duplicate addition of aspect to an attribute and improve diagnostics.Gravatar Dmitry Lomov2016-07-19
* Sort the results returned by the HybridGlobber if we are using results from S...Gravatar Janak Ramakrishnan2016-07-19
* Don't store workspace name on ruleGravatar Michajlo Matijkiw2016-07-18
* Remove GlobList formatting logicGravatar Michajlo Matijkiw2016-07-18
* Remove not-quite necessary serialization bitsGravatar Michajlo Matijkiw2016-07-15
* Memoize TestSize.name().toLowerCase() -> TestSize mappingsGravatar Michajlo Matijkiw2016-07-14
* Fix native.existing_rule() when argument is an existing fileGravatar Laurent Le Brun2016-07-13
* Glob arguments 'exclude' and 'exclude_directories' must be namedGravatar Laurent Le Brun2016-07-13
* Add allow_single_file in attr.label, deprecate single_file.Gravatar Laurent Le Brun2016-07-05
* Ignore make variables undefined for requested platform.Gravatar Dmitry Lomov2016-07-01
* Reorganize Skylark Reference documentation.Gravatar Dmitry Lomov2016-06-29
* Expose versions of Package.Builder#addRule and RuleClass#createRule that don'...Gravatar Nathan Harmata2016-06-29
* Get rid of a bunch of IOExceptions that were being unnecessarily thrown. We d...Gravatar Janak Ramakrishnan2016-06-23
* Added more pointers to Aspect-related documentation.Gravatar Florian Weikert2016-06-21
* Add license types to the documentationGravatar Kristina Chodorow2016-06-21
* Avoid the main use of String.format() during loading and analysis. This isGravatar Googler2016-06-21
* Rollback of commit bdfd58a8ca2ed5735d6aaa5b238fb0f689515724.Gravatar Laurent Le Brun2016-06-20
* Make the execution root match the runfiles tree structure for external reposi...Gravatar Kristina Chodorow2016-06-17
* Fix hypothetical crash bug in AspectDefinition#addAllAttributesOfAspect when ...Gravatar Nathan Harmata2016-06-16
* Don't include null values in AggregatingAttributeMapper#visitAttribute. Null ...Gravatar Nathan Harmata2016-06-16
* Optimize memory use of AttributeContainer:Gravatar Googler2016-06-15
* Use only one list of parameters for SkylarkSignatureGravatar Damien Martin-Guillerez2016-06-14
* Introduce TestConstants#PACKAGE_FACTORY_FACTORY_FOR_TESTING for the sake of m...Gravatar Nathan Harmata2016-06-10
* Small tweak to make Attribute serialization more testableGravatar Michajlo Matijkiw2016-06-10
* Add equals & hashcode for FilesetEntyGravatar Michajlo Matijkiw2016-06-10
* Extract the @Param annotation from @SkylarkSignatureGravatar Damien Martin-Guillerez2016-06-10
* Add a hook to Package.Builder.Helper that gets called by PackageFunction afte...Gravatar Nathan Harmata2016-06-07
* ErrorProne (http://errorprone.info/) suggested fixes for PackageFactory.Gravatar Nathan Harmata2016-06-07
* Make a 'did you mean' suggestion when referencing a non-existent label.Gravatar Laurent Le Brun2016-06-06
* Allow BlazeModules to expose a helper that PackageFactory will use for creati...Gravatar Nathan Harmata2016-05-27
* Better error message when combine //visibility:(public|private) with other fo...Gravatar Yue Gan2016-05-25