aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools
Commit message (Expand)AuthorAge
* Amend a skylark test to attempt access of FilesToRunProvider.executableGravatar cparsons2018-06-01
* Use a new RecursivePackageProvider to ask skyframe for the correct package no...Gravatar juliexxia2018-06-01
* Move TARGET_CPU from the CcToolchainProvider to BuildConfiguration.Gravatar jcater2018-06-01
* [java_common.compile] Always generate a source jar.Gravatar elenairina2018-06-01
* Explicitly validate local resources are passed to Java compilation firstGravatar asteinb2018-05-31
* Log warning cleanupGravatar neerajen2018-05-31
* Remove unused codepaths now that non_propagated_deps has been removed as an a...Gravatar kaipi2018-05-31
* Improve DependencyAndroidData VALID_REGEX's robustness.Gravatar jingwen2018-05-31
* Remove the non_propagated_deps attribute from objc_library and apple_binary. ...Gravatar kaipi2018-05-30
* Modify cc_toolchain_suite rule to allow selection of cc_toolchain label witho...Gravatar rosica2018-05-30
* Add --apple_enable_auto_dsym_dbg flagGravatar Googler2018-05-30
* Fix a few tests when run under JDK9.Gravatar tomlu2018-05-30
* Fix Bazel crash on bad config_setting labels.Gravatar gregce2018-05-30
* Fix `equals()` and `hashCode()` for artifacts: artifacts of different classes...Gravatar Dmitry Lomov2018-05-30
* Allow passing the relative symlink resolution policy to the SpawnInputExpanderGravatar ulfjack2018-05-30
* Automated rollback of commit 7fcbc8ffdead028d19606fefa2fa3be13781da98.Gravatar laszlocsomor2018-05-30
* Fix edge case in inferring Java package from path to targetsGravatar asteinb2018-05-29
* Use independently passed assets in aapt2 packaging as wellGravatar asteinb2018-05-29
* Change uses of cc_toolchain_type back to plain toolchain_type.Gravatar jcater2018-05-29
* shell toolchain: genrule now uses itGravatar Laszlo Csomor2018-05-29
* Add a pretty-printer class to SkylarkGravatar Klaus Aehlig2018-05-29
* Refactor root cause reporting in ConfiguredTargetFunctionGravatar ulfjack2018-05-29
* Remove a reference to an unused field in the CROSSTOOL proto.Gravatar lberki2018-05-29
* Add CcSysrootAliasRuleGravatar dbabkin2018-05-29
* Skylark: Exposes disabled features from rule context to SkylarkGravatar plf2018-05-28
* Fix jdeps handling in java_common.compile(exports)Gravatar cushon2018-05-27
* Start migration of apple skylark build APIGravatar cparsons2018-05-25
* Skylark: Make 'cfg = "data"' a noop.Gravatar gregce2018-05-25
* support jdeps input in JavaInfo constructorGravatar kmb2018-05-25
* Automated rollback of commit 372fbc2f016157b0331f83a20edad10d4b4cf9f7.Gravatar asteinb2018-05-25
* Remove special casing from processes stat line.Gravatar Googler2018-05-25
* Provide ability to inject custom ConstraintSemantics behavior.Gravatar gregce2018-05-25
* Automated rollback of commit 9d5c323a6e66842cfeb98462cf949dee58710fb8.Gravatar plf2018-05-25
* Fix build and run of RealSandboxfsProcessTest.Gravatar jmmv2018-05-25
* Extend tests of range()'s list-like behaviorGravatar brandjon2018-05-25
* Make @SkylarkModule detection (through superclasses/superinterfaces) well-def...Gravatar cparsons2018-05-24
* Add test that range() returns a listGravatar brandjon2018-05-24
* Fix SkylarkCallable-annotation detection to appropriately handle methods with...Gravatar cparsons2018-05-24
* RemoteFileArtifactValue no longer tracks mtime.Gravatar shahan2018-05-24
* Migrate struct() to skylarkbuildapiGravatar cparsons2018-05-24
* Expose [AndroidAssetsInfo].local_assets, [AndroidAssetsInfo].local_asset_dir ...Gravatar Googler2018-05-24
* Reject files when the first line is indented.Gravatar laurentlb2018-05-24
* remote/http: simplify download logicGravatar Jakob Buchgraber2018-05-24
* Delete GlobListGravatar laurentlb2018-05-24
* Refactor analysis failure reporting, report loading failuresGravatar ulfjack2018-05-24
* Make BuildOptions$OptionsDiffForReconstruction deterministic in its construct...Gravatar janakr2018-05-23
* Make the SplitTransition, PatchTransition interfaces more compatible.Gravatar gregce2018-05-23
* Rename some instances of overloaded skylark-accessible methodsGravatar cparsons2018-05-23
* Simplify split transition semantics: noops now return the input build options.Gravatar gregce2018-05-23
* Initial implementation of a Skylark debug server API.Gravatar Googler2018-05-23