1. 73d87d8 Remove support for 'local' compile-time deps by cushon · 3 years, 10 months ago
  2. 8b45333 Add logging when package loading encounters an exception related to globbing. It's clear from existing logging that globs are the source of the trouble. by janakr · 3 years, 10 months ago
  3. 2c4ad7b Replace most remaining uses of the Guava cache with Caffeine. by seancurran · 3 years, 10 months ago
  4. 572d4fd Run Windows tests with --test_tag_filters by pcloudy · 3 years, 10 months ago
  5. 2579c9a Eagerly initialize JNI copies of Java classes: doing lazy initialization on a per-method basis doesn't save anything and adds a tiny bit of overhead to every one of these calls. by janakr · 3 years, 10 months ago
  6. 2640745 Automatic code cleanup. by Googler · 3 years, 10 months ago
  7. 1d82741 Migrate src/tools/remote/src/j/c/g/devtools/build/remote/worker/... to shared BUILD file. by adgar · 3 years, 10 months ago
  8. b4c637c Fixes Android API level support in NDK crosstools. by ahumesky · 3 years, 10 months ago
  9. 640c3ef Add exception message to error event. by larsrc · 3 years, 10 months ago
  10. 706e54c Bzlmod: Add RepoSpec.java by pcloudy · 3 years, 10 months ago
  11. 97fb2cf Remote: Fix a bug that the XML generation is executed even if test.xml is generated when build with --remote_download_minimal. by Chi Wang · 3 years, 10 months ago
  12. b158a0f Replace Guava Cache with Caffeine in several classes. by seancurran · 3 years, 10 months ago
  13. c140625 Add a system property to include in all action keys. by ajurkowski · 3 years, 10 months ago
  14. 79c224a Read ServerInfo proto instead of reading separate field values from different files. by Googler · 3 years, 10 months ago
  15. 1447401 Migrate `SingleBuildFileCache` to caffeine. by jhorvitz · 3 years, 10 months ago
  16. 87c90f1 Migrate `TransitiveInfoProviderEffectiveClassHelper` to caffeine. by jhorvitz · 3 years, 10 months ago
  17. f159cb8 Migrate `IncludeParser` and `IncludeScannerSupplier` to caffeine. by seancurran · 3 years, 10 months ago
  18. 94f7486 Migrate src/test/j/c/g/devtools/build/lib/remote/http to shared BUILD file. by adgar · 3 years, 10 months ago
  19. 5132a89 Migrate src/test/j/c/g/devtools/build/lib/actionsketch to shared BUILD file. by adgar · 3 years, 10 months ago
  20. 44fe650 bzlmod: DiscoveryFunction by wyv · 3 years, 10 months ago
  21. 2e7030a [inclusive naming fixit] More low hanging fruit. by aiuto · 3 years, 10 months ago
  22. 4eb36ab Delete some obviously unused targets by michajlo · 3 years, 10 months ago
  23. 0f13cb1 Add documentation about pseudolocalization to resource_configuration_filters. by ahumesky · 3 years, 10 months ago
  24. 582d95f Run build_cleaner on src/test/j/c/g/devtools/build/lib/remote/... by adgar · 3 years, 10 months ago
  25. 4599743a Migrate src/test/j/c/g/devtools/build/lib/remote/grpc to shared BUILD file. by adgar · 3 years, 10 months ago
  26. cec7ef5 Migrate src/test/j/c/g/devtools/build/lib/remote/downloader to shared BUILD file. by adgar · 3 years, 10 months ago
  27. 9861b5b Migrate src/test/j/c/g/devtools/build/lib/remote/logging to shared BUILD file. by adgar · 3 years, 10 months ago
  28. a612634 Centralize action cache behavior on IOExceptions inside CompactPersistentActionCache. Don't log I/O errors here to remote logging: they are expected from time to time, and these I/O errors are preserved in the failure detail, so we can detect increases in them if there is an issue. by janakr · 3 years, 10 months ago
  29. 1c3bc90 Make --bep_publish_used_heap_size_post_build work for query and other non-build commands. Since we want BEP to support query anyway, enabling this flag on query allows it to be a drop-in replacement for --experimental_force_gc_after_build. by janakr · 3 years, 10 months ago
  30. 23fb04d Migrate `PerBuildSyscallCache` to caffeine. by jhorvitz · 3 years, 10 months ago
  31. ab2d2fb Fix flakiness in `DigestUtilsTest`. by jhorvitz · 3 years, 10 months ago
  32. 86b32a6 Include the Starlark stack trace as part of the crash's stack trace for all unhandled throwables originating in Starlark evaluation. by jhorvitz · 3 years, 10 months ago
  33. a7ac95b Use better atomic constructs in test. by janakr · 3 years, 10 months ago
  34. 5b216b2 Flip default for experimental_forward_instrumented_files_info_by_default by Googler · 3 years, 10 months ago
  35. d09077e bzlmod: Remove override_dep in favor of having module_name on each override type by wyv · 3 years, 10 months ago
  36. efa35e3 bzlmod: ModuleFileFunction by wyv · 3 years, 10 months ago
  37. a0b65df Make AbstractPackageLoaderTest usable without pulling in impl test by michajlo · 3 years, 10 months ago
  38. 128123f Migrate `Aspect` to caffeine. by seancurran · 3 years, 10 months ago
  39. b254c80 Fix global cache javadoc in `DigestUtils` by seancurran · 3 years, 10 months ago
  40. 1469a75 [inclusive naming fixit] Rename uses of blacklist by aiuto · 3 years, 10 months ago
  41. 3db19a5 Docs: Code updates for Bazel macro file by Googler · 3 years, 10 months ago
  42. ecab297 Add a warning for missing behavior enum in invocation policy. by ajurkowski · 3 years, 10 months ago
  43. 90c395c Migrate `DigestUtils`, `CacheFileDigestsModule`, `BuildRequest`, and by seancurran · 3 years, 10 months ago
  44. 4acb9ae Automated rollback of commit 03f6af623ae3de4a9b756b5235ebd31cc2faf762. by steinman · 3 years, 10 months ago
  45. d4390f8 Add --no-log-init flag to docker sandbox. by Pras Velagapudi · 3 years, 10 months ago
  46. bb72501 Migrate `RepositoryName` to caffeine. by jhorvitz · 3 years, 10 months ago
  47. 12e08e3 Update caffeine to 2.8.5 by Justin Horvitz · 3 years, 10 months ago
  48. 2c3cff5 Check if `treeDeleter` is actually async before casting it. Fixes #13240. by larsrc · 3 years, 10 months ago
  49. 2611ec0 Clean up / add BUILD file for collections package by michajlo · 3 years, 10 months ago
  50. 912fa90 Add support for AArch64 release artifacts by Masoud Koleini · 3 years, 10 months ago
  51. ba5b2a7 when writing to local disk cache, open files later in order to avoid "too many open files" by Johannes Abt · 3 years, 10 months ago
  52. 9c17adc Clean up and consolidate BUILD files by michajlo · 3 years, 10 months ago
  53. fa4e14b Flip --experimental_exec_groups by cmita · 3 years, 10 months ago
  54. 367b19e Fix starlark action with shadowed_action inputs cache test by messa · 3 years, 10 months ago
  55. a873f08 BEGIN_PUBLIC Support custom package IDs in `android_binary` END_PUBLIC by jasonobrien · 3 years, 10 months ago
  56. ae2a6a2 RELNOTES: --experimental_force_gc_after_build is deprecated and will be removed soon. Use --bep_publish_used_heap_size_post_build instead by janakr · 3 years, 10 months ago
  57. 4356191 Migrate src/test/j/c/g/devtools/build/lib/remote/merkletree to shared BUILD file. by adgar · 3 years, 10 months ago
  58. 2218325 Migrate src/test/j/c/g/devtools/build/lib/remote/util to shared BUILD file. by adgar · 3 years, 10 months ago
  59. 71b50f6 Log when a URI future hasn't resolved by the time BuildToolLogs is converted into an event for the BEP. by janakr · 3 years, 10 months ago
  60. a53df66 Simplify and enable outputfilter tests by michajlo · 3 years, 10 months ago
  61. 9761509 Fix building on gcc 11 by David Ostrovsky · 3 years, 10 months ago
  62. 2172f31 Migrate src/test/j/c/g/devtools/build/lib/remote/options to shared BUILD file. by adgar · 3 years, 10 months ago
  63. 4aa796b Automated rollback of commit cdeb49fd6a12b0d8e2ac1cbb228eaabbf2114554. by janakr · 3 years, 10 months ago
  64. 1adb512 Add experimental reuse of non-worker sandboxes. by larsrc · 3 years, 10 months ago
  65. b67c18e [Inclusive Language Fixit] Fix doc links in bazel-and-apple.md by aiuto · 3 years, 10 months ago
  66. 2f6ab9c Remove check against tree artifacts from `ParameterFileWriteAction`. by ajurkowski · 3 years, 10 months ago
  67. 04bed29 Disable shadowed_action part of action_aspect_test by twigg · 3 years, 10 months ago
  68. 4261b2a Inclusive naming fixit by aiuto · 3 years, 10 months ago
  69. 81d675b Rename `LazyString` to `OnDemandString` since the concept of "laziness" usually implies caching. by nharmata · 3 years, 10 months ago
  70. bfa38de Stop referring to non-Skyframe globbing as "legacy globbing". by nharmata · 3 years, 10 months ago
  71. cdeb49f Delete flag --experimental_force_gc_after_build: it is subsumed by --bep_publish_used_heap_size_post_build. by janakr · 3 years, 10 months ago
  72. 4e9a77e [blaze-core-fixit] Update Bazel docs and examples links to main or HEAD. by aiuto · 3 years, 10 months ago
  73. 81b3561 Docgen BUILD file consolidation by michajlo · 3 years, 10 months ago
  74. 882afdf Ignore InstrumentedFilesInfo from base rule when also returned by aspect by Googler · 3 years, 10 months ago
  75. 8356358 Add mock transition allow list to internal analysis mock. by cmita · 3 years, 10 months ago
  76. 4801bf5 Improve performance of artifact conflict detection. by jhorvitz · 3 years, 10 months ago
  77. c0f0f8d Run Buildifier on almost everything by ruperts · 3 years, 10 months ago
  78. e7bd094 Add info about rolling releases by ranjanih · 3 years, 10 months ago
  79. 14f481d Remove unused NestedSet expansion. by janakr · 3 years, 10 months ago
  80. a129aeb Fix #13575: FTBFS with GCC 11 on ARMv8 by philwo · 3 years, 10 months ago
  81. 2b464aa Remove unused methods from `MutableActionGraph` and use a simple `ConcurrentHashMap` instead of `ConcurrentMultimapWithHeadElement`. by jhorvitz · 3 years, 10 months ago
  82. 458fca9 Add test to check that j2objc_libary does not generate parse headers tokens by waltl · 3 years, 10 months ago
  83. b491305 Automatic code cleanup. by Googler · 3 years, 10 months ago
  84. 83bab81 Automated rollback of commit 9a423f8982c668dc4566a038c302614fb0548592. by twerth · 3 years, 10 months ago
  85. 4af3428 Memory expectations for local CppComppile action by wilwell · 3 years, 10 months ago
  86. c519544 Fix Starlark java_library with only resources. by ilist · 3 years, 10 months ago
  87. a72afe8 Internal change. by ilist · 3 years, 10 months ago
  88. 3638052 Add a check against relative `sandbox_tmpfs_path` flag values. by ajurkowski · 3 years, 10 months ago
  89. 03f6af6 Define a natural ordering for `ActionInput`. by ajurkowski · 3 years, 10 months ago
  90. 11c09c5 Add execution platform information to aquery output. by jcater · 3 years, 10 months ago
  91. 0e71e90 Preserve `PathFragment` passed to `ActionInputHelper::fromPath(PathFragment)`. by ajurkowski · 3 years, 10 months ago
  92. 060d596 Add more debug output for dynamic execution under the `--experimental_debug_spawn_scheduler` flag. by larsrc · 3 years, 10 months ago
  93. b1d1271 Migrate header tokens from output group to CcCompilationContext by waltl · 3 years, 10 months ago
  94. f838d56 Track current stack depth during invalidation and stop recursing if it gets too large. by janakr · 3 years, 10 months ago
  95. 9a423f8 Flip objc_(import|library) to Starlark by plf · 3 years, 10 months ago
  96. 7ad949b Release 5.0.0-pre.20210604.6 (2021-06-11) by Bazel Release System · 3 years, 10 months ago
  97. 72b74ab Automated rollback of commit 260015df1524543d56b0dbff00958320cd58d166. by kmb · 3 years, 10 months ago
  98. 830e625 Update R8 to version 3.1.6-dev by sgjesse · 3 years, 10 months ago
  99. f0983dfd Remote: Report checking cache status before the action is scheduled to run remotely. by Chi Wang · 3 years, 10 months ago
  100. f1b1cc5 BEP events retain ActionInputMap holding only important artifacts. by adgar · 3 years, 10 months ago