1. 21efecd Clean Classic Desugar Source Code - Production - 1 / 2 by Donald Duo Zhao · 2 years, 8 months ago
  2. c66196a Split some behavior from `AbstractSkyFunctionEnvironment` to `AbstractSkyFunctionEnvironmentForTesting`. by Googler · 2 years, 8 months ago
  3. 0177837 Remove unused `errorMightHaveBeenFound` field from `AbstractSkyFunctionEnvironment`. by Googler · 2 years, 8 months ago
  4. 4e4b5a1 Move `WorkerOptions` to a separate target. by Googler · 2 years, 8 months ago
  5. 62d1b0b Introduce a specialized `SkyFunctionEnvironment` method for a single value. by Googler · 2 years, 8 months ago
  6. df86322 Stop using six in @bazel_tools//tools/jdk/... by Googler · 2 years, 8 months ago
  7. 819aa86 Automatic code cleanup. by Googler · 2 years, 8 months ago
  8. 65388c3 Add --incompatible_check_testonly_for_output_files by Googler · 2 years, 8 months ago
  9. c887c2a Delete the --experimental_delay_virtual_input_materialization flag. by Googler · 2 years, 8 months ago
  10. 40ccdba Remove colon from LINT.IfChange clauses. by Googler · 2 years, 8 months ago
  11. 6621495 CL for 2022 roadmap. by Googler · 2 years, 8 months ago
  12. d1a3c2d Add Roadmap links to Home and About landing pages. by Googler · 2 years, 8 months ago
  13. af1623a Switch DexFileSplitter from depending on the Dex parsing library in dx to depending on the android_dex library from the remote Android tools. by Googler · 2 years, 8 months ago
  14. e67fa07 Add Java runtime's static libraries as implicit dependencies for launcher (similar to java_binary specified deps), if hermetic is enabled. by Googler · 2 years, 8 months ago
  15. 3bc07f5 Removing duplicative text until we add the brag numbers by Googler · 2 years, 8 months ago
  16. a9fc434 Bazel DevSite: Fix even more broken links by Googler · 2 years, 8 months ago
  17. 6670424 Fix typo by Googler · 2 years, 8 months ago
  18. 3650409 Bazel DevSite: Fix more broken links. by Googler · 2 years, 8 months ago
  19. 58a608a Fixed vertical alignment spacing on index pages to work better on small screens. by Googler · 2 years, 8 months ago
  20. 2c50bb3 Bazel DevSite: Fix broken links to BUILD style and platforms. by Googler · 2 years, 8 months ago
  21. 845f021 Making the contributor's guide the /contribute/ landing page. by Googler · 2 years, 8 months ago
  22. 65bc5e1 Bazel DevSite: Fix broken SIG link. by Googler · 2 years, 8 months ago
  23. ca4badc Bazel DevSite: Fix broken links to Starlark lib. by Googler · 2 years, 8 months ago
  24. ff058d0 Bring back /versions/index.md by Googler · 2 years, 8 months ago
  25. 7bca66e Bazel DevSite: Fix broken reference links. by Googler · 2 years, 8 months ago
  26. a3990cc Site update to fit new information architecture per[] by Googler · 2 years, 8 months ago
  27. 3697ca5 Moved files to new homes by Googler · 2 years, 8 months ago
  28. 007abfa Created new landing pages + GDS assets by Googler · 2 years, 8 months ago
  29. 9f2542f Preserve relative order of explicit and expanded Starlark flags by Fabian Meumertzheim · 2 years, 8 months ago
  30. 41f7f8a [Skymeld] Add build-info.txt and build-changelist.txt by Googler · 2 years, 8 months ago
  31. f5a899f Add option to git_repository to provide build file / content by Xavier Bonaventura · 2 years, 8 months ago
  32. 159c068 Remove Desugar tests from postsubmit by Chi Wang · 2 years, 8 months ago
  33. 70ccf59 In `getOrderedValueOrUntypedExceptions`, iterate over the list of missing keys instead of the requested keys. by Googler · 2 years, 8 months ago
  34. 86e1be4 Fixed incorrect posix-terminal blocks; the $ isn't needed and is instead automatically added during rendering by Googler · 2 years, 8 months ago
  35. fb3110a Rename graph methods from `(get|createIfAbsent)Batch` to `(get|createIfAbsent)BatchMap`. by Googler · 2 years, 8 months ago
  36. 6752211 Enable a higher minSdkVersion in dex tests by Googler · 2 years, 8 months ago
  37. 835dc66 Refactor `GroupedListHelper` so it doesn't maintain a flat list of elements in addition to the grouped list. by Googler · 2 years, 8 months ago
  38. 786c396 Delete unused classes `ValueOrException` and `ValueOrException2` and unused methods in `ValueOrUntypedException`. by Googler · 2 years, 8 months ago
  39. d1f037e Refactor some `SkyFunctionEnvironment` methods to improve organization. by Googler · 2 years, 8 months ago
  40. 61c433e Content clarifications and markdown fixes for consistency with other tutorials. by Googler · 2 years, 8 months ago
  41. 4185b59 Fixed broken markup for a table and corrected terminal commands. by Googler · 2 years, 8 months ago
  42. 5084640 On clean evaluations, avoid using set differences when partitioning deps into old and new. by Googler · 2 years, 8 months ago
  43. 9cfc560 Remove restriction that BUILD files in //third_party must contain a licenses rule. by Googler · 2 years, 8 months ago
  44. 508124e Fixes to the C++ tutorial, including content and markdown fixes by Googler · 2 years, 8 months ago
  45. ecf9ac9 Prevent the native Apple split transition from setting ios_cpu in splits. Mark the field as deprecated. by Googler · 2 years, 8 months ago
  46. 5bd658e Updated MacOS install instructions to latest version and fixed broken commands. by Googler · 2 years, 8 months ago
  47. 16f2eec Mark allowed_local_actions_regex as deprecated. Its functionality is subsumed by --strategy_regexp. by Googler · 2 years, 8 months ago
  48. 004ca5f Remove an `IOException` from the `WorkerPool.invalidateObject()`. by Googler · 2 years, 8 months ago
  49. ea32eab Explicitly state what the downsides to sandboxing are. by Googler · 2 years, 8 months ago
  50. 18236ac Update bazel to depend on latest Bazel Android tools, version 0.27.0. by Googler · 2 years, 8 months ago
  51. a8952f5 Cleanup Classic Desugar Tests by Donald Duo Zhao · 2 years, 8 months ago
  52. 9c55b32 Move some logic common to both map and list `SkyFunctionEnvironment` methods to a shared helper method. by Googler · 2 years, 8 months ago
  53. fa437d4 Update Bazel Android tools versioning checks to allow Bazel prerelease versions. by Googler · 2 years, 8 months ago
  54. c3dbfa6 Fix update_android_tools.sh to not replace all sha256's in android_remote_tools.WORKSPACE. by Googler · 2 years, 8 months ago
  55. 4aa96ba Improve error reporting from RecursivePackageProviderBackedTargetPatternResolver#bulkGetTargetsInPackage and RecursivePackageProviderBackedTargetPatternResolver#getTargetsInPackage by checking if they are in error. by Googler · 2 years, 8 months ago
  56. f812302 Remove duplicate sentences in `env` attribute documentation by Googler · 2 years, 8 months ago
  57. e0ba796 Make the base case of `RecursiveFilesystemTraversalFunction` a directory with no subdirectories instead of a single file. by Googler · 2 years, 8 months ago
  58. ae53298 Update googletest to 1.12.1 by Googler · 2 years, 8 months ago
  59. e5a70a8 Automated rollback of commit e6ecab017a6e22c20e22caca5b87270f8b42ef46. by Googler · 2 years, 8 months ago
  60. f280a68 Release 6.0.0-pre.20220804.3 (2022-08-11) by Bazel Release System · 2 years, 8 months ago
  61. d4f2da5 Show a better error when MODULE.bazel is missing by Fabian Meumertzheim · 2 years, 8 months ago
  62. 3380d9f Migrate test `test_downloads_minimal_prefetch` to java. by Googler · 2 years, 8 months ago
  63. df8e580 Google-only change by Googler · 2 years, 8 months ago
  64. 17243d1 Migrate main_dex_list_creator to D8 by Googler · 2 years, 8 months ago
  65. cc712c5 Allow futures in `SerializationContext` to fail. by Googler · 2 years, 8 months ago
  66. 6064a33 Release 6.0.0-pre.20220801.1 (2022-08-10) by Bazel Release System · 2 years, 8 months ago
  67. e6ecab0 [Skymeld] Add build-info.txt and build-changelist.txt by Googler · 2 years, 8 months ago
  68. 73b81f94 Fix broken "data dependencies" link in the Bazel build encyclopedia. by Googler · 2 years, 8 months ago
  69. 1c032d0 Enable remote integration java tests on Windows by Chi Wang · 2 years, 8 months ago
  70. 95a5bfd Fix rpath for binaries in external repositories by Fabian Meumertzheim · 2 years, 8 months ago
  71. 04e8b63 Replace crashing behaviour during execution with an error during analysis if a middleman artifact is added to runfiles from Starlark by Googler · 2 years, 8 months ago
  72. db64be5 Delete broken link on bazel-and-javascript.md. by Googler · 2 years, 8 months ago
  73. eb9f1aa Make the name of the script artifact generated by `ctx.resolve_command` more stable. by Googler · 2 years, 8 months ago
  74. 21d0758 Fix `NestedSetCodecTest#racingSerialization` to actually use the configured spy. by Googler · 2 years, 8 months ago
  75. 5767cba Remove Classic Desugar Tests (with a global exclusion config) by Donald Duo Zhao · 2 years, 8 months ago
  76. 72787a1 Refactor Incompatible Target Skipping by Philipp Schrader · 2 years, 8 months ago
  77. f439f44 Migrate test `test_download_outputs_invalidation` to java. by Googler · 2 years, 8 months ago
  78. f6a99afb Gather errors in cc_shared_library before failing. by Googler · 2 years, 8 months ago
  79. 3469784 Flipping the flag --incompatible_use_platforms_repo_for_constraints by Googler · 2 years, 8 months ago
  80. c12dd9be Add a flag to enable unambiguous stringification of Labels by Googler · 2 years, 8 months ago
  81. d1820a7 Fix bad variable name submitted in https://github.com/bazelbuild/bazel/commit/54f11fe4189edfed92c820b8feaeb8c046d23a2a. by Googler · 2 years, 8 months ago
  82. 6b25cb2 Add android_dex library to dexerdeps so that they are included in all_android_tools for bazel remote Android tools. by Googler · 2 years, 8 months ago
  83. 6efc2ab Break out a `StarlarkTransitionCache` from `ConfigurationResolver` and store it in `SkyframeBuildView`. by Googler · 2 years, 8 months ago
  84. b44b9e4 Refactor SkyframeErrorProcessor. by Googler · 2 years, 8 months ago
  85. 6ca3601 Migrate test `test_downloads_minimal_native_prefetch` to java. by Googler · 2 years, 8 months ago
  86. 8e0eae2 Migrate test `test_downloads_minimal_failure` to java. by Googler · 2 years, 8 months ago
  87. 25c7678 Unify the post-execution finalization steps for skymeld and non-skymeld. by Googler · 2 years, 8 months ago
  88. 54f11fe Introduce an --incompatible_disallow_symlink_file_to_dir flag so we can eventually disallow calling `ctx.actions.symlink` on an input directory and an output file. by Googler · 2 years, 8 months ago
  89. 3d493dc Set up integration test for BwtB in Java. by Googler · 2 years, 8 months ago
  90. c9ede7a Add Python owners by Googler · 2 years, 8 months ago
  91. fe7deab Restrict visibility of all members of `CommandLines.ParamFileActionInput` to private. by Googler · 2 years, 8 months ago
  92. 6b2915b Wrap manifest lines for module flags by Googler · 2 years, 8 months ago
  93. 411be7a Minor fixes to support OpenBSD by 3405691582 · 2 years, 8 months ago
  94. d55c331 Refactor combined cache. by Chi Wang · 2 years, 8 months ago
  95. 9c93083 Throw a checked `ActionTransformException` when `transformForSharedAction` is called with an action with different outputs. by Googler · 2 years, 8 months ago
  96. 616774a Make a method in GoogleAuthUtils private by simplifying code elsewhere. by Tiago Quelhas · 2 years, 8 months ago
  97. aea81f2 Fix the failure in //src/test/shell/bazel:srcs_test caused by https://github.com/bazelbuild/bazel/commit/8e259a340d4196d64650aaf88797a06603cb3392 by Alex Humesky · 2 years, 8 months ago
  98. 56d8134f Add more license attestations to third_party. by Tony Aiuto · 2 years, 8 months ago
  99. 2c40f47 Use BuildResultListener when showing results in ExecutionTool. by Googler · 2 years, 8 months ago
  100. 507d85f bazel config: show output path prefixes by Googler · 2 years, 8 months ago