aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java
Commit message (Expand)AuthorAge
* Remove cppConfiguration from LinkBuildVariablesGravatar hlopko2018-05-08
* Rename LinkStaticness to LinkingMode and unify with the other LinkingMode.Gravatar hlopko2018-05-07
* Make Aar provider into NativeInfoGravatar asteinb2018-05-07
* Stop collapsing NestedSet of deps in RClassGeneratorGravatar asteinb2018-05-07
* Rename Staticness to LinkerOrArchiver.Gravatar hlopko2018-05-07
* Relax requirements of skylark-exposed configuration fragmentsGravatar cparsons2018-05-07
* remote/caching: improve error messages for remote cachingGravatar Jakob Buchgraber2018-05-07
* Sort entries by segment when building a parent node to prevent unordered dire...Gravatar James Judd2018-05-07
* More detach context that was attachedGravatar Googler2018-05-06
* Emit jdeps.proto when checking the dependencies of aar_import targets.Gravatar cnsun2018-05-04
* Always detach context that was attachedGravatar Googler2018-05-04
* Migrate j2objc to only support java_proto_library.Gravatar tomlu2018-05-04
* Serialization of NestedSet<NestedSet> with NestedSetCodecWithStore waits onGravatar cpeyser2018-05-03
* Allow banning symlink action outputs from being uploaded to a remote cache.Gravatar Benjamin Peterson2018-05-03
* Fix up newly discovered bugs in decoupled Android data processingGravatar asteinb2018-05-03
* Thread legacy compile flags through CcToolchainProvider for compile build var...Gravatar hlopko2018-05-03
* Report what RemoteSpawnCache is doing.Gravatar Benjamin Peterson2018-05-03
* Use the in-memory metadata in blaze as the source of truth for Fileset mappingsGravatar kush2018-05-02
* Harden Profiler slow tasks capping testGravatar michajlo2018-05-02
* Do not add flags from linking_mode_flags section when the toolchain definesGravatar hlopko2018-05-02
* 'Direct jars' should be a subset of recursively collected jarsGravatar cushon2018-05-02
* Expose processed manifest in AndroidLocalTestGravatar asteinb2018-05-02
* Add --incompatible_disallow_legacy_javainfo flag.Gravatar tomlu2018-05-02
* RELNOTES: Save Blaze memory by not storing LinkerInput objects in LinkCommand...Gravatar Googler2018-05-02
* Simplify config fragment creation.Gravatar gregce2018-05-02
* Update test code to support finding deferred param files.Gravatar tomlu2018-05-02
* Fix tests to be compatible with deferred param files.Gravatar tomlu2018-05-02
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Add a codec for LinkedHashSet.Gravatar mjhalupka2018-05-01
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Resolve selects in the attributes of targets for cquery's --output=proto formatGravatar juliexxia2018-05-01
* Move BazelLibrary from syntax/ to packages/Gravatar brandjon2018-05-01
* Use a new pattern for builtin Provider objects with @SkylarkCallable.Gravatar cparsons2018-05-01
* Wire up future to wait for in NestedSetCodecWithStore.Gravatar janakr2018-04-30
* Allow SkyFunctions to return a sentinel value indicating that all of a node's...Gravatar janakr2018-04-30
* Name LateBoundDefaultApi skylark type.Gravatar cparsons2018-04-30
* Headers specified in cc_library.textual_hdrs are passed through objc_libraryGravatar cpeyser2018-04-30
* Allow JavaInfo providers without sources or exportsGravatar cushon2018-04-30
* Support ParamFileActionInput in LocalSpawnRunner.Gravatar tomlu2018-04-30
* Change LocationFunction to not extend Function.Gravatar dannark2018-04-30
* remote/http: fully read http content on error statusGravatar Jakob Buchgraber2018-04-30
* Refactor NestedSet to permit alternate NestedSetStore implementations.Gravatar cpeyser2018-04-30
* Remove the on-disk caching of Xcode locations.Gravatar jmmv2018-04-28
* Output message when the build configuration changes.Gravatar tomlu2018-04-27
* Allow skylark rule definitions to advertise providers that targets of the rul...Gravatar cparsons2018-04-27
* Reduce sensitivity of certain tests to exact configurations.Gravatar mstaib2018-04-27
* Add --experimental_use_late_bound_option_defauts flag to toggle usage of late...Gravatar Googler2018-04-27
* Normalize parameter name commentsGravatar cushon2018-04-27
* For --checkHashMismatch=ERROR, emit all errors instead of stopping at the fir...Gravatar cushon2018-04-26