1. 1a42174 Fix Starlark implementation of cc_binary to match native one. by Googler · 3 years, 3 months ago
  2. 4d58232 Remove sidebar reference to generate-workspace.html(md) The file was removed by aiuto · 3 years, 3 months ago
  3. 285b17f Clean up callers of ActionAnalysisMetadata.getExecutionInfo since it no longer returns null. by jcater · 3 years, 3 months ago
  4. 757ff00 Automatic code cleanup. by Googler · 3 years, 3 months ago
  5. 519cb4c Automatic code cleanup. by Googler · 3 years, 3 months ago
  6. 113789d Fix ActionAnalysisMetadata.getExecutionInfo to return ImmutableMap. by jcater · 3 years, 3 months ago
  7. 01dae4f Allow errors to be printed in a no-keep-going build after an action is interrupted: if the action was interrupted by a file-level error during execution, suppressing further errors means that the user never gets to see the errors constructed during error bubbling. by janakr · 3 years, 3 months ago
  8. 6150afc Make sure include scanning spawns inherit exec info from the parent action. by jcater · 3 years, 3 months ago
  9. e9ce36a Handle mandatory aspect attributes by messa · 3 years, 3 months ago
  10. 4c6e324 Prohibit constructing `ErrorInfo` that is directly transient but not transitively transient. by jhorvitz · 3 years, 3 months ago
  11. 2ff4124 Change how we match local xcode versions with remote xcode versions. by Googler · 3 years, 3 months ago
  12. aaf65b9 Remote: Support client TLS authentication for remote caches over HTTP by Kevin Lin · 3 years, 3 months ago
  13. 7074bcf Automated rollback of commit ed825a49ef18a87e75fcbc381bb9b656e83b04fb. by larsrc · 3 years, 3 months ago
  14. 7b37eb6 Mark `ArtifactNestedSetKey` as never shareable. by jhorvitz · 3 years, 3 months ago
  15. 8470e43 Always create a `CrossServerUnshareableActionExecutionValue` if the `ActionLookupData` key is marked as never shareable. by jhorvitz · 3 years, 3 months ago
  16. 583db2d Remove unnecessary synchronization in `BazelBuildEventServiceModuleTest`. by ajurkowski · 3 years, 3 months ago
  17. 58887b7 make the function name more explicitly in git.bzl by lihu · 3 years, 3 months ago
  18. 8dcf27e Get rid of J2ObjcCcInfo by waltl · 3 years, 3 months ago
  19. ad663a7 Remote: Don't blocking-get when acquiring gRPC connections. by Chi Wang · 3 years, 3 months ago
  20. 6ac0ee5 Make sure that absolute packages don't go through repo mapping by Xdng Yng · 3 years, 3 months ago
  21. 35a6fc5 Remove `values` constraint from command-line aspects parameters by messa · 3 years, 3 months ago
  22. d4d82bd Remove unused //third_party:aws-sdk-auth-lite by Philipp Wollermann · 3 years, 3 months ago
  23. 790d7a7 Change host transitions to execution transitions in Objc rules. by ilist · 3 years, 3 months ago
  24. e077a4a Remove unused aws-sdk-auth-lite and apache_commons_logging by philwo · 3 years, 3 months ago
  25. b67a3d1 Throw a SerializationException instead of a NullPointerException in BuildOptions$Codec#deserialize when the given checksum does not correspond to a known BuildOptions instance. This will allow DynamicCodec to attach its normal trace to the exception, making debugging easier. by janakr · 3 years, 3 months ago
  26. 3d69205 Have replaced all @AutoCodec with @SerializationConstant for the field, so delete AutoCodec target for field. by Googler · 3 years, 3 months ago
  27. c873525 Extract out constant for "current time" magic value in Path#setLastModifiedTime, to avoid confusion. by janakr · 3 years, 3 months ago
  28. e5ae94f Add EvaluationResult to debug messages for unexpected exception types in SkyframeBuilder. by janakr · 3 years, 3 months ago
  29. 3384b1c Fix --show_progress_rate_limit default value by Googler · 3 years, 3 months ago
  30. 3875b4b Update bzlmod instructions for --registry=my-fork by Alex Eagle · 3 years, 3 months ago
  31. 48e8868 Change host transitions to execution transitions in Sh rules. by ilist · 3 years, 3 months ago
  32. 09f0b24 Automatic code cleanup. by Googler · 3 years, 3 months ago
  33. 921d4de Add support for disk space events (specifically low disk space tracking) on Mac. by dmaclach · 3 years, 3 months ago
  34. 46104c6 BEP artifact upload opens all files upfront causing os to throw 'too many files open' exception by Googler · 3 years, 3 months ago
  35. c68908f Replace the per-`SkyKey` caches used by `PackageFunction` with the new `SkyKeyComputeState` mechanism. by nharmata · 3 years, 3 months ago
  36. 348ecad Add thermal anomaly tests. by dmaclach · 3 years, 3 months ago
  37. 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, 3 months ago
  38. 20fb6e3 Clarify that ActionAnalysisMetadata#getMandatoryOutputs() should only be called for orphaning-related work, and do some minor formatting clean-ups. by janakr · 3 years, 3 months ago
  39. 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, 3 months ago
  40. 69be399 Use RepositoryName instead of String for the "toolsRepository" concept by wyv · 3 years, 3 months ago
  41. 4e7a2b0 Minor fixes for starlark cc_binary. by Googler · 3 years, 4 months ago
  42. 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
  43. c5da3c9 Use addTool to add tool artifacts instead of addInput in StarlarkAction.Builder by cmita · 3 years, 4 months ago
  44. fc98b2d Allow returning None for null maps in LibraryToLink shared_non_lto_backend Starlark methods. by cmita · 3 years, 4 months ago
  45. 54e04d3 Disable crashing on uncaught exceptions in `BazelBuildEventServiceModuleTest`. by ajurkowski · 3 years, 4 months ago
  46. 8c3e486 Add documentation for using code coverage by Bradley Burns · 3 years, 4 months ago
  47. ccc9b9d Automatic code cleanup. by Googler · 3 years, 4 months ago
  48. 5c5f785 Automated rollback of commit 122a859a81ceb0feb726b649e5e2572abf6e2cb3. by dacek · 3 years, 4 months ago
  49. af60a18 Expose "is_tool_configuration" on build configuration to Starlark builtins. by cmita · 3 years, 4 months ago
  50. b58aaeb Expose "extra_libraries" on ExtraLinkTimeLibraries objects to Starlark builtins. by cmita · 3 years, 4 months ago
  51. 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
  52. 718651a Add a new flag: --experimental_platform_cc_test by Googler · 3 years, 4 months ago
  53. ee38b63 Add Starlark mechanism for default_copts and defaults_hdrs_check by plf · 3 years, 4 months ago
  54. 005361c Disable IncludeValidation for ObjC in bazel by waltl · 3 years, 4 months ago
  55. 278a637 Fix up bad name in test. by dmaclach · 3 years, 4 months ago
  56. 103ea9d Remove the concept of a "default" repo name and consolidate label parsing logic by wyv · 3 years, 4 months ago
  57. d7f0724 ResourceSet in StarlarkAction API by wilwell · 3 years, 4 months ago
  58. 44c30ac Add value equals and hashCode to BuildConfigurationValue by twigg · 3 years, 4 months ago
  59. 133f18a Add unit tests for memory pressure events. by dmaclach · 3 years, 4 months ago
  60. 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
  61. ba5d4de Clean up `prefetchDeps` a bit. by jhorvitz · 3 years, 4 months ago
  62. 3ffec39 Update tracking bug ids. by nharmata · 3 years, 4 months ago
  63. 6336bf2 Expose C++ configuration for Starlark cc_library by plf · 3 years, 4 months ago
  64. 41a0431 Refactor plethora of StarlarkProvider factory methods to a builder by arostovtsev · 3 years, 4 months ago
  65. bf30d81 Actually remove the flag --incompatible_disable_depset_items by pcloudy · 3 years, 4 months ago
  66. 122a859 Allow create_linking_context_from_compilation_outputs to create an empty archive by plf · 3 years, 4 months ago
  67. f14a3a5 Fixed a bug where incorrect type of variable was given to transitive field of the depset. by Googler · 3 years, 4 months ago
  68. 6522472 Wire up include scanning. by Benjamin Peterson · 3 years, 4 months ago
  69. fc4d9d6 Add clarification note in bazel dependency file by Xavier Bonaventura · 3 years, 4 months ago
  70. f40d086 Fix theoretical performance issue in `PackageLookupFunction#findPackageByBuildFile` using the new `SkyKeyComputeState` mechanism. by nharmata · 3 years, 4 months ago
  71. 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
  72. 10d3084 Do not leave uncaught exception handler past tests derived from `BuildIntegrationTestCase`. by ajurkowski · 3 years, 4 months ago
  73. d0fde13 Allow \a \b \f \v escape sequences in Starlark. by tjgq · 3 years, 4 months ago
  74. 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
  75. a87c095 Add notifier test util to bazel. by dmaclach · 3 years, 4 months ago
  76. 8e4f6ee Update System Suspension Event Test to cover a bit more code. by dmaclach · 3 years, 4 months ago
  77. 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
  78. 882321b Add an uncaught exception handler for Bazel integration tests. by ajurkowski · 3 years, 4 months ago
  79. 2ec457d Remote: Ignore blobs referenced in BEP if the generating action cannot be cached remotely. by chiwang · 3 years, 4 months ago
  80. 0d7d44d Remote: Add support for tag no-remote-cache-upload. by chiwang · 3 years, 4 months ago
  81. 139081f Release 6.0.0-pre.20211117.1 (2021-12-07) by Bazel Release System · 3 years, 4 months ago
  82. dce2435 [apple] fix issues compiling C in objc_library for watchos/armv7k by Dan Fleming · 3 years, 4 months ago
  83. 795eab3 Fix crash with `--experimental_skyframe_prepare_analysis` by accepting any `DetailedException`. by jhorvitz · 3 years, 4 months ago
  84. f4db9ce Automatic code cleanup. by Googler · 3 years, 4 months ago
  85. 81264d2 Tighten some class privacy. by gregce · 3 years, 4 months ago
  86. f697b5b Replace anonymous classes with lambdas when possible. by nharmata · 3 years, 4 months ago
  87. 6415287 Automatic code cleanup. by Googler · 3 years, 4 months ago
  88. 97fd16c Delete non-interning, non-singleton @AutoCodec. by Googler · 3 years, 4 months ago
  89. 927b625 Provide a `default` implementation of `SkyFunction#extractTag`. by nharmata · 3 years, 4 months ago
  90. 1987af2 Automatic code cleanup. by Googler · 3 years, 4 months ago
  91. d789eda Make `MemoizingEvaluatorTest.java` compliant with the formatter. by nharmata · 3 years, 4 months ago
  92. aa81f5a Make `py_proto_library` use regular runfiles instead of custom runfiles provider. by Googler · 3 years, 4 months ago
  93. 38a22d1 Add mirror link for bazelci_rules by Chi Wang · 3 years, 4 months ago
  94. 56fdd89 Automated rollback of commit eecf846ee390f08c1b1146a5a40b19dd05201a96. by dacek · 3 years, 4 months ago
  95. bf41661 Automated rollback of commit 1ad65d52f5d8422725dd3508f704edac705943a9. by dacek · 3 years, 4 months ago
  96. edb150c Use @TestParameterInjector in LoadingPhaseRunnerTest. by janakr · 3 years, 4 months ago
  97. 5738a1c Remove JavaScript getting started docs by Alex Eagle · 3 years, 4 months ago
  98. bcb45ef Avoid NPE in debugPrint() when owner is null by larsrc · 3 years, 4 months ago
  99. 402e80e Replace `EvaluationVersionBehavior` with a method `NodeEntry#getMaxTransitiveSourceVersion`. by jhorvitz · 3 years, 4 months ago
  100. 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, 4 months ago