aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/constraints/ConstraintSemantics.java
Commit message (Expand)AuthorAge
* Improve error messaging for constraints violations.Gravatar gregce2018-08-08
* Provide ability to inject custom ConstraintSemantics behavior.Gravatar gregce2018-05-25
* Extract part of EnvironmentGroup that's necessary for constraint calculation,...Gravatar janakr2018-02-15
* Get Target out of SupportedEnvironmentsProvider. Only a Label and Location ar...Gravatar janakr2018-02-14
* Change cfg(HOST) to cfg(HostTransition.INSTANCE).Gravatar gregce2017-12-21
* Correct typos found by the linter.Gravatar gregce2017-12-20
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Project reorg: move *ConfiguredTarget to new configuredtargets/ pathGravatar gregce2017-09-18
* Make compatible_with = ["all", "foo"] the same as compatible_with = ["all"].Gravatar gregce2017-06-06
* Rephrase AbstractAttributeMapper#visitLabels such that we can avoid creating ...Gravatar nharmata2017-04-05
* Refactoring: Types report what class of labels they contain.Gravatar Michael Staib2017-02-14
* Rollback of commit cdbad585187dfe7bbb4d69ad68a1baf852beb691.Gravatar Michael Staib2017-02-14
* Refactoring: Types report what class of labels they contain.Gravatar Michael Staib2017-02-13
* Fix an obscure crash scenario with static configs and BuildConfiguration.equals.Gravatar Greg Estren2017-01-04
* Skip constraint checking on generated sources with null generating rules.Gravatar Greg Estren2016-12-07
* Move constraint enforcement policy into attribute definitions.Gravatar Greg Estren2016-12-02
* Provide clearer messaging when a build fails because a rule'sGravatar Greg Estren2016-06-27
* Remove LABEL_LIST_DICT type. This was only used for abi_deps,Gravatar Greg Estren2016-05-11
* Make ConstraintSemantics.java compile again with all supported JDKs.Gravatar Lukacs Berki2016-04-22
* Make constraints and select() work well with each other.Gravatar Greg Estren2016-04-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
* Provide a way to explicitly constraint-enforceGravatar Greg Estren2015-10-29
* 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
* Have constraints' definition of implicit deps exactly match query's.Gravatar Greg Estren2015-06-12
* Keep host dependencies exempt from constraint checkingGravatar Greg Estren2015-06-03
* Constraints: don't check constraints on implicit or lateboundGravatar Greg Estren2015-04-23
* 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