aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* Hooks to support core library desugaring in Android buildsGravatar kmb2018-02-07
* Add a CODEC for some dependencies of CppCompileAction: CompileCommandLine andGravatar cpeyser2018-02-07
* Non-test AspectClass codecs.Gravatar shahan2018-02-07
* Generate a CODEC for CppCompilationContext using AutoCodec. This is required...Gravatar cpeyser2018-02-06
* RELNOTES: Fix FDO_STAMP_MACRO to only be set when fdoBuildStamp is not null.Gravatar Googler2018-02-06
* PiperOrigin-RevId: 184726412Gravatar Googler2018-02-06
* Don't generate the blaze generated extension registry for Android tests that ...Gravatar Googler2018-02-06
* Always do filtering in execution (even after doing it in analysis)Gravatar Googler2018-02-06
* Fix CrosstoolConfigurationLoader to not assume the presense of a BUILDGravatar John Cater2018-02-06
* Return JavaPluginInfoProvider via JavaInfo in android_library.Gravatar elenairina2018-02-06
* Remove log_levels attribute from android_instrumentation_test.Gravatar jingwen2018-02-06
* C++: Remove last instatiation of CppModel outside CcLibraryHelper.Gravatar plf2018-02-06
* Automated rollback of commit 4260c30a03a9b83d48a5e8690aca19cd80be4c38.Gravatar ulfjack2018-02-06
* PiperOrigin-RevId: 184564534Gravatar Googler2018-02-05
* Tag a few aspect classes with @AutoCodec and make CcProtoAspect abstract, sin...Gravatar janakr2018-02-05
* Simplify RuleClassProviders by making most RuleSets have their own class.Gravatar lpino2018-02-05
* Fix AndroidDevice to never put the unified launcher's runfiles middleman in t...Gravatar Benjamin Peterson2018-02-05
* Add type assertion that TreeFileArtifact's parentTreeArtifact member is aGravatar cpeyser2018-02-05
* Fix manifest_merger documentation link.Gravatar ajmichael2018-02-05
* Automated rollback of commit 17830c25a816d67ba79e783acaa6a085b516bd43.Gravatar jmmv2018-02-05
* C++: Remove last instatiation of CppModel outside CcLibraryHelper.Gravatar plf2018-02-05
* Convert "-" to "" when generating module nameGravatar Googler2018-02-05
* RELNOTES: stop using --no-locals in android coverage buildsGravatar kmb2018-02-02
* Remove documentation of android_local_test.{resource_files,assets,assets_dir}...Gravatar dannark2018-02-02
* Add allowReturnNone to skylark annotationsGravatar Googler2018-02-02
* Stop allowing generic LateBoundDefault value types. Such types are always eit...Gravatar janakr2018-02-02
* C++: Stops generating DWO files when PER_OBJECT_DEBUG_INFO feature is not ena...Gravatar plf2018-02-02
* Implement Merge logic for all new providers in JavaInfoGravatar dbabkin2018-02-02
* Change how the libraries_to_link are expanded for archiverGravatar hlopko2018-02-02
* PiperOrigin-RevId: 184203570Gravatar Googler2018-02-01
* Remove unused code from bazel.Gravatar kaipi2018-02-01
* Expand the docs on hdrs to better indicate what they are.Gravatar thomasvl2018-02-01
* Remove setting of $DISPLAY variable by android_instrumentation_test.Gravatar jingwen2018-02-01
* Add a codec for FeatureConfiguration using AutoCodec. This is necessary forGravatar cpeyser2018-02-01
* Automated rollback of commit aa8ce5653f92473b331e500a3614245dae38dfc4.Gravatar hlopko2018-02-01
* Allow CustomCommandLine's mapFn to expand each object into multiple items.Gravatar tomlu2018-02-01
* Renamed android_instrumentation_test.instrumentation to android_instrumentati...Gravatar jingwen2018-01-31
* Improve safety of NestedSetFingerprintCache by detecting multiple instances o...Gravatar tomlu2018-01-31
* Change ConfiguredAspectFactory.create signature to take in aGravatar mjhalupka2018-01-31
* Make CcToolchainProvider structField methods resilient to null fieldsGravatar cparsons2018-01-31
* Add neverlink support to java_common.compile.Gravatar elenairina2018-01-31
* Order the input-output map keys before processing its elements. This fixes no...Gravatar kaipi2018-01-31
* Move BazelRuleClassProvider.LIPO_DATA_TRANSITION to its own class.Gravatar lpino2018-01-31
* Remove the CppConfiguration field from CppCompileAction. MakingGravatar cpeyser2018-01-30
* Rename Transition to ConfigurationTransition.Gravatar gregce2018-01-30
* Drop CppCompileAction.actionContextGravatar ulfjack2018-01-30
* Stop warning about resource filters with "deprecated" qualifiersGravatar Googler2018-01-30
* Remove DynamicTransitionMapper, ConfigurationTransitionProxy.Gravatar gregce2018-01-30
* C++: Removes last calls to CCLibraryHelper.build().Gravatar plf2018-01-30
* Add alternative interface for LIPO data transitions, opt in native rules.Gravatar gregce2018-01-29