aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages/TargetUtils.java
Commit message (Expand)AuthorAge
* Batch all DependencyResolver#getTarget calls. This leads to some duplicate it...Gravatar janakr2018-08-09
* Fix bug in skyframe-based test-suite expansionGravatar ulfjack2018-06-07
* Prevent Skylark actions from setting arbitrary execution infoGravatar ulfjack2018-04-25
* Build output files if the build tag filter contains only tags to exclude.Gravatar lberki2017-12-05
* Clean up ExecutionRequirementsGravatar ulfjack2017-11-29
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Initial (partial) implementation of configured target query. Activated by pas...Gravatar janakr2017-08-21
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Pass through a "cpu:" tag to the execution info of genrules and tests.Gravatar Philipp Wollermann2016-12-16
* Implement build tag filtering.Gravatar Lukacs Berki2016-11-11
* Fix-up for last sandbox change, forgot to add "block-*" to the execution info...Gravatar Philipp Wollermann2016-10-07
* Make aspects attached to aliases work when their actual= attribute is a select.Gravatar Lukacs Berki2016-08-31
* Fix NPE when aspect propagates over an alias.Gravatar Googler2016-08-18
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Make aspects work through bind(). Gravatar Lukacs Berki2016-04-22
* Improve the error message on a missing implicit dep. The old error message di...Gravatar Nathan Harmata2016-02-01
* 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
* Remove "obsolete" and "default_obsolete" from the BUILD language.Gravatar Greg Estren2015-03-18
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25