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