1. 3d69205 Have replaced all @AutoCodec with @SerializationConstant for the field, so delete AutoCodec target for field. by Googler · 3 years, 4 months ago
  2. c873525 Extract out constant for "current time" magic value in Path#setLastModifiedTime, to avoid confusion. by janakr · 3 years, 4 months ago
  3. e5ae94f Add EvaluationResult to debug messages for unexpected exception types in SkyframeBuilder. by janakr · 3 years, 4 months ago
  4. 3384b1c Fix --show_progress_rate_limit default value by Googler · 3 years, 4 months ago
  5. 3875b4b Update bzlmod instructions for --registry=my-fork by Alex Eagle · 3 years, 4 months ago
  6. 48e8868 Change host transitions to execution transitions in Sh rules. by ilist · 3 years, 4 months ago
  7. 09f0b24 Automatic code cleanup. by Googler · 3 years, 4 months ago
  8. 921d4de Add support for disk space events (specifically low disk space tracking) on Mac. by dmaclach · 3 years, 4 months ago
  9. 46104c6 BEP artifact upload opens all files upfront causing os to throw 'too many files open' exception by Googler · 3 years, 4 months ago
  10. c68908f Replace the per-`SkyKey` caches used by `PackageFunction` with the new `SkyKeyComputeState` mechanism. by nharmata · 3 years, 4 months ago
  11. 348ecad Add thermal anomaly tests. by dmaclach · 3 years, 4 months ago
  12. dd1235f Manage discarding of deps and rdeps from `InMemoryNodeEntry` based on the node's `KeepEdgesPolicy` instead of leaving it to an overridable method `postProcessAfterDone`. by jhorvitz · 3 years, 4 months ago
  13. 20fb6e3 Clarify that ActionAnalysisMetadata#getMandatoryOutputs() should only be called for orphaning-related work, and do some minor formatting clean-ups. by janakr · 3 years, 4 months ago
  14. 163e4d5 Allow failures in one branch of dynamic execution to be ignored in favor of what the other branch results in. This should only be used for specific well-understood failures, lest real problems be papered over. by larsrc · 3 years, 4 months ago
  15. 69be399 Use RepositoryName instead of String for the "toolsRepository" concept by wyv · 3 years, 4 months ago
  16. 4e7a2b0 Minor fixes for starlark cc_binary. by Googler · 3 years, 4 months ago
  17. 043d729 Adds flag `--experimental_dynamic_execution_cpu_limited` that prevents doing more dynamic execution threads than we have CPUs for. by larsrc · 3 years, 4 months ago
  18. c5da3c9 Use addTool to add tool artifacts instead of addInput in StarlarkAction.Builder by cmita · 3 years, 4 months ago
  19. fc98b2d Allow returning None for null maps in LibraryToLink shared_non_lto_backend Starlark methods. by cmita · 3 years, 4 months ago
  20. 54e04d3 Disable crashing on uncaught exceptions in `BazelBuildEventServiceModuleTest`. by ajurkowski · 3 years, 4 months ago
  21. 8c3e486 Add documentation for using code coverage by Bradley Burns · 3 years, 4 months ago
  22. ccc9b9d Automatic code cleanup. by Googler · 3 years, 4 months ago
  23. 5c5f785 Automated rollback of commit 122a859a81ceb0feb726b649e5e2572abf6e2cb3. by dacek · 3 years, 4 months ago
  24. af60a18 Expose "is_tool_configuration" on build configuration to Starlark builtins. by cmita · 3 years, 4 months ago
  25. b58aaeb Expose "extra_libraries" on ExtraLinkTimeLibraries objects to Starlark builtins. by cmita · 3 years, 4 months ago
  26. f4bf6f6 Clear GlobFunction's Pattern cache at the end of each command. GlobFunction has an unbounded map that was retained for the lifetime of the Blaze server, unnecessarily holding onto memory. by Googler · 3 years, 4 months ago
  27. 718651a Add a new flag: --experimental_platform_cc_test by Googler · 3 years, 4 months ago
  28. ee38b63 Add Starlark mechanism for default_copts and defaults_hdrs_check by plf · 3 years, 4 months ago
  29. 005361c Disable IncludeValidation for ObjC in bazel by waltl · 3 years, 4 months ago
  30. 278a637 Fix up bad name in test. by dmaclach · 3 years, 4 months ago
  31. 103ea9d Remove the concept of a "default" repo name and consolidate label parsing logic by wyv · 3 years, 4 months ago
  32. d7f0724 ResourceSet in StarlarkAction API by wilwell · 3 years, 4 months ago
  33. 44c30ac Add value equals and hashCode to BuildConfigurationValue by twigg · 3 years, 4 months ago
  34. 133f18a Add unit tests for memory pressure events. by dmaclach · 3 years, 4 months ago
  35. b8bc284 Properly handle missing packages and I/O exceptions when parsing target patterns in no-keep-going mode. Additionally, eagerly terminate evaluation on "inconsistent filesystem exceptions" even in keep-going mode, by analogy with a source file changing mid-build, which terminates the build even in keep-going mode. Note that we still don't terminate an evaluation eagerly on all inconsistent filesystem exceptions, but this is incrementally better than before, IMO (I think the remaining holes are bzl files and reading source artifacts for the first time). by janakr · 3 years, 4 months ago
  36. ba5d4de Clean up `prefetchDeps` a bit. by jhorvitz · 3 years, 4 months ago
  37. 3ffec39 Update tracking bug ids. by nharmata · 3 years, 4 months ago
  38. 6336bf2 Expose C++ configuration for Starlark cc_library by plf · 3 years, 4 months ago
  39. 41a0431 Refactor plethora of StarlarkProvider factory methods to a builder by arostovtsev · 3 years, 4 months ago
  40. bf30d81 Actually remove the flag --incompatible_disable_depset_items by pcloudy · 3 years, 4 months ago
  41. 122a859 Allow create_linking_context_from_compilation_outputs to create an empty archive by plf · 3 years, 4 months ago
  42. f14a3a5 Fixed a bug where incorrect type of variable was given to transitive field of the depset. by Googler · 3 years, 4 months ago
  43. 6522472 Wire up include scanning. by Benjamin Peterson · 3 years, 4 months ago
  44. fc4d9d6 Add clarification note in bazel dependency file by Xavier Bonaventura · 3 years, 4 months ago
  45. f40d086 Fix theoretical performance issue in `PackageLookupFunction#findPackageByBuildFile` using the new `SkyKeyComputeState` mechanism. by nharmata · 3 years, 4 months ago
  46. 9218010 Enforce that JavaCompileAction.outputDepsProto is non-null if classPathMode is BAZEL: we unconditionally read the proto output in such cases. by janakr · 3 years, 4 months ago
  47. 10d3084 Do not leave uncaught exception handler past tests derived from `BuildIntegrationTestCase`. by ajurkowski · 3 years, 4 months ago
  48. d0fde13 Allow \a \b \f \v escape sequences in Starlark. by tjgq · 3 years, 4 months ago
  49. a2e57ca Add in missing BUILD File and fix srcs glob. This was an oversight from https://github.com/bazelbuild/bazel/commit/80f65dd50c93bcff076706e3c87b987e2967e876. Also remove invalid tests that were not previously detected due to missing BUILD files. by dacek · 3 years, 4 months ago
  50. a87c095 Add notifier test util to bazel. by dmaclach · 3 years, 4 months ago
  51. 8e4f6ee Update System Suspension Event Test to cover a bit more code. by dmaclach · 3 years, 4 months ago
  52. ed279ab Introduce a way for `mySkyFunction.compute(k, env)` to avoid having to redo work for `SkyKey` `k` on each such call to `#compute` (after dependencies are ready). by nharmata · 3 years, 4 months ago
  53. 882321b Add an uncaught exception handler for Bazel integration tests. by ajurkowski · 3 years, 4 months ago
  54. 2ec457d Remote: Ignore blobs referenced in BEP if the generating action cannot be cached remotely. by chiwang · 3 years, 4 months ago
  55. 0d7d44d Remote: Add support for tag no-remote-cache-upload. by chiwang · 3 years, 4 months ago
  56. 139081f Release 6.0.0-pre.20211117.1 (2021-12-07) by Bazel Release System · 3 years, 4 months ago
  57. dce2435 [apple] fix issues compiling C in objc_library for watchos/armv7k by Dan Fleming · 3 years, 4 months ago
  58. 795eab3 Fix crash with `--experimental_skyframe_prepare_analysis` by accepting any `DetailedException`. by jhorvitz · 3 years, 4 months ago
  59. f4db9ce Automatic code cleanup. by Googler · 3 years, 4 months ago
  60. 81264d2 Tighten some class privacy. by gregce · 3 years, 5 months ago
  61. f697b5b Replace anonymous classes with lambdas when possible. by nharmata · 3 years, 5 months ago
  62. 6415287 Automatic code cleanup. by Googler · 3 years, 5 months ago
  63. 97fd16c Delete non-interning, non-singleton @AutoCodec. by Googler · 3 years, 5 months ago
  64. 927b625 Provide a `default` implementation of `SkyFunction#extractTag`. by nharmata · 3 years, 5 months ago
  65. 1987af2 Automatic code cleanup. by Googler · 3 years, 5 months ago
  66. d789eda Make `MemoizingEvaluatorTest.java` compliant with the formatter. by nharmata · 3 years, 5 months ago
  67. aa81f5a Make `py_proto_library` use regular runfiles instead of custom runfiles provider. by Googler · 3 years, 5 months ago
  68. 38a22d1 Add mirror link for bazelci_rules by Chi Wang · 3 years, 5 months ago
  69. 56fdd89 Automated rollback of commit eecf846ee390f08c1b1146a5a40b19dd05201a96. by dacek · 3 years, 5 months ago
  70. bf41661 Automated rollback of commit 1ad65d52f5d8422725dd3508f704edac705943a9. by dacek · 3 years, 5 months ago
  71. edb150c Use @TestParameterInjector in LoadingPhaseRunnerTest. by janakr · 3 years, 5 months ago
  72. 5738a1c Remove JavaScript getting started docs by Alex Eagle · 3 years, 5 months ago
  73. bcb45ef Avoid NPE in debugPrint() when owner is null by larsrc · 3 years, 5 months ago
  74. 402e80e Replace `EvaluationVersionBehavior` with a method `NodeEntry#getMaxTransitiveSourceVersion`. by jhorvitz · 3 years, 5 months ago
  75. 6741bb3 Get rid of dead code that guards against no top-level node being present in Skyframe evaluation result in case of a catastrophe. Since we can unconditionally bubble up through the unfinished graph, this never happens. by janakr · 3 years, 5 months ago
  76. 478b1bb Remove unnecessary commented-out code from `OutputsInvalidationIntegrationTest`. by ajurkowski · 3 years, 5 months ago
  77. 185fb0b Remove Guava 30.1.1 from `third_party`. by Alex Jurkowski · 3 years, 5 months ago
  78. ae4fed6 Update documentation about JavaInfo .plugins and .annotation_processing fields. by ilist · 3 years, 5 months ago
  79. 951a7ce Update Guava reference in to version 31. by ajurkowski · 3 years, 5 months ago
  80. 80a25c7 Simplify `ModifiedFileSet::hashCode`. by ajurkowski · 3 years, 5 months ago
  81. 82325e6 Add BuildFileContentsGeneratorTest. by dacek · 3 years, 5 months ago
  82. 32fc7ca Change host transitions to execution transitions in Cpp rules. by ilist · 3 years, 5 months ago
  83. ca3d814 Update documentation for Bazel 4.2.2 by Yun Peng · 3 years, 5 months ago
  84. 6858cff Fix usage of cc_common.is_enabled in builtin's cc_helper.bzl by cmita · 3 years, 5 months ago
  85. 6e1b440 Use .dylib extension for macOS dynamic libraries in XCode toolchain by Fabian Meumertzheim · 3 years, 5 months ago
  86. fbd4427 Check output files even if `--experimental_check_output_files` is disabled when the whole output tree is deleted. by ajurkowski · 3 years, 5 months ago
  87. 6c88edf Refactor `SkyFunctionEnvironment` constructors into factory methods and make some variable names more descriptive. by jhorvitz · 3 years, 5 months ago
  88. 0f19ef3 Add `deps` attribute to `objc_import` rule by Googler · 3 years, 5 months ago
  89. ef4d669 Minor cleanups in `SkyFunctionEnvironment`: by jhorvitz · 3 years, 5 months ago
  90. c85983c Update Guava so that we can use the new APIs like `ImmutableMap.Builder::buildOrThrow`. by Alex Jurkowski · 3 years, 5 months ago
  91. 3788780 Remove unnecessary calls to `MockGenruleSupport::setup` from tests. by ajurkowski · 3 years, 5 months ago
  92. d826b8d Release 4.2.2 (2021-12-02) by Bazel Release System · 3 years, 5 months ago
  93. 168b89b Automatic code cleanup. by Googler · 3 years, 5 months ago
  94. a9573be Add comments about "native deps". by lberki · 3 years, 5 months ago
  95. 40c69ed Grab java artifacts from application_resources attribute is it does java compilation. by Googler · 3 years, 5 months ago
  96. d11ecc5 Mark `BzlLoadFunction` as never shareable. Attribute descriptors (and perhaps some other types) do not implement equality, so comparisons don't work for deserialized instances. by jhorvitz · 3 years, 5 months ago
  97. f76f69c Filter nulls when adding fragments referenced by a Starlark rule definition. by jhorvitz · 3 years, 5 months ago
  98. 73b22b6 cquery: support queries over incompatible targets. by Greg · 3 years, 5 months ago
  99. 547fe52 Clarify message for legacy sandbox->local fallback usage. by larsrc · 3 years, 5 months ago
  100. 00a3354 Bug fixes and Platform Toolchain support: by Googler · 3 years, 5 months ago