aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib
Commit message (Expand)AuthorAge
* Memoize non-rule configured targets. This is probably a good idea in general,...Gravatar janakr2018-03-21
* Propagating and printing server logs on demand.Gravatar olaola2018-03-21
* Remove obsolete phrase about SDKs and aaptGravatar Googler2018-03-21
* Change error messaging of @SkylarkCallable invocations to match @SkylarkSigna...Gravatar cparsons2018-03-21
* Remove no-op flag 'incompatible_load_argument_is_label'.Gravatar laurentlb2018-03-21
* Automated rollback of commit 3dab964407a2f1e12feb439d8507079bc06cb769.Gravatar hlopko2018-03-21
* Remove support for dynamically configured resource filteringGravatar asteinb2018-03-21
* Automated rollback of commit 67549a752c2316234b19d7b50ea84a8ae80d3669.Gravatar hlopko2018-03-21
* Add behavior to NestedSetCodec to prevent it from running during testing.Gravatar cpeyser2018-03-21
* @AutoCodec SupportData.Gravatar janakr2018-03-21
* Automated rollback of commit 3c5a1098af0c5ae80d4e3b1fc52dd1fef6027d43.Gravatar hlopko2018-03-21
* NDK cc_toolchains: include bundled runtime libraries in cc_toolchain.all_filesGravatar Jingwen Chen2018-03-21
* Split PackageProvider to TargetProvider and CachingPackageLocatorGravatar dbabkin2018-03-21
* Fix output_file build variable to be correct for fake compile actions.Gravatar hlopko2018-03-21
* Assume toolchain supportsDynamicLinker from presence of "dynamic_linking_mode...Gravatar hlopko2018-03-21
* Add crosstool_lib.bzl and crosstool_utils.bzlGravatar hlopko2018-03-21
* Allow android_library rule to also accept rules that provide the JavaInfoGravatar Googler2018-03-20
* Hand-rolls EnumRuntimeCodecGravatar shahan2018-03-20
* Bug fix to allow timeout errors for remote spawns.Gravatar Googler2018-03-20
* Add EnumMapCodec. Some hackery necessary to get Class for Enum when map is em...Gravatar janakr2018-03-20
* Give ConfigurationTransition and implementing classes a getName method for ea...Gravatar juliexxia2018-03-20
* Force @SkylarkCallable Params with defaultValue = "None" to be noneable.Gravatar cparsons2018-03-20
* Add ability to shallow-freeze individual objectsGravatar brandjon2018-03-20
* Add more documentation for rule.outputsGravatar brandjon2018-03-20
* @Autocodec a few leftover classes. Also, add @AutoCodec builder support for ...Gravatar cpeyser2018-03-20
* Allow path options to use user specific pathsGravatar David Ostrovsky2018-03-20
* Have the Android R class generators add the target label to the class jar.Gravatar tomlu2018-03-20
* Make FdoSupport use outputName to generate object file pathGravatar pcloudy2018-03-20
* Automated rollback of commit 72d28f3efc2842510a34cacd930c0204143f7412.Gravatar shreyax2018-03-19
* Plumb support for mounting a sandboxfs instance during a build.Gravatar jmmv2018-03-19
* Automated rollback of commit e6af9f9178e731a45e552b1d249ded90124945ba.Gravatar janakr2018-03-19
* Add some testing methods to get ConfiguredTargetAndData more easily, and rena...Gravatar janakr2018-03-19
* Make "legacy globber" threads daemon.Gravatar carmi2018-03-19
* Expose the j2objc configuration fragment, with field dead_code_report, matchi...Gravatar cparsons2018-03-19
* RELNOTES[INC]: Remove //tools/defaults:android_jar. Use @bazel_tools//tools/a...Gravatar ajmichael2018-03-19
* Add behavior to NestedSetCodec to prevent it from running during testing.Gravatar cpeyser2018-03-19
* Replace =0/=1 with =False/=True in documentation.Gravatar lberki2018-03-19
* @AutoCodec TemplateExpansionAction. Have to make some anonymous classes concr...Gravatar janakr2018-03-17
* @AutoCodec WriteZipControlFileAction (and ImmutableIterable).Gravatar janakr2018-03-16
* Automated rollback of commit 48e205a19bed1cccaa51c7bbfbef6c2fbe47e3de.Gravatar ruperts2018-03-16
* Add unit tests for https://github.com/bazelbuild/bazel/commit/f304d2be2e8c26b...Gravatar janakr2018-03-16
* @AutoCodec some expressions that show up in Java configured targets.Gravatar janakr2018-03-16
* Adds codecs for more list variants.Gravatar shahan2018-03-16
* Add @AutoCodec strategy for @AutoValue.Builder.Gravatar janakr2018-03-16
* Deletes list marshaller and makes map entry marshaller into a runtime codec.Gravatar shahan2018-03-16
* PiperOrigin-RevId: 189372237Gravatar Googler2018-03-16
* Propagating remote results, including stdout/err, to Bazel on execution timeo...Gravatar olaola2018-03-16
* Pass all TreeArtifacts to the ParameterWriteFileAction so they're expanded by...Gravatar Googler2018-03-16
* Refactor DependencyResolver#dependentNodeMap to take in a set of toolchain la...Gravatar juliexxia2018-03-16
* Makes leaf level AutoCodec marshallers into runtime codecs.Gravatar shahan2018-03-15