aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* Expose to Skylark a merge() method for runfiles objectsGravatar Jon Brandvein2016-12-28
* Add `depset` as an alias to `set` in SkylarkGravatar Vladimir Moskva2016-12-27
* Introduce --apple_crosstool_top, which sets the crosstool for sources in objc...Gravatar Cal Peyser2016-12-23
* Rollback of commit 87fd5baeaa3f983bbec0c0dbc7b16eb52cf2267f.Gravatar Tobias Werth2016-12-22
* Introduce --apple_crosstool_top, which sets the crosstool for sources in objc...Gravatar Cal Peyser2016-12-22
* Rollback AppleCrosstoolChangeGravatar Cal Peyser2016-12-22
* Introduce --apple_crosstool_top, which sets the crosstool for sources in objc...Gravatar Cal Peyser2016-12-22
* Power supportGravatar Nishidha Panpaliya2016-12-21
* Fix the tool mocking for Java code coverageGravatar Damien Martin-Guillerez2016-12-20
* Update call sites to FileWriteAction to use the --experimental_transparent_co...Gravatar Jon Brandvein2016-12-20
* Cleanup FileWriteAction and add a flag that will guard transparent compressionGravatar Jon Brandvein2016-12-20
* Names of extra-action protos now take into account all aspect names.Gravatar Dmitry Lomov2016-12-16
* Names of extra-action protos now take into account aspect names.Gravatar Carmi Grushko2016-12-12
* Transparently compress any FileWriteAction strings of > 256 length.Gravatar Googler2016-12-08
* Add coverage support for java test.Gravatar Yue Gan2016-12-07
* Override BuildConfiguration.equals() for dynamic configs.Gravatar Greg Estren2016-12-06
* Add 'aspect_id' for to identify aspects that has been applied to the target.Gravatar Dmitry Lomov2016-12-05
* Make a rogue test case honor --experimental_dynamic_configs=notrim_partial li...Gravatar Greg Estren2016-12-05
* Clean up RuleContext's attribute access API.Gravatar Greg Estren2016-12-02
* Move constraint enforcement policy into attribute definitions.Gravatar Greg Estren2016-12-02
* Phrasing cleanup for dynamic configuration tests.Gravatar Greg Estren2016-12-01
* Rollback of commit 2a2be3907981d9654575493c7012d95d1241f373.Gravatar Googler2016-12-01
* Overrides BuildConfiguration.equals() for dynamic configs.Gravatar Greg Estren2016-12-01
* Allow aspects to specify multiple sets of required providers to match against...Gravatar Rumou Duan2016-12-01
* Makes the --test_env command line options available in skylark's rule context.Gravatar Sergio Campama2016-11-29
* Provide AspectDescriptor to ConfiguredAspect.Gravatar Dmitry Lomov2016-11-29
* Move some actions to language-specific packages, where they belong.Gravatar Lukacs Berki2016-11-23
* Refactor LegacyLoadingPhaseRunner to be more like SkyframeLoadingPhaseRunner.Gravatar Ulf Adams2016-11-22
* Fixes test infrastructure bug that wrongly trims output pathsGravatar Greg Estren2016-11-21
* Adds support for multiple top-level dynamic configurationsGravatar Greg Estren2016-11-21
* Extra-actions originating in Aspects are reported even if the rule we attach ...Gravatar Carmi Grushko2016-11-21
* Initializes BuildViewTestCase's configuration factory with ruleClassProvider'sGravatar Greg Estren2016-11-18
* Run the analysis phase with as many threads as the user wants. In order to av...Gravatar Janak Ramakrishnan2016-11-18
* Corrects some tests that fail with trimmed dynamic configurations butGravatar Greg Estren2016-11-17
* Supports --nodistinct_host_configuration withGravatar Greg Estren2016-11-16
* Code cleanup for interleaving target pattern eval and config creation.Gravatar Ulf Adams2016-11-16
* Aspects-on-aspects implementation.Gravatar Dmitry Lomov2016-11-15
* Expose aspect-related information in the extra-action proto that Bazel hands ...Gravatar Carmi Grushko2016-11-11
* Update package lookup to check for files named BUILD.bazel before files namedGravatar John Cater2016-11-11
* Add type annotations for the benefit of Java 7Gravatar Klaus Aehlig2016-11-10
* Add comment to EnvironmentVariable proto to make it clear that values are not...Gravatar Googler2016-11-10
* When --experimental_extra_action_top_level_only, Bazel to report extra-action...Gravatar Carmi Grushko2016-11-09
* Do not propagate aspect to own attributes when using '*'.Gravatar Googler2016-11-04
* Rollback of commit 69c98ab99563e0542cd6146de22a397679c67fdb.Gravatar Tobias Werth2016-10-28
* Rollback of commit fac9be905f0f82f793eb1cc61afab42698769dcf.Gravatar Adam Michael2016-10-27
* Clarify how startup options are conveyed between the client and the server.Gravatar Lukacs Berki2016-10-27
* Adds support to aar_import for native libs in /jni.Gravatar Adam Michael2016-10-25
* Proper action output checks for TreeArtifacts. Instead of crashing Bazel, we ...Gravatar Rumou Duan2016-10-19
* Rollback of commit 72cc756faffa93781942df261974572c65941c95.Gravatar Tobias Werth2016-10-18
* Refactor AarImportRule into a base rule.Gravatar Adam Michael2016-10-14