1. 8c3b3fb Failures early in package loading will now fail all --keep_going builds. by adgar · 6 years ago
  2. 7538988 Post an event so that the number of lost inputs over the course of a build can be tracked. by janakr · 6 years ago
  3. 3290e22 Automated rollback of commit 9dd7e8ed7931274b0c5b791e1c076140dcf7b74f. by janakr · 6 years ago
  4. 9dd7e8e Put ActionLookupData inside DerivedArtifact, and move ArtifactOwner into SourceArtifact. by janakr · 6 years ago
  5. 658d47f Change signatures to DerivedArtifact, and get Labels from non-Artifact sources when possible. by janakr · 6 years ago
  6. d1c0d20 Allow WORKSPACE file to be a symlink if no managed directories is used. by ichern · 6 years ago
  7. d04d7ba Disable WatchFs on Windows by pcloudy · 6 years ago
  8. b75e4530 Return helpful no-such-package errors for build settings and actually error out of the build for rule transition errors (i.e. errors that happen in SkyframeExecutor#getConfigurations) by juliexxia · 6 years ago
  9. dff9a2f Remove the --incompatible_disallow_old_octal_notation flag by laurentlb · 6 years ago
  10. 53a0ff1 Query: Avoid copying the package targets by ulfjack · 6 years ago
  11. 7234878 Automated rollback of commit de6f319d8c1a9f120d645bf169dbadf77ec5f772. by ulfjack · 6 years ago
  12. de6f319 Query: Avoid copying the package targets by ulfjack · 6 years ago
  13. 004099d Update toolchain resolution to load requested toolchain types. by John Cater · 6 years ago
  14. 6c59f0d Remove the unused option to do a readdir() that follow symlinks to free up by djasper · 6 years ago
  15. 407d393 Refactor interruptible suppliers into a library package. by Googler · 6 years ago
  16. a1ea487 Do not pre-cache changed files under managed directories by ichern · 6 years ago
  17. a03479f More package performance: Avoid copies when doing Target enumeration in package. By using a BiMap we efficiently retrieve the Set of all Targets. by felly · 6 years ago
  18. e1ee051 Avoid calling full shutdown sequence in MemoizingEvaluator when crashing. Just do basic stats logging. by janakr · 6 years ago
  19. fbe7e63 Add option to switch query to use a ForkJoinPool. by twerth · 6 years ago
  20. f7d7394 Refactor SkyframeAwareAction to expose the list of deps it will request. by Googler · 6 years ago
  21. c96839f Query performance: resolve simple patterns directly by ulfjack · 6 years ago
  22. e83775d Remove TargetPatternEvaluator by ulfjack · 6 years ago
  23. ae112a2 Make PlatformMappingFunction properly package-path aware and do a couple of other clean-ups: by janakr · 6 years ago
  24. 646a34c Send ActionScanningCompletedEvent by ulfjack · 6 years ago
  25. 731451f Remove TargetMarkerFunction by ulfjack · 6 years ago
  26. 0320c5f Rename "Analyzing" to "Scanning" in execution status event by hlopko · 6 years ago
  27. 44e81a8 Add more descriptive error messages to retroactive trimming sanity checks. by jcater · 6 years ago
  28. a91495f lib.query2 organizational cleanup by gregce · 6 years ago
  29. ca5565a Show path for missing BUILD file also in external repositories by Klaus Aehlig · 6 years ago
  30. 52fc135a Delete NestedSet.toCollection in favor of toList. by Googler · 6 years ago
  31. 9c5b310 Use the resolved WORKSPACE file location in PlatformMappingFunction. by Googler · 6 years ago
  32. 5ef1c1f Remove dead code by ulfjack · 6 years ago
  33. dac2135 Automated rollback of commit 771cb7a026f2c9034fb016966dfd0e154c48ff2e. by cparsons · 6 years ago
  34. ba4862d Make files and directories under managed directories be correctly processed by SequencedSkyframeExecutor. by Googler · 6 years ago
  35. 9eb2ef0 Explanation for package not found: fix list of paths by Klaus Aehlig · 6 years ago
  36. 2291342 Add managed directories to RepositoryDirectoryValue. by Googler · 6 years ago
  37. 771cb7a Make target pattern parsing repository-renaming aware. by dannark · 6 years ago
  38. c5e267a Fix VisibleForTesting warnings for RuleConfiguredTarget by Googler · 6 years ago
  39. e495e6b Move BuildConfiguration.Options to its own top-level class. by gregce · 6 years ago
  40. 80ed266 Revert recent change to TargetPattern.SingleTarget. It made a pending unrelated Bazel FR (https://github.com/bazelbuild/bazel/issues/7773) more cumbersome to implement. by nharmata · 6 years ago
  41. 3200921 Refactor/combine skyframe calls for build setting targets. by juliexxia · 6 years ago
  42. b340fb0 Add the glob option `allow_empty`. by laurentlb · 6 years ago
  43. 115ff57 Thread the ToolchainContext into dependency resolution. by John Cater · 6 years ago
  44. e270964 Create a real ToolchainContext for PostConfiguredTargetFunction. by John Cater · 6 years ago
  45. 24a003b In the SingleTarget case of TargetPattern#parse, store the parsed Label. Then, use this Label during TargetPattern.SingleTarget#eval. by nharmata · 6 years ago
  46. e87e229 Remove outdated trimming logic that was harming efficiency. by gregce · 6 years ago
  47. 9a849c6 Create a real ToolchainContext for TransitionsOutputFormatterCallback. by John Cater · 6 years ago
  48. 5be7342 Small improvements to Java container handling as these have turned up in a by djasper · 6 years ago
  49. 794a020 Weave the trimming cache into Skyframe, but do not use it yet. by mstaib · 6 years ago
  50. 6e2cfe9 Add safety checks for configurable attributes in trimming mode. by mstaib · 6 years ago
  51. ad410b1 Add a TrimmedConfigurationProgressReceiver. by mstaib · 6 years ago
  52. 7c7a701 Add safety checks for aspects. by mstaib · 6 years ago
  53. e39e5c9 Fix users of toolchain resolution to call the new skyfunction. by John Cater · 6 years ago
  54. 9a7c64a Add a new ObjectCodec to support ImmutableBiMap instances. by jcater · 6 years ago
  55. 137019f Add managed_directories attribute to workspace() function. by Googler · 6 years ago
  56. 2a36720 Refresh WorkspaceFileValue for WORKSPACE header, if listener is registered. by Googler · 6 years ago
  57. 3e77024 Use platform mappings. by schmitt · 6 years ago
  58. 8bd7e48 Alert whenever an ActionLookupValue is missing. In practice, this should never happen, and probably indicates a crash coming very soon. by janakr · 6 years ago
  59. a34fbd2 Include actions in AspectValue#toString. by janakr · 6 years ago
  60. 72f7314 Add correct debugging output for toolchain resolution. by John Cater · 6 years ago
  61. 77a4962 Convert ToolchainResolver to ToolchainResolutionFunction. by John Cater · 6 years ago
  62. 375f72b Add safety checks for toolchain resolution in preparation for trimming. by mstaib · 6 years ago
  63. 462b68f PostConfiguredTargetFunction only accepts a ConfiguredRuleClassProvider, so make that explicit. by jcater · 6 years ago
  64. e6ca52e Raise an error if platform mappings have duplicate keys. by schmitt · 6 years ago
  65. dc242d4 Allow accessing the configuration of a dependency during resolution. by mstaib · 6 years ago
  66. 4d2eb16 Allow callers to preserve either loading or analysis objects when discardAnalysisCache runs. by janakr · 6 years ago
  67. faf74fc Serialize StackTraceElement as part of exception. by janakr · 6 years ago
  68. 8ca57bf6 Add @FormatMethod to fix error prone warning. by jcater · 6 years ago
  69. a3df53c Rename ToolchainResolutionFunction to SingleToolchainResolutionFunction. by John Cater · 6 years ago
  70. 7576b25 Invalidate all paths from a failed action to its lost input in rewinding by mschaller · 6 years ago
  71. 95f3428 Introduce flag --incompatible_disallow_old_octal_notation by laurentlb · 6 years ago
  72. d7702b1 Add build option --repo_env by Klaus Aehlig · 6 years ago
  73. 5074514 Move UnloadedToolchainContext.load to ResolvedToolchainContext. by John Cater · 6 years ago
  74. 7f26f7d Report the full chain of repositories for WORKSPACE cycles by Klaus Aehlig · 6 years ago
  75. c6c9b8e Merge LabelImport class and SkylarkImport; delete SkylarkImports by laurentlb · 6 years ago
  76. 9c0a633 Remove debugging for b/128541100, since the cause is now understood and benign (nonexistence of a node is cached in a SkyFunctionEnvironment for the duration of the SkyFunction evaluation). by janakr · 6 years ago
  77. 156e615 Make "inputs" and "outputs" for StarlarkTransitions an enum instead of a string. by juliexxia · 6 years ago
  78. b6823b0 Log when we're blocked for a while on cpu-bound permit acquisition in ConfiguredTargetFunction. by janakr · 6 years ago
  79. ae6f7d5 Remove the $resolved_toolchains_internal attribute. by John Cater · 6 years ago
  80. f129bb8 Move StarlarkTranstion#validate down into ConfigurationResolver#applyTransition since we're always validating after this method anyway. by juliexxia · 6 years ago
  81. 9a5ad31 Drop unused dependencies as reported by unused_deps. by jmmv · 6 years ago
  82. 7b2cb35 Create instances of SequencedSkyframeExecutor through Builder. by Googler · 6 years ago
  83. 1a70c27 Allow starlark transitions to read starlark-defined options. by juliexxia · 6 years ago
  84. 9b4a8d6 Make SkyframeExecutor generic on the BuildDriver it uses by Googler · 6 years ago
  85. 843d18c Add a module reporting back where an external repository is defined by Klaus Aehlig · 6 years ago
  86. b5ace95 Add more gross debugging, this time in ConfiguredTargetFunction, for internal graph inconsistency. by janakr · 6 years ago
  87. 0e882b6 Suppress remote task times with async execution by ulfjack · 6 years ago
  88. 4b8d011 Remove FileSystem param from Action.prepare by ulfjack · 6 years ago
  89. 95d94fa Inform SkyframeExecutor of top level host configuration changes. by Googler · 6 years ago
  90. 99ed053 Move UnloadedToolchainContext to a top-level class. by John Cater · 6 years ago
  91. cdfa9ca Rename ToolchainContext to ResolvedToolchainContext. by John Cater · 6 years ago
  92. 256be11 Remove Executor.getEventHandler by ulfjack · 6 years ago
  93. 3823613 Properly report circular definitions of repositories by Klaus Aehlig · 6 years ago
  94. f8706a0 Only create the host configuration once per BuildConfiguration instance. by djasper · 6 years ago
  95. f185c71 Remove unused isTargetExplicit method. All usages were deleted in unknown commit. by dannark · 6 years ago
  96. a438bd0 Remove isTargetExplicit check -- now that filtering exists, only actual platform/toolchain targets will actually get into those lists. by dannark · 6 years ago
  97. 88e3098 Report loading cycles, even if initiated from the WORKSPACE by Klaus Aehlig · 6 years ago
  98. d480c5f remote: introduce --experimental_remote_download_outputs=minimal by buchgr · 6 years ago
  99. 576fc98 Do not crash Bazel when CcToolchainConfigInfo variables misbehave. by hlopko · 6 years ago
  100. 3fed869 Fix ToolchainResolver to show an error when a toolchain type resolves to an by jcater · 6 years ago