1. 3076055 REDACTED by Googler · 8 years ago
  2. 05418b3 Update JacocoCoverageRunner by elenairina · 8 years ago
  3. 3f7ac38 Internal change by Googler · 8 years ago
  4. 53641e5 Rewrite junitrunner integration tests by ulfjack · 8 years ago
  5. 17f97e9 Trigger a gc after processing a workrequest. by Googler · 8 years ago
  6. a02f595 Rearrange the java-langtools / javac-bootclasspath scripts by ulfjack · 8 years ago
  7. dba4916 sed: fall back to -r if -E does not work by ulfjack · 8 years ago
  8. 262946b Remove dependency on Apache common lang by ulfjack · 8 years ago
  9. 8ba16a6 Fix UNIX linker detection (was erroneously disabling ld.gold) by Allen Lavoie · 8 years ago
  10. 6705b50 Auto-generate BUILD files for src/java_tools/singlejar by ulfjack · 8 years ago
  11. 97966cc Update jacoco coverage runner to consider some edge cases. by elenairina · 8 years ago
  12. b1829f1 Prepare JavaBuilder classloader masking for Java9 by cushon · 8 years ago
  13. 2349149 Change Test Runner to work with the new Bazel coverage implementation. by elenairina · 8 years ago
  14. 9dd30c9 Fix build failure with old OS X mktemp by ilovezfs · 8 years ago
  15. c5358e5 Remove hard-coded -Xbootclasspath/p flags for javac and turbine invocations by cushon · 8 years ago
  16. e9e0212 Change JavaBuilder to work with the new Bazel Java coverage. by elenairina · 8 years ago
  17. 58dc6b9 Remove support for -extra_checks:off by cushon · 8 years ago
  18. 17795ca Tweak buildjar/JavaBuilder to not output missing deps twice. by Googler · 8 years ago
  19. 2ba693f Automated rollback of commit ce7c4deda60a307bba5f0c9421738e2a375cf44e. by cushon · 8 years ago
  20. 3e87c62 Update BUILD files by Ulf Adams · 8 years ago
  21. 6073f1d protobuf: Use bazel's native java_proto_library rules. by Jakob Buchgraber · 8 years ago
  22. e355e77 Migrate all tests to Truth (except the ones in the examples). by lberki · 8 years ago
  23. 3834dc8 Optionally skip fallback to javac-turbine by cushon · 8 years ago
  24. aea56b3 Migrate Java tests to Truth. RELNOTES: None. by lberki · 8 years ago
  25. c5e55bd Remove resourcejar handling from buildjar by cushon · 8 years ago
  26. 527d20e Pass the platform classpath entries through to strict deps by cushon · 8 years ago
  27. 431ce43 Split classpaths more eagerly by cushon · 8 years ago
  28. 1a57d29 Re-enabling passing -sourcepath via javacopts. by elenairina · 8 years ago
  29. 17296da Avoid windows-incompatible absolute path syntax by cushon · 8 years ago
  30. 38949b8 Migrate off versioned javac and Error Prone targets by Liam Miller-Cushon · 8 years ago
  31. 9ab5821 Enable jarjar-ing the Jacoco deploy jar on every supported platform. by lberki · 8 years ago
  32. c5c9ace Use the Java version of singlejar for building the Jacoco coverage runner deploy jar. by lberki · 8 years ago
  33. b89f9fa More windows conditions by dmarting · 8 years ago
  34. 610bf14 Add more condition for the windows platform by dmarting · 8 years ago
  35. 2c3c87f Make JacocoCoverage_deploy.jar deterministic by running the output of jarjar through `singlejar --normalize`. by lberki · 8 years ago
  36. 8725fe4 Add a javac-turbine option for the reduced classpath optimization by cushon · 8 years ago
  37. d953ca8 Clean VanillaJavaBuilder output directories by cushon · 8 years ago
  38. 11cc89a JavaBuilder accepts a new --testonly argument to mark compilations of by eaftan · 8 years ago
  39. 70b2006 Prepend javac to test bootclasspath by cushon · 8 years ago
  40. 2195f25 Update to javac9-r4023 by cushon · 8 years ago
  41. de48d7d Embed a prebuilt jarjar into Bazel so that Android builds work again. by lberki · 8 years ago
  42. 3a5d3db Re-enable the Java coverage tests. by lberki · 8 years ago
  43. 1ade2c47 Simplify LocalSpawnRunner by ulfjack · 8 years ago
  44. 55828e2 Vendor jarjar instead of using a binary version of it. by Lukacs T. Berki · 8 years ago
  45. 5006dab Roll forward of https://github.com/bazelbuild/bazel/commit/4a303e2cd840810b95cbc793e38bdca48e6d9556 by cushon · 8 years ago
  46. 4a303e2 Automated g4 rollback of commit b0ac3b41700cdc575c36ff2de191bc9ba2b6abf0. by cushon · 8 years ago
  47. 11789f4 Fix escaping of '@' in javabuilder command lines by cushon · 8 years ago
  48. 300d757 Don't close System.err by cushon · 8 years ago
  49. 3c8e2bd Remove unused data dependency on JavaBuilder by cushon · 8 years ago
  50. c6b0539 Make encoding diagnostic tests slightly less fragile by cushon · 8 years ago
  51. 664a38f Create parent directories for resource entries in singlejar by cushon · 8 years ago
  52. 3ac77cb Avoid `Iterable<Path>` by cushon · 8 years ago
  53. 8df71b5 Roll forward change https://cr.bazel.build/9250 with Java 7 build failure fix. by xingao · 8 years ago
  54. c2cc768 Dump the classpaths in a separate file and read the classpaths from that file, so that each test run can have the latest version of the Classpaths. by Kush Chakraborty · 8 years ago
  55. 2879971 Remove support for -bootclasspath in javacopts by Liam Miller-Cushon · 8 years ago
  56. 2ebb4be Remove obsolete extdir handling by Liam Miller-Cushon · 8 years ago
  57. 58a615c Replace ZipOutputFileManager with the standard filemanager and JimFS by Liam Miller-Cushon · 8 years ago
  58. 4443123 2nd attempt to split classpaths, and load test classes in a separate classloader. Currently this funcionality is hidden behind the "experimental_testrunner" flag. by Kush Chakraborty · 8 years ago
  59. 8d6d180 Adding -implict:none by default to java compilation. by Irina Iancu · 8 years ago
  60. 1a09e7e Cygwin support: fix junitrunner BUILD file by László Csomor · 8 years ago
  61. 1575754 Add sourcepath to java_common.compile by Irina Iancu · 8 years ago
  62. 3be4459 Don't declare parameters of type Iterable<Path> by Liam Miller-Cushon · 8 years ago
  63. 1fc4dff by Kristina Chodorow · 8 years ago
  64. bdd62b3 Bring back the persistent test runner functionality, on ExperimentalTestRunner. by Kush Chakraborty · 8 years ago
  65. 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
  66. 7198fc3 VanillaJavaBuilder: don't crash formatting diagnostics without a source file by Liam Miller-Cushon · 8 years ago
  67. 3a99f97 Disallow duplicate srcjars in javac-turbine by Liam Miller-Cushon · 8 years ago
  68. 7b295d3 Pass through -sourcepath to the JavaBuilder by Damien Martin-Guillerez · 8 years ago
  69. e1475cb Eclipse's Java compiler can't do type inference on this code for some reason by Ulf Adams · 8 years ago
  70. dc857b3 Don't leak file managers by Liam Miller-Cushon · 8 years ago
  71. 81aca8a Remind JavacOptions about the '-extra_checks' flag by Liam Miller-Cushon · 8 years ago
  72. e1b1372 Re-arrange JavaBuilder output jar handling by Liam Miller-Cushon · 8 years ago
  73. c67080c Rollback of commit 786cfa2ed980e278c42ee474408844f7e3720385. by Kush Chakraborty · 8 years ago
  74. 786cfa2 Separate the classpaths of the TestRunner with the test target, and use a separate Classloader to load the test target's classes. This enables a clean separation of the classes of the TestRunner with the target under test. by Kush Chakraborty · 8 years ago
  75. 2bdf534 Rolling forward the change to open source JUnit integration tests. by Kush Chakraborty · 8 years ago
  76. 2997e25 Filter out Blaze-specific javacopts in VanillaJavaBuilder by Liam Miller-Cushon · 8 years ago
  77. 17db60e Remove javac-turbine hack to support a non-standard annotation processor by Liam Miller-Cushon · 8 years ago
  78. aae3245 Rollback of commit 9822151a2ab0574b3d7a884f623b6b260258cd6b. by Irina Iancu · 8 years ago
  79. aed7556 Prepare for a forthcoming AutoValue change where setFoo(null) in a Builder will immediately throw NullPointerException. Previously it would only throw at build() time, and even then not in all circumstances. by Googler · 8 years ago
  80. e36a66c Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde. by Dmitry Lomov · 8 years ago
  81. 8153cb8 Rename 'extdir' to 'extclasspath' by Liam Miller-Cushon · 8 years ago
  82. 9822151 Automated [] rollback of commit 53b10eabb02480111510281b776db524df490a29. by Kush Chakraborty · 8 years ago
  83. 4b73e97 Roll forward execroot change by Kristina Chodorow · 8 years ago
  84. 53b10ea Rollback of commit d8eec343d238129ce8b5146c4177d207a6b3683b. by Dmitry Lomov · 8 years ago
  85. ac6edf9 JUnit4 now correctly labels filtered tests as "filtered". by Googler · 8 years ago
  86. d8eec34 Open source the integration tests for BazelTestRunner and delete the internal versions. by Kush Chakraborty · 8 years ago
  87. 3c667e5 Windows-aware path-absoluteness checks. by Laszlo Csomor · 8 years ago
  88. 19cdec0 Create a 'vanilla' JavaBuilder by Liam Miller-Cushon · 8 years ago
  89. 6fdef7b Move the JUnit runner tests to the same location as the Internal Repo. by Kush Chakraborty · 8 years ago
  90. 941928c Ignore warnings for successful javac-turbine invocations by Liam Miller-Cushon · 8 years ago
  91. a006146 Create a tool for building resource jars by Liam Miller-Cushon · 8 years ago
  92. de59c45 Don't add the output directory to the classpath by Liam Miller-Cushon · 8 years ago
  93. 35bdf52 Fix a bug in the StrictJavaDeps plugin when a rule in the targetMapping has a strict deps error. by Googler · 8 years ago
  94. 97e79cc Rollback of commit 32f033328abdd00cbec149edd87bde34095bccbc. by Yun Peng · 8 years ago
  95. 394f79e Put line breaks between diagnostics by Liam Miller-Cushon · 8 years ago
  96. 32f0333 Add --manifest_file option into BazelJavaBuilder by Yun Peng · 8 years ago
  97. ce7c4de Add an experimental flag to Turbine to indicate to annotation processors that they are running in hjar compilation by Googler · 8 years ago
  98. d47059c Handle another transitive classpath fallback case by Liam Miller-Cushon · 8 years ago
  99. 549fa15 Description redacted. by Googler · 8 years ago
  100. 35184c0 Description redacted. by Googler · 8 years ago