- 619dcf8 Unconditionally include the "message", if any, in SimpleSpawnResult. This is the same logic as used in Google-internal code. This allows us to stop passing the verboseFailures boolean around everywhere, since it's then only needed in one place in AbstractSpawnStrategy. by janakr · 4 years, 7 months ago
- f12a7ad Fail with bad AppleConfiguration from Starlark instead of crashing. by steinman · 4 years, 7 months ago
- 49dcab2 starlark: fix crash in sorted by adonovan · 4 years, 7 months ago
- 5b68917 starlark: delete redundant StarlarkDeprecated annotation by adonovan · 4 years, 7 months ago
- aae111a docgen: move and simplify StarlarkConstructor annotation by adonovan · 4 years, 7 months ago
- e702a09 Clean up debugging. by janakr · 4 years, 7 months ago
- 8a9a49b Add debugging for too-big install_base by michajlo · 4 years, 7 months ago
- fee7975 fix UNC path for Windows/mingw case by jgehw · 4 years, 7 months ago
- 0599a69 Add a chm_only configuration for D8 library desugar by sgjesse · 4 years, 7 months ago
- a463d90 Add --host_action_env option by mai93 · 4 years, 7 months ago
- 7843857 unittest.bash: fix the example for assert_one_of. by Googler · 4 years, 7 months ago
- ce3fca5 RemoteExecutionCache: extract single-digest method by Ulf Adams · 4 years, 7 months ago
- 07e152e Fetching symlink inputs for top-level output by Ulf Adams · 4 years, 7 months ago
- 1511dd2 Equip LabelCause with DetailedExitCode, relay detailed input failures in action execution by mschaller · 4 years, 7 months ago
- 21a4507 Simplify logic that controls include scanning. No functional changes intended. by djasper · 4 years, 7 months ago
- 2b028e4 Bump minimal JDK test size threshold from 275 MB to 280 MB by mschaller · 4 years, 7 months ago
- d30bc5e Fix broken target and add build_test for all one-way manual test targets. by janakr · 4 years, 7 months ago
- 0c36f98 Propagate InterruptedException through transition API instead of catching. These come from starlark transition evaluations. Catching and returning the default seemed to be leading to Skyframe cacheing deterministic errors in nondeterministic situations like a user ctrl+c-ing in the middle of a starlark transition evaluation. by juliexxia · 4 years, 7 months ago
- ecab72e Code cleanup: Move decision on whether or not to generate a .d file into a by djasper · 4 years, 7 months ago
- 36ee499 Automated rollback of commit 5cead30645f1f2dc270fe03589ec9955b04534e0. by ahumesky · 4 years, 7 months ago
- 3071f39 starlark: delete StarlarkGlobalLibrary annotation by adonovan · 4 years, 7 months ago
- 5b54b5d Remove an inaccurate comment and simplify a test by Googler · 4 years, 7 months ago
- c266fe4 Encode RunCommand's loading failures with FailureDetails by mschaller · 4 years, 7 months ago
- bf5bbf0 Encode build configuration failures with FailureDetails by mschaller · 4 years, 7 months ago
- 75a6550 Download to tmp directory in ctx.download_and_extract by mai93 · 4 years, 7 months ago
- bdbd163 Code cleanup removing a separate computation of whether or not modules are by djasper · 4 years, 7 months ago
- 1f9454d Add TODO for enabling tests by michajlo · 4 years, 7 months ago
- 5be6d33 Allow specifying local resources in `SpawnBuilder`. by ajurkowski · 4 years, 7 months ago
- 159c3fe HttpCacheClient: make upload async by Ulf Adams · 4 years, 7 months ago
- 4c0febc Extract srcjars to disk instead of using zipfs by cushon · 4 years, 7 months ago
- 9d1737d Fix formatting on param name comments. by jcater · 4 years, 7 months ago
- 4c5ffc4 bazel skyframe: remove recordScope(false) call by adonovan · 4 years, 7 months ago
- 3490011 Consider an analysistest bit update as not a no-op. by juliexxia · 4 years, 7 months ago
- e0bd9d3 bazel skyframe: merge WorkspaceASTFunction into WorkspaceFileFunction by adonovan · 4 years, 7 months ago
- 5a40ab6 bazel skydoc: consolidate the fake environment by adonovan · 4 years, 7 months ago
- d5194a1 Print the path of too-large stdout/stderr and the flag to increase the limit. by jmmv · 4 years, 7 months ago
- 89c1398 starlark annot: delete StarlarkGlobalLibrary (step 1) by adonovan · 4 years, 7 months ago
- 800117e starlark: make Starlark.addMethods reject fields by adonovan · 4 years, 7 months ago
- fe79cf3 Expose the android_manifest_merger flag to Starlark. This enables us to by Googler · 4 years, 7 months ago
- 39587e7 Clear reusable state in BuildEventArtifactUploaderFactory on shutdown. by adgar · 4 years, 7 months ago
- acd3315 Define IO_REPARSE_TAG_PROJFS if it's not defined. by pcloudy · 4 years, 7 months ago
- 301b96b Change source artifact roots of external packages to $OUTPUT_BASE/external. This is the first step for releasing the special 'external' package name for general use. This CL alone should not have any user-visible impacts. by Googler · 4 years, 7 months ago
- 5eee2b0 Update Python rules to use the toolchain transition by John Cater · 4 years, 7 months ago
- 5cead30 Source files aren't required inputs for creating a module map. by djasper · 4 years, 7 months ago
- 58fdf63 Update cc_toolchain to properly declare config transitions. by jcater · 4 years, 7 months ago
- cb1f9f6 Add CallCredentialsProvider and refresh credentials in ByteStreamUploader by Chi Wang · 4 years, 7 months ago
- 49c9475a Do not inject tree artifact values using `MetadataConsumer`. by ajurkowski · 4 years, 7 months ago
- 2a20003 Make a JSON version of bazel_worker_test. by steinman · 4 years, 7 months ago
- 1d9c7da Add check so --flag_alias can be enabled/disabled on the command line. by warkahscott · 4 years, 7 months ago
- 6d44813 Automated rollback of commit 3e79b0dbd93deeb3a2d970371f1b72845613ac06. by juliexxia · 4 years, 7 months ago
- 496a37f Split lib/rules/cpp into one target per test by michajlo · 4 years, 7 months ago
- 215a0f7 Workaround so that tests elaborate under a trimmed configuration. by twigg · 4 years, 7 months ago
- 05650ff UnixFileSystem: read cached hashes from extended attributes by Ed Schouten · 4 years, 7 months ago
- 6abf5b7 Set a default value for --host_crosstool_top by John Cater · 4 years, 7 months ago
- 04ccf7d Update cquery integration tests to use a custom Starlark rule. by jcater · 4 years, 7 months ago
- 3e79b0d Add BazelSdkToolchainRule and GoogleSdkToolchainRule as ancestors to rules that currently access the AndroidSdkProvider from the :android_sdk attr. by juliexxia · 4 years, 7 months ago
- 8e9f9e1 Require MissingFragmentPolicy to specify which fragment is adjusted. by twigg · 4 years, 7 months ago
- 49cb5a6 Handle malformed input when reading resource usage. by jhorvitz · 4 years, 7 months ago
- cfe91ce Show stderr output from workspace status command, and simplify stdout/stderr handling in BazelWorkspaceStatusAction. by janakr · 4 years, 7 months ago
- 2a17285 Delete method with a type mismatch. by Googler · 4 years, 7 months ago
- 4f008c5 Simplify RemoteExecutionCache by Ulf Adams · 4 years, 7 months ago
- e3285b8 Cquery's proto output is now sorted by attribute name. by John Cater · 4 years, 7 months ago
- 0a1f0f5 bazel skyframe: rename ASTFileLookup -> BzlCompile by adonovan · 4 years, 7 months ago
- 2e1480d Truncate query expression before inclusion in user messages (e.g. stderr, logs, failure details) by mschaller · 4 years, 7 months ago
- f1775dc Automatic code cleanup. by Googler · 4 years, 7 months ago
- d6ac414 Expose documented function return values in stardoc by Samuel Giddins · 4 years, 7 months ago
- 2b21225 Use a unique temp directory for each async clean to avoid potential conflicts. by janakr · 4 years, 7 months ago
- 55850d2 Automatic code cleanup. by Googler · 4 years, 7 months ago
- f1c0697 Declare `RuntimeException` as the return type to make it easier for callers to throw unconditionally. by jhorvitz · 4 years, 7 months ago
- 9e78146 Include "resources" in dependency attributes for java_* by Googler · 4 years, 7 months ago
- f259b8a Implement local_java_repository for local version of Java by Ivo List · 4 years, 7 months ago
- ac95b62 Migrate from deprecated `com.google.common.base.Charsets` to `java.nio.charset.StandardCharsets`. by Googler · 4 years, 7 months ago
- 8f0a282 Build the the desugared library as class files using L8 by sgjesse · 4 years, 7 months ago
- dd9ca23 starlark: eliminate potential deadlock in CallUtils by adonovan · 4 years, 7 months ago
- e3c8eb4 Update documentation for --[no]analyze flag. by janakr · 4 years, 7 months ago
- 14794b8 Enable the --workspace_status_command binary to overwrite Bazel's default values for all keys that show up in stable-status.txt and volatile-status.txt. by janakr · 4 years, 7 months ago
- 83e75c1 Recover from `MissingNestedSetException` using action rewinding. by jhorvitz · 4 years, 7 months ago
- ac24e15 Make `NestedSet#isReady` more robust by returning false for cancellations and failed futures. by jhorvitz · 4 years, 7 months ago
- c1da7aa starlark: remove "new" annotation processor by adonovan · 4 years, 7 months ago
- 0fb23ae Improve error messages from WorkerSpawnRunner. by steinman · 4 years, 7 months ago
- 4a5911d Add error message to FailAction's FailureDetails. by Googler · 4 years, 7 months ago
- 38755cc starlark: allow start=None in str methods by adonovan · 4 years, 7 months ago
- 400ff54 bazel: use precise type for kwargs dict by adonovan · 4 years, 7 months ago
- 4d05b7c Don't crash on an unsupported command with project file support. by janakr · 4 years, 7 months ago
- 1624a28 Test both MissingNestedSetException and a RuntimeException. by jhorvitz · 4 years, 7 months ago
- 7bb0f39 Remove some TODOs now that bug is understood by shreyax · 4 years, 7 months ago
- 4976d35 Add the Xcode requirements checks to the new dynamic scheduler. by jmmv · 4 years, 7 months ago
- 84834db Make DummyExecutor's clock a ManualClock, not a real BlazeClock. by janakr · 4 years, 7 months ago
- 3687084 Fix test_interrupt_streamed_output_* flakiness. by jmmv · 4 years, 7 months ago
- 7e6553a Propagate `MissingNestedSetException` from `toListInterruptibly`. by jhorvitz · 4 years, 7 months ago
- 2744aad Add d8 desugar of library libs support. by Googler · 4 years, 7 months ago
- 0371936 Fix using Virtual File System for Git by Kseniia Vasilchuk · 4 years, 7 months ago
- b9525bb Add private headers to direct sources by waltl · 4 years, 7 months ago
- 6e4e86c bazel syntax: delete it by adonovan · 4 years, 7 months ago
- 421cf15 Optimize handling of long lines when using `--test_output=streamed`. by ajurkowski · 4 years, 7 months ago
- 7b97f79 Update doc to indicate "exec" is also valid. by yileiyang · 4 years, 7 months ago
- d21d6a4 starlark: roll-up integrate changes from lib/syntax by adonovan · 4 years, 7 months ago
- 7d99400 Create a checked exception for the case when a `NestedSet` is unexpectedly missing from storage. by jhorvitz · 4 years, 7 months ago
- 450c7ad bazel: rename imports of lib.syntax to java.starlark.net by adonovan · 4 years, 7 months ago
- a4edc5f bazel docgen: also search net/starlark/java for classes by adonovan · 4 years, 7 months ago