1. 1ed9a07 Delete obsolete flag --incompatible_disable_deprecated_attr_params by laurentlb · 4 years, 9 months ago
  2. 0204109 Automatic code cleanup. by Googler · 4 years, 9 months ago
  3. 61a11ae Convert Skyframe java_test to a java_library. by janakr · 4 years, 9 months ago
  4. 1dbf65b Migrate java-diff-utils version to 4.0 by pcloudy · 4 years, 9 months ago
  5. 06b76c9 Report fragments Starlark transitions use. by gregce · 4 years, 9 months ago
  6. eefc91c The great Skylark -> Starlark migration: by gregce · 4 years, 9 months ago
  7. add1ddb Add "cpp_link" exec group to all rules by adding it to the BaseRule rule class. by juliexxia · 4 years, 9 months ago
  8. f4eb85d PythonUtils.GetInitPyFiles gains a Predicate<PathFragment> supplied at construction time so that other implementations can supply their own logic for determining when a file is a Python package defining __init__.py equivalent, meaning none need be created. by Googler · 4 years, 9 months ago
  9. edb893d Include worker-key-mnemonic when copying the execution_requirements into the execution info. by Googler · 4 years, 9 months ago
  10. 523de51 Move ExecutionRequirements to its own target so that PackageUtils can use it. by jmmv · 4 years, 9 months ago
  11. 73a645c Add variables for dummy LTO backend action to Starlark compile variables API. by Googler · 4 years, 9 months ago
  12. b1f770e Do not use DOS epoch for timestamps of zip entries in Android rules by Benjamin Romano · 4 years, 9 months ago
  13. 81db8a5 Hoist up the useToolchainTransitionParameter to the caller. by jcater · 4 years, 10 months ago
  14. 7f7346b Use unzip_fdo tool to select and extract LLVM profiles from zip archives by Googler · 4 years, 10 months ago
  15. 41cb943 Don't process headers for objc non_arc compilation by waltl · 4 years, 10 months ago
  16. 621559c bazel collect: simplify NestedSet depth limit check by adonovan · 4 years, 10 months ago
  17. 40a3893 Add support for header processing in mock osx toolchain by waltl · 4 years, 10 months ago
  18. 38aee31 Add --incompatible_objc_provider_remove_compile_info flag by waltl · 4 years, 10 months ago
  19. 5de680a Expose the number of runs and shards in the summary by Googler · 4 years, 10 months ago
  20. 3a28c96 Support link stamping in `apple_binary` rules by bbaren · 4 years, 10 months ago
  21. 10f2943 Do not share maps among DiffToByteCache instances. by Googler · 4 years, 10 months ago
  22. 1c1a12f Support spaces in no_proxy var by Gunnar Wagenknecht · 4 years, 10 months ago
  23. 50226ac Replace 'whitelist' with 'allowlist' in Bazel source code. by aiuto · 4 years, 10 months ago
  24. 5aab750 Allow duplicate-named exec groups to be added if they're equal. by juliexxia · 4 years, 10 months ago
  25. fae8904 use AutoValue for ExecGroup by juliexxia · 4 years, 10 months ago
  26. a048f0f Convert remaining native uses of patch() / split(). by gregce · 4 years, 10 months ago
  27. ea5ec54 bazel NestedSet: eliminate size subfield by recording it in memo by adonovan · 4 years, 10 months ago
  28. 099cf2f Check the toolchain transition migration status and use the new transition by John Cater · 4 years, 10 months ago
  29. 867d232 Roll back https://github.com/bazelbuild/bazel/commit/ed9d6390eb78303631c25b3d4776cb07eeded544 due to memory regression. by gregce · 4 years, 10 months ago
  30. 0503fee The great Skylark -> Starlark class migration: by gregce · 4 years, 10 months ago
  31. 96622c4 Automated rollback of commit b66c013d7dbff0d0926c86ee756e1ea28f6b3def. by plf · 4 years, 10 months ago
  32. 2902018 Encode additional ActionExecution failures with FailureDetails by mschaller · 4 years, 10 months ago
  33. f939cb7 The great Skylark -> Starlark class migration: by gregce · 4 years, 10 months ago
  34. ed9d639 bazel collect: simplify NestedSet depth limit check by adonovan · 4 years, 10 months ago
  35. 04028ef When re-using a ToolchainContextKey, make sure to remove the actual by John Cater · 4 years, 10 months ago
  36. 6c289f7 Make HttpConnectorTest for timeout less brittle. by aiuto · 4 years, 10 months ago
  37. 54cdd58 java.starlark.net: delete StarlarkBuiltin.namespace() bool by adonovan · 4 years, 10 months ago
  38. dc08d65 Move some native transitions to BuildOptionsView. by gregce · 4 years, 10 months ago
  39. 1101e17 SpawnStrategy is no longer used as an ActionContext. by jcater · 4 years, 10 months ago
  40. 7238200 Delete SpawnActionContextMaps. by jcater · 4 years, 10 months ago
  41. c1c613d The great Skylark -> Starlark symbol migration: by gregce · 4 years, 10 months ago
  42. ddc57b2 Add the --experimental_local_retries_on_crash option. by jmmv · 4 years, 10 months ago
  43. c7262a3 Rewrite the ConfigurationResolver for simplicity. by John Cater · 4 years, 10 months ago
  44. 2d0defc Remove //third_party/gflags It is unused. by Tony Aiuto · 4 years, 10 months ago
  45. 40f2f0e Custom-serialize derived artifacts. This allows us to intern them more efficiently. by janakr · 4 years, 10 months ago
  46. 6f701b3 Encode some execution failures with FailureDetails by mschaller · 4 years, 10 months ago
  47. 2863252 Add inlining code path to StarlarkBuiltinsFunction, and tests by brandjon · 4 years, 10 months ago
  48. 232a6b8 Make BuildViewTestCase's use of custom RuleClassProviders and bzl inlining less error prone by brandjon · 4 years, 10 months ago
  49. c12c044 Refactor filesystem traversal failures by mschaller · 4 years, 10 months ago
  50. 844fef5 Improve error handling for builtins injection by brandjon · 4 years, 10 months ago
  51. 4186fc3 Fix aspect attributes targeting PackageGroup. by ilist · 4 years, 10 months ago
  52. 0f0ca6e Expand error message for LTO compilation with list of missing files in imports. by ajurkowski · 4 years, 10 months ago
  53. c67e76b Refactor ExtremaPackageListener to expose data via singleton instance. by twerth · 4 years, 10 months ago
  54. 1af65cf Add basic builtins injection functionality, behind a flag by brandjon · 4 years, 10 months ago
  55. a0c6f81 Move management of .bzl builtin symbols to StarlarkBuiltinsFunction by brandjon · 4 years, 10 months ago
  56. 841ac61 bazel: encapsulate the representation of NestedSet by adonovan · 4 years, 10 months ago
  57. 42a58fb Introduce --experimental_build_event_fully_resolve_fileset_symlinks to switch how BEP Fileset expansion treats relative symlinks. by felly · 4 years, 10 months ago
  58. 6ace3f1 Introduce Fileset manifest RESOLVE_FULLY behavior, which resolves internal Fileset directory links by felly · 4 years, 10 months ago
  59. caac9dc Change how we roll out the process-wrapper's wait fix (again). by jmmv · 4 years, 10 months ago
  60. ef55446 Do not assume files are remote for MetadataInjector methods. by Googler · 4 years, 10 months ago
  61. d7432e2 Fix implementation of ComputedDefault attributes on aspects, not to throw ClassCast exception. by ilist · 4 years, 10 months ago
  62. 0846086 Automated rollback of commit b9fa276f5cf111fdfc2bc8766b9421cedba1b0a6. by allevato · 4 years, 10 months ago
  63. b66c013 Extend cquery's deps function to traverse aspects. by ilist · 4 years, 10 months ago
  64. 305acb0 Reduce visibility of nestedset-on-skyframe members. by Googler · 4 years, 10 months ago
  65. 2e5cb1a Expose InstrumentedFilesInfo fields to Starlark for analysistest by Googler · 4 years, 10 months ago
  66. eb048fd [Profiler] Add target label of action owner to profiler trace files by Sergey Balabanov · 4 years, 10 months ago
  67. c53bdaf Prevent NPE on missing TEST_LOG due to cancel by George Gensure · 4 years, 10 months ago
  68. 2b7e71a Require explicit ExecKind in SpawnMetrics.Builder and remove SpawnMetrics.EMPTY by Googler · 4 years, 10 months ago
  69. ecc4c59 C++: Fix crash with repeated precompiled library in srcs by plf · 4 years, 10 months ago
  70. df98259 Implement directory expander, currently only used in map_each. by tomlu · 4 years, 10 months ago
  71. f70067f ConfiguredTargetFunction should use the given ToolchainContextKey, if available. by jcater · 4 years, 10 months ago
  72. 9b794ac Simplify SingleToolchainResolutionFunctionTest by removing complexity. by jcater · 4 years, 10 months ago
  73. 7f4befa Add tests specifically for ConfiguredTargetFunction.computeUnloadedToolchainContexts. by jcater · 4 years, 10 months ago
  74. 61c8e91 Fix spelling of Starlark by waltl · 4 years, 10 months ago
  75. 6bf7c51 Remove some justExitCode calls in tests by mschaller · 4 years, 10 months ago
  76. 7052f3c Add truth Subjects for ToolchainContext and ToolchainCollection. by jcater · 4 years, 10 months ago
  77. aed4160 Clean up artifact retrieval methods in ActionExecutionValue. by Googler · 4 years, 10 months ago
  78. 61a9f57 Allow tree artifacts to be omitted, take 2. by Googler · 4 years, 10 months ago
  79. 8cd2222 Split ResolvedToolchainContext into its own build target. by jcater · 4 years, 10 months ago
  80. 5037537 Convert ToolchainCollection to use AutoValue. by jcater · 4 years, 10 months ago
  81. 71ece5b Clean up shared action transformation. by Googler · 4 years, 10 months ago
  82. 0b31794 Introduce AggregatedSpawnMetrics by Googler · 4 years, 10 months ago
  83. 1c03c8c Normalize timestamps to DOS epoch+epsilon to avoid local timezone leaking into ZIPs. by dchai · 4 years, 10 months ago
  84. 69d4ace Update sorting out of starlark flags to also identify external repo starlark flags by Julie Xia · 4 years, 10 months ago
  85. 21179b2 Forward InstrumentedFilesProvider from all dependencies by default (conditioned on flag) by Googler · 4 years, 10 months ago
  86. ad484e1 Add a Test to Check the Desugar Tool supports all Shadowed Android Platform Fields with Type Converters by Googler · 4 years, 10 months ago
  87. 83221e3 Update users of ConfiguredTargetKey to use the Builder. by jcater · 4 years, 10 months ago
  88. 02054bb Remove AspectValueKey.aspectConfigurationIsHost method. by jcater · 4 years, 10 months ago
  89. d8dc951 Use isTool instead of isHost where appropriate. by jcater · 4 years, 10 months ago
  90. c5690fe Automated rollback of commit 9ec7232bb753e6e65743c448973cd971c919ce04. by philwo · 4 years, 10 months ago
  91. c956021 Migrate all remaining eligible usages of java.util.Logger in the Bazel codebase to Flogger. A few usages are preserved because they do things like change the logger configuration, which Flogger does not easily support. by janakr · 4 years, 10 months ago
  92. 481bad3 Prohibit tree file artifacts from being stored in both artifactData and treeArtifactData in ActionExecutionValue. by Googler · 4 years, 10 months ago
  93. 974879d Avoid unnecessary insertion of tree file artifacts to artifactData. by Googler · 4 years, 10 months ago
  94. b9fa276 Automated rollback of commit 9906c5c4cd1124a4291461fb472685ad7d88580e. by ahumesky · 4 years, 10 months ago
  95. 49a6dc9 Add codec for HashMap and make LinkedHashSetCodec handle HashSet, since it was already able to do that. This enables us to delete ModuleCodec. by janakr · 4 years, 10 months ago
  96. d31b416 Skylark -> Starlark: com.google.devtools.build.lib.bazel.repository.skylark by gregce · 4 years, 10 months ago
  97. 2491264 Simplify class and var names related to bzl skyframe inlining by brandjon · 4 years, 10 months ago
  98. 4d19c00 Add BzlLoadValue.KeyForBuiltins by brandjon · 4 years, 10 months ago
  99. abfce25 Do not force users to specify '.so' or '.dll' manually for linkshared=1. by tomlu · 4 years, 10 months ago
  100. 6c5f911 Add --experimental_enable_builtins_injection by brandjon · 4 years, 10 months ago