aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* Add register_toolchains function to the WORKSPACE for registering toolchains ...Gravatar John Cater2017-07-11
* MakeVariableProvider should be declared provider only.Gravatar dslomov2017-07-11
* Make some objects SkylarkValuesGravatar vladmos2017-07-11
* Add a cc_toolchain_alias and java_runtime_alias rules so that e.g. genrules c...Gravatar lberki2017-07-11
* Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...Gravatar ccalvarin2017-07-11
* Make information about the Java runtime in use available in Skylark using a d...Gravatar lberki2017-07-11
* Update marker version number to 3Gravatar pcloudy2017-07-11
* Add Make variables to java_runtime and java_runtime_suite .Gravatar lberki2017-07-11
* Make CcToolchainProvider#equals() be the object identity.Gravatar lberki2017-07-11
* 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