1. 5400753 Windows: Fix deleting directory in JNI code by Yun Peng · 5 years ago
  2. 714e3f2 Stop embedding the java tools into the bazel binary. by iirina · 5 years ago
  3. 15602ee Remove experimental warning in aquery documentation and command. by leba · 5 years ago
  4. 27ff758 Update JacocoCoverageRunner and add bazel_coverage_experimental_java_test. by elenairina · 5 years ago
  5. bdaba5a Automated rollback of commit 4eea5c62a566d21832c93e4c18ec559e75d5c1ce. by cushon · 5 years ago
  6. a57c879 Implement asynchronous glob prefetching to specifically prefetch the globs() of by djasper · 5 years ago
  7. 3b6e35e Automatic code cleanup. by hlopko · 5 years ago
  8. d3d9063 always overwrite README.md by Lukacs T. Berki · 5 years ago
  9. d8dde88 Implement the rdeps predicate directly for RBuildFilesVisitor. by shreyax · 5 years ago
  10. a72e3139 Fix a minor bug where RRBuildFilesVisitor wasn't using an by nharmata · 5 years ago
  11. 5835cf2 Remove unused bitcode flags by Keith Smiley · 5 years ago
  12. 1d72c69 zsh completion: Support BUILD.bazel files by Clint Harrison · 5 years ago
  13. 110cba0 Improve assertion failure message by cushon · 5 years ago
  14. 0e0f4a3 Expand cc toolchain config documentation by rosica · 5 years ago
  15. de7c5f6 DexArchiveAspect find the R.jar produced by the Starlark android_library rule. by Googler · 5 years ago
  16. de6e9a8 Fix bad indentations. by shreyax · 5 years ago
  17. b07cd06 Logical rollforward of https://github.com/bazelbuild/bazel/commit/e2e235359ccdc4b6a122586b9d7c99abbddd65f5. That commit was reverted because it tickled an unrelated bug accidentally exercised by a Google-internal test. by nharmata · 5 years ago
  18. 68c7e5a Enable coverage for executing a java binary with --experimental_java_coverage. by elenairina · 5 years ago
  19. 85c77fe Consolidate Java runtime lookup by cushon · 5 years ago
  20. ca1cb06 Update CROSSTOOL tutorial by rosica · 5 years ago
  21. 6a36ffd Propagate --experimental_use_toolchain_resolution_for_java_rules to the host config by cushon · 5 years ago
  22. 5e56770 Update integration tests to pass providers instead of configured targets by cushon · 5 years ago
  23. 4ec695c Fix long-standing corner case with infinite symlink expansion detection. See the added unit tests for more details. by nharmata · 5 years ago
  24. ff93b19 De-experimentalize starlark defined *rule class transitions* that *only read native options* and *don't have access to attributes that use select()*. by juliexxia · 5 years ago
  25. fc996af install-compile-source.md: hint at SOURCE_DATE_EPOCH by Klaus Aehlig · 5 years ago
  26. b1dabcf RepositoryResolvedEvent: represent modifications as named arguments by Klaus Aehlig · 5 years ago
  27. 4d51c40 HttpDownloader: remove dead code by Klaus Aehlig · 5 years ago
  28. 18aeea6 Fix a comment that I missed in code review by ulfjack · 5 years ago
  29. 3fb59b4 Windows: add --incompatible_windows_style_arg_escaping by laszlocsomor · 5 years ago
  30. b8468a6 Add #toString to DepFingerprintList. by janakr · 5 years ago
  31. 1b4c37c Always set --no-canonical-prefixes if we can by Andrew Suffield · 5 years ago
  32. 1de1e64 Experimental: spawn actions can execute asynchronously by ulfjack · 5 years ago
  33. 2d1186b Add instrumentation for genquery. by twerth · 5 years ago
  34. 2310b1c Ignore SIGCHLD in test setup script by Keith Moyer · 5 years ago
  35. b73de17 Fix broken link to C++ toolchain configuration reference doc by rosica · 5 years ago
  36. ad50384 Run buildifier --lint=fix by Laurent Le Brun · 5 years ago
  37. 04ad002 Reformat protobuf.bzl by Laurent Le Brun · 5 years ago
  38. 8c02aff Rename SKYLARK_SEMANTICS to STARLARK_SEMANTICS by laurentlb · 5 years ago
  39. 535f58d Rename Skylark to Starlark by laurentlb · 5 years ago
  40. 16b2f87 Unify the options initialization and error handling in BuildEventServiceModule. by lpino · 5 years ago
  41. 92c43cd Rename SkylarkSemanticsOptions to StarlarkSemanticsOptions by laurentlb · 5 years ago
  42. e4b7a31 SkylarkRepositoryContext: show rule location in case of wrong checksum by Klaus Aehlig · 5 years ago
  43. 764679f Automated rollback of commit 30c40fbf0fb97efb5deb9fa291e095bba921fe5e. by fwe · 5 years ago
  44. ad09da4 Automated rollback of commit 64a966dd8cd5dc564d179d2fe9ecb1c3c7b56b14. by fwe · 5 years ago
  45. 6659b4c Rename SkylarkSemantics to StarlarkSemantics by laurentlb · 5 years ago
  46. aca1e87 Extend error message when calling bazel outside a workspace by Klaus Aehlig · 5 years ago
  47. 4a2f838 Inline the size() function. by laurentlb · 5 years ago
  48. f227730 Refactor SkyframeActionExecutor by ulfjack · 5 years ago
  49. 4d935d5 Java tools: flip incompatible flags for using remote java tools. by iirina · 5 years ago
  50. 4eea5c6 Flip --incompatible_disable_expand_if_all_available_in_flag_set by hlopko · 5 years ago
  51. 1161e73 Remove special handling of visibility dependencies in DependencyResolver. by lberki · 5 years ago
  52. 38da4ab Update java_tools to 0.4 and a new BUILD file. by iirina · 5 years ago
  53. 7f70ad9 Add the new BUILD file to the embeded sources. by iirina · 5 years ago
  54. f5c592f Add a new BUILD file for java_tools_pkg-0.4.tar.gz. by iirina · 5 years ago
  55. 6beedaa Generate the content of the java_tools archive under a top level java_tools/ directory. by iirina · 5 years ago
  56. 20eeaad Add Skyframe support for external computations by ulfjack · 5 years ago
  57. 45e68f2 pkg_tar: Create tar files with non-zero mtime by Ryan Beasley · 5 years ago
  58. 29e91ca Update CROSSTOOL documentation by rosica · 5 years ago
  59. 5a43041 Remove legacy configured target handling in Java toolchain alias rules by cushon · 5 years ago
  60. 5fad901 Automatic code cleanup. by Googler · 5 years ago
  61. 8d6ad22 Replace MemoizingEvaluator#getGraphMap with #getGraphEntries to accommodate implementations that may not have access to a map. by janakr · 5 years ago
  62. c84be50 Register all toolchains in the tools/jdk package by cushon · 5 years ago
  63. 4f00eac Deflake test by enforcing deterministic order of returned reverse deps when marking clean. by janakr · 5 years ago
  64. ae1e2be Properly throw exceptions in ResourceProcessorBusyBox, and log exceptions in CompileLibraryResourcesAction. by jingwen · 5 years ago
  65. f7c9d29 Fix lack of error reporting in SkyframeAwareAction#establishSkyframeDependencies. by nharmata · 5 years ago
  66. c2c998a Add missing word in javadoc. by nharmata · 5 years ago
  67. 90e79b6 Make sure the path to the server log is absolute. by jmmv · 5 years ago
  68. 6f887cd Remove stale comment. Glob prefetching doesn't exist anymore. by nharmata · 5 years ago
  69. bd5a04e Remove useless inclusion of Boolean.TRUE in the computation of SymlinkFileValue#hashCode. by nharmata · 5 years ago
  70. 267675f Refactor some py_runtime code by brandjon · 5 years ago
  71. 053508f Improve docgen validation. by cparsons · 5 years ago
  72. 24ed5b0 Release reference to the delegate supplier in InterruptibleSupplier.Memoize. by Googler · 5 years ago
  73. d17271f Roll-forward https://github.com/bazelbuild/bazel/commit/1f240fc2978eba6c43388e5cd6567835fb7ed050 with fix: by felly · 5 years ago
  74. 1a56824 Stop supporting old API for starlark defined transition impl function. Impl functions now must always take two params, canonically `settings` and `attr`. by juliexxia · 5 years ago
  75. e48078a Disable deadlocking test by ulfjack · 5 years ago
  76. 1d205e1 Remove unnecessary BuildEventLogger abstraction. by lpino · 5 years ago
  77. 2ef940f Update the remote java tools archive to include the right permissions. by iirina · 5 years ago
  78. 75df1bc Automatic code cleanup. by Googler · 5 years ago
  79. 30c40fb Remove getQuoteIncludes hook from CppSemantics by hlopko · 5 years ago
  80. 4af716e Add a test for prefix suggestions by Klaus Aehlig · 5 years ago
  81. ae744f3 Update the remote java tools archive to include the right permissions. by iirina · 5 years ago
  82. 1da4861 subprocesses: customizable SubprocessFactory by laszlocsomor · 5 years ago
  83. fb016b6 download_and_extract: Show valid prefix suggestions in case of an invalid prefix. by Shmuel H · 5 years ago
  84. d5af612 gcc coverage: remove -b from gcov invocation by iirina · 5 years ago
  85. b02b6d0 C++: Simplify code that used old LibraryToLink by plf · 5 years ago
  86. ea0321e Use toolchain resolution in find_java_toolchain if --experimental_use_toolchain_resolution_for_java_rules is set by cushon · 5 years ago
  87. 83a1bfd Split up BuildEventServiceTransport into smaller classes. by lpino · 5 years ago
  88. ca39052 Move the logic to find the server log to the BlazeRuntime. by jmmv · 5 years ago
  89. ac58ca8 Track the time spent in source and output-tree diff checking. by janakr · 5 years ago
  90. 62c7aa4 Replace the native Java host runtime alias rule with a starlark implementation by cushon · 5 years ago
  91. a5819a1 Fix GoCompilationHelper to detect EXEC_ORIGIN when legacy crosstool fields are removed by hlopko · 5 years ago
  92. c3fcfa0 Add documentation for aquery_differ tool. by leba · 5 years ago
  93. f564b69 SkylarkRepositoryContext: change handling of invalid checksums by Googler · 5 years ago
  94. 4f65c06 Remove LcovMerger from tools/test:embedded_tools. by iirina · 5 years ago
  95. a117ddf Improve reporting of return vales from repository rules by Klaus Aehlig · 5 years ago
  96. 6aab271 Update Java tools by Lukacs T. Berki · 5 years ago
  97. b109a5f Let DirectoryListingStateFunction re-use the PerBuildSyscallCache. The listing by djasper · 5 years ago
  98. 569e2cb Windows, launcher: separate jvm_flags by TAB by Laszlo Csomor · 5 years ago
  99. 8ed7196 Windows, subprocesses: correct flag escaping impl. by Laszlo Csomor · 5 years ago
  100. 9beabe0 Move signaledDeps to DirtyBuildingState by ulfjack · 5 years ago