1. 8df893a Replace update_java_tools.sh with several bazel targets. by iirina · 6 years ago
  2. ba3ebcb Re-add @bazel_tools//third_party/jarjar by iirina · 6 years ago
  3. 7aace9c Zip Java tools for windows by iirina · 6 years ago
  4. 2d44675 Re-add the zipper sources embedded into bazel. by iirina · 6 years ago
  5. d4651e8 Remove ijar from the bazel binary. by iirina · 6 years ago
  6. 6de89a8 Remove third_party/java/langtools from the bazel binary. by iirina · 6 years ago
  7. 18a0e23 Use posix_spawn to start the Bazel server. by jmmv · 6 years ago
  8. c33ae8a Remove the embedded java tools from the bazel binary. by iirina · 6 years ago
  9. 535f58d Rename Skylark to Starlark by laurentlb · 6 years ago
  10. 59373d1 Remove stardoc dependency on protoc by cparsons · 6 years ago
  11. 144912e Use freshly built allmodules JDK for the jdeps test. by Tobias Werth · 6 years ago
  12. a87451a Add target to build the allmodules JDK from the vanilla JDK. by Tobias Werth · 6 years ago
  13. 5d2d06c Add //src:bazel-bin_dev_jdk target. by Tobias Werth · 6 years ago
  14. 5bd5543 Move jarjar to a checked in deploy jar. by iirina · 6 years ago
  15. f4604ba Move the Java tools deploy jars refrences to checked-in deploy jars by iirina · 6 years ago
  16. fbf8fb9 Use minimal JDK, which is cached on bazel-mirror. by Tobias Werth · 6 years ago
  17. 1ed98e7 Automated rollback of commit c7bb751fe16a578e0b61b85b8be2ef7e05372933. by twerth · 6 years ago
  18. c7bb751 Default to bazel with minimal embedded JDK. by Tobias Werth · 6 years ago
  19. 683922c Fix name of the minimal JDK in the embedded_tools. by twerth · 6 years ago
  20. f7cdcc8 Windows: fix build of Bazel itself by Laszlo Csomor · 6 years ago
  21. 218e8f6 Build a minimal jdk by Tobias Werth · 6 years ago
  22. 6d82e75 Separate entry-points for turbine and javac-turbine by cushon · 6 years ago
  23. c557399 [singlejar] Enable native singlejar on Windows by Loo Rong Jie · 6 years ago
  24. 2716b03 SingleJar: run tests on Windows by Laszlo Csomor · 6 years ago
  25. da77c4e Enable header_compiler_direct by Liam Miller-Cushon · 6 years ago
  26. 1950bf9 Fifth cl for verbose workspaces (ability to log certain potentially non-hermetic events that happen as part of repository rules). by Googler · 7 years ago
  27. 930119a Importing remote-apis repository into Bazel for Remote API v2. by Ola Rozenfeld · 7 years ago
  28. b354d04 Test our expectations around --server_javabase/--host_javabase/--javabase with an integration test. by Tobias Werth · 7 years ago
  29. 8e93ed3 Importing remote-apis repository into Bazel for Remote API v2. by Ola Rozenfeld · 7 years ago
  30. 5681f9d Java, runfiles: move runfiles library sources by laszlocsomor · 7 years ago
  31. df16c77 Windows: add //tools/... tests to test suite by Laszlo Csomor · 7 years ago
  32. fa7e49f Add aarch64 embedded JDK config, MacOS mock toolchain settings by Arielle Albon · 7 years ago
  33. 7e703ec Second cl for verbose workspaces (ability to log certain potentially non-hermetic events that happen as part of repository rules). by Googler · 7 years ago
  34. 5dcf548 Enable android dependency checking in Bazel. by xingao · 7 years ago
  35. 5d85e75 Initial check-in of skydoc rewrite. by cparsons · 7 years ago
  36. 35df715 Replace //tools/defaults:jdk to //tools/jdk:* by dbabkin · 7 years ago
  37. d784b5f Bazel binary size: add a regression test by Laszlo Csomor · 7 years ago
  38. 7c49bd9 Make the embedded JDK targets the default by Liam Miller-Cushon · 7 years ago
  39. a5e36ee Adding a tool to parse the execution logs. by olaola · 7 years ago
  40. 72141a1 update bazel's embedded jdk to jdk9 by cushon · 7 years ago
  41. 72d62bc Skylark debug server: add serialization code by Googler · 7 years ago
  42. 9980c7b Remove swiftstdlibtoolwrapper by thomasvl · 7 years ago
  43. 849df36 Use the local JDK as the default target javabase by cushon · 7 years ago
  44. 6b0ccd10 Wrap a comment line around 80 chars. by Googler · 7 years ago
  45. cfc64a3 Records profiling information for ActionFS staging and updates. by shahan · 7 years ago
  46. a7f202c tests,shell: enable some shell tests on Windows by Laszlo Csomor · 7 years ago
  47. eec549f Migrate to the new version of jarjar by cushon · 7 years ago
  48. dbe1ed7 Remove startup JVM version check by cushon · 7 years ago
  49. b12892e A tiny binary to print all rules in a package, after BUILD macro expansion. by carmi · 7 years ago
  50. 6c64b64 Remove unused files. by kaipi · 7 years ago
  51. 50efbeb Expose import-deps-checker to //tools/android so that AarImport can use it. by cnsun · 7 years ago
  52. 425f942 add srcs filegroups for import_deps_checker by Benjamin Peterson · 7 years ago
  53. e8dea31 Remove Bazel's Docker tests. by Philipp Wollermann · 7 years ago
  54. 6837117 java,runfiles: runfiles library in @bazel_tools by Laszlo Csomor · 7 years ago
  55. c924cf6 Clean up Windows config_settings by Yun Peng · 7 years ago
  56. 9f959c5 Make lib/shell test targets more consistent. by ruperts · 7 years ago
  57. 2a9e125 Implement @bazel_tools//tools/jdk:current_host_java_runtime . by lberki · 7 years ago
  58. 2f3d7df Moving the RemoteWorker into tools/remote directory. by olaola · 7 years ago
  59. 1a483d4 Move bazel conditions into src/conditions. by tomlu · 7 years ago
  60. 263c5e0 Add //tools/jdk:current_java_runtime / tools/jdk:current_host_java_runtime to rules that use the $(JAVA) or the $(JAVABASE) Make variable. by lberki · 7 years ago
  61. f309288 Add test to monitor dependency change of //src:embedded_tools_srcs. by xingao · 7 years ago
  62. 2cd2e78 Delete benchmark code. by tomlu · 7 years ago
  63. 1f0f1f1 Enable switching singlejar and ijar targets for remote execution. by xingao · 7 years ago
  64. 0cb8d40 shell,runfiles: add runfiles library by Laszlo Csomor · 7 years ago
  65. a784c8f Use bundled proguard 5.3.3 instead of 4.7 from the SDK by ajmichael · 7 years ago
  66. 1020143 Remove client (or client.exe) from the Bazel self-extracting zip. by lberki · 7 years ago
  67. 399ffaf Remove unncessary duplication of zipper target. by xingao · 8 years ago
  68. ceefd57 CI,Windows: run //third_party/def_parser tests by László Csomor · 8 years ago
  69. 088f611 CI,windows: create test_suites for Windows tests by L?szl? Csomor · 8 years ago
  70. 394211b Bazel now can build dynamic library from cc_library by Yun Peng · 8 years ago
  71. a92d377 Automated rollback of commit 72de1fe6bafa28fddcbc8cdc1ccbb59556996bfb. by dmarting · 8 years ago
  72. 8dacd1d Automated rollback of commit f5b8281f1f7599c67476663887db909a4206710e. by dmarting · 8 years ago
  73. 95e381b Open-source src/test/skylark/... by dmarting · 8 years ago
  74. 3bcb9f6 More BUILD file refactorings. by philwo · 8 years ago
  75. 791bef8 Remove some left over bits of Java 7 support by Liam Miller-Cushon · 8 years ago
  76. 26ad43d Auto-generate BUILD files for src/java_tools/junitrunner by ulfjack · 8 years ago
  77. e005adf Busybox all the Bazel Android tools. by ajmichael · 8 years ago
  78. 141cb88 Start work on the Skylark linter (skylint). by fzaiser · 8 years ago
  79. 0783b9e Rewrite //:combine_distfiles.sh in Python by László Csomor · 8 years ago
  80. 5f99fda Extract a library from create_embedded_tools.py by László Csomor · 8 years ago
  81. 9426120 Remove old intellij aspect code bundled with Bazel by Googler · 8 years ago
  82. c2c938a Apply native binary launcher to sh_binary by Yun Peng · 8 years ago
  83. 4c55898 Replace create_embedded_tools.sh with a faster Python version. by Philipp Wollermann · 8 years ago
  84. 7a1b4e3 Remove generate_workspace from Bazel by kchodorow · 8 years ago
  85. 69e3514 Stops ARM from compiling 64-bit only C++ SingleJar (https://github.com/bazelbuild/bazel/blob/master/tools/cpp/lib_cc_configure.bzl#L106-L107)), forcing bazel to use the `SingleJar_deploy.jar` java implementation of SingleJar fixes this issue. by Alois Klink · 8 years ago
  86. 09dd8c0 Windows: Implement native binary launcher by Yun Peng · 8 years ago
  87. f1843df Add //third_party/py/six to embedded_tools. by Joe Finney · 8 years ago
  88. 9409109 build_windows_jni.sh: move file to subdirectory by Laszlo Csomor · 8 years ago
  89. 86c9d94 //src:derived_java_srcs: use jar from JAVABASE instead of PATH by Klaus Aehlig · 8 years ago
  90. 05c20aa Add missing windows select for //src:embeded_tools_with_jdk by pcloudy · 8 years ago
  91. 0010cc9 Move the docker tests in src/test/docker by dmarting · 8 years ago
  92. 0507fd5 Remove remaining xcodegen references. by schmitt · 8 years ago
  93. 33d05f6 Make source code of singlejar and ijar available from @bazel_tools. , by Xin Gao · 8 years ago
  94. 9f8d81e Make singlejar aware of FreeBSD by Klaus Aehlig · 8 years ago
  95. e78ad83 Testing: add Python integration test utilities by Laszlo Csomor · 8 years ago
  96. 55c5a60 Use generated third_party/googleapis java sources for boostrapping. by Jakob Buchgraber · 8 years ago
  97. 202d591 Automated g4 rollback of commit dba22f337a20d3e8f3ac8dfd23bc6fa69e4528da. by xingao · 8 years ago
  98. dba22f3 Automated g4 rollback of commit d894345ed88f8adce600b66a310b5210d0bcb59c. by laszlocsomor · 8 years ago
  99. 22ad69d Adds external J2ObjC BUILD files to Bazel's generated embedded_tools directory, by Googler · 8 years ago
  100. d894345 Use cc implementation of singlejar except on Windows. by Xin Gao · 8 years ago