aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis/constraints
Commit message (Expand)AuthorAge
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Move constraint enforcement policy into attribute definitions.Gravatar Greg Estren2016-12-02
* Fixes bug where --noenforce_constraints wasn't propagating to host configurat...Gravatar Greg Estren2016-08-02
* Make enforce_constraints non-experimentalGravatar Liam Miller-Cushon2016-07-28
* Provide clearer messaging when a build fails because a rule'sGravatar Greg Estren2016-06-27
* Make constraints and select() work well with each other.Gravatar Greg Estren2016-04-22
* Rename LateBoundLabel#getDefault(Rule, AttributeMap, T) to #resolve().Gravatar Lukacs Berki2016-04-19
* Implement TODO from: https://github.com/bazelbuild/bazel/blo[]fbbd6a32b95ba74...Gravatar Greg Estren2016-02-11
* Migrated base test classes to JUnit 4 and deleted their temporary *ForJunit4 ...Gravatar Florian Weikert2015-12-07
* Migrated tests in lib/analysis to JUnit 4.Gravatar Florian Weikert2015-11-30
* Provide a way to explicitly constraint-enforceGravatar Greg Estren2015-10-29
* Don't crash when building environment groups directlyGravatar Greg Estren2015-09-30
* 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
* Inline FoundationTestCase.scratchFile.Gravatar Ulf Adams2015-04-27
* Description redacted.Gravatar Greg Estren2015-04-27
* Open source the analysis/constraints tests.Gravatar Ulf Adams2015-04-24