1. 02f9956 BEP: also report the built artifacts in case of a test by Klaus Aehlig · 7 years ago
  2. 13e8096 @AutoCodec SelectorValue. Rather than making mapMarshaller handle wildcards better, get rid of it, and immutableSetMarshaller for good measure. by janakr · 7 years ago
  3. 7383976 Fold in warning and error output into client logging. by ccalvarin · 7 years ago
  4. 64d4c65 Create a new output formatter for cquery which output transition information in either a FULL or LITE version. Trigger new output with the new --transitions cquery flag in the new CqueryOptions class. by juliexxia · 7 years ago
  5. a357874 Remove synchronization in BazelPackageBuilderHelperForTesting#sanityCheckBazelPackageLoader. by nharmata · 7 years ago
  6. 119d8ec RELNOTES: Move (c/cxx)opts from legacy_compile_flags to user_compile_flags by Googler · 7 years ago
  7. 24e2d4d Fix test flakiness due to the filesystem mutations done during the 'fetch' work done by BazelPackageBuilderHelperForTesting#sanityCheckBazelPackageLoader. by nharmata · 7 years ago
  8. 8e9f4a8 Add dependency on googletest, so we can use gmock along with gtest. by ccalvarin · 7 years ago
  9. 23e1c5d Refactor and cleanup the sandboxing code. by Philipp Wollermann · 7 years ago
  10. d58bd26 Bugfixes for int() by brandjon · 7 years ago
  11. bb9ae6a Shorten object file path by pcloudy · 7 years ago
  12. 8f5327a Remove a unused parameter in PackageFactory#evaluateBuildFile(). by lberki · 7 years ago
  13. bbb5a50 Add test that blaze feature_flags are passed correctly when the alias is invoked by Googler · 7 years ago
  14. 3ef288c Victory lap: Remove all code that used to support the three-argument form of vardef(). by lberki · 7 years ago
  15. 3b9cf80 Remove RuleClass.Builder#depsCfg(). by lberki · 7 years ago
  16. ebf7dc4 Detect main dex list entries that will be missing RELNOTES: None. by kmb · 7 years ago
  17. 0446f99 Convert several SkylarkAttr methods to use @SkylarkCallable instead of @SkylarkSignature by cparsons · 7 years ago
  18. 251e8e5 Add AndroidManifest and related classes for new manifest merging implementation by asteinb · 7 years ago
  19. 5d7fa7b Add a DefaultBuildOptions specifying default build flags that may differ from the provided defaults in Options classes. These are used to create BuildOptionsDiffForReconstruction, which lets us store only the diffs in our BuildConfigurationValue.Keys. by mjhalupka · 7 years ago
  20. 4f654da Make ManifestMergerAction able to not take a primary manifest by asteinb · 7 years ago
  21. 39cef6d Allow NestedSetCodec to share members across multiple deserializations. by cpeyser · 7 years ago
  22. 73e1016 Create useSkylarkSemantics for @SkylarkCallable, so annotated methods can specifically get a semantics object by cparsons · 7 years ago
  23. 4c4e9e2 Remove unused Digest class. by Googler · 7 years ago
  24. 6429bc0 Create AndroidManifestInfo provider by asteinb · 7 years ago
  25. 52c3d90 Add annotation-processor verification that only one of Param.type or Param.allowedTypes is used. by cparsons · 7 years ago
  26. 8c43468 RELNOTES: In int() function, do not auto-detect base if input starts with '0'. by laurentlb · 7 years ago
  27. 3dc6c72 Move ConfigFeatureFlagConfiguration.Options to a top-level class. by mstaib · 7 years ago
  28. bbae54f Forward deps artifacts from FeatureFlagSetterRule. by mstaib · 7 years ago
  29. 6be45bb Add a new SandboxfsSandboxedSpawn to spawn actions using sandboxfs. by jmmv · 7 years ago
  30. d01e8ad Assume toolchain supportsDynamicLinker from presence of "dynamic_linking_mode" feature by hlopko · 7 years ago
  31. 5655c7f Adding olaola to OWNERS on all remote libraries and tests. by olaola · 7 years ago
  32. c655f4a Readd SkylarkCcToolchainConfigureTest after fix by hlopko · 7 years ago
  33. bc4a0a2 Remove the --incompatible_disallow_uncalled_set_constructor flag by vladmos · 7 years ago
  34. 5a0e323 Remove ResourceFilterFactory#getOutputDirectorySuffix(). by lberki · 7 years ago
  35. d2ab0ce remote/http: properly support read timeout by Jakob Buchgraber · 7 years ago
  36. f10b56e Improve error message when a persistent worker sends an unparseable response. by philwo · 7 years ago
  37. 72d5109 Remove the flag --incompatible_show_all_print_messages by vladmos · 7 years ago
  38. 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
  39. 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
  40. 0f5679e Use PATH and LD_LIBRARY_PATH from the client's environment if possible by ulfjack · 7 years ago
  41. 76972e2 Introduce string.elem() method. by laurentlb · 7 years ago
  42. 9eea0f9 Update the client's skeleton logging framework to use it for --client_debug. by ccalvarin · 7 years ago
  43. b12892e A tiny binary to print all rules in a package, after BUILD macro expansion. by carmi · 7 years ago
  44. 28a999c Stop objc_proto_library from returning the generated sources. by kaipi · 7 years ago
  45. 927b294 Increase the timeout of SkylarkTests, which should make it no longer flaky. by cparsons · 7 years ago
  46. 54d57e5 Opensource some basic client tests. by ccalvarin · 7 years ago
  47. bf326fa Propagating and printing server logs on demand. by olaola · 7 years ago
  48. a95884e Change error messaging of @SkylarkCallable invocations to match @SkylarkSignature more closely. by cparsons · 7 years ago
  49. baba6a7 Remove no-op flag 'incompatible_load_argument_is_label'. by laurentlb · 7 years ago
  50. 9617485 Automated rollback of commit 3dab964407a2f1e12feb439d8507079bc06cb769. by hlopko · 7 years ago
  51. a3ba00e Remove support for dynamically configured resource filtering by asteinb · 7 years ago
  52. 3e84222 Manual rollback of https://github.com/bazelbuild/bazel/commit/5cee7f4afbadf8f463b33cf47dcd2fde096c6a4b#diff-76ac2009811ac59b4f76dcfb6d17be2b by hlopko · 7 years ago
  53. 5cee7f4 Automated rollback of commit 67549a752c2316234b19d7b50ea84a8ae80d3669. by hlopko · 7 years ago
  54. 339b5e4 Add behavior to NestedSetCodec to prevent it from running during testing. by cpeyser · 7 years ago
  55. 67549a7 Automated rollback of commit 3c5a1098af0c5ae80d4e3b1fc52dd1fef6027d43. by hlopko · 7 years ago
  56. 1762772 Add a test, verifying that paths within the same repo can be hard-coded by Klaus Aehlig · 7 years ago
  57. 3dab964 Assume toolchain supportsDynamicLinker from presence of "dynamic_linking_mode" feature by hlopko · 7 years ago
  58. 3c5a109 Add crosstool_lib.bzl and crosstool_utils.bzl by hlopko · 7 years ago
  59. 7ea7fb5 Fix bazel_test_test when --local_test_jobs is set in system-wide bazelrc. by philwo · 7 years ago
  60. c68645f Allow android_library rule to also accept rules that provide the JavaInfo by Googler · 7 years ago
  61. c776a69 Mark //src/test/java/com/google/devtools/build/lib/skylark:SkylarkTests as flaky. by ruperts · 7 years ago
  62. 06e1781 Bug fix to allow timeout errors for remote spawns. by Googler · 7 years ago
  63. 3b3c7cd Add EnumMapCodec. Some hackery necessary to get Class for Enum when map is empty. by janakr · 7 years ago
  64. be61041 Force @SkylarkCallable Params with defaultValue = "None" to be noneable. by cparsons · 7 years ago
  65. 7ba9d76 Add ability to shallow-freeze individual objects by brandjon · 7 years ago
  66. b1be581 runfiles,Python: remove library from @bazel_tools by Laszlo Csomor · 7 years ago
  67. f87a656 Allow path options to use user specific paths by David Ostrovsky · 7 years ago
  68. 0acc6a7 Have the Android R class generators add the target label to the class jar. by tomlu · 7 years ago
  69. 755a0a1 Automated rollback of commit 72d28f3efc2842510a34cacd930c0204143f7412. by shreyax · 7 years ago
  70. 56d1b1c Plumb support for mounting a sandboxfs instance during a build. by jmmv · 7 years ago
  71. c1dacd3 Automated rollback of commit e6af9f9178e731a45e552b1d249ded90124945ba. by janakr · 7 years ago
  72. 89216a3 Use ConfiguredTargetAndData in some android tests and pass in the target configuration in getImplicitOutputArtifact. by janakr · 7 years ago
  73. 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
  74. bff4ac0 Expose the j2objc configuration fragment, with field dead_code_report, matching build flag --j2objc_dead_code_report. by cparsons · 7 years ago
  75. e6af9f9 Add behavior to NestedSetCodec to prevent it from running during testing. by cpeyser · 7 years ago
  76. a3c95c5 Add tester method that allows us to unconditionally create a TestFunction builder. by shreyax · 7 years ago
  77. 0f2a78f RELNOTES: Allow C++ features to make proto_library emit smaller C++ code by Googler · 7 years ago
  78. 44a26af Reflect core library moves in super calls, even in default method stubs. Always generate default method stubs for emulated methods. by kmb · 7 years ago
  79. 889f562 @AutoCodec some expressions that show up in Java configured targets. by janakr · 7 years ago
  80. 6873cd4 Fix remote_execution_test on Ubuntu, broken by https://github.com/bazelbuild/bazel/commit/2732df0202499aff75de38c012fec57ed53a5a30 by olaola · 7 years ago
  81. 2732df0 Propagating remote results, including stdout/err, to Bazel on execution timeouts. by olaola · 7 years ago
  82. 435fde7 Pass all TreeArtifacts to the ParameterWriteFileAction so they're expanded by the time the action runs. by Googler · 7 years ago
  83. 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
  84. ec5f5be Delete 1.2k lines of dead code. by carmi · 7 years ago
  85. 1bca9fa Inline and delete artifactPrefix, which is never assigned. by carmi · 7 years ago
  86. a16887e Makes leaf level AutoCodec marshallers into runtime codecs. by shahan · 7 years ago
  87. dc060da Remove unused files. Most of the functionality contained in these files has already been migrated to github.com/bazelbuild/rules_apple. by kaipi · 7 years ago
  88. 18726b7 Begins cleanup to allow ActionFS to be injected into all action executions. by shahan · 7 years ago
  89. d34e45e Clean up whitespace in add_dep messages by cushon · 7 years ago
  90. 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
  91. 4c3098c Android tools: remove mtime-modifications by Laszlo Csomor · 7 years ago
  92. 8fb66b3 Ensure that only ObjC tests initialize the MockObjcSupport. by jcater · 7 years ago
  93. a1c2826 Splits the iterableMarshaller into runtime codecs. by shahan · 7 years ago
  94. 9204499 Dedupes aspects in BuildView by Googler · 7 years ago
  95. 87bc833 Clean up tests of temp dirs in CcCommonTest to properly set the host CPU. by jcater · 7 years ago
  96. 7af95a1 Delete unused method. by carmi · 7 years ago
  97. c0aca06 Bazel: add ar_files/as_files to cc_toolchain targets by Googler · 7 years ago
  98. 6c64b64 Remove unused files. by kaipi · 7 years ago
  99. d6a9828 Allow BazelPackageLoader to load external repositories. by carmi · 7 years ago
  100. 935d9da Deleted implementation of internal_bootstrap_hack from Blaze. by Googler · 7 years ago