aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
...
* Fix declared providers behaviorGravatar vladmos2017-07-14
* Remove some unused codeGravatar ulfjack2017-07-14
* Remove the java_common.java_toolchain_attr field in favor of a java_toolchain...Gravatar lberki2017-07-14
* Add a toolchains= attribute to *_binary, *_test, cc_library and extra_action ...Gravatar lberki2017-07-14
* Refactor CcCommon a bit.Gravatar lberki2017-07-14
* Categorize Python options.Gravatar lberki2017-07-13
* Add ObjcProvider.LINK_INPUTS as inputs to CROSSTOOL link actions.Gravatar allevato2017-07-13
* First pass of @Option documentation for apple/objc/swiftGravatar cparsons2017-07-13
* Fix compiler detection when mapping LIPO to ThinLTOGravatar Googler2017-07-13
* Make native declared providers not implement TransitiveInfoCollection.Gravatar dslomov2017-07-12
* Moves printing method for feature accessibility errors.Gravatar plf2017-07-12
* Remove hard-coded -Xbootclasspath/p flags for javac and turbine invocationsGravatar cushon2017-07-12
* Do not override Spawn methods from ExtraAction.Gravatar tomlu2017-07-12
* Minor cleanup of AndroidConfiguration.Gravatar ajmichael2017-07-12
* Remove Java 7 type inference workarounds and TODOsGravatar brandjon2017-07-12
* Making mobile-install v2 compatible with ASwB pluginGravatar Googler2017-07-12
* Remove apple_watch1_extension and apple_watch_extension_binary rulesGravatar cparsons2017-07-12
* ConfigFeatureFlagProvider should be declared provider only.Gravatar dslomov2017-07-11
* Expose current java_toolchain target to Skylark.Gravatar elenairina2017-07-11
* 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