1. 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
  2. f12a7ad Fail with bad AppleConfiguration from Starlark instead of crashing. by steinman · 4 years, 7 months ago
  3. 49dcab2 starlark: fix crash in sorted by adonovan · 4 years, 7 months ago
  4. 5b68917 starlark: delete redundant StarlarkDeprecated annotation by adonovan · 4 years, 7 months ago
  5. aae111a docgen: move and simplify StarlarkConstructor annotation by adonovan · 4 years, 7 months ago
  6. e702a09 Clean up debugging. by janakr · 4 years, 7 months ago
  7. 8a9a49b Add debugging for too-big install_base by michajlo · 4 years, 7 months ago
  8. fee7975 fix UNC path for Windows/mingw case by jgehw · 4 years, 7 months ago
  9. 0599a69 Add a chm_only configuration for D8 library desugar by sgjesse · 4 years, 7 months ago
  10. a463d90 Add --host_action_env option by mai93 · 4 years, 7 months ago
  11. 7843857 unittest.bash: fix the example for assert_one_of. by Googler · 4 years, 7 months ago
  12. ce3fca5 RemoteExecutionCache: extract single-digest method by Ulf Adams · 4 years, 7 months ago
  13. 07e152e Fetching symlink inputs for top-level output by Ulf Adams · 4 years, 7 months ago
  14. 1511dd2 Equip LabelCause with DetailedExitCode, relay detailed input failures in action execution by mschaller · 4 years, 7 months ago
  15. 21a4507 Simplify logic that controls include scanning. No functional changes intended. by djasper · 4 years, 7 months ago
  16. 2b028e4 Bump minimal JDK test size threshold from 275 MB to 280 MB by mschaller · 4 years, 7 months ago
  17. d30bc5e Fix broken target and add build_test for all one-way manual test targets. by janakr · 4 years, 7 months ago
  18. 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
  19. ecab72e Code cleanup: Move decision on whether or not to generate a .d file into a by djasper · 4 years, 7 months ago
  20. 36ee499 Automated rollback of commit 5cead30645f1f2dc270fe03589ec9955b04534e0. by ahumesky · 4 years, 7 months ago
  21. 3071f39 starlark: delete StarlarkGlobalLibrary annotation by adonovan · 4 years, 7 months ago
  22. 5b54b5d Remove an inaccurate comment and simplify a test by Googler · 4 years, 7 months ago
  23. c266fe4 Encode RunCommand's loading failures with FailureDetails by mschaller · 4 years, 7 months ago
  24. bf5bbf0 Encode build configuration failures with FailureDetails by mschaller · 4 years, 7 months ago
  25. 75a6550 Download to tmp directory in ctx.download_and_extract by mai93 · 4 years, 7 months ago
  26. bdbd163 Code cleanup removing a separate computation of whether or not modules are by djasper · 4 years, 7 months ago
  27. 1f9454d Add TODO for enabling tests by michajlo · 4 years, 7 months ago
  28. 5be6d33 Allow specifying local resources in `SpawnBuilder`. by ajurkowski · 4 years, 7 months ago
  29. 159c3fe HttpCacheClient: make upload async by Ulf Adams · 4 years, 7 months ago
  30. 4c0febc Extract srcjars to disk instead of using zipfs by cushon · 4 years, 7 months ago
  31. 9d1737d Fix formatting on param name comments. by jcater · 4 years, 7 months ago
  32. 4c5ffc4 bazel skyframe: remove recordScope(false) call by adonovan · 4 years, 7 months ago
  33. 3490011 Consider an analysistest bit update as not a no-op. by juliexxia · 4 years, 7 months ago
  34. e0bd9d3 bazel skyframe: merge WorkspaceASTFunction into WorkspaceFileFunction by adonovan · 4 years, 7 months ago
  35. 5a40ab6 bazel skydoc: consolidate the fake environment by adonovan · 4 years, 7 months ago
  36. d5194a1 Print the path of too-large stdout/stderr and the flag to increase the limit. by jmmv · 4 years, 7 months ago
  37. 89c1398 starlark annot: delete StarlarkGlobalLibrary (step 1) by adonovan · 4 years, 7 months ago
  38. 800117e starlark: make Starlark.addMethods reject fields by adonovan · 4 years, 7 months ago
  39. fe79cf3 Expose the android_manifest_merger flag to Starlark. This enables us to by Googler · 4 years, 7 months ago
  40. 39587e7 Clear reusable state in BuildEventArtifactUploaderFactory on shutdown. by adgar · 4 years, 7 months ago
  41. acd3315 Define IO_REPARSE_TAG_PROJFS if it's not defined. by pcloudy · 4 years, 7 months ago
  42. 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
  43. 5eee2b0 Update Python rules to use the toolchain transition by John Cater · 4 years, 7 months ago
  44. 5cead30 Source files aren't required inputs for creating a module map. by djasper · 4 years, 7 months ago
  45. 58fdf63 Update cc_toolchain to properly declare config transitions. by jcater · 4 years, 7 months ago
  46. cb1f9f6 Add CallCredentialsProvider and refresh credentials in ByteStreamUploader by Chi Wang · 4 years, 7 months ago
  47. 49c9475a Do not inject tree artifact values using `MetadataConsumer`. by ajurkowski · 4 years, 7 months ago
  48. 2a20003 Make a JSON version of bazel_worker_test. by steinman · 4 years, 7 months ago
  49. 1d9c7da Add check so --flag_alias can be enabled/disabled on the command line. by warkahscott · 4 years, 7 months ago
  50. 6d44813 Automated rollback of commit 3e79b0dbd93deeb3a2d970371f1b72845613ac06. by juliexxia · 4 years, 7 months ago
  51. 496a37f Split lib/rules/cpp into one target per test by michajlo · 4 years, 7 months ago
  52. 215a0f7 Workaround so that tests elaborate under a trimmed configuration. by twigg · 4 years, 7 months ago
  53. 05650ff UnixFileSystem: read cached hashes from extended attributes by Ed Schouten · 4 years, 7 months ago
  54. 6abf5b7 Set a default value for --host_crosstool_top by John Cater · 4 years, 7 months ago
  55. 04ccf7d Update cquery integration tests to use a custom Starlark rule. by jcater · 4 years, 7 months ago
  56. 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
  57. 8e9f9e1 Require MissingFragmentPolicy to specify which fragment is adjusted. by twigg · 4 years, 7 months ago
  58. 49cb5a6 Handle malformed input when reading resource usage. by jhorvitz · 4 years, 7 months ago
  59. cfe91ce Show stderr output from workspace status command, and simplify stdout/stderr handling in BazelWorkspaceStatusAction. by janakr · 4 years, 7 months ago
  60. 2a17285 Delete method with a type mismatch. by Googler · 4 years, 7 months ago
  61. 4f008c5 Simplify RemoteExecutionCache by Ulf Adams · 4 years, 7 months ago
  62. e3285b8 Cquery's proto output is now sorted by attribute name. by John Cater · 4 years, 7 months ago
  63. 0a1f0f5 bazel skyframe: rename ASTFileLookup -> BzlCompile by adonovan · 4 years, 7 months ago
  64. 2e1480d Truncate query expression before inclusion in user messages (e.g. stderr, logs, failure details) by mschaller · 4 years, 7 months ago
  65. f1775dc Automatic code cleanup. by Googler · 4 years, 7 months ago
  66. d6ac414 Expose documented function return values in stardoc by Samuel Giddins · 4 years, 7 months ago
  67. 2b21225 Use a unique temp directory for each async clean to avoid potential conflicts. by janakr · 4 years, 7 months ago
  68. 55850d2 Automatic code cleanup. by Googler · 4 years, 7 months ago
  69. f1c0697 Declare `RuntimeException` as the return type to make it easier for callers to throw unconditionally. by jhorvitz · 4 years, 7 months ago
  70. 9e78146 Include "resources" in dependency attributes for java_* by Googler · 4 years, 7 months ago
  71. f259b8a Implement local_java_repository for local version of Java by Ivo List · 4 years, 7 months ago
  72. ac95b62 Migrate from deprecated `com.google.common.base.Charsets` to `java.nio.charset.StandardCharsets`. by Googler · 4 years, 7 months ago
  73. 8f0a282 Build the the desugared library as class files using L8 by sgjesse · 4 years, 7 months ago
  74. dd9ca23 starlark: eliminate potential deadlock in CallUtils by adonovan · 4 years, 7 months ago
  75. e3c8eb4 Update documentation for --[no]analyze flag. by janakr · 4 years, 7 months ago
  76. 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
  77. 83e75c1 Recover from `MissingNestedSetException` using action rewinding. by jhorvitz · 4 years, 7 months ago
  78. ac24e15 Make `NestedSet#isReady` more robust by returning false for cancellations and failed futures. by jhorvitz · 4 years, 7 months ago
  79. c1da7aa starlark: remove "new" annotation processor by adonovan · 4 years, 7 months ago
  80. 0fb23ae Improve error messages from WorkerSpawnRunner. by steinman · 4 years, 7 months ago
  81. 4a5911d Add error message to FailAction's FailureDetails. by Googler · 4 years, 7 months ago
  82. 38755cc starlark: allow start=None in str methods by adonovan · 4 years, 7 months ago
  83. 400ff54 bazel: use precise type for kwargs dict by adonovan · 4 years, 7 months ago
  84. 4d05b7c Don't crash on an unsupported command with project file support. by janakr · 4 years, 7 months ago
  85. 1624a28 Test both MissingNestedSetException and a RuntimeException. by jhorvitz · 4 years, 7 months ago
  86. 7bb0f39 Remove some TODOs now that bug is understood by shreyax · 4 years, 7 months ago
  87. 4976d35 Add the Xcode requirements checks to the new dynamic scheduler. by jmmv · 4 years, 7 months ago
  88. 84834db Make DummyExecutor's clock a ManualClock, not a real BlazeClock. by janakr · 4 years, 7 months ago
  89. 3687084 Fix test_interrupt_streamed_output_* flakiness. by jmmv · 4 years, 7 months ago
  90. 7e6553a Propagate `MissingNestedSetException` from `toListInterruptibly`. by jhorvitz · 4 years, 7 months ago
  91. 2744aad Add d8 desugar of library libs support. by Googler · 4 years, 7 months ago
  92. 0371936 Fix using Virtual File System for Git by Kseniia Vasilchuk · 4 years, 7 months ago
  93. b9525bb Add private headers to direct sources by waltl · 4 years, 7 months ago
  94. 6e4e86c bazel syntax: delete it by adonovan · 4 years, 7 months ago
  95. 421cf15 Optimize handling of long lines when using `--test_output=streamed`. by ajurkowski · 4 years, 7 months ago
  96. 7b97f79 Update doc to indicate "exec" is also valid. by yileiyang · 4 years, 7 months ago
  97. d21d6a4 starlark: roll-up integrate changes from lib/syntax by adonovan · 4 years, 7 months ago
  98. 7d99400 Create a checked exception for the case when a `NestedSet` is unexpectedly missing from storage. by jhorvitz · 4 years, 7 months ago
  99. 450c7ad bazel: rename imports of lib.syntax to java.starlark.net by adonovan · 4 years, 7 months ago
  100. a4edc5f bazel docgen: also search net/starlark/java for classes by adonovan · 4 years, 7 months ago