1. c89c528 Fix versioned sidebars for 5.0 docs by wyv · 3 years, 2 months ago
  2. 2199335 Automatic code cleanup. by Googler · 3 years, 2 months ago
  3. 674f144 Move ResolvedEvent out of ExtendedEventHandler: it never belonged there, it's extremely repository-specific. by janakr · 3 years, 2 months ago
  4. 9998c63 Minor DynamicCodec simplifications. by shahan · 3 years, 2 months ago
  5. 3fb43f1 Deletes @AutoCodec annotation on AspectsListBuilder.StarlarkAspectDetails. by shahan · 3 years, 2 months ago
  6. 3d37dc2 Fix Who's Using Bazel? link in docs footer. by aiuto · 3 years, 2 months ago
  7. 86a704f Simplify the logic used in RBuildFilesVisitor#getSkyKeysForFileFragments. We unnecessarily keep track of two multimaps because we have skew between "current" path fragments and package lookup keys. by shreyax · 3 years, 2 months ago
  8. 787fb24 Renames ImmutableListRuntimeCodec to ImmutableListCodec (which is unused). by shahan · 3 years, 2 months ago
  9. 7f2069d Set debugging variable in "getOrderedValuesOrThrow" codepath, missed in https://github.com/bazelbuild/bazel/commit/d4ec9e2fb4f11a3d78d7e406bbc70c8f4344ec24. by Googler · 3 years, 2 months ago
  10. fc1d79c Clean up FilesystemCalls: rename to SyscallCache, move to a top-level class, and get rid of AtomicReference wherever possible. Use a SyscallCache for any command-scoped classes, and Supplier<SyscallCache> for others. This change should have no runtime-observable effects (all underlying caches are the same). by janakr · 3 years, 2 months ago
  11. b8690d4 Automatic code cleanup. by Googler · 3 years, 2 months ago
  12. d99f8fe Automatic code cleanup. by cushon · 3 years, 2 months ago
  13. 2d15135 Remove "experimental" from exec group docs by gregce · 3 years, 2 months ago
  14. 90abed5 Bzlmod: Refactor repo rule creation code by wyv · 3 years, 2 months ago
  15. 85821a2 Add injecting_rule_kind for java_lite_proto_library by Googler · 3 years, 2 months ago
  16. 855d3a5 Bazel CI: Assign a unique label to the RBE job in order to avoid confusion. by fwe · 3 years, 2 months ago
  17. ecee9ff Resolve failed test - JavaLiteProtoLibraryTest:generatedCodeIsCompiledWithoutStrictDeps by Googler · 3 years, 2 months ago
  18. f2e3df6 Add ProguardSpecProvider into Starlark implementation of JavaLiteProtoLibrary by Googler · 3 years, 2 months ago
  19. 1ecf77c Automatic code cleanup. by Googler · 3 years, 2 months ago
  20. 8b60c90 Remove uses of -lstdc++ on darwin by Keith Smiley · 3 years, 2 months ago
  21. 6c31c1d Temporarily disable the flaky testConflictErrorAndUnfinishedAspectAnalysis_mergedAnalysisExecution. by leba · 3 years, 2 months ago
  22. 9e2d329 Duplicate JavaLiteProtoLibraryTest for Starlark implementation. by Googler · 3 years, 2 months ago
  23. 8a33340 Remove unused `new LinkedHashMap<>()` call, which will soon be an error. by Googler · 3 years, 2 months ago
  24. ecfbee6 Automatic code cleanup. by Googler · 3 years, 2 months ago
  25. af5f522 Optimise parameter passing to Starlark calls. by ilist · 3 years, 2 months ago
  26. 866b9d8 Pass parameters positionally instead of by names. by ilist · 3 years, 2 months ago
  27. bb4c423 Optimise array constructions in Java rules. by ilist · 3 years, 2 months ago
  28. 425f288 Remove create_rule and use direct rule call. by ilist · 3 years, 2 months ago
  29. 4d73013 Define implicit attributes. by ilist · 3 years, 2 months ago
  30. 9b4ecf8 Implement a simple function to merge attributes. by ilist · 3 years, 2 months ago
  31. 6683880 Remove special casing on collecting resources. by ilist · 3 years, 2 months ago
  32. c17f1b7 Use attained composability of java_library and java_plugin rule's to handle implementation differences. by ilist · 3 years, 2 months ago
  33. b63a19d Return a dictionary of providers. by ilist · 3 years, 2 months ago
  34. baa8901 Pass rule attributes to java_plugin_rule via parameters. by ilist · 3 years, 2 months ago
  35. 0ef0bb9 Pass rule attributes to java_library_rule via parameters. by ilist · 3 years, 2 months ago
  36. 65ba4a8 Pass rule attributes to validate proguardspecs action via parameters. by ilist · 3 years, 2 months ago
  37. 9331df2 Pass rule attributes to base/java common action via parameters. by ilist · 3 years, 2 months ago
  38. 768751c Stop using rule attributes from ctx in android_lint action. by ilist · 3 years, 2 months ago
  39. 4bf9c9d Pass rule attributes to compile_action via parameters. by ilist · 3 years, 2 months ago
  40. d4ec9e2 Add debugging for BzlLoadFailedException slipping through PackageFunction. by janakr · 3 years, 2 months ago
  41. 63fae85 Add resource_set parameter to proto_common.bzl by ilist · 3 years, 2 months ago
  42. 5418a19 Optimise parameters in proto_compile_action_builder. by ilist · 3 years, 2 months ago
  43. 0d88835 Roll forward of https://github.com/bazelbuild/bazel/commit/7b923862c5d8d16c84c50dd1a3b8c6584b729b21: Use literals for format flags in proto_common call. by ilist · 3 years, 2 months ago
  44. fa388a0 Roll forward of https://github.com/bazelbuild/bazel/commit/b9544d0bdb2e3515328bb571d5c2ad871f0fe9c3: Use literal as a progress message in proto_common call. by ilist · 3 years, 2 months ago
  45. 529398e Roll forward of https://github.com/bazelbuild/bazel/commit/5d32fa8dcef2a49c21a7080349666b2360e76e0c: Call Starlark proto_compile_action from ProtoCompileActionBuilder.maybeRegister. by ilist · 3 years, 2 months ago
  46. 94eaed2 Enable some experimental features for RBE build. by Chi Wang · 3 years, 2 months ago
  47. 3836ad0 Remote: Only waits for background tasks from remote execution. by Chi Wang · 3 years, 2 months ago
  48. 621649d Remote: Postpone the block waiting in `afterCommand` to `BlockWaitingModule` by Chi Wang · 3 years, 2 months ago
  49. 6b32f22 Make CC host toolchain alias rule use EXEC configuration instead of HOST by steinman · 3 years, 2 months ago
  50. 7de1571 Update JDK versions by Liam Miller-Cushon · 3 years, 2 months ago
  51. a6c3f23 Adding Starlark dependencies to the package //external by Zhongpeng Lin · 3 years, 2 months ago
  52. 58d925a Automatic code cleanup. by Googler · 3 years, 2 months ago
  53. 2e244ff Automatic code cleanup. by Googler · 3 years, 2 months ago
  54. 1746d63 Fix stack overflow exception in deleteOutput by Bohdan Vanieiev · 3 years, 2 months ago
  55. 801bb4b Run buildifier on third_party by Liam Miller-Cushon · 3 years, 2 months ago
  56. de3bbe5 Remove one extra Skyframe evaluation to get the Targets for testing. by leba · 3 years, 2 months ago
  57. 74c97f2 Implement action conflict checking for --experimental_merged_skyframe_analysis_execution. by leba · 3 years, 2 months ago
  58. 73a76a8 Fix that bepTransports are not properly closed if --bes_timeout is set. by chiwang · 3 years, 2 months ago
  59. f6dbd1e Populate v3 sign min api for rotation in ApkInfo. by Googler · 3 years, 2 months ago
  60. 2b7ced8 Document the toolchain transition and add notes about toolchain behavior with configuration. by jcater · 3 years, 2 months ago
  61. 09eeb95 Update toolchains.md to use footnote-style links, in order to clean up formatting. by jcater · 3 years, 2 months ago
  62. 9e16a64 Flip --experimental_worker_allow_json_protocol by Keith Smiley · 3 years, 2 months ago
  63. 440e16d Small tweak to version injection logic to tolerate injecting versions not comparable with the graph version. by jhorvitz · 3 years, 2 months ago
  64. e2abe2b Add more debugging for bug: put current invocation id in LabelVisitor threads, so that if a lingering thread from a prior invocation is responsible for a re-entrant evaluation, we'll see. by janakr · 3 years, 2 months ago
  65. 7557bdd Increase the default value for analysis_testing_deps_limit to 2000. by Googler · 3 years, 2 months ago
  66. f802525 Add warnings as errors cc feature by jheaff1 · 3 years, 2 months ago
  67. cfaecc5 Fix calls to Flogger's `log(String)` method that would be in error when `@CompileTimeConstant` is added to its parameter. by Googler · 3 years, 2 months ago
  68. 2dd4256 Update install-os-x.md by dmaclach · 3 years, 2 months ago
  69. bdc2ec7 Refactor `MemoryPressureListener` and `MemoryPressureModule` to use `EventBus`. Future modules can register handlers on the `CommandEnvironment`'s `EventBus` in `BlazeModule#beforeCommand` - these handlers react to garbage collection notifications. by Googler · 3 years, 2 months ago
  70. 5845147 Reference osx_archs.bzl from bazel_tools by Keith Smiley · 3 years, 2 months ago
  71. b1d1259 Automatic code cleanup. by Googler · 3 years, 2 months ago
  72. 2b7c205 Visibility tweaks for DetailedExitCode by Googler · 3 years, 2 months ago
  73. f421474 Expose the logic to read user netrc file by Zhongpeng Lin · 3 years, 2 months ago
  74. 43c7b97 Update toolchain config to allow reflective access to `com.sun.tools.javac.parser` by cushon · 3 years, 2 months ago
  75. ce1a5d0 Upgrade protobuf to v3.19.2. (3/3) by Chi Wang · 3 years, 2 months ago
  76. 77ebecc Remove unused static member. by tjgq · 3 years, 2 months ago
  77. fb744c8 Make some clean-ups and assertions in query environments that may be useful for attached bug. by janakr · 3 years, 2 months ago
  78. d95b807 Get rid of AbstractQueryEnvironment: all subclasses inherit from AbstractBlazeQueryEnvironment. by janakr · 3 years, 2 months ago
  79. 857c27b Don't attempt to get the `EventBus` for crashes during server startup. by jhorvitz · 3 years, 2 months ago
  80. cdffd2f Add a FailureDetail for Packages in error due to an error constructing a Rule in the Package. File bug reports in various places when we're missing a FailureDetail. by janakr · 3 years, 2 months ago
  81. 4aad372 Merge `EvaluationGraph`, `DeletableGraph` with `ProcessableGraph`. by Googler · 3 years, 2 months ago
  82. b9e89e3 Upgrade protobuf to v3.19.2. (2/3) by Chi Wang · 3 years, 2 months ago
  83. dbf2735 Automatic code cleanup. by Googler · 3 years, 2 months ago
  84. 59f8e9b Delete Obselete Interface InterruptibleIOLongSupplier, it is not used any more. by Googler · 3 years, 2 months ago
  85. a49447f Make `MemoizingEvaluatorTest` abstract and use a separate class `InMemoryMemoizingEvaluatorTest` for testing the concrete in-memory implementation. Also remove the unused `keepEdges` parameter. by jhorvitz · 3 years, 2 months ago
  86. 843e5ec Merge `AbstractExceptionalParallelEvaluator` with `ParallelEvaluator`. by Googler · 3 years, 2 months ago
  87. b0d9d44 Bzlmod: Better canonical repo names for modules with overrides by wyv · 3 years, 2 months ago
  88. 37db90e Remove `--java_toolchain` and `--host_java_toolchain` from bazelrc by cushon · 3 years, 2 months ago
  89. d5c4f55 Add new flag `--experimental_dynamic_local_load_factor`. This controls how much load dynamic execution will put on the local machine when seeing a large number of actions. by larsrc · 3 years, 2 months ago
  90. f7119d3 Update comment in ActionInputPrefetcher. by chiwang · 3 years, 2 months ago
  91. ca48252 Always set the catastrophe field in EvaluationResult when there was a catastrophe. Callers use that field to see if there was a catastrophe, and therefore if they should fully process the result in keep-going mode. by janakr · 3 years, 2 months ago
  92. e5a7189 Switch to using the Bazel @platforms repository for platform constraints in Android NDK docs by Christopher Sauer · 3 years, 2 months ago
  93. 87ae8bc Removing lipo support from link_multi_arch_binary. by Googler · 3 years, 2 months ago
  94. 4de6bca Release 6.0.0-pre.20220112.2 (2022-01-19) by Bazel Release System · 3 years, 2 months ago
  95. 55e4937 Add Autocomplete Integration to IDE Docs by Christopher Sauer · 3 years, 2 months ago
  96. 10e3f5e Update 5.0.0 docs by wyv · 3 years, 2 months ago
  97. 975fb51 Add Updating Bazel back into navigation by floriographygoth · 3 years, 2 months ago
  98. 8a2b711 Delete direct headers in ObjcProvider by waltl · 3 years, 2 months ago
  99. 788ff3e Automatic code cleanup. by Googler · 3 years, 2 months ago
  100. 123da96 Add `--experimental_check_external_repository_files` by Paul Tarjan · 3 years, 2 months ago