1. 54f410c Change to a lower-noise reporting method. by emilyguo · 3 years ago
  2. 38722db Automated rollback of commit f2bee5658d2991ccd1674f2c8bec303db30f3371. by emilyguo · 3 years ago
  3. 815c78d Don't propagate interrupt in ConfiguredTargetFunction#computeDependencies if there is also an error: if we really are being interrupted, the interrupt will override any error in the Skyframe engine. If the interrupt was because we're in error bubbling, we need to throw the processed error to avoid a loading-phase error tunneling through to analysis-phase objects. by janakr · 3 years ago
  4. f2bee56 Automated rollback of commit a8ca83fc01e6312fe0e145e8d63fad8b84713e09. by michajlo · 3 years ago
  5. a8ca83f Replace `getValues` in `skyframe` directory with `getValuesAndExceptions/getOrderedValuesAndExceptions` to create less garbage and narrow the available interface of the returned result. by emilyguo · 3 years, 1 month ago
  6. b59498a Replace `getValuesOrThrow` with `getValuesAndExceptions` in `ConfiguredTargetFunction` to create less garbage. by emilyguo · 3 years, 1 month ago
  7. 2ee79b8 Bazel DocGen (3/3): Update links in code comments. by fwe · 3 years, 1 month ago
  8. 6484373 Update RuleClass to use ToolchainTypeRequirement. by John Cater · 3 years, 1 month ago
  9. 3dd3a1b Update ExecGroup to use ToolchainTypeRequirement by John Cater · 3 years, 2 months ago
  10. 0d511e8 Update ExecGroup to use a Builder interface. by John Cater · 3 years, 2 months ago
  11. 3cd5f84 Automatic code cleanup. by Googler · 3 years, 2 months ago
  12. 10fb5ee Give helpful information if the user encounters action conflicts from a single target. by Googler · 3 years, 3 months ago
  13. bcd11ae Use the new `SkyKeyComputeState` mechanism to avoid making superfluous heavy-hitter `env.getValue[s][OrThrow]` calls on subsequent `#compute` calls. by nharmata · 3 years, 3 months ago
  14. 85e4380 Use `SkyKeyComputeState` to address a major inefficiency in `ConfiguredTargetFunction` and `AspectFunction`. by nharmata · 3 years, 3 months ago
  15. 1661a9c Remove LabelLateBoundDefault.useHostConfiguration and associated hostConfigurations. by ilist · 3 years, 4 months ago
  16. 103ea9d Remove the concept of a "default" repo name and consolidate label parsing logic by wyv · 3 years, 4 months ago
  17. 0a93c1f Enrich the Skyframe exception handling API with methods that promote code reuse and request batching. by jhorvitz · 3 years, 4 months ago
  18. 1c3a245 Support select() on constraint_value for aliases. by Greg Estren · 3 years, 4 months ago
  19. a9d3cfb Remove FragmentClassSet from BuildConfigurationKey by twigg · 3 years, 5 months ago
  20. 33f7648 Remove the unnecessary `BuildConfigurationValue` wrapper around `BuildConfiguration`. by jhorvitz · 3 years, 5 months ago
  21. 7978f36 In CTF.K narrow ToolchainContextKey to execution platform Label. Update docs. by twigg · 3 years, 6 months ago
  22. 86409b7 Remove code related to trimming the host configuration. by jhorvitz · 3 years, 6 months ago
  23. b2dcba5 Remove TargetAndConfiguration.getConfiguredTargetKey. by jcater · 3 years, 7 months ago
  24. 545befb Allow --toolchain_resolution_debug to match specific targets, as well as specific toolchain types. by jcater · 3 years, 7 months ago
  25. ec4be00 Simplify ConfiguredValueCreationException by gregce · 3 years, 9 months ago
  26. c564977 Tidy ConfiguredTargetFunction exception handling. by gregce · 3 years, 9 months ago
  27. b3aacbb Migrate some uses of NestedSet#forEachElement to NestedSetVisitor by Yannic Bonenberger · 3 years, 9 months ago
  28. 645c42b Create a new ExecGroupCollection container to manage exec group inheritance and exec property parsing. by jcater · 3 years, 11 months ago
  29. 762b5d8 BuildViewForTesting should directly call into ConfiguredTargetFunction. by jcater · 4 years ago
  30. b5bfcc1 Add --experimental_oom_sensitive_skyfunctions_semaphore_size to configure the by leba · 4 years ago
  31. 8139503 Remove `defaultBuildOptions` from `PlatformMappingValue`. by jhorvitz · 4 years ago
  32. 6380c289 Use `FragmentClassSet` instead of `ImmutableSortedSet<Class<? extends Fragment>>`. by jhorvitz · 4 years ago
  33. e68a7d0 Remove the `--experimental_dynamic_configs` flag. by jhorvitz · 4 years ago
  34. 9ad5aed Remove `OptionsDiffForReconstruction` in favor of just using `BuildOptions`. by jhorvitz · 4 years ago
  35. e362fc9 Delete code associated with `--experimental_dynamic_configs=retroactive`. by jhorvitz · 4 years ago
  36. c902691 Refactor the ActionLookupValue/ConfiguredObjectValue hierarchy to reflect the reality that some configured targets will never have associated actions (all non-rule configured targets, including input/output files, aliases, and package groups). by janakr · 4 years ago
  37. 04ab8d0 Remove unused repoMapping data in ResolvedToolchainContext. by John Cater · 4 years ago
  38. 5593358 Update ConfiguredTargetFunction.computeUnloadedToolchainContexts to by John Cater · 4 years ago
  39. 876deaa Move ConfiguredTargetValue to the lib/analysis package, where it belongs. by janakr · 4 years, 2 months ago
  40. 79989f9 Roll forward config_setting visibility enforcement behind a flag. by gregce · 4 years, 2 months ago
  41. 36d228b Roll back https://github.com/bazelbuild/bazel/pull/12877. by gregce · 4 years, 2 months ago
  42. cac82cf Enforce visibility on select() keys by Greg Estren · 4 years, 2 months ago
  43. 63e0392 bazel packages: avoid EvalException for errors unrelated to Starlark by adonovan · 4 years, 3 months ago
  44. 66b6463 Allow native rule analysis implementations to see Starlark-defined builtins by brandjon · 4 years, 4 months ago
  45. 859c9ac Encode ViewCreation failures with FailureDetails by mschaller · 4 years, 6 months ago
  46. cede76b Enshrine that all ToolchainContexts in a toolchain collection have the same target platform so the toolchain collection should be able to directly access it. by juliexxia · 4 years, 6 months ago
  47. 1511dd2 Equip LabelCause with DetailedExitCode, relay detailed input failures in action execution by mschaller · 4 years, 7 months ago
  48. 450c7ad bazel: rename imports of lib.syntax to java.starlark.net by adonovan · 4 years, 7 months ago
  49. 12b06b2 Support constraint_value directly in select() by Greg Estren · 4 years, 7 months ago
  50. f82a44b Check for errors from config conditions before checking for missing by John Cater · 4 years, 8 months ago
  51. 3391e17 bazel syntax: simplify EvalException by adonovan · 4 years, 8 months ago
  52. 0aa5c5c Remove the warning for shared actions with tree artifact inputs. by ajurkowski · 4 years, 9 months ago
  53. 6415e5c Split toolchain dependencies based on the toolchain context. by jcater · 4 years, 9 months ago
  54. b442fca Add a warning when shared actions detection can be producing a false positive. by ajurkowski · 4 years, 9 months ago
  55. eefc91c The great Skylark -> Starlark migration: by gregce · 4 years, 10 months ago
  56. 81db8a5 Hoist up the useToolchainTransitionParameter to the caller. by jcater · 4 years, 10 months ago
  57. fae8904 use AutoValue for ExecGroup by juliexxia · 4 years, 10 months ago
  58. a048f0f Convert remaining native uses of patch() / split(). by gregce · 4 years, 10 months ago
  59. 04028ef When re-using a ToolchainContextKey, make sure to remove the actual by John Cater · 4 years, 10 months ago
  60. c7262a3 Rewrite the ConfigurationResolver for simplicity. by John Cater · 4 years, 10 months ago
  61. 7b8b814 Re-use the existing ConfiguredTargetKey instead of re-creating from by John Cater · 4 years, 10 months ago
  62. f70067f ConfiguredTargetFunction should use the given ToolchainContextKey, if available. by jcater · 4 years, 10 months ago
  63. 7f4befa Add tests specifically for ConfiguredTargetFunction.computeUnloadedToolchainContexts. by jcater · 4 years, 10 months ago
  64. 5037537 Convert ToolchainCollection to use AutoValue. by jcater · 4 years, 10 months ago
  65. 0ea96d8 Call Dependency.getConfiguredTargetKey instead of calling the Builder directly to get a ConfiguredTargetKey. by jcater · 4 years, 10 months ago
  66. 83221e3 Update users of ConfiguredTargetKey to use the Builder. by jcater · 4 years, 10 months ago
  67. 5fa85c8 Add getConfiguredTarget method to Dependency. by John Cater · 4 years, 10 months ago
  68. 696e302 Add Builder class for Dependency. by John Cater · 4 years, 11 months ago
  69. 2a54659 Split ConfigurationTransitionDependency into a new class by John Cater · 4 years, 11 months ago
  70. 6fe70c2 Parse exec properties attribute into exec group properties for RuleContexts. by juliexxia · 4 years, 11 months ago
  71. 0bbb20e Remove an unused parameter from ConfigurationResolver#resolveConfigurations. by Googler · 5 years ago
  72. 6083711 Rename UnloadedToolchainContextKey to ToolchainContextKey. by John Cater · 5 years ago
  73. 74ae9b4 Move DependencyKind subclasses into DependencyKind. by John Cater · 5 years ago
  74. 412e03c Automated rollback of commit 9a00c789ea46dcb8c73e513ad1ba234a8417fff3. by adgar · 5 years ago
  75. 9a00c78 Automated rollback of commit 20b0befdcf4d5f064a8e328c1766e8ca434a8bb1. by janakr · 5 years ago
  76. 1e6bbb9 AnalysisRootCauseEvent produced when no configuration match found. by adgar · 5 years ago
  77. 3cc6cc3 Precomputes and stores split transition results for null configuration dependencies in ConfigurationResolver#resolveConfigurations so that RuleContext#getSplitPrerequisiteConfiguredTargetAndTargets does not need to execute split transitions in any cases. by Googler · 5 years ago
  78. 20b0bef Analysis failure root cause reported for deps on missing package. by adgar · 5 years ago
  79. 2050fad Extract AspectCreationException to its own class. by jcater · 5 years ago
  80. 5fa42ae Split Key and implementation from UnloadedToolchainContext. by jcater · 5 years ago
  81. 41a3cb0 Remove ConfiguredTargetValue.key. by jcater · 5 years ago
  82. dad2dd3 Split DependencyKind and InconsistentAspectOrderException into their own classes. by jcater · 5 years ago
  83. ad752cc Skylark -> Starlark comment and doc updates by gregce · 5 years ago
  84. e7e1c26 Check non-default UnloadedToolchainContexts for errors in ConfiguredTargetFunction by juliexxia · 5 years ago
  85. b5f9d74 Resolve toolchains and thread through to RuleContext by juliexxia · 5 years ago
  86. 71a80dc Create UnloadedToolchainContexts for exec groups and make exec_group-related toolchains a dependency of their targets. Use a new helper class ToolchainCollection to handle the default/unnamed execution group. by juliexxia · 5 years ago
  87. 6718191 Extract DependencyEvaluationException to its own file. by jcater · 5 years ago
  88. 2f3c5bd Extract the widely-used ConfiguredValueCreationException to its own file. by jcater · 5 years ago
  89. a8ee68a Create a new marker interface for sane analysis exceptions. by jcater · 5 years ago
  90. 7b04b49 Move static function only used in ConfiguredTargetFunction into ConfiguredTargetFunction. by jcater · 5 years ago
  91. 84ca556 Move DuplicateException to its own class. by jcater · 5 years ago
  92. 3ca2468 Remove superfluous BuildEventId Java class. The protobuf is just as good, and it reduces complexity to not have these wrapper classes floating around. by janakr · 5 years ago
  93. f0a40ac Make StarlarkDefinedConfigTransition immutable. by gregce · 5 years ago
  94. 46b285a Plumbs transition key data through to ConfiguredTargetAndData and makes getSplitPrerequisiteConfiguredTargetAndTargets use transition keys instead of reading CPU information from BuildOptions. by Googler · 5 years ago
  95. 043acd9 Remove misleading "; build aborted" suffix from failures of a single target. In a keep-going build, the build will not be aborted. At least one of these dates from unknown commit! by janakr · 5 years ago
  96. ce6ad29 Remove dep fingerprinting, part 2 of 2. by Googler · 5 years ago
  97. 6c3908c Explicit iteration over NestedSet with toList() by ulfjack · 5 years ago
  98. 04be3f8 Remove the ExecutionPlatformConstraintsAllowed enum entirely. by John Cater · 5 years ago
  99. 61d9994 Set execution constraints by target. by schmitt · 5 years ago
  100. 3740768 Avoid all configured targets depending on all build infos by ulfjack · 6 years ago