1. 80b1871 maven_server: use client env, not server env by Laszlo Csomor · 5 years ago
  2. 0d40b7f C++: Make linking_context libraries_to_link return depset by plf · 5 years ago
  3. 88bb406 Upgrade java tools to javac10-v3.0 by iirina · 5 years ago
  4. 9019bf4 Move execute default implementation to Action by ulfjack · 5 years ago
  5. 78cf266 C++: Adds more tests for C++ Starlark API by plf · 5 years ago
  6. 130f86d Download stderr/stdout to a temporary FileOutErr by pcloudy · 5 years ago
  7. e4f3e84 Fix a crash bug in async Java compilation by ulfjack · 5 years ago
  8. 3ab4dbc Replace git_repository with http_archive for jdk langtools. by iirina · 5 years ago
  9. 8c214fd Allow modules to set the local file type for logs by ulfjack · 5 years ago
  10. eb8cfc1 Don't record the failed test log before renaming by ulfjack · 5 years ago
  11. f8d1f96 C++: Fixes API not working with aspects by plf · 5 years ago
  12. a6abef6 Remove BUILD file from _no_build_zip. by elenairina · 5 years ago
  13. f6696b8 Windows, docs: must install `patch` in MSYS2 by laszlocsomor · 5 years ago
  14. 74bf788 Windows, testing: replace sh_tests with Starlark by Laszlo Csomor · 5 years ago
  15. 9a32b86 Prevent unnecessary duplicated calls to graph.getBatch() with the same set by djasper · 5 years ago
  16. 95f01a0 Add shell test for contents of @android_tools by Jingwen Chen · 5 years ago
  17. e1aecda Add the ToolchainContext to AttributeTransitionData. by John Cater · 5 years ago
  18. 02681a4 Automatic cleanup change. by jcater · 5 years ago
  19. 15ce81d Repository: restrict to positive scaling factors by Klaus Aehlig · 5 years ago
  20. bcd02f9 Automatic code cleanup. by cpovirk · 5 years ago
  21. d0b952f Automatic code cleanup. by cpovirk · 5 years ago
  22. ede70a2 Add getExec method for JavaOptions. by jcater · 5 years ago
  23. 15fe5fa Update Maven -> Bazel migration docs to reference rules_jvm_external by jingwen · 5 years ago
  24. e481486 Extract runtime desugar lib dependencies to @android_tools by Jingwen Chen · 5 years ago
  25. 228df08 Fix crash bug when a BUILD/bzl file begins with a tab character. by nharmata · 5 years ago
  26. ee71c45 Automatic code cleanup. by cpovirk · 5 years ago
  27. b6bb08f Automatic code cleanup. by cpovirk · 5 years ago
  28. 84c872b Automatic code cleanup. by cpovirk · 5 years ago
  29. 115ff57 Thread the ToolchainContext into dependency resolution. by John Cater · 5 years ago
  30. 5586c47 Add getExec method for AppleCommandLineOptions. by jcater · 5 years ago
  31. 5f6ca2e Add getExec method for SwiftCommandLineOptions. by jcater · 5 years ago
  32. 6b3724f Convert flag --experimental_restrict_named_params to --incompatible_restrict_named_params by cparsons · 5 years ago
  33. e189354 Automatic code cleanup. by cpovirk · 5 years ago
  34. fee9aa0 Add getExec method for CppOptions. by jcater · 5 years ago
  35. 680ffda Fix javatools and enable tests in BazelCI. by John Cater · 5 years ago
  36. 87388e2 Add getExec method to FragmentOptions. by jcater · 5 years ago
  37. 6362c2d Remove third_party/checker_* from the binary. by Lukacs T. Berki · 5 years ago
  38. 4b092cd Restore atomicity of sequence number generation and addition to the event queue in the BES uploader. by lpino · 5 years ago
  39. d002e45 Link process tools with the lite proto runtime to cut their size to tenth. by lberki · 5 years ago
  40. 51e71ef Remove third_party/checker_* from the binary. by Lukacs T. Berki · 5 years ago
  41. 2cfa019 Enable --incompatible_depset_union by default in Bazel. by laurentlb · 5 years ago
  42. cbe6aed http.bzl: Use syntactically correct checksums in examples by Klaus Aehlig · 5 years ago
  43. 5688793 Add incompatible_disallow_rule_execution_platform_constraints_allowed flag. by John Cater · 5 years ago
  44. 9c87e0e Add asm jars to the jacoco zip embeded in the java_tools release. by iirina · 5 years ago
  45. 4e00199 Add jacoco to the BUILD file that will be embedded into java tools. by iirina · 5 years ago
  46. 982e0b8 HttpConnector: do not report connection timeouts as user interrupts by Klaus Aehlig · 5 years ago
  47. 341fad3 Add asm jars to the jacoco zip embeded in the java_tools release. by iirina · 5 years ago
  48. f177b0d Command Execution: distinguish aborted processes by Klaus Aehlig · 5 years ago
  49. 51a9596 Refactor include scanner API to use futures by ulfjack · 5 years ago
  50. fb04c5b Refactor test action preparation by ulfjack · 5 years ago
  51. 48c3be8 HttpDownloader: Support scaling of timputs by Klaus Aehlig · 5 years ago
  52. 82f5090 Move BEP upload timeout management to the BES module. by lpino · 5 years ago
  53. 21401a2 Cache BuildOptions.diffForReconstruction. by Googler · 5 years ago
  54. 6bd9a7b Mark remainder of legacyNamed either "actually named" or set for migration by cparsons · 5 years ago
  55. f13f9fc Throw EvalException for misconfigured Runfiles instead of RTE by cparsons · 5 years ago
  56. c32e4b2 Clarify why `cfg` is mandatory for `executable=True` attributes. by Greg Estren · 5 years ago
  57. 00a2c9e Automated rollback of commit 19de063f1a4074d26d9bdac2ab709fb2f780b29a. by cushon · 5 years ago
  58. 568048b Update Truth to 0.44. by Chris Povirk · 5 years ago
  59. 68a2744 Add GET_BATCH as a listenable event for NotifyingHelper. by shreyax · 5 years ago
  60. 1efdaf6 Automatic code cleanup. by cpovirk · 5 years ago
  61. e270964 Create a real ToolchainContext for PostConfiguredTargetFunction. by John Cater · 5 years ago
  62. ceb00b7 De-flake //src/test/java/com/google/devtools/build/lib/buildeventstream/transports:BuildEventTransportTest by lpino · 5 years ago
  63. 5ef93ef Allow value of RetainedHeapLimiter's threshold to change on each invocation. by janakr · 5 years ago
  64. e5d4219 Update tests and source files to avoid depset union. by laurentlb · 5 years ago
  65. 24a003b In the SingleTarget case of TargetPattern#parse, store the parsed Label. Then, use this Label during TargetPattern.SingleTarget#eval. by nharmata · 5 years ago
  66. 19de063f Re-enable tests now that b/129599328 is fixed by cushon · 5 years ago
  67. 8016b11 Fix junitrunner Also adds it to CI. by John Cater · 5 years ago
  68. 46d376d Add jacoco agent to the java tools release. by iirina · 5 years ago
  69. 63c7ea6 Update tests to avoid depset union. by laurentlb · 5 years ago
  70. 861a7e1 Add test for pywrapper script by brandjon · 5 years ago
  71. e87e229 Remove outdated trimming logic that was harming efficiency. by gregce · 5 years ago
  72. fbeb0c9 Embed the java_tools BUILD file in the java tools archive. by iirina · 5 years ago
  73. 9a849c6 Create a real ToolchainContext for TransitionsOutputFormatterCallback. by John Cater · 5 years ago
  74. a0f88c0 Allow all native rules to use "exec_compatible_with" to specify by John Cater · 5 years ago
  75. 95ef9bf Add jacoco agent to the java tools release. by iirina · 5 years ago
  76. 1151e74 Windows, JNI: use WaitableProcess in blaze_util by Laszlo Csomor · 5 years ago
  77. 7c79576 Avoid nullness in BuildEventServiceUploader#closeFuture. by lpino · 5 years ago
  78. 3226880 remote: --tls_enabled flag is deprecated, TLS usage is identified based on a URL provided by ishikhman · 5 years ago
  79. ae102fb Fix wrong name of ubuntu1804_javabase9 task. by philwo · 5 years ago
  80. 4a6354a Now that ubuntu1804 uses JDK 11, remove explicit ubuntu1804_java11 tests. by philwo · 5 years ago
  81. 6ddc622 Cache a soft reference to the reconstituted BuildOptions in OptionsDiffForReconstruction. by Googler · 5 years ago
  82. 916f703 Update ios_application links on the ios tutorial page to link to ios' documentation overview page. Once external md links aren't converted to html links, these should link directly to the https://github.com/bazelbuild/rules_apple/blob/master/doc/rules-ios.md#ios_application. by Googler · 5 years ago
  83. 1e64b7e Remove updated API by Googler · 5 years ago
  84. bfe8b52 Don't assert that exception is the same, just assert on its properties. by janakr · 5 years ago
  85. 532df8f pkg_deb: support depends_file attribute by Max Vorobev · 5 years ago
  86. d355b55 Update Javascript build instructions. by Googler · 5 years ago
  87. 617a501 remote_helpers.sh: remove unused function definition by Klaus Aehlig · 5 years ago
  88. ebad30d Don't drop middle zero components in DottedVersions parsed from strings. by allevato · 5 years ago
  89. e700887 cpp-use-cases.md: update use of http_archive by Klaus Aehlig · 5 years ago
  90. 7c649b0 Enable a few more tests on the nojava platform. by philwo · 5 years ago
  91. 3af7950 Shard //src/test/java/com/google/devtools/build/lib/rules/cpp:cpp-rules-tests by John Cater · 5 years ago
  92. 8da42b6 add .bazelrc with remote config by Jakob Buchgraber · 5 years ago
  93. d7de46b Automatic code cleanup. by Googler · 5 years ago
  94. 1ad91a1 Automatic code cleanup. by cpovirk · 5 years ago
  95. 5be7342 Small improvements to Java container handling as these have turned up in a by djasper · 5 years ago
  96. caaef43 Reenable test after java.desktop removal. by twerth · 5 years ago
  97. 75a3a53 Add http_archive entries for testing with various JDK versions. by philwo · 5 years ago
  98. ff9db23 C++: Changes internal C++ link() API to match Bazel by plf · 5 years ago
  99. 21941fe Support build bazel on s390x platform by clyang82 · 5 years ago
  100. f54de41 Fix flakiness of ByteStreamUploaderTest#failedUploadsShouldNotDeduplicate by buchgr · 5 years ago