aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* 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
* Expose ApkInfo and AndroidInstrumentationInfo to Skylark.Gravatar ajmichael2018-01-29
* Allows @AutoCodec to use factory methods.Gravatar shahan2018-01-29
* Remove quotes from argv in android_instrumentation_test stub template and add...Gravatar jingwen2018-01-29
* Move BazelRuleClassProvider.TESTING_SUPPORT to its own class in rules/test.Gravatar lpino2018-01-29
* Support Android testing with Skylark-defined device rules.Gravatar ajmichael2018-01-26
* Add a type that explicitly limits the CppSemantics implementations that can beGravatar cpeyser2018-01-26
* C++: Refactors CLIF rule to go through CcLibraryHelper.Gravatar plf2018-01-26
* Reduce garbage generated from JavaCompileAction#getArtifactGeneralizedLabel.Gravatar tomlu2018-01-26
* Make experimental_inmemory_dotd_files not fail with local executionGravatar ulfjack2018-01-26
* Add a few options that tweak the host configuration to parallel those that do...Gravatar lberki2018-01-26
* Remove package restriction on android_tools_defaults_jar rule.Gravatar ajmichael2018-01-25
* Step 1 of removing android_sdk.annotations_jar.Gravatar ajmichael2018-01-25