1. c87bd58 Cleanups for nested test_suite or java_test under trim_test_configuration by twigg · 4 years, 6 months ago
  2. c4eccf7 Log when interrupted during `map_each`. by jhorvitz · 4 years, 6 months ago
  3. 859c9ac Encode ViewCreation failures with FailureDetails by mschaller · 4 years, 6 months ago
  4. 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
  5. 40746c9 Add --compilation_mode support in transitions by Fredrik Medley · 4 years, 6 months ago
  6. 1511dd2 Equip LabelCause with DetailedExitCode, relay detailed input failures in action execution by mschaller · 4 years, 6 months ago
  7. bf5bbf0 Encode build configuration failures with FailureDetails by mschaller · 4 years, 6 months ago
  8. cfe91ce Show stderr output from workspace status command, and simplify stdout/stderr handling in BazelWorkspaceStatusAction. by janakr · 4 years, 7 months ago
  9. 450c7ad bazel: rename imports of lib.syntax to java.starlark.net by adonovan · 4 years, 7 months ago
  10. b7590a0 Add an explicit error when trying to expand a Fileset outside of inputs list in by ajurkowski · 4 years, 7 months ago
  11. 9c59c54 Automated rollforward of commit 81549391a552f3460745271e775d073c4b9c542c. by jcater · 4 years, 7 months ago
  12. 7ba8310 Automated rollback of commit 5ac6eb8886263e26c382fafec51abf77703a2919. by jcater · 4 years, 7 months ago
  13. 5dbf28a Automated rollback of commit 5ac6eb8886263e26c382fafec51abf77703a2919. by jcater · 4 years, 7 months ago
  14. 1089d60 Automated rollback of commit 81549391a552f3460745271e775d073c4b9c542c. by jcater · 4 years, 7 months ago
  15. 39123f3 bazel packages: eliminate :type and :build_type by adonovan · 4 years, 7 months ago
  16. 028e1ad bazel packages: decentralize StarlarkSemantics by adonovan · 4 years, 7 months ago
  17. 8154939 Remove TransitionMode. by jcater · 4 years, 7 months ago
  18. 5ac6eb8 Remove unused getPrerequisite* overloads from RuleContext. by jcater · 4 years, 7 months ago
  19. f77ced7 Cache the invocation of TestTrimmingTransition.applyTransition. by twigg · 4 years, 7 months ago
  20. e9168c4 Remove TransitionMode from RuleContext prerequisite calls. by jcater · 4 years, 7 months ago
  21. 3bed457 The great Skylark -> Starlark class migration: by gregce · 4 years, 8 months ago
  22. ec1cdc9 bazel analysis: move analysis-related classes here by adonovan · 4 years, 8 months ago
  23. 952d612 Remove unused parameters from TestShardingStrategy. by jhorvitz · 4 years, 8 months ago
  24. 993ef78 The great Skylark -> Starlark class migration: by gregce · 4 years, 8 months ago
  25. 3daedc3 Split up actions java library target. by jhorvitz · 4 years, 8 months ago
  26. 59f5cba The great Skylark -> Starlark class migration: by gregce · 4 years, 8 months ago
  27. 3703532 The great Skylark -> Starlark class migration: by gregce · 4 years, 8 months ago
  28. 8848ffe The great Skylark -> Starlark class migration: by gregce · 4 years, 8 months ago
  29. cf3a923 The great Skylark -> Starlark class migration: by gregce · 4 years, 8 months ago
  30. 78eb377 The great Skylark -> Starlark class migration: by gregce · 4 years, 8 months ago
  31. 6415e5c Split toolchain dependencies based on the toolchain context. by jcater · 4 years, 9 months ago
  32. c59bbed Implement whitelisting for implicit outputs produced by CcLibrary rules by plf · 4 years, 9 months ago
  33. 4784d73 Expand `ActionExecutionMetadata.getKey()` method to accept an ArtifactExpander. by ajurkowski · 4 years, 9 months ago
  34. 24e09f7 cquery --show_config_fragments: report fragments used by transitions by gregce · 4 years, 9 months ago
  35. 75216c7 Remove remaining undetailed BuildFailedException constructor by mschaller · 4 years, 9 months ago
  36. 0793388 Encode remaining ActionExecution failures with FailureDetails by mschaller · 4 years, 9 months ago
  37. eefc91c The great Skylark -> Starlark migration: by gregce · 4 years, 10 months ago
  38. 523de51 Move ExecutionRequirements to its own target so that PackageUtils can use it. by jmmv · 4 years, 10 months ago
  39. 50226ac Replace 'whitelist' with 'allowlist' in Bazel source code. by aiuto · 4 years, 10 months ago
  40. 25c6525 Default TestSize is null case to UNKNOWN test size in BuildEvent by Googler · 4 years, 10 months ago
  41. 2902018 Encode additional ActionExecution failures with FailureDetails by mschaller · 4 years, 10 months ago
  42. 4557667 Encode some environmental execution failures with FailureDetails by mschaller · 4 years, 10 months ago
  43. e9137b6 Add the ToolchainContextKey to dependency chain classes. by John Cater · 4 years, 10 months ago
  44. ebc4599 Create builders initialized from the prior stage in dependency analysis. by John Cater · 4 years, 10 months ago
  45. dc08d65 Move some native transitions to BuildOptionsView. by gregce · 4 years, 10 months ago
  46. 8cd2222 Split ResolvedToolchainContext into its own build target. by jcater · 4 years, 10 months ago
  47. 5037537 Convert ToolchainCollection to use AutoValue. by jcater · 4 years, 10 months ago
  48. 5fa85c8 Add getConfiguredTarget method to Dependency. by John Cater · 4 years, 10 months ago
  49. 1f6758f Simplify Dependency and make it use AutoValue. by John Cater · 4 years, 10 months ago
  50. ecb61ee Introduce configuration transition fragment declarations. by gregce · 4 years, 11 months ago
  51. 2a54659 Split ConfigurationTransitionDependency into a new class by John Cater · 4 years, 11 months ago
  52. b017468 bazel skylarkinterface: move to net.starlark.java.annot by adonovan · 4 years, 11 months ago
  53. 6fe70c2 Parse exec properties attribute into exec group properties for RuleContexts. by juliexxia · 4 years, 11 months ago
  54. 1d8d138 Create a clearer distinction between normal tree artifact children and action template expansion outputs. by Googler · 4 years, 11 months ago
  55. 121224e bazel syntax: stop using concurrent.Immutable annotation by adonovan · 4 years, 11 months ago
  56. bd7abd6 Add key() method to ToolchainContext. by John Cater · 4 years, 11 months ago
  57. d7c1cef The great Skylark -> Starlark class migration: by gregce · 4 years, 11 months ago
  58. d281df7 The great Skylark -> Starlark class migration: by gregce · 4 years, 11 months ago
  59. 84ef2c8 Create package .../devtools/build/lib/bugreport by Yannic Bonenberger · 4 years, 11 months ago
  60. 74ae9b4 Move DependencyKind subclasses into DependencyKind. by John Cater · 4 years, 11 months ago
  61. 220a1c8 The great Skylark -> Starlark class migration: by gregce · 5 years ago
  62. ccbd624 Remove legacy export for transitive-info-provider and update dependers. by jcater · 5 years ago
  63. bc74d1d bazel syntax: eject Depset from the Starlark interpreter by adonovan · 5 years ago
  64. 5d4f2d6 Remove legacy export for provider-collection and update dependers. by jcater · 5 years ago
  65. c05b67c Use failure details in InfoCommand, InvalidConfigurationException by mschaller · 5 years ago
  66. 4893ee3 The great Skylark -> Starlark class migration: by gregce · 5 years ago
  67. ed5d504 Allow rule writers to create exec_group related exec transitions via config.exec(exec_group) and attach them to starlark dependency attrs. by juliexxia · 5 years ago
  68. 08235a4 Create individual targets and packages for code under analysis, exec, rules, and skyframe. by jcater · 5 years ago