aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/constraints
Commit message (Expand)AuthorAge
* Remove unused ${SYNOPSIS} variable from Bazel native rule inline documentation.Gravatar David Chen2016-01-28
* 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
* Provide a way to explicitly constraint-enforceGravatar Greg Estren2015-10-29
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Better syncing of Google vs. external constraint enforcement.Gravatar Greg Estren2015-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
* Have constraints' definition of implicit deps exactly match query's.Gravatar Greg Estren2015-06-12
* Remove compatible_with / restricted_to attributes from ruleGravatar Greg Estren2015-06-03
* Keep host dependencies exempt from constraint checkingGravatar Greg Estren2015-06-03
* Constraints: don't check constraints on implicit or lateboundGravatar Greg Estren2015-04-23
* Replace @BlazeRule with a getMetadata() method. This lets us avoid Java Refle...Gravatar Googler2015-03-20
* Constraints: implement "fulfills". Details are describedGravatar Greg Estren2015-03-18
* Some constraint enforcement tweaks:Gravatar Greg Estren2015-03-10
* Add --target_environment flag. This declares the environment (or set of envir...Gravatar Greg Estren2015-03-06
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25