1. 1137221 CI config for Bazel: Remove existing directory before creating one by pcloudy · 5 years ago
  2. d899a03 Windows: Use test binary in runfiles tree when it's enabled by pcloudy · 5 years ago
  3. a31966f Reduce exception wrapping for cleaner stack traces by Ulf Adams · 5 years ago
  4. da370c1 Fixed typo 'distir' => 'distdir' by Leo · 5 years ago
  5. de68084 Guard WalkableGraph#getDirectDeps debugging call: in a no-keep-going build, the nodes won't be in the graph /sadface. Thus the debugging added by https://github.com/bazelbuild/bazel/commit/aa8fac57ff9e3b505671b9a41a2b8ee1c7fd786b was pretty useless. Still hope it will trigger in a keep-going build. by janakr · 5 years ago
  6. e24714d Move commands resources to commands library by michajlo · 5 years ago
  7. 77f4fc7 Move OutputFilterTest#testStatusCmdPrinted to a shell test by michajlo · 5 years ago
  8. e4b85e2 Add debugging for crash. by janakr · 5 years ago
  9. 034220a bazel syntax: add FileOptions by adonovan · 5 years ago
  10. d5012a7 Use a set to reduce python_path_entries length by Mike Fourie · 5 years ago
  11. 1419977 Provide error details if capabilities call fails by Ulf Adams · 5 years ago
  12. 39e91a3 Fix signal handling in test-setup.sh to properly forward signals to the child process, without relying on a bash bug not present in all environments. by Googler · 5 years ago
  13. b096ed5 Remove logic in the python_version select() that reads deprecated flag by brandjon · 5 years ago
  14. 84a3728 Deprecate blaze_query.Rule.is_skylark. by nharmata · 5 years ago
  15. 1dbf854 Add the (no-op) 'exec_groups' attribute to the rule() function. by juliexxia · 5 years ago
  16. f237219 Turn deprecated --force_python into a no-op by brandjon · 5 years ago
  17. 0a60a1b Delete the flag --incompatible_no_output_attr_default. by Googler · 5 years ago
  18. d0ad67e Rm unused Mockito in CcToolchainProviderHelperTest. by leba · 5 years ago
  19. 033d5be Flag to disable AggregatingMiddleman in rules. by leba · 5 years ago
  20. 2dbe65d Ninja implementation refactor: remove usage of the word "usual" by Jingwen Chen · 5 years ago
  21. 19532fb Fix broken formatting in http repository rules documentation page. by jingwen · 5 years ago
  22. 4188ef7 Automated rollback of commit 18bd1056b00e1fd58638d4db81e02cfb7df8ce69. by Googler · 5 years ago
  23. 003a9b5 Narrow vfs/util's runtime deps by michajlo · 5 years ago
  24. 6607766 Delete the flag incompatible_bzl_disallow_load_after_statement by laurentlb · 5 years ago
  25. 0e91493 bazel packages: restore negation operator carelessly removed by commit ebb86fcdc202c440a362a54f6b0de8a049dfa84b by adonovan · 5 years ago
  26. cc22385 When initializing AbruptExitException from DetailedExitCode, use its message too. by Googler · 5 years ago
  27. 5fa0b35 Rename Foo.FooCode enums to Foo.Code. by Googler · 5 years ago
  28. f543dac Update internal documentation on host and target platform defaults. by jcater · 5 years ago
  29. ab6a8fb Improve memory footprint of CcToolchainVariables. Specifically use a single map by djasper · 5 years ago
  30. 21577f2 remote: support inlining of stdout/stderr in repository_rule by Jakob Buchgraber · 5 years ago
  31. da75645 Slightly improve debugging message when artifact's generating action value does not contain metadata for it: show the key of the value. Also clean up some dead code after https://github.com/bazelbuild/bazel/commit/c35878a258d3c8a5305389aadd17ac0049defa15: the "data"-specific checks are no longer relevant, since there's a unified codepath for artifact metadata. by janakr · 5 years ago
  32. 812cc59 In SequencedSkyframeExecutorTest#testThreeSharedActionsRacing, make sure action C has started before interrupting the main thread. by janakr · 5 years ago
  33. f917865 Fix expected error strings by michajlo · 5 years ago
  34. 39c00d2 Validate build artifacts that originated remotely and can't be accessed locally, unless otherwise specified by the OutputService. by steinman · 5 years ago
  35. ebb86fc bazel packages: record Starlark stack in RuleClass at creation by adonovan · 5 years ago
  36. 2feb36f Add takeScreenshot() to the stable version of ConsumerWrapper.java by Googler · 5 years ago
  37. 07fb6a5 bazel syntax: improve error message by adonovan · 5 years ago
  38. 8083e32 Break TestConstants' dependency on Package FactoryBuilderForTesting by michajlo · 5 years ago
  39. 241d8c0 Add BUILD files for test/.../build/lib{buildeventstream,skylark/...,util/...,windows/..., and others} by kkress · 5 years ago
  40. 165cf5d Document the difference between Spawn#getExecutionInfo and Spawn#getCombinedExecProperties by juliexxia · 5 years ago
  41. c52a511 Use full file path in error string. by Googler · 5 years ago
  42. 8db961d Blaze never passes a value to nullary flag --shutdown_on_low_sys_mem. by adgar · 5 years ago
  43. 54c9f1e Use DetailedExitCode in AbruptExitException by mschaller · 5 years ago
  44. e91e181 Restore system exit calls for ResourceProcessorBusyBox by Jingwen Chen · 5 years ago
  45. a6de382 Fix offset types in ParallelFileProcessing by Jingwen Chen · 5 years ago
  46. 547d802 Delete unused method by michajlo · 5 years ago
  47. a989aaf Make GenQueryConfiguration public for internal use. by janakr · 5 years ago
  48. 6f58a2b Refactor BlazeOptionHandler to pull out some functionality into dedicated classes. by Googler · 5 years ago
  49. 716625c Add BUILD files to each of the test/.../build/lib/rules packages. by kkress · 5 years ago
  50. 6a3405b Remove outdated test references to --experimental_disable_go by gregce · 5 years ago
  51. e59fe6c Abstract out build file creation in XcodeConfigTest by steinman · 5 years ago
  52. 8fd4fe8 Delay creation of params files until we know where the writable execroot is. by jmmv · 5 years ago
  53. 4e5b5b0 Turn SandboxHelpers into a stateful class. by jmmv · 5 years ago
  54. 91837dd Automatic code cleanup. by Googler · 5 years ago
  55. a0d130a Create symlinks using deps_mapping instead of input swapping by cparsons · 5 years ago
  56. eb7a85d Enable --experimental_aspect_output_propagation by default by cparsons · 5 years ago
  57. 649ac7b Remove null as an encoding of BUILD_FAILURE (exit code 1) by mschaller · 5 years ago
  58. 457f546 Native patch: handling file permission properly by Yun Peng · 5 years ago
  59. 7715352 Merge ByteBufferFragment and ByteFragmentAtOffset and call it FileFragment. by lberki · 5 years ago
  60. c4502cf Move the test code for the syntax package out of lib/BUILD and give its sub-dirs by kkress · 5 years ago
  61. e94ffc0 Generate a sitemap for docs.bazel.build by Jingwen Chen · 5 years ago
  62. 553a0e4 bazel: add --max_computation_steps flag by adonovan · 5 years ago
  63. ea0f062 Emit an event containing Xcode config info. by steinman · 5 years ago
  64. eb97f86 Have PackageFactory#afterDoneLoadingPackage call PackageValidator.validate before it calls Package.Builder.Helper#onLoadingComplete. by nharmata · 5 years ago
  65. 1932d0f Make NestedSet#toListWithTimeout public. by Googler · 5 years ago
  66. c5344cb Reorganize the Bazel testutils for lib/analysis/util, lib/buildtool/util and by kkress · 5 years ago
  67. 18bd105 Allows using split_attr on Starlark split transitions. by Googler · 5 years ago
  68. d1192d7 Issue SpawnExecutedEvent in WorkerSpawnRunner by Googler · 5 years ago
  69. d094e94 Update testing.md by Vertexwahn · 5 years ago
  70. 3403be0 Delete profiler code by michajlo · 5 years ago
  71. e284625 Treat timeouts expanding NestedSet as lost inputs. by Googler · 5 years ago
  72. 171790a Added `resource_configuration_filters` and `densities` attributes to android_local_test so we can test with pseudo locales. by Googler · 5 years ago
  73. 066ef07 Add simpler Starlark interface for creating strict_deps by waltl · 5 years ago
  74. bc1d6b9 Remove truth8 deps by John Cater · 5 years ago
  75. 3d2d8b6 Disable special "null" value handling for multiple options default value. by Googler · 5 years ago
  76. 5ccae29 Restore even more public content of the bzl style guide by laurentlb · 5 years ago
  77. 7cc2afc blaze config: include "fragment -> [fragment options] map". by gregce · 5 years ago
  78. 6abdd16 Upgrade Flogger to newly released 0.5 by Janak Ramakrishnan · 5 years ago
  79. 291da07 Restore the public content of the bzl style guide by laurentlb · 5 years ago
  80. 5a3f01d Rename declared include directories to loose hdrs directories. by lberki · 5 years ago
  81. be4b2dc Bazel client: Refactor startup options parsing to gracefully handle user errors, rather than crash. by nharmata · 5 years ago
  82. 400dbc4 Roll forward of https://github.com/bazelbuild/bazel/commit/78fdb7d62d by gregce · 5 years ago
  83. c0b02b0 Log RunResponse.failure_detail in the client if any; relay them from spawn failures by mschaller · 5 years ago
  84. f93c72c Root: Rather than use @AutoCodec, use a handwritten ObjectCodec that allows us to optimize for the common case of a very popular Root. by nharmata · 5 years ago
  85. d56f7b1 Limit the number of threads used to parallel parse and merge lcov files by Googler · 5 years ago
  86. 4c36d9e Create a NestedSet method isReady to determine whether the NestedSet requires blocking. by Googler · 5 years ago
  87. 7008bfe Expose `CcCompilationContext` `direct_headers` and `direct_textual_headers` to Starlark. by allevato · 5 years ago
  88. bdd2c79 remote/repo: don't accept non-zero action result by Jakob Buchgraber · 5 years ago
  89. 9763d74 Update Bazel's copy of truth to 1.0.1. by John Cater · 5 years ago
  90. be67de0 Fix calls to Truth's isStrictlyOrdered and containsAllIn methods. by John Cater · 5 years ago
  91. d472bcf Move NestedSet expansion logic. by Googler · 5 years ago
  92. b351bec make 'bazel canonicalize-flags' work with starlark options by juliexxia · 5 years ago
  93. d711645 Desugar: Extract common help methods to DesugarTestHelpers by Googler · 5 years ago
  94. fe552d5 Create a NestedSet method toListWithTimeout. by Googler · 5 years ago
  95. 7475b77 Lift max attributes per rule-class to 200 by michajlo · 5 years ago
  96. 5465d15 Remove unneeded @SuppressWarnings. by jcater · 5 years ago
  97. e9ebaf5 Fix call to assert_().fail(String). by John Cater · 5 years ago
  98. ba2ccb1 Partially fix MacOS llvm coverage collection by plf · 5 years ago
  99. 0367152 Remove SandboxHelpers.processInputFiles override. by jmmv · 5 years ago
  100. 20971eb Remove internal link by michajlo · 5 years ago