aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* Make SkylarkValue instances mutable by defaultGravatar vladmos2017-07-11
* Never use shell quoting in turbine params filesGravatar cushon2017-07-11
* Remove extra commented-out line.Gravatar jcater2017-07-11
* Make native declared providers type-safe.Gravatar dslomov2017-07-10
* Update documentation on ctx.actions.declare_directory and File.Gravatar dslomov2017-07-10
* Fix memory regression from CL/160891204.Gravatar tomlu2017-07-10
* BEP: Report test warningsGravatar aehlig2017-07-10
* Make jvm_runtime.java_home expand Make variables.Gravatar lberki2017-07-10
* Remove the functionality from alias() to point nowhere.Gravatar lberki2017-07-10
* Remove objc_includes_prioritize_static_libsGravatar cparsons2017-07-10
* Add doc argument to attr.*, rule, aspect, and provider.Gravatar allevato2017-07-10
* Update the default values for the C++ and Java late-bound attributes to the c...Gravatar janakr2017-07-10
* Add toolchain() rule for declaring toolchains with type and constraints.Gravatar John Cater2017-07-07
* Clean up string representations for configured targetsGravatar vladmos2017-07-07
* Clean up string representations for rule and aspect contextsGravatar vladmos2017-07-07
* Platform -> ApplePlatform, to avoid ambiguity with the newly introducedGravatar cpeyser2017-07-07
* Remove all non-essential call sites of methods on Jvm.Gravatar lberki2017-07-07
* Ignore unknown file types in profile zip filesGravatar Googler2017-07-07
* Do not NPE crash when C++ actions are not configured in crosstoolGravatar hlopko2017-07-07
* Clean up string representations for attr and attr.*Gravatar vladmos2017-07-07
* Avoid relying on System.out/err going to the terminalGravatar ulfjack2017-07-07
* Cache flaky tests (remove the cachable flag from test result data)Gravatar ulfjack2017-07-07
* Plumb some information about the location of the JVM through JavaRuntimeProvi...Gravatar lberki2017-07-07
* Automated rollback of commit 9000e61fc1737444392ffe251727e8331fab3cf2.Gravatar Googler2017-07-07
* 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