- 39cef6d Allow NestedSetCodec to share members across multiple deserializations. by cpeyser · 7 years ago
- 73e1016 Create useSkylarkSemantics for @SkylarkCallable, so annotated methods can specifically get a semantics object by cparsons · 7 years ago
- 4c4e9e2 Remove unused Digest class. by Googler · 7 years ago
- 6429bc0 Create AndroidManifestInfo provider by asteinb · 7 years ago
- 26603dd Ensure -fPIC set on shared non-LTO backends as needed by Googler · 7 years ago
- 4519e61 Fix ConcurrentModificationException in memory tracker. by tomlu · 7 years ago
- 2c81467 Convert SkylarkActionFactory methods to use @SkylarkCallable instead of @SkylarkSignature by cparsons · 7 years ago
- 52c3d90 Add annotation-processor verification that only one of Param.type or Param.allowedTypes is used. by cparsons · 7 years ago
- 8c43468 RELNOTES: In int() function, do not auto-detect base if input starts with '0'. by laurentlb · 7 years ago
- 3dc6c72 Move ConfigFeatureFlagConfiguration.Options to a top-level class. by mstaib · 7 years ago
- 6be45bb Add a new SandboxfsSandboxedSpawn to spawn actions using sandboxfs. by jmmv · 7 years ago
- 7fc3410 Local Disk Cache: Only write to disk if target hash doesn't already exist. by robinnabel · 7 years ago
- d01e8ad Assume toolchain supportsDynamicLinker from presence of "dynamic_linking_mode" feature by hlopko · 7 years ago
- bc4a0a2 Remove the --incompatible_disallow_uncalled_set_constructor flag by vladmos · 7 years ago
- 4aa3e06 Deprecate BuildConfiguration.Fragment#topLevelConfigurationHook(). by lberki · 7 years ago
- 5a0e323 Remove ResourceFilterFactory#getOutputDirectorySuffix(). by lberki · 7 years ago
- d2ab0ce remote/http: properly support read timeout by Jakob Buchgraber · 7 years ago
- 561274e Remove overloaded function in QueryEnvironmentFactory by dbabkin · 7 years ago
- f10b56e Improve error message when a persistent worker sends an unparseable response. by philwo · 7 years ago
- 72d5109 Remove the flag --incompatible_show_all_print_messages by vladmos · 7 years ago
- 289a5cb Remove an unused flag. by lberki · 7 years ago
- 6ff110e Store RuleClassType in RuleClass. Shouldn't use much more memory, and allows serialization to preserve the type when reconstituting the RuleClass. by janakr · 7 years ago
- 2410e1a Clean up unnecessary "additional data" from memoizing deserialization. Since memoization is now a simple on-off switch, change semantics to have at most one memoizing frame: starting memoization is now an idempotent operation. by janakr · 7 years ago
- 0f5679e Use PATH and LD_LIBRARY_PATH from the client's environment if possible by ulfjack · 7 years ago
- 76972e2 Introduce string.elem() method. by laurentlb · 7 years ago
- 9eea0f9 Update the client's skeleton logging framework to use it for --client_debug. by ccalvarin · 7 years ago
- 28a999c Stop objc_proto_library from returning the generated sources. by kaipi · 7 years ago
- 96ca627 Automatic code cleanup. by Googler · 7 years ago
- 977c880 Precompute Attribute#hashCode to remove gc churn from the Object[] allocation done by Attribute#hashCode. by nharmata · 7 years ago
- f3130e1 Memoize non-rule configured targets. This is probably a good idea in general, but especially necessary because OutputFileConfiguredTarget (which is not a RuleConfiguredTarget) contains a reference to its generating configured target, so all the optimizations needed for RuleConfiguredTarget apply to OutputFileConfiguredTarget. by janakr · 7 years ago
- bf326fa Propagating and printing server logs on demand. by olaola · 7 years ago
- d78cbe9 Remove obsolete phrase about SDKs and aapt by Googler · 7 years ago
- a95884e Change error messaging of @SkylarkCallable invocations to match @SkylarkSignature more closely. by cparsons · 7 years ago
- baba6a7 Remove no-op flag 'incompatible_load_argument_is_label'. by laurentlb · 7 years ago
- 9617485 Automated rollback of commit 3dab964407a2f1e12feb439d8507079bc06cb769. by hlopko · 7 years ago
- a3ba00e Remove support for dynamically configured resource filtering by asteinb · 7 years ago
- 5cee7f4 Automated rollback of commit 67549a752c2316234b19d7b50ea84a8ae80d3669. by hlopko · 7 years ago
- 339b5e4 Add behavior to NestedSetCodec to prevent it from running during testing. by cpeyser · 7 years ago
- 9276164 @AutoCodec SupportData. by janakr · 7 years ago
- 67549a7 Automated rollback of commit 3c5a1098af0c5ae80d4e3b1fc52dd1fef6027d43. by hlopko · 7 years ago
- a1068c4 NDK cc_toolchains: include bundled runtime libraries in cc_toolchain.all_files by Jingwen Chen · 7 years ago
- 12d00dc blaze.cc: Remove unused had_to_wait variable by David Ostrovsky · 7 years ago
- 9f7c898 Split PackageProvider to TargetProvider and CachingPackageLocator by dbabkin · 7 years ago
- d116183 Fix output_file build variable to be correct for fake compile actions. by hlopko · 7 years ago
- 3dab964 Assume toolchain supportsDynamicLinker from presence of "dynamic_linking_mode" feature by hlopko · 7 years ago
- 3c5a109 Add crosstool_lib.bzl and crosstool_utils.bzl by hlopko · 7 years ago
- 33c0885 Automated rollback of commit 8a5a0a3ed1e19768b6ee024189307bb4ac27460d. by laszlocsomor · 7 years ago
- 8a5a0a3 runfiles,C++: move to //tools/cpp/runfiles by Laszlo Csomor · 7 years ago
- c68645f Allow android_library rule to also accept rules that provide the JavaInfo by Googler · 7 years ago
- 00e7929 Hand-rolls EnumRuntimeCodec by shahan · 7 years ago
- 06e1781 Bug fix to allow timeout errors for remote spawns. by Googler · 7 years ago
- 3b3c7cd Add EnumMapCodec. Some hackery necessary to get Class for Enum when map is empty. by janakr · 7 years ago
- a0f66c4 Give ConfigurationTransition and implementing classes a getName method for easy name access. This is useful for cquery output formatters. by juliexxia · 7 years ago
- c1b4a5b Don't check for deps being done in a keep-going build as we expect this to always be the case. by shreyax · 7 years ago
- be61041 Force @SkylarkCallable Params with defaultValue = "None" to be noneable. by cparsons · 7 years ago
- 7ba9d76 Add ability to shallow-freeze individual objects by brandjon · 7 years ago
- adb27dc Add more documentation for rule.outputs by brandjon · 7 years ago
- 4b7f760 @Autocodec a few leftover classes. Also, add @AutoCodec builder support for boolean getters in "isFoo" form. by cpeyser · 7 years ago
- f87a656 Allow path options to use user specific paths by David Ostrovsky · 7 years ago
- 0acc6a7 Have the Android R class generators add the target label to the class jar. by tomlu · 7 years ago
- 191add5 Make FdoSupport use outputName to generate object file path by pcloudy · 7 years ago
- 755a0a1 Automated rollback of commit 72d28f3efc2842510a34cacd930c0204143f7412. by shreyax · 7 years ago
- 56d1b1c Plumb support for mounting a sandboxfs instance during a build. by jmmv · 7 years ago
- c1dacd3 Automated rollback of commit e6af9f9178e731a45e552b1d249ded90124945ba. by janakr · 7 years ago
- e2df6e2 Add some testing methods to get ConfiguredTargetAndData more easily, and rename some methods that were still called ConfiguredTargetAndTarget. Move some tests over to using ConfiguredTargetAndData instead of calling ConfiguredTarget#getConfiguration() directly. by janakr · 7 years ago
- 6e34581 Make "legacy globber" threads daemon. by carmi · 7 years ago
- bff4ac0 Expose the j2objc configuration fragment, with field dead_code_report, matching build flag --j2objc_dead_code_report. by cparsons · 7 years ago
- 6590914 RELNOTES[INC]: Remove //tools/defaults:android_jar. Use @bazel_tools//tools/android:android_jar instead. by ajmichael · 7 years ago
- e6af9f9 Add behavior to NestedSetCodec to prevent it from running during testing. by cpeyser · 7 years ago
- 9b8e9fe Replace =0/=1 with =False/=True in documentation. by lberki · 7 years ago
- 10e3c05 @AutoCodec TemplateExpansionAction. Have to make some anonymous classes concrete. by janakr · 7 years ago
- 04ee6ac @AutoCodec WriteZipControlFileAction (and ImmutableIterable). by janakr · 7 years ago
- 9389428 Automated rollback of commit 48e205a19bed1cccaa51c7bbfbef6c2fbe47e3de. by ruperts · 7 years ago
- 4f07816 Add unit tests for https://github.com/bazelbuild/bazel/commit/f304d2be2e8c26bd85434f1d6ca036f380162fb9 (oops). Also don't use concrete build() methods: there must be an abstract one, and crash explicitly if we don't have a Builder class, rather than with an NPE down the line. And remove non-functional partial handling of iterables. by janakr · 7 years ago
- 889f562 @AutoCodec some expressions that show up in Java configured targets. by janakr · 7 years ago
- aa5bc11 Adds codecs for more list variants. by shahan · 7 years ago
- f304d2b Add @AutoCodec strategy for @AutoValue.Builder. by janakr · 7 years ago
- 706bdb3 Deletes list marshaller and makes map entry marshaller into a runtime codec. by shahan · 7 years ago
- df296a4 PiperOrigin-RevId: 189372237 by Googler · 7 years ago
- 2732df0 Propagating remote results, including stdout/err, to Bazel on execution timeouts. by olaola · 7 years ago
- 435fde7 Pass all TreeArtifacts to the ParameterWriteFileAction so they're expanded by the time the action runs. by Googler · 7 years ago
- b892a9a Refactor DependencyResolver#dependentNodeMap to take in a set of toolchain labels instead of the entire toolchain context since that's all the dependency resolver really needs. This will help make cquery transitions outputter easier to implement. by juliexxia · 7 years ago
- a16887e Makes leaf level AutoCodec marshallers into runtime codecs. by shahan · 7 years ago
- 18726b7 Begins cleanup to allow ActionFS to be injected into all action executions. by shahan · 7 years ago
- 31032f5 Remove unnecessary @VisibleForTesting by michajlo · 7 years ago
- 4bf49ca Allow optimization related features to be ignored when unsupported as opposed to reporting errors by Googler · 7 years ago
- b1688b2 Suppress ThinLTO indexing for linkstatic library in tests by Googler · 7 years ago
- e2fc64f Adds 'timeout' to the table describing test size and a table for the timeout by ahumesky · 7 years ago
- 90750e6 Optimize GC churn due to PackageFunction#getContainingDirectory. While I'm here, also slightly restructure the code in #handleLabelsCrossingSubpackagesAndPropagateInconsistentFilesystemExceptions to make it more readable (and defer PackageIdentifier allocations). by nharmata · 7 years ago
- 2267e2a Modify CTQEnvironment and associated files to handle AliasConfiguredTargets. Always handle AliasConfiguredTargets as separate nodes from their "actual" value. This is helpful in understanding certain query results e.g. somepath. by juliexxia · 7 years ago
- d1119fa Conditionally set the default crosstool based on the major revision by binding //external:android/crosstool to an alias in the NDK BUILD file. by jingwen · 7 years ago
- 6a0ac92 Include object exec path in LTO Backend progress message by Googler · 7 years ago
- a750468 Simplify ClientEnvironmentValue invalidation. by Benjamin Peterson · 7 years ago
- a1c2826 Splits the iterableMarshaller into runtime codecs. by shahan · 7 years ago
- 9204499 Dedupes aspects in BuildView by Googler · 7 years ago
- c0aca06 Bazel: add ar_files/as_files to cc_toolchain targets by Googler · 7 years ago
- 3694099 Automated rollback of commit c2b332b45e6ea41a14ecbd3c5f30782bcdeec301. by laszlocsomor · 7 years ago
- 48e205a Modify the Java rules to take in JavaInfo by elenairina · 7 years ago
- d6a9828 Allow BazelPackageLoader to load external repositories. by carmi · 7 years ago
- dabf936 Delete some unused code. by ajmichael · 7 years ago