- 04028ef When re-using a ToolchainContextKey, make sure to remove the actual by John Cater · 4 years, 10 months ago
- 6c289f7 Make HttpConnectorTest for timeout less brittle. by aiuto · 4 years, 10 months ago
- 54cdd58 java.starlark.net: delete StarlarkBuiltin.namespace() bool by adonovan · 4 years, 10 months ago
- dc08d65 Move some native transitions to BuildOptionsView. by gregce · 4 years, 10 months ago
- 1101e17 SpawnStrategy is no longer used as an ActionContext. by jcater · 4 years, 10 months ago
- 7238200 Delete SpawnActionContextMaps. by jcater · 4 years, 10 months ago
- c1c613d The great Skylark -> Starlark symbol migration: by gregce · 4 years, 10 months ago
- ddc57b2 Add the --experimental_local_retries_on_crash option. by jmmv · 4 years, 10 months ago
- c7262a3 Rewrite the ConfigurationResolver for simplicity. by John Cater · 4 years, 10 months ago
- 2d0defc Remove //third_party/gflags It is unused. by Tony Aiuto · 4 years, 10 months ago
- 40f2f0e Custom-serialize derived artifacts. This allows us to intern them more efficiently. by janakr · 4 years, 10 months ago
- 6f701b3 Encode some execution failures with FailureDetails by mschaller · 4 years, 10 months ago
- 2863252 Add inlining code path to StarlarkBuiltinsFunction, and tests by brandjon · 4 years, 10 months ago
- 232a6b8 Make BuildViewTestCase's use of custom RuleClassProviders and bzl inlining less error prone by brandjon · 4 years, 10 months ago
- c12c044 Refactor filesystem traversal failures by mschaller · 4 years, 10 months ago
- 844fef5 Improve error handling for builtins injection by brandjon · 4 years, 10 months ago
- 4186fc3 Fix aspect attributes targeting PackageGroup. by ilist · 4 years, 10 months ago
- 0f0ca6e Expand error message for LTO compilation with list of missing files in imports. by ajurkowski · 4 years, 10 months ago
- c67e76b Refactor ExtremaPackageListener to expose data via singleton instance. by twerth · 4 years, 10 months ago
- 1af65cf Add basic builtins injection functionality, behind a flag by brandjon · 4 years, 10 months ago
- a0c6f81 Move management of .bzl builtin symbols to StarlarkBuiltinsFunction by brandjon · 4 years, 10 months ago
- 841ac61 bazel: encapsulate the representation of NestedSet by adonovan · 4 years, 10 months ago
- 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
- 6ace3f1 Introduce Fileset manifest RESOLVE_FULLY behavior, which resolves internal Fileset directory links by felly · 4 years, 10 months ago
- caac9dc Change how we roll out the process-wrapper's wait fix (again). by jmmv · 4 years, 10 months ago
- ef55446 Do not assume files are remote for MetadataInjector methods. by Googler · 4 years, 10 months ago
- d7432e2 Fix implementation of ComputedDefault attributes on aspects, not to throw ClassCast exception. by ilist · 4 years, 10 months ago
- 0846086 Automated rollback of commit b9fa276f5cf111fdfc2bc8766b9421cedba1b0a6. by allevato · 4 years, 10 months ago
- b66c013 Extend cquery's deps function to traverse aspects. by ilist · 4 years, 10 months ago
- 305acb0 Reduce visibility of nestedset-on-skyframe members. by Googler · 4 years, 10 months ago
- 2e5cb1a Expose InstrumentedFilesInfo fields to Starlark for analysistest by Googler · 4 years, 10 months ago
- eb048fd [Profiler] Add target label of action owner to profiler trace files by Sergey Balabanov · 4 years, 10 months ago
- c53bdaf Prevent NPE on missing TEST_LOG due to cancel by George Gensure · 4 years, 10 months ago
- 2b7e71a Require explicit ExecKind in SpawnMetrics.Builder and remove SpawnMetrics.EMPTY by Googler · 4 years, 10 months ago
- ecc4c59 C++: Fix crash with repeated precompiled library in srcs by plf · 4 years, 10 months ago
- df98259 Implement directory expander, currently only used in map_each. by tomlu · 4 years, 10 months ago
- f70067f ConfiguredTargetFunction should use the given ToolchainContextKey, if available. by jcater · 4 years, 10 months ago
- 9b794ac Simplify SingleToolchainResolutionFunctionTest by removing complexity. by jcater · 4 years, 10 months ago
- 7f4befa Add tests specifically for ConfiguredTargetFunction.computeUnloadedToolchainContexts. by jcater · 4 years, 10 months ago
- 61c8e91 Fix spelling of Starlark by waltl · 4 years, 10 months ago
- 6bf7c51 Remove some justExitCode calls in tests by mschaller · 4 years, 10 months ago
- 7052f3c Add truth Subjects for ToolchainContext and ToolchainCollection. by jcater · 4 years, 10 months ago
- aed4160 Clean up artifact retrieval methods in ActionExecutionValue. by Googler · 4 years, 10 months ago
- 61a9f57 Allow tree artifacts to be omitted, take 2. by Googler · 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
- 71ece5b Clean up shared action transformation. by Googler · 4 years, 10 months ago
- 0b31794 Introduce AggregatedSpawnMetrics by Googler · 4 years, 10 months ago
- 1c03c8c Normalize timestamps to DOS epoch+epsilon to avoid local timezone leaking into ZIPs. by dchai · 4 years, 10 months ago
- 69d4ace Update sorting out of starlark flags to also identify external repo starlark flags by Julie Xia · 4 years, 10 months ago
- 21179b2 Forward InstrumentedFilesProvider from all dependencies by default (conditioned on flag) by Googler · 4 years, 10 months ago
- 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
- 83221e3 Update users of ConfiguredTargetKey to use the Builder. by jcater · 4 years, 10 months ago
- 02054bb Remove AspectValueKey.aspectConfigurationIsHost method. by jcater · 4 years, 10 months ago
- d8dc951 Use isTool instead of isHost where appropriate. by jcater · 4 years, 10 months ago
- c5690fe Automated rollback of commit 9ec7232bb753e6e65743c448973cd971c919ce04. by philwo · 4 years, 10 months ago
- 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
- 481bad3 Prohibit tree file artifacts from being stored in both artifactData and treeArtifactData in ActionExecutionValue. by Googler · 4 years, 10 months ago
- 974879d Avoid unnecessary insertion of tree file artifacts to artifactData. by Googler · 4 years, 10 months ago
- b9fa276 Automated rollback of commit 9906c5c4cd1124a4291461fb472685ad7d88580e. by ahumesky · 4 years, 10 months ago
- 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
- d31b416 Skylark -> Starlark: com.google.devtools.build.lib.bazel.repository.skylark by gregce · 4 years, 10 months ago
- 2491264 Simplify class and var names related to bzl skyframe inlining by brandjon · 4 years, 10 months ago
- 4d19c00 Add BzlLoadValue.KeyForBuiltins by brandjon · 4 years, 10 months ago
- abfce25 Do not force users to specify '.so' or '.dll' manually for linkshared=1. by tomlu · 4 years, 10 months ago
- 6c5f911 Add --experimental_enable_builtins_injection by brandjon · 4 years, 10 months ago
- ae9bfd4 Move the addition of SpawnMetrics to its Builder by Googler · 4 years, 10 months ago
- 1bc736e Internal change by rosica · 4 years, 10 months ago
- b3d66445 Remove support for pruning manifests. by lberki · 4 years, 10 months ago
- 9d20b1b Add type-safety check when deserializing in DynamicCodec, suggested by adonovan@. by janakr · 4 years, 10 months ago
- a947985 Add LazyStringListCodec. Avoids shoving a list into a protobuf object where it doesn't belong, which will be important later. by janakr · 4 years, 10 months ago
- b28a76b Rename BzlLoadValue key classes by brandjon · 4 years, 10 months ago
- 54eaa27 Automated rollback of commit a98fc73915bc83a1807305b596cca2cb6f6500f2. by Googler · 4 years, 10 months ago
- 771a029 Rename StarlarkImportLookupFunction and friends by brandjon · 4 years, 10 months ago
- a2b1761 bazel syntax: catch stack overflow in parser by adonovan · 4 years, 10 months ago
- c45aaa9 bazel: delete all references to --experimental_build_setting_api by juliexxia · 4 years, 10 months ago
- d17649a Start removing --experimental_build_setting_api by juliexxia · 4 years, 10 months ago
- 938b98a Make distinct `direct_public_headers` and `direct_private_headers` fields on `CcCompilationContext` that are accessible from Starlark. by allevato · 4 years, 10 months ago
- 9906c5c Preserve direct fields when merging ARC and non-ARC compilation contexts after Objective-C compilation. by allevato · 4 years, 10 months ago
- a98fc73 Allow tree artifacts to be omitted. by Googler · 4 years, 10 months ago
- 8062ca4 Switch to a more recent version of Stardoc by wyv · 4 years, 10 months ago
- 7154be0 Rationalize StarlarkImportLookupValue.Key by brandjon · 4 years, 10 months ago
- 72d648a Rename ActionExecutionValue#createSimpleFileArtifactValue and make it an instance method. by Googler · 4 years, 10 months ago
- 91fc5f3 Implement --shutdown_on_low_sys_mem for macOS. by jmmv · 4 years, 10 months ago
- 00c70f9 Tighten parameter types for markOmitted and injectDigest. by Googler · 4 years, 10 months ago
- 10d7a16 Remove lib.runtime.commands from lib.runtime by Yannic Bonenberger · 4 years, 10 months ago
- 137b759 Allow re-exporting of module maps/headers from dependencies' `CcInfo`s when merging. by allevato · 4 years, 11 months ago
- b100b1d Skylark -> Starlark for various methods, variables, constants, etc. by gregce · 4 years, 11 months ago
- a61681e Add StarlarkBuiltinsFunction by brandjon · 4 years, 11 months ago
- ade95d8 Add override for worker mnemonic via execution requirements by Googler · 4 years, 11 months ago
- fbc43bb Phase out use of ExitCode without details in some tests by mschaller · 4 years, 11 months ago
- d9aa8ae Prepare SpawnMetrics to be used for workers by Googler · 4 years, 11 months ago
- 6ef0983 Encode VersionCommand failure with FailureDetails by mschaller · 4 years, 11 months ago
- b77bf3c Add a flag, --experimental_verbose_failures_filter, that gives finer control over failure reporting: rather than dump command lines for all failed actions, dump only for actions whose labels match a regular expression filter. by janakr · 4 years, 11 months ago
- 6edeb84 Stop using EXPERIMENTAL_BUILD_SETTING_API in StarlarkFlagGuardingTest becuase that flag is going away. Replace with EXPERIMENTAL_SIBLING_REPOSITORY_LAYOUT (chosen at random) by juliexxia · 4 years, 11 months ago
- 226ad7f Do not re-run Ninja actions when only order-only inputs change. by ahumesky · 4 years, 11 months ago
- 25aa8da Remove charset from ParameterFileWriteAction. The sole use of UTF-8 was a bug. by Googler · 4 years, 11 months ago
- 94ff760 Document that ActionAnalysisMetadata#getOwner() is never null, add some Preconditions checks to make that more clear, and ensure that ActionOwner's fields are never null except for the SYSTEM_ACTION_OWNER wart. by janakr · 4 years, 11 months ago
- ecb61ee Introduce configuration transition fragment declarations. by gregce · 4 years, 11 months ago
- 696e302 Add Builder class for Dependency. by John Cater · 4 years, 11 months ago