1. 8b29b6a Fix issue where libtool_check_unique isn't found for sandbox builds by Michael Eisel · 4 years, 7 months ago
  2. e0bd9d3 bazel skyframe: merge WorkspaceASTFunction into WorkspaceFileFunction by adonovan · 4 years, 7 months ago
  3. 5a40ab6 bazel skydoc: consolidate the fake environment by adonovan · 4 years, 7 months ago
  4. d5194a1 Print the path of too-large stdout/stderr and the flag to increase the limit. by jmmv · 4 years, 7 months ago
  5. 89c1398 starlark annot: delete StarlarkGlobalLibrary (step 1) by adonovan · 4 years, 7 months ago
  6. 800117e starlark: make Starlark.addMethods reject fields by adonovan · 4 years, 7 months ago
  7. fe79cf3 Expose the android_manifest_merger flag to Starlark. This enables us to by Googler · 4 years, 7 months ago
  8. 39587e7 Clear reusable state in BuildEventArtifactUploaderFactory on shutdown. by adgar · 4 years, 7 months ago
  9. acd3315 Define IO_REPARSE_TAG_PROJFS if it's not defined. by pcloudy · 4 years, 7 months ago
  10. 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
  11. 5eee2b0 Update Python rules to use the toolchain transition by John Cater · 4 years, 7 months ago
  12. 5f944e0 Update py_runtime_pair to properly declare config transitions. by John Cater · 4 years, 7 months ago
  13. 5cead30 Source files aren't required inputs for creating a module map. by djasper · 4 years, 7 months ago
  14. 58fdf63 Update cc_toolchain to properly declare config transitions. by jcater · 4 years, 7 months ago
  15. cb1f9f6 Add CallCredentialsProvider and refresh credentials in ByteStreamUploader by Chi Wang · 4 years, 7 months ago
  16. 49c9475a Do not inject tree artifact values using `MetadataConsumer`. by ajurkowski · 4 years, 7 months ago
  17. 2a20003 Make a JSON version of bazel_worker_test. by steinman · 4 years, 7 months ago
  18. 1d9c7da Add check so --flag_alias can be enabled/disabled on the command line. by warkahscott · 4 years, 7 months ago
  19. 6d44813 Automated rollback of commit 3e79b0dbd93deeb3a2d970371f1b72845613ac06. by juliexxia · 4 years, 7 months ago
  20. 496a37f Split lib/rules/cpp into one target per test by michajlo · 4 years, 7 months ago
  21. 215a0f7 Workaround so that tests elaborate under a trimmed configuration. by twigg · 4 years, 7 months ago
  22. 05650ff UnixFileSystem: read cached hashes from extended attributes by Ed Schouten · 4 years, 7 months ago
  23. 6abf5b7 Set a default value for --host_crosstool_top by John Cater · 4 years, 7 months ago
  24. 04ccf7d Update cquery integration tests to use a custom Starlark rule. by jcater · 4 years, 7 months ago
  25. 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
  26. 8e9f9e1 Require MissingFragmentPolicy to specify which fragment is adjusted. by twigg · 4 years, 7 months ago
  27. 49cb5a6 Handle malformed input when reading resource usage. by jhorvitz · 4 years, 7 months ago
  28. cfe91ce Show stderr output from workspace status command, and simplify stdout/stderr handling in BazelWorkspaceStatusAction. by janakr · 4 years, 7 months ago
  29. c656e65 Upgrade protobuf to 3.13.0, part 2/3 by Yannic Bonenberger · 4 years, 7 months ago
  30. 2a17285 Delete method with a type mismatch. by Googler · 4 years, 7 months ago
  31. 4f008c5 Simplify RemoteExecutionCache by Ulf Adams · 4 years, 7 months ago
  32. e3285b8 Cquery's proto output is now sorted by attribute name. by John Cater · 4 years, 7 months ago
  33. 0a1f0f5 bazel skyframe: rename ASTFileLookup -> BzlCompile by adonovan · 4 years, 7 months ago
  34. 2e1480d Truncate query expression before inclusion in user messages (e.g. stderr, logs, failure details) by mschaller · 4 years, 7 months ago
  35. f1775dc Automatic code cleanup. by Googler · 4 years, 7 months ago
  36. d6ac414 Expose documented function return values in stardoc by Samuel Giddins · 4 years, 7 months ago
  37. 2b21225 Use a unique temp directory for each async clean to avoid potential conflicts. by janakr · 4 years, 7 months ago
  38. 55850d2 Automatic code cleanup. by Googler · 4 years, 7 months ago
  39. f1c0697 Declare `RuntimeException` as the return type to make it easier for callers to throw unconditionally. by jhorvitz · 4 years, 7 months ago
  40. 9e78146 Include "resources" in dependency attributes for java_* by Googler · 4 years, 7 months ago
  41. f259b8a Implement local_java_repository for local version of Java by Ivo List · 4 years, 7 months ago
  42. 35b3780 Upgrade protobuf to 3.13.0, part 1/3 by Yannic Bonenberger · 4 years, 9 months ago
  43. ac95b62 Migrate from deprecated `com.google.common.base.Charsets` to `java.nio.charset.StandardCharsets`. by Googler · 4 years, 7 months ago
  44. 8f0a282 Build the the desugared library as class files using L8 by sgjesse · 4 years, 7 months ago
  45. dd9ca23 starlark: eliminate potential deadlock in CallUtils by adonovan · 4 years, 7 months ago
  46. e3c8eb4 Update documentation for --[no]analyze flag. by janakr · 4 years, 7 months ago
  47. 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
  48. 83e75c1 Recover from `MissingNestedSetException` using action rewinding. by jhorvitz · 4 years, 7 months ago
  49. ac24e15 Make `NestedSet#isReady` more robust by returning false for cancellations and failed futures. by jhorvitz · 4 years, 7 months ago
  50. c1da7aa starlark: remove "new" annotation processor by adonovan · 4 years, 7 months ago
  51. 0fb23ae Improve error messages from WorkerSpawnRunner. by steinman · 4 years, 7 months ago
  52. 4a5911d Add error message to FailAction's FailureDetails. by Googler · 4 years, 7 months ago
  53. 38755cc starlark: allow start=None in str methods by adonovan · 4 years, 7 months ago
  54. 400ff54 bazel: use precise type for kwargs dict by adonovan · 4 years, 7 months ago
  55. 4d05b7c Don't crash on an unsupported command with project file support. by janakr · 4 years, 7 months ago
  56. 1624a28 Test both MissingNestedSetException and a RuntimeException. by jhorvitz · 4 years, 7 months ago
  57. 7bb0f39 Remove some TODOs now that bug is understood by shreyax · 4 years, 7 months ago
  58. 4976d35 Add the Xcode requirements checks to the new dynamic scheduler. by jmmv · 4 years, 7 months ago
  59. 84834db Make DummyExecutor's clock a ManualClock, not a real BlazeClock. by janakr · 4 years, 7 months ago
  60. 3687084 Fix test_interrupt_streamed_output_* flakiness. by jmmv · 4 years, 7 months ago
  61. 7e6553a Propagate `MissingNestedSetException` from `toListInterruptibly`. by jhorvitz · 4 years, 7 months ago
  62. 2744aad Add d8 desugar of library libs support. by Googler · 4 years, 7 months ago
  63. 0371936 Fix using Virtual File System for Git by Kseniia Vasilchuk · 4 years, 7 months ago
  64. 514328a Fix shared/external blocks in query's regex and external deps docs, with a little bit of cleanup. by jingwen · 4 years, 7 months ago
  65. 8732c82 Add description about installation support from Bazel team or community members on the installation page. by Jin · 4 years, 7 months ago
  66. b9525bb Add private headers to direct sources by waltl · 4 years, 7 months ago
  67. 6e4e86c bazel syntax: delete it by adonovan · 4 years, 7 months ago
  68. 421cf15 Optimize handling of long lines when using `--test_output=streamed`. by ajurkowski · 4 years, 7 months ago
  69. 7b97f79 Update doc to indicate "exec" is also valid. by yileiyang · 4 years, 7 months ago
  70. d21d6a4 starlark: roll-up integrate changes from lib/syntax by adonovan · 4 years, 7 months ago
  71. 7d99400 Create a checked exception for the case when a `NestedSet` is unexpectedly missing from storage. by jhorvitz · 4 years, 7 months ago
  72. 23487e8 Minor typo in output_directories.md by yoav-steinberg · 4 years, 7 months ago
  73. 450c7ad bazel: rename imports of lib.syntax to java.starlark.net by adonovan · 4 years, 7 months ago
  74. a4edc5f bazel docgen: also search net/starlark/java for classes by adonovan · 4 years, 7 months ago
  75. d4b5078 Improve error messages for incorrectly formated JSON work responses. by steinman · 4 years, 7 months ago
  76. 851a2c7 bazel packages: simplify WorkspaceFactory.execute by adonovan · 4 years, 7 months ago
  77. 60fe417 Remove `@VisibleForTesting` from `SkyframeExecutor#DEFAULT_THREAD_COUNT`. by jhorvitz · 4 years, 7 months ago
  78. c30159e Automated rollback of commit 48934833fd61f2226a12458b8854631fa8154948. by arostovtsev · 4 years, 7 months ago
  79. 3bcf23c Collect and relay detailed failures in TargetEdgeErrorObservers by mschaller · 4 years, 7 months ago
  80. aa42a99 bazel syntax: avoid allocation in str.{starts,ends}with by adonovan · 4 years, 7 months ago
  81. d6b7886 Automated rollback of commit 6186ee21b349a987da212986c3681574f21168e0. by larsrc · 4 years, 7 months ago
  82. 690d579 Add coverage stubs back by Keith Smiley · 4 years, 7 months ago
  83. 39512a4 Fall back to building without remote if remote server is inaccessible before build. by Chi Wang · 4 years, 7 months ago
  84. 2c768ef Propagate --experimental_starlark_cc_import to the CppConfiguration by Andrzej Guszak · 4 years, 7 months ago
  85. d4d13c5 Patch com.android.tools_sdk-common_25.0.0 jars for compatibility with modern Guava by Alexandre Rostovtsev · 4 years, 9 months ago
  86. ae230d2 Update Guava to 29.0 by Alexandre Rostovtsev · 4 years, 9 months ago
  87. 2e8d89a android_sh_test now fails to build with a clear error if there is no Android SDK by John Cater · 4 years, 7 months ago
  88. b9bb102 Fix incorrect rule class digest when creating rules through macros. by ajurkowski · 4 years, 7 months ago
  89. 23b0b8a android_test also needs the legacy behavior in RuleContext.getPrerequisites. by jcater · 4 years, 7 months ago
  90. b7590a0 Add an explicit error when trying to expand a Fileset outside of inputs list in by ajurkowski · 4 years, 7 months ago
  91. 12b06b2 Support constraint_value directly in select() by Greg Estren · 4 years, 7 months ago
  92. f5c9e77 Add rudimentary test for QueryCommand invalid syntax codepath by michajlo · 4 years, 7 months ago
  93. 3abdb97 Fix help text for --jobs option to show the accepted values correctly. by steinman · 4 years, 7 months ago
  94. f8b51ff Remove dead objc setup code by Keith Smiley · 4 years, 7 months ago
  95. 6186ee2 Add a build variable for -install_name / -soname. by Googler · 4 years, 7 months ago
  96. b3ac8f6 Patch upb to fix build error with gcc 10 by Yun Peng · 4 years, 7 months ago
  97. 83034fa bazel syntax: memoize StarlarkSemantics.hashCode by adonovan · 4 years, 7 months ago
  98. 95704d1 Audit all production calls of Path#getDigest and either replace them with DigestUtils#getDigestWithManualFallback or document why Path#getFastDigest is not useful to them. by janakr · 4 years, 7 months ago
  99. 4893483 Make it possible to add extra command line options to JavaProtoAspect. by Googler · 4 years, 7 months ago
  100. 4e11dc1 Stop using reflection to create GrpcServerImpl by michajlo · 4 years, 7 months ago