1. 860a802 Dead code removal. by Tony Aiuto · 3 years, 2 months ago
  2. 3fc17f3 Change `getValuesOrThrow` method to `getOrderedValuesAndExceptions` in `PrepareDepsOfPatternsFunction`. by emilyguo · 3 years, 2 months ago
  3. b1deea4 Starlark: Add dict union operators | and |= by Fabian Meumertzheim · 3 years, 2 months ago
  4. 44e8d07 Fix cc_shared_library to take into account Starlark cc_library by plf · 3 years, 2 months ago
  5. 6e6c4cf Replace HOST transition with EXEC transition for Starlark rules. by steinman · 3 years, 2 months ago
  6. af4a150 Allow use of the .lib suffix for Windows import libraries. by Googler · 3 years, 2 months ago
  7. 78a88b5 Fixed broken link to CI system by Googler · 3 years, 2 months ago
  8. 0b1beef Normalize rpath entries to guard against missing default solib dir by Fabian Meumertzheim · 3 years, 2 months ago
  9. 1ec1068 Fix default CPU for macOS and iOS by Keith Smiley · 3 years, 2 months ago
  10. 6484373 Update RuleClass to use ToolchainTypeRequirement. by John Cater · 3 years, 2 months ago
  11. 8778455 Add Apple static library linking Starlark API by Googler · 3 years, 2 months ago
  12. 478bf55 Update team label triage designations by gregce · 3 years, 2 months ago
  13. 6e0afaa Fixes typo in toolchains documentation page by Albert Lloveras · 3 years, 2 months ago
  14. 84b1d36 Add some documentation and cquery proto output changes by ehaugh · 3 years, 2 months ago
  15. e9c4107 Use ToolchainTypeRequirement in ExecGroup and ToolchainContextKey tests. by John Cater · 3 years, 2 months ago
  16. f0c1638 Add --noblock_for_lock exit code to documentation by Keith Smiley · 3 years, 2 months ago
  17. 91c1f9f Change `getValuesOrThrow` method to `getOrderedValuesAndExceptions` or `getValuesAndExceptions` in Transitive Function related files. by emilyguo · 3 years, 2 months ago
  18. 090a449 Remove classic desugar testing repo for `corelibadapter` by Googler · 3 years, 2 months ago
  19. 388eb5d Remove obsolete check. by leba · 3 years, 2 months ago
  20. 426482f Change `getValuesOrThrow` method to `getOrderedValuesAndExceptions` in skyframe directory for checking `valuesMissing`.This change creates less garbage. by emilyguo · 3 years, 2 months ago
  21. 1bcdea5 Bazel DocGen: Rename Starlark lib output files from skylark-* to starlark-* by fwe · 3 years, 2 months ago
  22. ae79934 Refactor some classes away from skyframe_cluster. by leba · 3 years, 2 months ago
  23. e5981b7 Bazel DocGen: Rename template files from skylark-* to starlark-* by fwe · 3 years, 2 months ago
  24. faa5ab5 Add missing `"`. by twerth · 3 years, 2 months ago
  25. b955299 Throw catastrophic error immediately. by leba · 3 years, 2 months ago
  26. 710789c Update governance model and contribution guidelines to match https://github.com/bazelbuild/bazel-website/pull/327 by philomath · 3 years, 2 months ago
  27. 27415bd Bazel DocGen: Update Skydoc with links to the new Bazel site at https://bazel.build/ by fwe · 3 years, 2 months ago
  28. 90d3f6a Have `test_no_package_loading_on_benign_workspace_file_changes` clean up after itself. by nharmata · 3 years, 2 months ago
  29. ba6e917 Adding support for cc_library targets within avoid_deps on the dynamic library API. Added additional tests to verify it works with objc_library instances, avoiding the need for a framework stub rule. by Googler · 3 years, 2 months ago
  30. 0b6a8fe Do not invalidate unaffected external directory listings. by ajurkowski · 3 years, 2 months ago
  31. eb62ee9 Create a clear boundary between action conflict and other analysis error handling. by leba · 3 years, 2 months ago
  32. 8ca657c Change `getValuesOrThrow` method to `getValuesAndExceptions` in Aspect-related files. by emilyguo · 3 years, 2 months ago
  33. e33b54e Release 6.0.0-pre.20220216.3 (2022-02-24) by Bazel Release System · 3 years, 2 months ago
  34. 0e73219 Make protocOpts() public. by Googler · 3 years, 2 months ago
  35. c753421 Fix cc_shared_libary to take into account linkstamps by plf · 3 years, 2 months ago
  36. 6fbdfb0 Add an xattr getter to SyscallCache. by janakr · 3 years, 2 months ago
  37. 1da8b05 Stop catching `Throwable` by cushon · 3 years, 2 months ago
  38. bd7a6b9 Automatic code cleanup. by Googler · 3 years, 2 months ago
  39. bfe0b9c Make spawn id consistent in the debug log of dynamic execution. by chiwang · 3 years, 2 months ago
  40. 46a8e09 Use data dependencies in Make variable substitution by Joel Williamson · 3 years, 2 months ago
  41. 912e446 Fix tests with cc_libary before Starlark flip by plf · 3 years, 2 months ago
  42. 50d26d1 Modify contract of SyscallCache#getType to allow the cache to do no work if it prefers. This prevents SyscallCache#NO_CACHE from being less efficient in codepaths that call #getType than just not using a cache at all. by janakr · 3 years, 2 months ago
  43. ba348cc Decouple Apple target triplet logic from AppleBinary by Googler · 3 years, 2 months ago
  44. bdcc080 Removed cpu flag dependency for linkMultiArchBinary by Googler · 3 years, 2 months ago
  45. 0b09e9e Add removeprefix/removesuffix to Starlark strings by Fabian Meumertzheim · 3 years, 2 months ago
  46. a20797e Apply changes from https://github.com/bazelbuild/bazel/commit/56409448dfd7507f551f65283b4214020754c25c to Starlark cc_library by plf · 3 years, 2 months ago
  47. e3392cd Remove the 'Blaze' word from external aspects doc. by jingwen · 3 years, 2 months ago
  48. b228497 Clarify Starlark line length guideline by laurentlb · 3 years, 2 months ago
  49. 841c04a Clean up missed SyscallCache.NO_CACHE from RecursiveFilesystemTraversalFunction. by janakr · 3 years, 2 months ago
  50. 801535d Rename syscalls variable name to syscallCache in DigestUtils. by janakr · 3 years, 2 months ago
  51. bc2baaa Bazel DevSite: Fix more broken links. by fwe · 3 years, 2 months ago
  52. 24e8242 Fix aggressive params file assumption by Keith Smiley · 3 years, 2 months ago
  53. c046f96 Fix linker inputs for cc_shared_library linking by plf · 3 years, 2 months ago
  54. 8bd989e Add android constraints inside java_lite_proto_library by Googler · 3 years, 2 months ago
  55. 2655ebe Add licenses attribute to cc_binary. by Googler · 3 years, 2 months ago
  56. d184e48 Remote: handle early return of compressed blobs uploads by Mostyn Bramley-Moore · 3 years, 2 months ago
  57. 3fd0ffa Automatic code cleanup. by Googler · 3 years, 2 months ago
  58. 88499f6 Disable JSpecify integration for java_lite_proto_library. by Googler · 3 years, 2 months ago
  59. ba1dfb6 Fix tags in documentation by fwe · 3 years, 2 months ago
  60. 02ccf03 Refactor ActionInputPrefetcher.prefetchFiles to return a Future. by chiwang · 3 years, 2 months ago
  61. 5640944 Invert attributes to get implementation deps behavior in cc_library by plf · 3 years, 2 months ago
  62. c8fb023 Make runtime nullable and add exports into java_lite_proto_library by Googler · 3 years, 2 months ago
  63. 03ecdc5 Enable NoOutputActionTest. by dacek · 3 years, 2 months ago
  64. ac48e65 Include complete configurations in cquery proto output by ehaugh · 3 years, 2 months ago
  65. b1eda70 Domain verification for Bazel Search Console by Googler · 3 years, 2 months ago
  66. 141948ce Delete obsolete documentation files. by fwe · 3 years, 2 months ago
  67. d0228e2 Fix form link on landing page — shortlink wasn't working. by philomath · 3 years, 2 months ago
  68. e12fb63 Internal change by philomath · 3 years, 2 months ago
  69. 395c043 Add "foo/" after universe-scope to speed up bazel_query_test, missed in https://github.com/bazelbuild/bazel/commit/71156523526a8175af1235d40aaec8f68c59a83d. by emilyguo · 3 years, 2 months ago
  70. 6c2bd4a Internal change by fwe · 3 years, 2 months ago
  71. bdc6c5c Automated rollback of commit 34f20a181c0bf2c3857eeaab3f5b6031757afbcf. by arostovtsev · 3 years, 2 months ago
  72. 9a8cac7 Force local spawns to work around remote cache problem / spurious test failure by arostovtsev · 3 years, 2 months ago
  73. fb92e2d Mark configurations as tool or non-tool in cquery/aquery proto output by ehaugh · 3 years, 2 months ago
  74. 22c4f88 Remove newly enabled (non-manual) tests from all_manual_tests by michajlo · 3 years, 2 months ago
  75. 2c12294 Update SECURITY.md by Sven Tiffe · 3 years, 2 months ago
  76. b66fa33 Delete obsolete documentation files. by fwe · 3 years, 2 months ago
  77. 8934b2b Bazel DevSite: Add deprecation banner to old narrative docs and templates. by fwe · 3 years, 2 months ago
  78. 461e930 Bazel DevSite: Fix blog post URL on legacy landing page. by fwe · 3 years, 2 months ago
  79. a01210f Abort query evaluation early in no-keep-going mode if preloading the transitive closure of a set of target fails *and* the transitive closure needed was unbounded. by janakr · 3 years, 2 months ago
  80. 8f269bb Stop passing dependencies' descriptor sets when generating descriptor sets by Googler · 3 years, 2 months ago
  81. 9b9da34 Created landing page on docs.bazel.build introducing the historical/archival documentation. by philomath · 3 years, 2 months ago
  82. be3fcb6 Fix logos on users page. by philomath · 3 years, 2 months ago
  83. 6d393d3 Enable MiscAnalysisTest by michajlo · 3 years, 2 months ago
  84. 9d7c7b5 Remove ModifyBuildFileTest by michajlo · 3 years, 2 months ago
  85. f0cadba Move LabelConversionContext to a new top-level class. by John Cater · 3 years, 2 months ago
  86. ace0cb9 Automated rollback of commit 8d2c45c5aabb3fceb67e433e89895883e9228daf. by arostovtsev · 3 years, 2 months ago
  87. d8c25fc Change the semantics of `build_event_stream.BuildMetrics.PackageMetrics.packages_loaded` to be the number of packages successfully loaded. by nharmata · 3 years, 2 months ago
  88. 14dd609 Remove unused implicit outputs code. by ahumesky · 3 years, 2 months ago
  89. 8d2c45c Invert attributes to get implementation deps behavior in cc_library by plf · 3 years, 2 months ago
  90. 5f51d21 Enable per_object_debug_info feature by default by Keith Smiley · 3 years, 2 months ago
  91. a987b98 Fix uses of std++ on bsd by Keith Smiley · 3 years, 2 months ago
  92. eed6e61 Implement assert_equal_vector_char_pointer using gtest matcher. by Benjamin Peterson · 3 years, 2 months ago
  93. f457d81 Release 6.0.0-pre.20220208.2 (2022-02-17) by Bazel Release System · 3 years, 2 months ago
  94. 4a90f3e Use a `tear_down` function in `build_event_stream_test.sh` to shutdown the Bazel server process and delete the `bep.txt` file. by nharmata · 3 years, 2 months ago
  95. a73e3c1 Changes necessary for Starlark cc_library by plf · 3 years, 2 months ago
  96. acae1cd Publish first version of new Bazel docs. by fwe · 3 years, 2 months ago
  97. 2652b85 Add ExtraActionTest. by dacek · 3 years, 2 months ago
  98. b3baae9 Add a constant to `ErrnoFileStatus` for `ENODATA` initialized from JNI. by ajurkowski · 3 years, 2 months ago
  99. 30afc25 Mitigate future increased usage of SyscallCache (and guard against pathological current usage) by calling clear() on SyscallCache if under memory pressure, as enabled by https://github.com/bazelbuild/bazel/commit/343ba438a93f8c56a7b524ac7a54666c57a969d9 and https://github.com/bazelbuild/bazel/commit/bdc2ec7156cc1351de122ddcd51181dd2e83b133. This might lead to slightly increased filesystem operations under such pressure, but shouldn't be noticeable. by janakr · 3 years, 2 months ago
  100. 29d46eb Include more information about configurations in cquery proto formatted outout by ehaugh · 3 years, 2 months ago