aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages/Rule.java
Commit message (Expand)AuthorAge
* Batch all DependencyResolver#getTarget calls. This leads to some duplicate it...Gravatar janakr2018-08-09
* Fix `equals()` and `hashCode()` for artifacts: artifacts of different classes...Gravatar Dmitry Lomov2018-05-30
* Remove glob list from native rulesGravatar laurentlb2018-05-16
* Normalize parameter name commentsGravatar cushon2018-04-27
* Fix missing print statements in output functionsGravatar vladmos2017-12-02
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Clean up Label validation, and introduce a factory method for constructing a ...Gravatar nharmata2017-08-08
* Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.Gravatar kchodorow2017-05-23
* Add static methods to return target kinds for built-in targetsGravatar Googler2017-05-03
* Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.Gravatar hlopko2017-04-04
* Use ImmutableList.Builder and ImmutableListMultimap.Builder to create the out...Gravatar shreyax2017-03-31
* Symlink output directories to the correct directory nameGravatar kchodorow2017-03-31
* Show more sensible error messages for invalid placeholders Gravatar Pranjal Agrawal2017-03-23
* Clarifies some javadoc in Rule and AttributeContainer.Gravatar Alex Humesky2017-03-21
* Global cleanup change.Gravatar Googler2016-12-07
* Initial commit of cc_proto_library.Gravatar Carmi Grushko2016-12-01
* If Label syntax is wrong, actual offense is now reported in error message.Gravatar Andreas Bergmeier2016-09-30
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Add the repository name as a parameter to the output path functionsGravatar Kristina Chodorow2016-08-12
* Allow ImplicitOutputsFunctions to be overriden on Rule creation.Gravatar Michajlo Matijkiw2016-08-10
* Optimize Rule.getLabels(void) to avoid ImmutableSortedSet.construct().Gravatar Googler2016-07-26
* Remove Rule's dependence on a RawAttributeMapper instanceGravatar Michajlo Matijkiw2016-07-21
* Don't store workspace name on ruleGravatar Michajlo Matijkiw2016-07-18
* Properly filter out Aspect attributes when `blaze query` requests --noimplici...Gravatar Dmitry Lomov2016-01-22
* Extract AttributeInfoProvider interface for DependencyFilters.Gravatar Dmitry Lomov2016-01-22
* Refactor dependency filtering out of Rule class.Gravatar Dmitry Lomov2016-01-22
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Aspect terminology update.Gravatar Dmitry Lomov2015-11-10
* Skylark: Updated the locations of more error messages.Gravatar Florian Weikert2015-11-05
* Parametrize aspect definition with AspectParameters.Gravatar Dmitry Lomov2015-11-02
* Implement propagation along dependencies for Skylark aspects.Gravatar Dmitry Lomov2015-11-02
* Remove ast from RuleGravatar Michajlo Matijkiw2015-10-22
* Introduce an AspectClass: a representation of a class of aspects.Gravatar Dmitry Lomov2015-10-22
* Don't crash when building environment groups directlyGravatar Greg Estren2015-09-30
* Make rules construction more flexible.Gravatar Miguel Alcon Pinto2015-09-28
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Remove both of equals/hashCode from classes in lib/packages where either only...Gravatar Nathan Harmata2015-09-24
* 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
* Parse the label syntax "@//a:b" so that eventually we can make that the synta...Gravatar Lukacs Berki2015-09-15
* Prevented catching/wrapping of InterruptedExceptions, especially in BaseFunct...Gravatar Florian Weikert2015-09-14
* Don't unnecessarily concatenate Strings just for an error message in an Illeg...Gravatar Nathan Harmata2015-08-28
* Description redacted.Gravatar Lukacs Berki2015-06-10
* Remove Package.AbstractBuilder.Gravatar Han-Wen Nienhuys2015-04-22
* Make rule.getLabels deterministic.Gravatar Laurent Le Brun2015-04-02
* Add support of aspects to the skyframe implementation of query. To keep these...Gravatar Marian Lobur2015-03-25
* Description redacted.Gravatar Greg Estren2015-03-23
* Make Rule know about the name of the workspace it is in.Gravatar Kristina Chodorow2015-03-05
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25