1. 2ba693f Automated rollback of commit ce7c4deda60a307bba5f0c9421738e2a375cf44e. by cushon · 8 years ago
  2. 3e87c62 Update BUILD files by Ulf Adams · 8 years ago
  3. 6073f1d protobuf: Use bazel's native java_proto_library rules. by Jakob Buchgraber · 8 years ago
  4. e355e77 Migrate all tests to Truth (except the ones in the examples). by lberki · 8 years ago
  5. 3834dc8 Optionally skip fallback to javac-turbine by cushon · 8 years ago
  6. aea56b3 Migrate Java tests to Truth. RELNOTES: None. by lberki · 8 years ago
  7. c5e55bd Remove resourcejar handling from buildjar by cushon · 8 years ago
  8. 527d20e Pass the platform classpath entries through to strict deps by cushon · 8 years ago
  9. 431ce43 Split classpaths more eagerly by cushon · 8 years ago
  10. 1a57d29 Re-enabling passing -sourcepath via javacopts. by elenairina · 8 years ago
  11. 17296da Avoid windows-incompatible absolute path syntax by cushon · 8 years ago
  12. 38949b8 Migrate off versioned javac and Error Prone targets by Liam Miller-Cushon · 8 years ago
  13. 9ab5821 Enable jarjar-ing the Jacoco deploy jar on every supported platform. by lberki · 8 years ago
  14. c5c9ace Use the Java version of singlejar for building the Jacoco coverage runner deploy jar. by lberki · 8 years ago
  15. b89f9fa More windows conditions by dmarting · 8 years ago
  16. 610bf14 Add more condition for the windows platform by dmarting · 8 years ago
  17. 2c3c87f Make JacocoCoverage_deploy.jar deterministic by running the output of jarjar through `singlejar --normalize`. by lberki · 8 years ago
  18. 8725fe4 Add a javac-turbine option for the reduced classpath optimization by cushon · 8 years ago
  19. d953ca8 Clean VanillaJavaBuilder output directories by cushon · 8 years ago
  20. 11cc89a JavaBuilder accepts a new --testonly argument to mark compilations of by eaftan · 8 years ago
  21. 70b2006 Prepend javac to test bootclasspath by cushon · 8 years ago
  22. 2195f25 Update to javac9-r4023 by cushon · 8 years ago
  23. de48d7d Embed a prebuilt jarjar into Bazel so that Android builds work again. by lberki · 8 years ago
  24. 3a5d3db Re-enable the Java coverage tests. by lberki · 8 years ago
  25. 1ade2c47 Simplify LocalSpawnRunner by ulfjack · 8 years ago
  26. 55828e2 Vendor jarjar instead of using a binary version of it. by Lukacs T. Berki · 8 years ago
  27. 5006dab Roll forward of https://github.com/bazelbuild/bazel/commit/4a303e2cd840810b95cbc793e38bdca48e6d9556 by cushon · 8 years ago
  28. 4a303e2 Automated g4 rollback of commit b0ac3b41700cdc575c36ff2de191bc9ba2b6abf0. by cushon · 8 years ago
  29. 11789f4 Fix escaping of '@' in javabuilder command lines by cushon · 8 years ago
  30. 300d757 Don't close System.err by cushon · 8 years ago
  31. 3c8e2bd Remove unused data dependency on JavaBuilder by cushon · 8 years ago
  32. c6b0539 Make encoding diagnostic tests slightly less fragile by cushon · 8 years ago
  33. 664a38f Create parent directories for resource entries in singlejar by cushon · 8 years ago
  34. 3ac77cb Avoid `Iterable<Path>` by cushon · 8 years ago
  35. 8df71b5 Roll forward change https://cr.bazel.build/9250 with Java 7 build failure fix. by xingao · 8 years ago
  36. 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
  37. 2879971 Remove support for -bootclasspath in javacopts by Liam Miller-Cushon · 8 years ago
  38. 2ebb4be Remove obsolete extdir handling by Liam Miller-Cushon · 8 years ago
  39. 58a615c Replace ZipOutputFileManager with the standard filemanager and JimFS by Liam Miller-Cushon · 8 years ago
  40. 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
  41. 8d6d180 Adding -implict:none by default to java compilation. by Irina Iancu · 8 years ago
  42. 1a09e7e Cygwin support: fix junitrunner BUILD file by László Csomor · 8 years ago
  43. 1575754 Add sourcepath to java_common.compile by Irina Iancu · 8 years ago
  44. 3be4459 Don't declare parameters of type Iterable<Path> by Liam Miller-Cushon · 8 years ago
  45. 1fc4dff by Kristina Chodorow · 8 years ago
  46. bdd62b3 Bring back the persistent test runner functionality, on ExperimentalTestRunner. by Kush Chakraborty · 8 years ago
  47. 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
  48. 7198fc3 VanillaJavaBuilder: don't crash formatting diagnostics without a source file by Liam Miller-Cushon · 8 years ago
  49. 3a99f97 Disallow duplicate srcjars in javac-turbine by Liam Miller-Cushon · 8 years ago
  50. 7b295d3 Pass through -sourcepath to the JavaBuilder by Damien Martin-Guillerez · 8 years ago
  51. e1475cb Eclipse's Java compiler can't do type inference on this code for some reason by Ulf Adams · 8 years ago
  52. dc857b3 Don't leak file managers by Liam Miller-Cushon · 8 years ago
  53. 81aca8a Remind JavacOptions about the '-extra_checks' flag by Liam Miller-Cushon · 8 years ago
  54. e1b1372 Re-arrange JavaBuilder output jar handling by Liam Miller-Cushon · 8 years ago
  55. c67080c Rollback of commit 786cfa2ed980e278c42ee474408844f7e3720385. by Kush Chakraborty · 8 years ago
  56. 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
  57. 2bdf534 Rolling forward the change to open source JUnit integration tests. by Kush Chakraborty · 8 years ago
  58. 2997e25 Filter out Blaze-specific javacopts in VanillaJavaBuilder by Liam Miller-Cushon · 8 years ago
  59. 17db60e Remove javac-turbine hack to support a non-standard annotation processor by Liam Miller-Cushon · 8 years ago
  60. aae3245 Rollback of commit 9822151a2ab0574b3d7a884f623b6b260258cd6b. by Irina Iancu · 8 years ago
  61. 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
  62. e36a66c Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde. by Dmitry Lomov · 8 years ago
  63. 8153cb8 Rename 'extdir' to 'extclasspath' by Liam Miller-Cushon · 8 years ago
  64. 9822151 Automated [] rollback of commit 53b10eabb02480111510281b776db524df490a29. by Kush Chakraborty · 8 years ago
  65. 4b73e97 Roll forward execroot change by Kristina Chodorow · 8 years ago
  66. 53b10ea Rollback of commit d8eec343d238129ce8b5146c4177d207a6b3683b. by Dmitry Lomov · 8 years ago
  67. ac6edf9 JUnit4 now correctly labels filtered tests as "filtered". by Googler · 8 years ago
  68. d8eec34 Open source the integration tests for BazelTestRunner and delete the internal versions. by Kush Chakraborty · 8 years ago
  69. 3c667e5 Windows-aware path-absoluteness checks. by Laszlo Csomor · 8 years ago
  70. 19cdec0 Create a 'vanilla' JavaBuilder by Liam Miller-Cushon · 8 years ago
  71. 6fdef7b Move the JUnit runner tests to the same location as the Internal Repo. by Kush Chakraborty · 8 years ago
  72. 941928c Ignore warnings for successful javac-turbine invocations by Liam Miller-Cushon · 8 years ago
  73. a006146 Create a tool for building resource jars by Liam Miller-Cushon · 8 years ago
  74. de59c45 Don't add the output directory to the classpath by Liam Miller-Cushon · 8 years ago
  75. 35bdf52 Fix a bug in the StrictJavaDeps plugin when a rule in the targetMapping has a strict deps error. by Googler · 8 years ago
  76. 97e79cc Rollback of commit 32f033328abdd00cbec149edd87bde34095bccbc. by Yun Peng · 8 years ago
  77. 394f79e Put line breaks between diagnostics by Liam Miller-Cushon · 8 years ago
  78. 32f0333 Add --manifest_file option into BazelJavaBuilder by Yun Peng · 8 years ago
  79. ce7c4de Add an experimental flag to Turbine to indicate to annotation processors that they are running in hjar compilation by Googler · 8 years ago
  80. d47059c Handle another transitive classpath fallback case by Liam Miller-Cushon · 8 years ago
  81. 549fa15 Description redacted. by Googler · 8 years ago
  82. 35184c0 Description redacted. by Googler · 8 years ago
  83. 2248cd8 Remove use of javac internal Result enum by Liam Miller-Cushon · 8 years ago
  84. 6546df1 Remove unused PluginException by Liam Miller-Cushon · 8 years ago
  85. 83c6465 Make reduced classpath fallback locale-independent by Liam Miller-Cushon · 8 years ago
  86. 88eca6e Fix bootstrapping in Docker images. by Lukacs Berki · 8 years ago
  87. 9a33850 Temporarily disable jacoco on FreeBSD by Klaus Aehlig · 8 years ago
  88. afd34e0 Fall back to the transitive classpath for top-level completion failures by Liam Miller-Cushon · 8 years ago
  89. f75cb39 Filter out javac deferred diagnostic notes in JavaBuilder by Liam Miller-Cushon · 8 years ago
  90. 516f7e9 Rollback of commit 8436354b93e0b611931dfc965d3e718980143dee. by Vladimir Moskva · 8 years ago
  91. 97f4ac6 Refactor BlazeJavacMain to emit structured diagnostics by Liam Miller-Cushon · 8 years ago
  92. 8063f29 Make the Path to FileSystem cache non-static for persistent workers by Liam Miller-Cushon · 8 years ago
  93. abe5239 Fix javabuilder top-level exception handling with workers enabled by Liam Miller-Cushon · 8 years ago
  94. 92e9a60 Remove end position hack by Liam Miller-Cushon · 8 years ago
  95. 8436354 Tag targets as jdk8 to avoid building them for jdk7 by Vladimir Moskva · 8 years ago
  96. 63c9af4 Jarjar the third-party dependencies of the Jacoco test runner, except on Windows. This way, we don't need a new release to make coverage collection happen. by Lukacs Berki · 8 years ago
  97. 1da429e Rollback of commit c0be64464b97ea011b4b4ad901515aac1dc97b4c. by Lukacs Berki · 8 years ago
  98. c0be644 Jarjar the third-party dependencies of the Jacoco test runner. by Lukacs Berki · 8 years ago
  99. 7f064ea Rollback of commit 56328986232dfe4d92f738ab3bbd26d89236a428. by Vladimir Moskva · 8 years ago
  100. 5632898 Jarjar the third-party dependencies of the Jacoco test runner. by Lukacs Berki · 8 years ago