aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* Switch from using set/getPchFile on CompilationArtifacts to a doNotUsePch opt...Gravatar Googler2017-07-07
* Remove FragmentOptions' addAllLabels and getAllLabels and friends.Gravatar mstaib2017-07-07
* Factor out BuildConfigurationCollection.Transitions.getDynamicTransition.Gravatar gregce2017-07-07
* Clean up string representations for functionsGravatar vladmos2017-07-07
* Remove JavaIdeInfoProvider.Gravatar dslomov2017-07-07
* Remove apple_watch2_extension ruleGravatar cparsons2017-07-07
* Android tests: prepare tests for parameter filesGravatar laszlocsomor2017-07-06
* Delete unused reuseJavaCompileActionsFromProtoLibrary.Gravatar carmi2017-07-06
* Remove the ToolchainConstructor class and change uses to be either aGravatar John Cater2017-07-06
* Fix expand_location to correctly use TransitiveInfoCollection instead ofGravatar John Cater2017-07-06
* Make 'platform_type' a mandatory attribute.Gravatar cparsons2017-07-06
* Improve the ToolchainInfo provider and add more data.Gravatar John Cater2017-07-06
* Assume crosstools that don't have 'no_legacy_features' feature need patchingGravatar hlopko2017-07-06
* RELNOTES: Add option for Android specific grte_topGravatar Googler2017-07-06
* Handle problematic resource qualifiers in references to individual resourcesGravatar Googler2017-07-05
* Do not pass ruleKind from Java sandwich/aspects.Gravatar dslomov2017-07-05
* Use the same data structure for native and Skylark providers.Gravatar dslomov2017-07-05
* Automated rollback of commit 480d6038905b3c8de09a362e2759fc6b8abe634c.Gravatar twerth2017-07-05
* Allow strings as default values of labelsGravatar vladmos2017-07-05
* Update SpawnAction to take an ActionEnvironmentGravatar ulfjack2017-07-05
* Exposing the value of strict_java_deps flag to Skylark.Gravatar elenairina2017-07-05
* Remove implicit iteration from CrosstoolGravatar hlopko2017-07-05
* Introduce --incompatible_new_actions_api flag.Gravatar dslomov2017-07-05
* Gracefully handle exceptions in java_common.default_javac_opts.Gravatar elenairina2017-07-05
* Fix documentation typos.Gravatar dslomov2017-07-05
* Implement ctx.actions.expand_template.Gravatar dslomov2017-07-05
* Migrate tests to ctx.actions.run/run_shell.Gravatar dslomov2017-07-05
* Categorize proto options.Gravatar carmi2017-07-03
* Enable --feature_control_policy policy for feature flag usage.Gravatar mstaib2017-07-03
* Enable aapt2 support in binary actions.Gravatar corysmith2017-07-03
* Remove unused method shouldUseObjcModulesGravatar cparsons2017-07-03
* Add minSdkVersion optimization to Blaze.Gravatar Googler2017-07-03
* Inline AttributeContainer.ATTRIBUTE_CONTAINER_FACTORY and PathFragment.TO_PAT...Gravatar laurentlb2017-07-03
* Enable incremental dexing by default.Gravatar ajmichael2017-07-03
* Add recursive jars to java_common.create_providerGravatar elenairina2017-07-03
* Add plugins and exported_plugins params to java_common.compile.Gravatar elenairina2017-07-03
* Implement ctx.actions.run() and ctx.actions.run_shell(),Gravatar dslomov2017-07-03
* Add methods for filtering LocalResourceContainerGravatar Googler2017-07-03
* Refactor PrinterGravatar vladmos2017-07-03
* Make osx crosstool standalone (working without bazel patches)Gravatar hlopko2017-07-03
* Introduce ctx.actions.write in place of ctx.file_action.Gravatar dslomov2017-06-30
* Implement ctx.actions.do_nothing instead of ctx.empty_actionGravatar dslomov2017-06-30
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Remove --xcode_override_workspace_root and --experimental_use_absolute_paths_...Gravatar cparsons2017-06-30
* Add categories transition values to android options.Gravatar ccalvarin2017-06-30
* {ios,macos}_minimum_os flags now default to {ios_macos}_sdk_version valuesGravatar cparsons2017-06-30
* Pick up default crosstool features in objc.Gravatar rduan2017-06-30
* Add a #getBytes() method to DeterministicWriter that returns a ByteString. By...Gravatar janakr2017-06-30
* Add exports param to java_common.compile.Gravatar elenairina2017-06-29
* Remove resource_extractor from android_sdk rule.Gravatar ajmichael2017-06-29