1. 4261b2a Inclusive naming fixit by aiuto · 3 years, 10 months ago
  2. c0f0f8d Run Buildifier on almost everything by ruperts · 3 years, 11 months ago
  3. 7a080c7 Allow j2objc to access javac internals by cushon · 3 years, 11 months ago
  4. b9fc66d Define version-specific shebangs for the default python runtimes by Rohan Joyce · 3 years, 11 months ago
  5. 0954af6 Remove more unneeded features from @bazel_tools/build_defs/pkg/pkg.bzl by aiuto · 3 years, 11 months ago
  6. de1e8c2 Remove unneeded features from @tools/build_defs/pkg:pkg_tar. by Tony Aiuto · 3 years, 11 months ago
  7. 541cb3b Move cc_helper.bzl to third_party by plf · 3 years, 11 months ago
  8. 52b517f third_party: replace "reactive_streams" and "rxjava3" in Debian build by Jesse Chan · 3 years, 11 months ago
  9. 37bf4d2 Expose --plugins flag using a new alias rule. by ilist · 3 years, 11 months ago
  10. 6a36bb1 Remove some stubs no longer needed. by thomasvl · 4 years ago
  11. b4b0c32 Fix unix toolchain for macos arm64 platform by Yun Peng · 4 years ago
  12. 2f0927a Fix symlink creation on older Windows versions by Kevin Hogeland · 4 years ago
  13. a7e0e29 Remove armeabi-v7a from Apple crosstool by Keith Smiley · 4 years ago
  14. 0d7d969 Remove unnecessary macOS crosstool configuration by Keith Smiley · 4 years ago
  15. 80c2da2 Simplify macOS toolchain setup by Keith Smiley · 4 years ago
  16. 6dc941e Remove restriction on generate_pdb_file to be only used in dbg and fastbuild mode by pcloudy · 4 years ago
  17. 19a4e6c Remove xz compression from Bazel's build in pkg_tar. by aiuto · 4 years ago
  18. 736b271 Delete unused test cases from @tools/build_defs/pkg by aiuto · 4 years ago
  19. 064c731 Delete obsolete features (use_objc_modules, no_enable_modules) by waltl · 4 years ago
  20. 2a3e194 Handle java versions with a single component by Keith Smiley · 4 years ago
  21. 77b3f54 Remove obsolete scripts. by ahumesky · 4 years ago
  22. 4f2e760 Replace archive_path with output_execpath in Apple crosstool by waltl · 4 years ago
  23. 48eee8b [Bazel] Fix mobile-install for python2 by ThomasCJY · 4 years ago
  24. 8ba48ad Java coverage: fix handling of external files by Ulf Adams · 4 years ago
  25. dc51322 Automatic code cleanup. by Googler · 4 years ago
  26. 615e1b1 Change `set -x` in coverage to be set by var by Keith Smiley · 4 years ago
  27. 8ace6db Expose java stub template through @bazel_tools by Daniel Wagner-Hall · 4 years ago
  28. 04632e5 Embed version information into android_tools.tar.gz by ahumesky · 4 years ago
  29. e2ed2fd Java 16 toolchain by David Ostrovsky · 4 years ago
  30. edb8230 Delete more redundant/unused objc features by waltl · 4 years ago
  31. cb7c1a2 Update Jacoco version to 0.8.6. by Ivo List · 4 years ago
  32. 91483e8 Remove default javacopts for `BanSerializableRead` by cushon · 4 years, 1 month ago
  33. d3da9aa Clean up Java providers after ToolchainInfo changes. by jcater · 4 years, 1 month ago
  34. 36116ce Generate code that is buildifier compliant by Xavier Bonaventura · 4 years, 1 month ago
  35. 2793e5a Create blank coverage reports before running tests by Garrett Holmstrom · 4 years, 1 month ago
  36. 74f35d4 Pass more `--add-exports=` flags by cushon · 4 years, 1 month ago
  37. 08936ae Add external_include_paths C++ feature by Benedek Thaler · 4 years, 1 month ago
  38. 47edc57 Silence swiftmodule timestamp warnings by Keith Smiley · 4 years, 1 month ago
  39. 0299cd7 Remove wrapped_clang params files after use by Keith Smiley · 4 years, 1 month ago
  40. e6f1066 Fix test name of test[suit|case] in the generated test.xml. by chiwang · 4 years, 1 month ago
  41. da3ddce Set `-Xep:BanSerializableRead:OFF` in `default_java_toolchain` by cushon · 4 years, 1 month ago
  42. 30041cc JavaRuntimeInfo no longer extends ToolchainInfo. by jcater · 4 years, 1 month ago
  43. ac7fc7c Automatic code cleanup. by Googler · 4 years, 1 month ago
  44. 87ead25 Rules that depend on current_java_toolchain need JavaToolchainInfo. by jcater · 4 years, 1 month ago
  45. 1aecec8 JavaToolchainProvider no longer extends ToolchainInfo. by jcater · 4 years, 1 month ago
  46. 586de95 Update Android remote tools to ensure Bazel uses the latest Android tooling that has been updated to support AndroidX databinding generation. by ahumesky · 4 years, 1 month ago
  47. cbd5938 Update Java-related toolchains to enable the toolchain transition. by jcater · 4 years, 1 month ago
  48. 1bf36c8 Automatic code cleanup. by jcater · 4 years, 2 months ago
  49. 26c7e10 Cleanup: Replace NULL with nullptr by Vertexwahn · 4 years, 2 months ago
  50. 762f9e2 Report progress in xcode_configure by davg · 4 years, 2 months ago
  51. 5e03a2c Test if JavaInfo identical to one returned by Java rules can be constructed. by ilist · 4 years, 2 months ago
  52. 120ea6c Adding mnenomic tags for java toolchain actions by Nick Korostelev · 4 years, 2 months ago
  53. ed9d72f Remove unnecessary rules_cc load statements in favor of builtins. by jingwen · 4 years, 2 months ago
  54. 9449aa0 Remove pkg_deb from @bazel_tools. by aiuto · 4 years, 2 months ago
  55. 1c29dff Support mips64 and riscv64 by Yun Peng · 4 years, 2 months ago
  56. 073ae81 Add ZERO_AR_DATE to apple_env by Keith Smiley · 4 years, 2 months ago
  57. c8c0d94 Export proguard specs from aar_import by bromano · 4 years, 2 months ago
  58. 2556242 CcToolchainProvider does not subclass ToolchainInfo. by jcater · 4 years, 2 months ago
  59. 2d28044 Remove unnecessary dependencies from java/cpp tools by cparsons · 4 years, 2 months ago
  60. 37ea3d5 Make MockPlatformSupport more flexible, and clean up uses of @bazel_tools//platforms in tests. by jcater · 4 years, 2 months ago
  61. 1bae172 Fix JSON output for xcode-locator by goodspark · 4 years, 2 months ago
  62. 10405d3 docs: update java.bzl best practices to rm dead URL by Daniel McCarney · 4 years, 2 months ago
  63. 5a8a924 Automated rollback of changelist 260074256. by aiuto · 4 years, 2 months ago
  64. db3757b Add Android Starlark migration tag to native call of android_sdk() in android_sdk_repository_template.bzl. by ahumesky · 4 years, 2 months ago
  65. 871bf83 Specify wrapped_clang_pp for c++ compile actions by John Laxson · 4 years, 2 months ago
  66. 0080572 Use a runfiles path when initiating tests. This makes the test setup logic compatible with the sibling repository layout. by Googler · 4 years, 2 months ago
  67. 6ec54ee Bail out quickly from _find_gold_linker_path for GCC. by Benjamin Peterson · 4 years, 3 months ago
  68. 7044529 docs: clarify that urls is order sensitive by David · 4 years, 3 months ago
  69. 00e30ca Add support for LLD in unix_cc_configure by Oleh Stolyar · 4 years, 3 months ago
  70. 58bb42a Revert "Switch to -fdebug-compilation-dir" by Keith Smiley · 4 years, 3 months ago
  71. 4fc4868 Remove support for the Java singlejar implementation. by ilist · 4 years, 3 months ago
  72. ecddf60 Avoid downloading x86_64 remote JDK on Apple Silicon by Yun Peng · 4 years, 3 months ago
  73. e96b8ca Revert default cpu value on x86 macOS to "darwin" by Yun Peng · 4 years, 3 months ago
  74. 8c7e11a Add native support for Apple Silicon by Yun Peng · 4 years, 3 months ago
  75. 667ae2a Enable header compilation in the 'vanilla' toolchain by cushon · 4 years, 3 months ago
  76. 903c272 Only download JDK repositories that are needed by Ivo List · 4 years, 3 months ago
  77. 06f7340 Remove JDK14. by Ivo List · 4 years, 3 months ago
  78. bba4b34 Update RBE configuration by Ivo List · 4 years, 3 months ago
  79. 8959dff Add sanitizer support to Apple platforms by Keith Smiley · 4 years, 3 months ago
  80. ec55533 Remove support for "nodeps" dynamic libraries on Apple platforms. by Googler · 4 years, 3 months ago
  81. 7a0dee5 Add the parse_netrc function by Mark Karpov · 4 years, 3 months ago
  82. 47d2317 Detect ar executable on Linux. by Ethan Steinberg · 4 years, 3 months ago
  83. 769842a Handle dbg and opt modes for mingw-gcc compiler by mai93 · 4 years, 3 months ago
  84. cc139f7 Undelete toolchain_utils.bzl. by Ivo List · 4 years, 3 months ago
  85. e0f2e25 Rollforward of https://github.com/bazelbuild/bazel/commit/7e48642db90977d37531053775be5ac9083078b7: Attach local JDK to JVM8_TOOLCHAIN_CONFIGURATION. by ilist · 4 years, 3 months ago
  86. fd44d30 Automated rollback of commit 7e48642db90977d37531053775be5ac9083078b7. by ilist · 4 years, 4 months ago
  87. 7e48642 Attach local JDK to JVM8_TOOLCHAIN_CONFIGURATION. by Ivo List · 4 years, 4 months ago
  88. 1cc4d89 Add Java toolchain tests by Ivo List · 4 years, 4 months ago
  89. 0f33555 Enable junit4 use in Debian builds (main) by Olek Wojnar · 4 years, 4 months ago
  90. 007ed52 Automated rollback of commit 664116e535f8b5ec80c2a341f1905eebd1a7ddc7. by jhorvitz · 4 years, 4 months ago
  91. 664116e Internal change. by Googler · 4 years, 4 months ago
  92. 9fba7c5c Fix mixup of prebuilt and nonprebuilt toolchain. by Ivo List · 4 years, 4 months ago
  93. ba8d404 Add compile toolchains using system's JDK (but not register). by Ivo List · 4 years, 4 months ago
  94. f5b6abc Fix Java tests to use Java toolchain resolution. by Ivo List · 4 years, 4 months ago
  95. ec29e28 Set java_runtime in toolchain_hostjdk8 to current host JDK. by Ivo List · 4 years, 4 months ago
  96. 3551898 Propagate test envs to xml generation action by Yun Peng · 4 years, 4 months ago
  97. 36c5d3d Remove aquery_differ for v1. by leba · 4 years, 4 months ago
  98. bfdfa6e Update find runfiles manifest file logic by mai93 · 4 years, 4 months ago
  99. d14fcf4 Rollforward of https://github.com/bazelbuild/bazel/commit/37eb1d79ecb019220073b62321f9eb88aebaa4e4: Attach Java runtime to Java toolchains by ilist · 4 years, 4 months ago
  100. ddfc932 Automated rollback of commit 37eb1d79ecb019220073b62321f9eb88aebaa4e4. by ilist · 4 years, 5 months ago