1. e8dea31 Remove Bazel's Docker tests. by Philipp Wollermann · 7 years ago
  2. 6837117 java,runfiles: runfiles library in @bazel_tools by Laszlo Csomor · 7 years ago
  3. c924cf6 Clean up Windows config_settings by Yun Peng · 7 years ago
  4. 9f959c5 Make lib/shell test targets more consistent. by ruperts · 7 years ago
  5. 2a9e125 Implement @bazel_tools//tools/jdk:current_host_java_runtime . by lberki · 7 years ago
  6. 2f3d7df Moving the RemoteWorker into tools/remote directory. by olaola · 7 years ago
  7. 1a483d4 Move bazel conditions into src/conditions. by tomlu · 7 years ago
  8. 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
  9. f309288 Add test to monitor dependency change of //src:embedded_tools_srcs. by xingao · 7 years ago
  10. 2cd2e78 Delete benchmark code. by tomlu · 7 years ago
  11. 1f0f1f1 Enable switching singlejar and ijar targets for remote execution. by xingao · 7 years ago
  12. 0cb8d40 shell,runfiles: add runfiles library by Laszlo Csomor · 7 years ago
  13. a784c8f Use bundled proguard 5.3.3 instead of 4.7 from the SDK by ajmichael · 7 years ago
  14. 1020143 Remove client (or client.exe) from the Bazel self-extracting zip. by lberki · 8 years ago
  15. 399ffaf Remove unncessary duplication of zipper target. by xingao · 8 years ago
  16. ceefd57 CI,Windows: run //third_party/def_parser tests by László Csomor · 8 years ago
  17. 088f611 CI,windows: create test_suites for Windows tests by L?szl? Csomor · 8 years ago
  18. 394211b Bazel now can build dynamic library from cc_library by Yun Peng · 8 years ago
  19. a92d377 Automated rollback of commit 72de1fe6bafa28fddcbc8cdc1ccbb59556996bfb. by dmarting · 8 years ago
  20. 8dacd1d Automated rollback of commit f5b8281f1f7599c67476663887db909a4206710e. by dmarting · 8 years ago
  21. 95e381b Open-source src/test/skylark/... by dmarting · 8 years ago
  22. 3bcb9f6 More BUILD file refactorings. by philwo · 8 years ago
  23. 791bef8 Remove some left over bits of Java 7 support by Liam Miller-Cushon · 8 years ago
  24. 26ad43d Auto-generate BUILD files for src/java_tools/junitrunner by ulfjack · 8 years ago
  25. e005adf Busybox all the Bazel Android tools. by ajmichael · 8 years ago
  26. 141cb88 Start work on the Skylark linter (skylint). by fzaiser · 8 years ago
  27. 0783b9e Rewrite //:combine_distfiles.sh in Python by László Csomor · 8 years ago
  28. 5f99fda Extract a library from create_embedded_tools.py by László Csomor · 8 years ago
  29. 9426120 Remove old intellij aspect code bundled with Bazel by Googler · 8 years ago
  30. c2c938a Apply native binary launcher to sh_binary by Yun Peng · 8 years ago
  31. 4c55898 Replace create_embedded_tools.sh with a faster Python version. by Philipp Wollermann · 8 years ago
  32. 7a1b4e3 Remove generate_workspace from Bazel by kchodorow · 8 years ago
  33. 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
  34. 09dd8c0 Windows: Implement native binary launcher by Yun Peng · 8 years ago
  35. f1843df Add //third_party/py/six to embedded_tools. by Joe Finney · 8 years ago
  36. 9409109 build_windows_jni.sh: move file to subdirectory by Laszlo Csomor · 8 years ago
  37. 86c9d94 //src:derived_java_srcs: use jar from JAVABASE instead of PATH by Klaus Aehlig · 8 years ago
  38. 05c20aa Add missing windows select for //src:embeded_tools_with_jdk by pcloudy · 8 years ago
  39. 0010cc9 Move the docker tests in src/test/docker by dmarting · 8 years ago
  40. 0507fd5 Remove remaining xcodegen references. by schmitt · 8 years ago
  41. 33d05f6 Make source code of singlejar and ijar available from @bazel_tools. , by Xin Gao · 8 years ago
  42. 9f8d81e Make singlejar aware of FreeBSD by Klaus Aehlig · 8 years ago
  43. e78ad83 Testing: add Python integration test utilities by Laszlo Csomor · 8 years ago
  44. 55c5a60 Use generated third_party/googleapis java sources for boostrapping. by Jakob Buchgraber · 8 years ago
  45. 202d591 Automated g4 rollback of commit dba22f337a20d3e8f3ac8dfd23bc6fa69e4528da. by xingao · 8 years ago
  46. dba22f3 Automated g4 rollback of commit d894345ed88f8adce600b66a310b5210d0bcb59c. by laszlocsomor · 8 years ago
  47. 22ad69d Adds external J2ObjC BUILD files to Bazel's generated embedded_tools directory, by Googler · 8 years ago
  48. d894345 Use cc implementation of singlejar except on Windows. by Xin Gao · 8 years ago
  49. 6248028 Select correct JDK for windows_msys by dslomov · 8 years ago
  50. 2ff5afc add config setting for Linux by Thiago Farina · 8 years ago
  51. 38949b8 Migrate off versioned javac and Error Prone targets by Liam Miller-Cushon · 8 years ago
  52. 2195f25 Update to javac9-r4023 by cushon · 8 years ago
  53. de48d7d Embed a prebuilt jarjar into Bazel so that Android builds work again. by lberki · 8 years ago
  54. 3754d9b Stop embedding apkbuildermain in Bazel binary. by ajmichael · 8 years ago
  55. 7babdf2 Move xcrunwrapper and libtool to third_party/bazel/tools/objc from their xcode src directories by cparsons · 8 years ago
  56. 8df71b5 Roll forward change https://cr.bazel.build/9250 with Java 7 build failure fix. by xingao · 8 years ago
  57. 63fe7fb Automated g4 rollback of commit 99a5a30d17d920de323d1cc37e3fe25a0749ae41. by philwo · 8 years ago
  58. 99a5a30 Make Java tool jars available from @bazel_tools. by Xin Gao · 8 years ago
  59. 97ac76a Rollback of commit 701ff40ad9d1b6c1e3beb52064e2ae2fe27b7e29. by Dmitry Shevchenko · 8 years ago
  60. 3e83092 Enable docker on local version of local remote build server by Googler · 8 years ago
  61. 9504827 Build a version of Bazel with a bundled OpenJDK inside the binary. by Philipp Wollermann · 8 years ago
  62. 701ff40 Introduce swift-stdlib-tool replacement by Dmitry Shevchenko · 8 years ago
  63. 4baedc7 Create ExperimentalTestRunner which is just the same as BazelTestRunner, but a testbed of upcoming changes, without breaking existing test targets. by Kush Chakraborty · 8 years ago
  64. cb8a5e2 Make Bazel build with MSVC-default-toolchain Bazel by Yun Peng · 8 years ago
  65. 65b49a2 Remove mobile-install stub app targets from BUILD files. by Adam Michael · 8 years ago
  66. 76cb02e Make the interface dynamic library builder a regular label instead of a magic artifact. by Lukacs Berki · 8 years ago
  67. 6fdef7b Move the JUnit runner tests to the same location as the Internal Repo. by Kush Chakraborty · 8 years ago
  68. 81ea54e Benchmark part 1: generate java code for build by Yue Gan · 8 years ago
  69. 73e971c Windows, JNI: add tests for windows_util by Laszlo Csomor · 8 years ago
  70. 1a2ab00 Open sourcing junitrunner tests. by Irina Iancu · 8 years ago
  71. 0b9ebfe Rollback of commit 27cd7f6bb4a02f56f9ad73e57e71e69a1c00d5ea. by Adam Michael · 8 years ago
  72. e26d26e Remove BUILD files for checked in Android apksigner. by Adam Michael · 8 years ago
  73. af3c412 Add JacocoCoverageRunner to junitrunner. by Yue Gan · 8 years ago
  74. 42d4a06 Rollback of commit 33ad37612ab7edc32d5e82c3912acebacaef42dc. by Irina Iancu · 8 years ago
  75. 819b998 Remove iossim from Bazel. by Dave MacLachlan · 8 years ago
  76. d1f4a16 Add a new concept of failure causes by Klaus Aehlig · 8 years ago
  77. 4ca79d4 Create a distribution artifact by Klaus Aehlig · 8 years ago
  78. 441bc41 Add make_hashed_objlist.py to the dummy darwin tools, to fix linux bazel builds by Chris Parsons · 8 years ago
  79. 6aa2c27 Fix build on Windows by Damien Martin-Guillerez · 8 years ago
  80. 27cd7f6 Rollback of commit af8ebca2b88a0ee1129b72b4ce825f6489c31e67. by Damien Martin-Guillerez · 8 years ago
  81. af8ebca Open source dex merging tools for incremental dexing. by Adam Michael · 9 years ago
  82. 8896dad Windows, native: add windows_msvc config_setting by Laszlo Csomor · 9 years ago
  83. bebbbe5 Fix dependency on libtool's helper script make_hashed_objlist.py. by Chris Parsons · 9 years ago
  84. 33ad376 Open sourcing junitrunner/java/com/google/testing/junit/runner/sharding/weighted. by Irina Iancu · 9 years ago
  85. f7a022e Add BUILD target for bazel apksigner and BUILD.tools so that it can be used in by Adam Michael · 9 years ago
  86. a8a8f75 Create Python executable zip file by Yun Peng · 9 years ago
  87. 3437d2f Do not compile turbine for Java 7 build. by Damien Martin-Guillerez · 9 years ago
  88. 5eb86fe Export xcode_locator's source file under tools/osx/ to make it available for reference by future repository rules. Removes the xcode-locator binary file under tools/objc. Originally, the precompiled binary was going to be referenced, but it's easier to build from source in the repository rule. by Chris Parsons · 9 years ago
  89. 06a12e5 C++ reimplementation of singlejar tool: first checkin, take two: fix the problem that caused the rollback. by Sasha Smundak · 9 years ago
  90. 278814b Rename namespace-sandbox/-runner to linux-sandbox. by Philipp Wollermann · 9 years ago
  91. 030e7b4 Rollback of commit f667aa54f4fcc2c04182de9bc267a7ee469f6445. by Klaus Aehlig · 9 years ago
  92. 7d265e0 Add all the sources to //:srcs filegroup and add a check to detect by Damien Martin-Guillerez · 9 years ago
  93. f667aa5 C++ reimplementation of singlejar tool: first checkin. by Sasha Smundak · 9 years ago
  94. 068a661 GPLv2 + Classpath exception compliance: ship the source code of jformatstring by Damien Martin-Guillerez · 9 years ago
  95. d8d7d23 Add skeleton code for a JNI .DLL on Windows. by Lukacs T. Berki · 9 years ago
  96. 9e24ebd Generate the command-line reference from bazel help. by Ulf Adams · 9 years ago
  97. 197543a Move xcode-locator into src/tools packages, defining it as a target under @bazel_tools. Currently the tool still remains in embedded_binaries, but we will migrate away from that: Eventually it can simply live just under @bazel_tools. by Chris Parsons · 9 years ago
  98. 1f67a7b libtool wrapper script to isolate the unfortunate hacks we must make to get around apple's buggy libtool tool by Chris Parsons · 9 years ago
  99. d91d047 Remove a bunch of unnecessary files from the Bazel binary. by Ulf Adams · 9 years ago
  100. a1a79cb Prototype for remote execution using gRPC and Netty transport by Alpha Lam · 9 years ago