aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages
Commit message (Expand)AuthorAge
* Rollback of commit 82d43279f93d95e4c41b4bc598a3cc05ddd1ae1a.Gravatar Laszlo Csomor2016-09-21
* Change execution root for external repositories to be ../repoGravatar Kristina Chodorow2016-09-20
* Rollback of commit 4381a1d6e8f711957f430aac0c301acec6dfa0eb.Gravatar Damien Martin-Guillerez2016-09-14
* Global cleanup change.Gravatar Vladimir Moskva2016-09-13
* Allow list of lists of mandatory native providersGravatar Googler2016-09-08
* Skylark no longer crashes when the default value of an attribute is a label s...Gravatar Florian Weikert2016-09-06
* Roll forward of commit 19db71413329da3f5d22b5fc7681471f3d971d88 (Skylark: Rep...Gravatar Florian Weikert2016-09-06
* Rollback of commit 19db71413329da3f5d22b5fc7681471f3d971d88.Gravatar Tobias Werth2016-09-06
* Skylark: Replaced late bound attributes with computed default attributesGravatar Mark Schaller2016-09-02
* First step towards allowing returning declared providers from rule implementa...Gravatar Dmitry Lomov2016-09-01
* Make aspects attached to aliases work when their actual= attribute is a select.Gravatar Lukacs Berki2016-08-31
* Some optimizations in Type#flatten (used under the covers by AggregatingAttri...Gravatar Nathan Harmata2016-08-25
* Automated [] rollback of commit 846a5ab98fc26d72024890fdb79a5d3bc6a5a1ba + ma...Gravatar Nathan Harmata2016-08-23
* Rollback of commit bb5d5efb4b50710241b5b374eb67084f4bf08278.Gravatar Tobias Werth2016-08-23
* Fix NPE when aspect propagates over an alias.Gravatar Googler2016-08-18
* RELNOTES: The string list returned by the skylark 'glob' function is now sort...Gravatar Nathan Harmata2016-08-18
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Fix grammar in documentationGravatar Michajlo Matijkiw2016-08-16
* Clarify comments and function names in AggregatingAttributeMapperGravatar Mark Schaller2016-08-16
* Add the repository name as a parameter to the output path functionsGravatar Kristina Chodorow2016-08-12
* Add 'provider()' function.Gravatar Dmitry Lomov2016-08-11
* Substituted NoSuchVariableException with manual checks for performance purposesGravatar Vladimir Moskva2016-08-11
* 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