1. 7ec62e8 Stop adding the Python six library to @external_tools by Googler · 6 months ago
  2. 3a2a59c Remove miscellaneous Android items from `@bazel_tools`. by Googler · 6 months ago
  3. ef1a21f Remove Android tools from `@bazel_tools` and various Android dependencies. by Googler · 6 months ago
  4. 9c452c6 Remove dependency on rules_proto by Googler · 6 months ago
  5. 166eaa0 Fix embedded_tools_size_test by Googler · 6 months ago
  6. 16689a4 Make sure MODULE.tools's direct dependencies are up-to-date by Googler · 6 months ago
  7. 337f597 BEGIN_PUBLIC by Googler · 6 months ago
  8. 401ed58 Rename com_google_protobuf to protobuf by Googler · 6 months ago
  9. c46b9ce Upgrade everything! by Xdng Yng · 6 months ago
  10. 7506690 Remove rules_java_builtin in WORKSPACE prefix by Yun Peng · 6 months ago
  11. de2a103 Update python version in MODULE.bazel to match default Python version by Googler · 6 months ago
  12. 46d5502 Add a standalone disk cache garbage collection utility. by Googler · 6 months ago
  13. 417c6b8 Wire up `oneversion` tool in `java_tools` by Gowroji Sunil · 10 months ago
  14. 9af4e69 Consolidate starlark_doc_extract's libraries into a logical location by Googler · 11 months ago
  15. 18a674b Move stardoc_output_proto and friends to Bazel's src/main/protobuf by Googler · 12 months ago
  16. 707d065 Bump (tool_)java_{language,runtime}_version to 21 in .bazelrc. by Googler · 1 year, 1 month ago
  17. fb84c01 Generate a lockfile for the distribution archive on the fly by Xdng Yng · 1 year, 2 months ago
  18. b3118b2 Optimize java tools download for test_repos by Googler · 1 year, 2 months ago
  19. 239b89a Internal change. by Googler · 1 year, 3 months ago
  20. 5f79684 Add a native image of turbine to the prebuilt Java tools by Fabian Meumertzheim · 1 year, 5 months ago
  21. c1f2aff Polish Bazel external dependencies by Yun Peng · 1 year, 5 months ago
  22. f79ca02 Fix Java runtime toolchain resolution in cross-compilation scenarios by Fabian Meumertzheim · 1 year, 5 months ago
  23. 50c8375 Enable Bzlmod in Python integration tests by Yun Peng · 1 year, 6 months ago
  24. 136dae1 Enable Bzlmod for Bazel by Yun Peng · 1 year, 7 months ago
  25. b27ca73 Prepare for Bazel Bzlmod build by Yun Peng · 1 year, 7 months ago
  26. b43418d Actually use the arm64 version of embedded JDK for Windows ARM64 by Googler · 1 year, 7 months ago
  27. 30b2130 Embed rules_java in bazel by Yun Peng · 1 year, 10 months ago
  28. 3029a7d Respect rules_java as the source of truth for java toolchains (second try) by Yun Peng · 1 year, 10 months ago
  29. d51c75f Automated rollback of commit 975866a3e09212766bd353a90a8c42efe91d53ab. by Googler · 1 year, 10 months ago
  30. 975866a Respect rules_java as the source of truth for java toolchains by Yun Peng · 1 year, 10 months ago
  31. fbb5843 Add android_gmaven_r8 to bazel's WORKSPACE file so that it overrides the version of R8 that might come from android_remote_tools.WORKSPACE in a released version of bazel used to run the test (which would be potentially out of date with respect to the source code). Also merge this with android_gmaven_r8_for_testing since they would be redundant. by Googler · 1 year, 11 months ago
  32. 883b6ee Make rules_testing available for Bazel tests by Fabian Meumertzheim · 2 years ago
  33. 0e8e611 Replace JDK 19 archives with JDK 20. by Benjamin Peterson · 2 years ago
  34. b9bdcf8 Enable experimental_execution_graph_enable_edges_from_filewrite_actions by default by Googler · 2 years ago
  35. 5a4a340 Update documentation for cc_import deps attribute by Googler · 2 years ago
  36. 70c821a starlark: Reduce allocations for `find`/`indexof` without `end` by Fabian Meumertzheim · 2 years ago
  37. c024b8a Automated rollback of commit b2844771164fff2ad6cb2c265ff0da0bd0828906. by Googler · 2 years ago
  38. 99b672b Simplify cc_test rules by leveraging optional toolchains. by Googler · 2 years ago
  39. f35fde47 Update rules_java and remove references to "remote_java_tools_darwin" by hvd · 2 years ago
  40. a733c5e Delete checker framework from third party by Yun Peng · 2 years ago
  41. 3b475b3 Create separate java_tools for darwin_x86_64 and darwin_arm64 by hvd · 2 years, 1 month ago
  42. 36c167b Separate prebuilt darwin java_tools for x86_64 and arm64 by hvd · 2 years, 1 month ago
  43. 78729c0 Use real rules_python by Ivo List · 2 years, 1 month ago
  44. 66f571e Add supplemental support for JDK 11, 17 and 19 on cpu s390x by Kun-Lu · 2 years, 1 month ago
  45. 19b2e2f Add remotejdk archives for Java 19. by Benjamin Peterson · 2 years, 1 month ago
  46. aaf94c6 Create android common v30.1.3 target for Bazel. by Romain Jobredeaux · 2 years, 3 months ago
  47. 98a33ff Add a cc_binary 'launcher_maker' to create the launcher for windows binaries by Googler · 2 years, 4 months ago
  48. 66c22f4 Switch the embedded JDK to version 17. by Benjamin Peterson · 2 years, 4 months ago
  49. 881fc80 Declare that bazel is under an Apache 2.0 license by Tony Aiuto · 2 years, 10 months ago
  50. 156d9c0 Bzlmod: Built-in modules by wyv · 2 years, 11 months ago
  51. 3a0a4f3 Remove langtools jars by Liam Miller-Cushon · 3 years ago
  52. 18c17da Remove custom jdk_compiler and java_compiler jars by Liam Miller-Cushon · 3 years ago
  53. ae24714 Re-attempt to use the D8 jar from maven.google.com. Update to the latest version of D8, 3.3.28. by tedx · 3 years ago
  54. a603c23 Automated rollback of commit b93f828133e74cb3589ba7ffcfe74d2fe72430cd. by tedx · 3 years ago
  55. b93f828 Switch to using the d8 jar from maven.google.com instead of the jar from the by Googler · 3 years ago
  56. e4461d3 Refactor some JDK definitions by Liam Miller-Cushon · 3 years ago
  57. a7f1c71 Initial Java 18 toolchain support by Liam Miller-Cushon · 3 years ago
  58. b602425 [windows/arm64] Add missing JDK toolchain for java build by Niyas Sait · 3 years, 2 months ago
  59. 0ba4caa Enable native support for Windows on arm64 by Niyas Sait · 3 years, 2 months ago
  60. c81e175 Remove obsolete JDK versions by Liam Miller-Cushon · 3 years, 3 months ago
  61. 8e0ff85 Merge ActionSketch and VersionedActionSketch by Googler · 3 years, 3 months ago
  62. 14f0bd3 Automatic code cleanup. by Googler · 3 years, 5 months ago
  63. eb7bf8c Add a Java 17 toolchain by Liam Miller-Cushon · 3 years, 6 months ago
  64. 7ce19e4 Remove "windows_tests" and "all_windows_tests" targets from BUILD files by Yun Peng · 3 years, 9 months ago
  65. 81b3561 Docgen BUILD file consolidation by michajlo · 3 years, 10 months ago
  66. 67586a2 Delete unused Apple tools by Keith Smiley · 3 years, 10 months ago
  67. 6a36bb1 Remove some stubs no longer needed. by thomasvl · 3 years, 10 months ago
  68. 9e2b3ca Add missing targets for //src:install_base_key-file by pcloudy · 4 years ago
  69. e2ed2fd Java 16 toolchain by David Ostrovsky · 4 years ago
  70. 4fc4868 Remove support for the Java singlejar implementation. by ilist · 4 years, 2 months ago
  71. 8c7e11a Add native support for Apple Silicon by Yun Peng · 4 years, 2 months ago
  72. 4864850 Fixed an error that bazel binary is not executable when testing with remote execution. by Googler · 4 years, 2 months ago
  73. 06f7340 Remove JDK14. by Ivo List · 4 years, 2 months ago
  74. bba4b34 Update RBE configuration by Ivo List · 4 years, 2 months ago
  75. bbeb1da Move declaration of remote_coverage_tools to distdir_deps.bzl. by aiuto · 4 years, 3 months ago
  76. 210ae64 Support path mappings in JacocoLCOVFormatter by dorranh · 4 years, 3 months ago
  77. 708e1ce Embed builtins bzls as a Java resource by brandjon · 4 years, 4 months ago
  78. b39a51c Explicitly state that embedding macOS OpenJDK is for x86_64 by Thi Doan · 4 years, 4 months ago
  79. c0809f7 Use release_archive to create java_tools' zips. by Ivo List · 4 years, 4 months ago
  80. 6202271 Use the java_tools release split into platform independent and prebuilt part. by Ivo List · 4 years, 4 months ago
  81. d10013d Separate java_tools into platform independent and prebuilt part. by Ivo List · 4 years, 4 months ago
  82. 028e02c Remove jarjar distribution. by Ivo List · 4 years, 4 months ago
  83. de1babe Add builtins bzls to the install base by brandjon · 4 years, 4 months ago
  84. c9cdec2 Remove jarjar from java_tools. by Ivo List · 4 years, 4 months ago
  85. e68b1e3 Add predefined configurations to java_toolchain_default by Ivo List · 4 years, 5 months ago
  86. 6d637f4 Use constraints in global conditions instead of configuration flags. by Ivo List · 4 years, 5 months ago
  87. 41b4194 Delete javac-turbine by cushon · 4 years, 5 months ago
  88. 3d7c34a Automated rollback of commit f4219340688f8639c7e03b671eb4af428ba8d313. by ilist · 4 years, 5 months ago
  89. f421934 Set java_runtime on java_toolchains. by Ivo List · 4 years, 5 months ago
  90. 6e47a40 starlark/lib/json: a JSON module for Starlark by adonovan · 4 years, 5 months ago
  91. 7389a2f Quiet noise from the java tools zip genrule. by Benjamin Peterson · 4 years, 5 months ago
  92. 9450552 Add support for toolchain java 15 by Jonathan Perry · 4 years, 6 months ago
  93. be0f07e Move default_java_toolchain definitions into java_tools repository by Ivo List · 4 years, 6 months ago
  94. a2a2f9d Use Java resources to bundle the JNI library. by jmmv · 4 years, 6 months ago
  95. 389e0da Remove java_tools_javac14 (releases and dependencies) from Bazel. by Ivo List · 4 years, 6 months ago
  96. f259b8a Implement local_java_repository for local version of Java by Ivo List · 4 years, 7 months ago
  97. 450c7ad bazel: rename imports of lib.syntax to java.starlark.net by adonovan · 4 years, 7 months ago
  98. e14a6f2 Add embedded jdk support for s390x by Ruixin Bao · 4 years, 7 months ago
  99. 9ed89e5 Allow recording of Package metrics for all packages when requested. by kkress · 4 years, 8 months ago
  100. 693c88a Add unit test against released java_tools_javac14 by David Ostrovsky · 4 years, 8 months ago