aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com
Commit message (Expand)AuthorAge
* Remove old intellij aspect code bundled with BazelGravatar Googler2017-07-31
* Expose to Skylark Strings instead of PathFragments from CppConfiguration.Gravatar dslomov2017-07-31
* Provide a lambda interface for custom mock rule class behavior.Gravatar gregce2017-07-31
* Remove the type data from ToolchainInfo, it is reduntant with DeclaredToolcha...Gravatar John Cater2017-07-31
* Use dynamically configured resource filteringGravatar Googler2017-07-31
* Apply native binary launcher to sh_binaryGravatar Yun Peng2017-07-31
* Assert that declared providers are not TransitiveInfoProviders.Gravatar dslomov2017-07-28
* Fix confusing semantics for Attribute.Builder.allowedRuleClasses.Gravatar gregce2017-07-28
* Remove MetadataHandler.isRegularFileGravatar ulfjack2017-07-28
* Make all WithLegacySkylarkName providers declared providers.Gravatar dslomov2017-07-28
* Add missing test dependency to unbreak the buildGravatar Jakob Buchgraber2017-07-27
* Fix a crash when Skylark rule re-exports SkylarkApiProvider.Gravatar dslomov2017-07-27
* remote: Don't upload failed action to cache. Fixes #3452Gravatar Jakob Buchgraber2017-07-27
* Fixing #3380: output stack traces and informative messages.Gravatar olaola2017-07-27
* Define an outgoing rule transition interface.Gravatar gregce2017-07-27
* Resource filtering should preserve all matching artifacts, despite shared namesGravatar Googler2017-07-27
* Automated rollback of commit 9e3018109b189a345cd9b353729c7f31ac209bc9.Gravatar allevato2017-07-27
* Package whitelisting: New implementation for feature whitelistingGravatar plf2017-07-26
* Add --toolchain_resolution_debug option to give more information aboutGravatar John Cater2017-07-26
* Remove --experimental_dynamic_configs=notrim_partial.Gravatar gregce2017-07-26
* Add the android.jar to the validate and link step for aapt2.Gravatar corysmith2017-07-26
* Rollforward of "AppleBinary and AppleStaticLibrary no longer propagate unwrap...Gravatar cparsons2017-07-26
* Create standardized interfaces for mock rule class creation.Gravatar gregce2017-07-26
* macOS link actions set the correct system framework include pathsGravatar cparsons2017-07-26
* Refactor augmented assignment and lvaluesGravatar brandjon2017-07-26
* Generalize some of methods in TargetPattern, PrepareDepsOfPatternValue, and R...Gravatar nharmata2017-07-26
* Make --experimental_use_parallel_android_resource_processing a no-op.Gravatar ajmichael2017-07-26
* Automated rollback of commit 6d884afa8da1b08288cb0108e8bbf6c22ec63393.Gravatar dslomov2017-07-25
* Make all WithLegacySkylarkName providers declared providers.Gravatar dslomov2017-07-25
* Add a command line option to make the minimum_os_version attribute mandatory ...Gravatar lberki2017-07-25
* Add hook to process SkyframeExecutor in tests. Also add sentinel exception to...Gravatar janakr2017-07-25
* Make $jarjar_bin point to //tools/android:jarjar_bin.Gravatar ajmichael2017-07-24
* Move the DurationConverter to the common.options packageGravatar ulfjack2017-07-24
* Handle multiple crosstool features providing the same symbol cleanlyGravatar hlopko2017-07-24
* Extract a common AbstractSpawnStrategy parent classGravatar ulfjack2017-07-24
* Make all our tests pass with --noexperimental_toolchain_id_in_output_directory.Gravatar lberki2017-07-24
* Skip tests that aren't CPU-compatible with the current build.Gravatar gregce2017-07-24
* Add an Iterable<Event> Truth subject so that we can easily assert things on a...Gravatar janakr2017-07-24
* Add ActionInputPrefetcher to ActionExecutionContextGravatar ulfjack2017-07-24
* Make error message in case top-level aspect is missing clearer.Gravatar Dmitry Lomov2017-07-24
* Make all test cases pass with --noexperimental_separate_genfiles_directory.Gravatar lberki2017-07-24
* ObjcProvider is propagated as a native declared provider.Gravatar cparsons2017-07-21
* Move ActionInputPrefetcher to the actions packageGravatar ulfjack2017-07-21
* Fix #3416: catch the ALREADY_EXISTS status code on upload, and treat it as su...Gravatar olaola2017-07-21
* Use toolchain resolution in rule creation.Gravatar John Cater2017-07-21
* Support multiple --define's in config_setting.Gravatar gregce2017-07-21
* Tolerate injected nodes having deps.Gravatar janakr2017-07-21
* Add --toolchain_resolution_override to allow specifying the toolchain for a g...Gravatar John Cater2017-07-21
* Allow the aapt2 code paths to be enabled by either flag or attribute.Gravatar corysmith2017-07-21
* Skylark documentation: Replace "set" and "List" plain-text return types with ...Gravatar fwe2017-07-21