aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
Commit message (Expand)AuthorAge
* Don't check for deps being done in a keep-going build as we expect this to al...Gravatar shreyax2018-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
* Begins cleanup to allow ActionFS to be injected into all action executions.Gravatar shahan2018-03-15
* Remove unnecessary @VisibleForTestingGravatar michajlo2018-03-15
* Allow optimization related features to be ignored when unsupported as opposed...Gravatar Googler2018-03-15
* Suppress ThinLTO indexing for linkstatic library in testsGravatar Googler2018-03-15
* Adds 'timeout' to the table describing test size and a table for the timeoutGravatar ahumesky2018-03-15
* Optimize GC churn due to PackageFunction#getContainingDirectory. While I'm he...Gravatar nharmata2018-03-15
* Modify CTQEnvironment and associated files to handle AliasConfiguredTargets. ...Gravatar juliexxia2018-03-15
* Conditionally set the default crosstool based on the major revision by bindin...Gravatar jingwen2018-03-15
* Include object exec path in LTO Backend progress messageGravatar Googler2018-03-15
* Simplify ClientEnvironmentValue invalidation.Gravatar Benjamin Peterson2018-03-15
* Splits the iterableMarshaller into runtime codecs.Gravatar shahan2018-03-14
* Dedupes aspects in BuildViewGravatar Googler2018-03-14
* Bazel: add ar_files/as_files to cc_toolchain targetsGravatar Googler2018-03-14
* Automated rollback of commit c2b332b45e6ea41a14ecbd3c5f30782bcdeec301.Gravatar laszlocsomor2018-03-14
* Modify the Java rules to take in JavaInfoGravatar elenairina2018-03-14
* Allow BazelPackageLoader to load external repositories.Gravatar carmi2018-03-13
* Delete some unused code.Gravatar ajmichael2018-03-13
* Tags some more non-serializable classes (for serialization).Gravatar shahan2018-03-13
* Integrate memoization into standard serialization. This involves a number of ...Gravatar janakr2018-03-13
* Integrate import_deps_checker into aar_import.Gravatar cnsun2018-03-13