1. 1eabf52 Encode remaining environmental execution failures with FailureDetails by mschaller · 3 years, 11 months ago
  2. 205245b Remove IOException from FileWriteAction's newDeterministicWriter by mschaller · 3 years, 11 months ago
  3. f7dc5bb Encode additional environmental execution failures with FailureDetails by mschaller · 3 years, 11 months ago
  4. 4557667 Encode some environmental execution failures with FailureDetails by mschaller · 3 years, 11 months ago
  5. d7eb008 Encode missing input file failures with FailureDetails by mschaller · 3 years, 11 months ago
  6. 4acfa26 Move content-based field in Artifact to DerivedArtifact: SourceArtifact has 3 other fields without this one (root, execPath, and hashCode), so this boolean costs 8 bytes per Artifact per[] by janakr · 3 years, 11 months ago
  7. e9137b6 Add the ToolchainContextKey to dependency chain classes. by John Cater · 3 years, 11 months ago
  8. f939cb7 The great Skylark -> Starlark class migration: by gregce · 3 years, 11 months ago
  9. ebc4599 Create builders initialized from the prior stage in dependency analysis. by John Cater · 3 years, 11 months ago
  10. c2a4ee6 Reserve new failure-detail code. by michajlo · 3 years, 11 months ago
  11. ed9d639 bazel collect: simplify NestedSet depth limit check by adonovan · 3 years, 11 months ago
  12. 04028ef When re-using a ToolchainContextKey, make sure to remove the actual by John Cater · 3 years, 11 months ago
  13. 6c289f7 Make HttpConnectorTest for timeout less brittle. by aiuto · 3 years, 11 months ago
  14. 8759872 Update blaze docs to highlight the counterintuitive fact that users should *not* set the --strip flag at all if they want to strip all symbols. by Googler · 3 years, 11 months ago
  15. 1e4f069 bazel: make Starlark profiler work in Bazel by adonovan · 3 years, 11 months ago
  16. a7bb50e cc_proto_library: Honor --cc_proto_library_header_suffixes for WKPs by Yannic Bonenberger · 3 years, 11 months ago
  17. 54cdd58 java.starlark.net: delete StarlarkBuiltin.namespace() bool by adonovan · 4 years ago
  18. dc08d65 Move some native transitions to BuildOptionsView. by gregce · 4 years ago
  19. 1101e17 SpawnStrategy is no longer used as an ActionContext. by jcater · 4 years ago
  20. 7238200 Delete SpawnActionContextMaps. by jcater · 4 years ago
  21. 283f340 Clean up ExecutorBuilder and remove unneeded methods. by jcater · 4 years ago
  22. c1c613d The great Skylark -> Starlark symbol migration: by gregce · 4 years ago
  23. ddc57b2 Add the --experimental_local_retries_on_crash option. by jmmv · 4 years ago
  24. c7262a3 Rewrite the ConfigurationResolver for simplicity. by John Cater · 4 years ago
  25. a093650 Internal fix to resolve conflicting actions issue. by Googler · 4 years ago
  26. b0172be Increase the number of 'X' characters in calls to `mktemp`, for portability. by Googler · 4 years ago
  27. 79d9ef2 Fix typo in "Build without Bytes" error message by utsav-dbx · 4 years ago
  28. 2d0defc Remove //third_party/gflags It is unused. by Tony Aiuto · 4 years ago
  29. 40f2f0e Custom-serialize derived artifacts. This allows us to intern them more efficiently. by janakr · 4 years ago
  30. 917e119 Docs: Fixing broken link by daroberts · 4 years ago
  31. 6f701b3 Encode some execution failures with FailureDetails by mschaller · 4 years ago
  32. 2863252 Add inlining code path to StarlarkBuiltinsFunction, and tests by brandjon · 4 years ago
  33. 232a6b8 Make BuildViewTestCase's use of custom RuleClassProviders and bzl inlining less error prone by brandjon · 4 years ago
  34. 0ea6076 Add bazelbuild/examples links to SBC documentation by juliexxia · 4 years ago
  35. c12c044 Refactor filesystem traversal failures by mschaller · 4 years ago
  36. 1d3f309 Factor BzlLoadFunction.InliningState into callers of the inlining code path by brandjon · 4 years ago
  37. 844fef5 Improve error handling for builtins injection by brandjon · 4 years ago
  38. 4186fc3 Fix aspect attributes targeting PackageGroup. by ilist · 4 years ago
  39. 0f0ca6e Expand error message for LTO compilation with list of missing files in imports. by ajurkowski · 4 years ago
  40. 5cab53a Make the javadoc a little bit more precise. by twerth · 4 years ago
  41. a72567a Prevent "Deleting stale sandbox" messages when things go right. by jmmv · 4 years ago
  42. e5759a7 Simplify CriticalPathComponent by Googler · 4 years ago
  43. c67e76b Refactor ExtremaPackageListener to expose data via singleton instance. by twerth · 4 years ago
  44. 1af65cf Add basic builtins injection functionality, behind a flag by brandjon · 4 years ago
  45. a0c6f81 Move management of .bzl builtin symbols to StarlarkBuiltinsFunction by brandjon · 4 years ago
  46. 841ac61 bazel: encapsulate the representation of NestedSet by adonovan · 4 years ago
  47. e47341d Remove the TODO which was fixed in https://github.com/bazelbuild/bazel/commit/31b6880c254b099d2e7feb27708b6d52503c6148. by Googler · 4 years ago
  48. be4c6ab Reserve failure details field numbers for internal use. by ajurkowski · 4 years ago
  49. 31b6880 Skip unnecessary call to getFastDigest when the digest is injected. by Googler · 4 years ago
  50. 42a58fb Introduce --experimental_build_event_fully_resolve_fileset_symlinks to switch how BEP Fileset expansion treats relative symlinks. by felly · 4 years ago
  51. 6ace3f1 Introduce Fileset manifest RESOLVE_FULLY behavior, which resolves internal Fileset directory links by felly · 4 years ago
  52. 91eca5a Implement graceful SIGTERM handling in the process-wrapper. by jmmv · 4 years ago
  53. ee1d855 Create internal/migration-only Starlark API for JavaNativeLibraryProvider (and rename to ..Info) by kmb · 4 years ago
  54. 73b4c40 Skip a lookup for action template expansion outputs. by Googler · 4 years ago
  55. 241d600 Set filesetInsideRunfiles to have default size = 0. by leba · 4 years ago
  56. caac9dc Change how we roll out the process-wrapper's wait fix (again). by jmmv · 4 years ago
  57. 77a110f Handle some interrupts better during local process execution. by jmmv · 4 years ago
  58. f6817e6 Remove incorrect ActionLookupData @VisibleForTesting annotation and unnecessary @AutoCodec annotations. by janakr · 4 years ago
  59. f4d4c6d Add option to ease experimentation with graphless genquery sorting. by twerth · 4 years ago
  60. c367759 Ensure that AspectResolver uses the same ConfiguredTargetKey as by John Cater · 4 years ago
  61. bd864ef Add a copy() method for Dependency.Builder. by jcater · 4 years ago
  62. 7b8b814 Re-use the existing ConfiguredTargetKey instead of re-creating from by John Cater · 4 years ago
  63. 66d84ef Fix wrongly encoded URLs to the PPC OpenJDK. by philwo · 4 years ago
  64. b398119 Make --experimental_stats_summary work. by Tobias Werth · 4 years ago
  65. 01c067a Make process-wrapper exit as soon as a timed-out process handles SIGTERM. by jmmv · 4 years ago
  66. d06a5da Avoid crashing blaze upon StackOverflowError with aquery. by leba · 4 years ago
  67. ef55446 Do not assume files are remote for MetadataInjector methods. by Googler · 4 years ago
  68. d7432e2 Fix implementation of ComputedDefault attributes on aspects, not to throw ClassCast exception. by ilist · 4 years ago
  69. 0846086 Automated rollback of commit b9fa276f5cf111fdfc2bc8766b9421cedba1b0a6. by allevato · 4 years ago
  70. bab849c Add proper `hashCode`/`equals` to `CppModuleMap`. by allevato · 4 years ago
  71. b66c013 Extend cquery's deps function to traverse aspects. by ilist · 4 years ago
  72. 305acb0 Reduce visibility of nestedset-on-skyframe members. by Googler · 4 years ago
  73. 2e5cb1a Expose InstrumentedFilesInfo fields to Starlark for analysistest by Googler · 4 years ago
  74. 738ef91 Load new PackageMetricsModule. by Tobias Werth · 4 years ago
  75. d22bb66 Rename --experimental_include_primary_output to --experimental_profile_include_primary_output. by twerth · 4 years ago
  76. 3d27520 Use `id` instead of `name` for anchors in guide.md by wyv · 4 years ago
  77. eb048fd [Profiler] Add target label of action owner to profiler trace files by Sergey Balabanov · 4 years ago
  78. c53bdaf Prevent NPE on missing TEST_LOG due to cancel by George Gensure · 4 years ago
  79. 2b7e71a Require explicit ExecKind in SpawnMetrics.Builder and remove SpawnMetrics.EMPTY by Googler · 4 years ago
  80. ecc4c59 C++: Fix crash with repeated precompiled library in srcs by plf · 4 years ago
  81. a111a21 Remove an unused class. by lberki · 4 years ago
  82. df98259 Implement directory expander, currently only used in map_each. by tomlu · 4 years ago
  83. f70067f ConfiguredTargetFunction should use the given ToolchainContextKey, if available. by jcater · 4 years ago
  84. df1a96e Add a new ConfiguredTargetKey subclass for configured targets with explicit toolchain contexts. by jcater · 4 years ago
  85. 9b794ac Simplify SingleToolchainResolutionFunctionTest by removing complexity. by jcater · 4 years ago
  86. 78a29b0 Minimally support Linux/ARM systems, e.g. Raspberry Pi by Googler · 4 years ago
  87. d4b10dd Fix `--run_under` Windows escaping bug by Robin Nabel · 4 years ago
  88. 7f4befa Add tests specifically for ConfiguredTargetFunction.computeUnloadedToolchainContexts. by jcater · 4 years ago
  89. dfbf87c Upgrade gRPC to 1.26.0 by Yun Peng · 4 years ago
  90. e2f11d7 Prepare for upgrading grpc to 1.26.0 by Yun Peng · 4 years ago
  91. 4716cc2 Update "--subcommands" to also show the execution platform for each action. by jcater · 4 years ago
  92. 22cfc75 Add patch file for grpc 1.26.0 by Yun Peng · 4 years ago
  93. 61c8e91 Fix spelling of Starlark by waltl · 4 years ago
  94. 8b856f5 Reserves failure details field numbers for internal use by mschaller · 4 years ago
  95. d885e18 Reserves failure details field numbers for internal use by mschaller · 4 years ago
  96. 59e5208 Clean up BugReport comments by mschaller · 4 years ago
  97. 6bf7c51 Remove some justExitCode calls in tests by mschaller · 4 years ago
  98. 7052f3c Add truth Subjects for ToolchainContext and ToolchainCollection. by jcater · 4 years ago
  99. 1e62800 Encode PrintActionCommand failures with FailureDetails by mschaller · 4 years ago
  100. bfad754 Bump minimal JDK test size threshold from 270 to 275 MB by mschaller · 4 years ago