aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/java_tools/buildjar/javatests
Commit message (Expand)AuthorAge
* PiperOrigin-RevId: 207121273Gravatar cushon2018-08-02
* Skip strict deps suggested fix commands with strict deps disabledGravatar cushon2018-07-27
* Unconditionally run the SJD machinery, which is necessary for jdeps outputGravatar cushon2018-07-26
* Bazel server, tools: ensure Writers are closedGravatar laszlocsomor2018-07-10
* Update turbine's experimental dep fixing suggestionsGravatar cushon2018-06-28
* Add support for native header outputs to VanillaJavaBuilderGravatar cushon2018-04-26
* Fix a crash in javac-turbine transitive classpath fallbackGravatar cushon2018-04-18
* Use jadep to fix missing dependencies in turbineGravatar cushon2018-04-13
* Fix javac-turbine diagnostic formatting to include source positionGravatar cushon2018-03-12
* Change the strict deps plugin to read jar owner from manifest.Gravatar tomlu2018-02-28
* Rewrite visibility handling for all java_toolsGravatar ulfjack2018-02-16
* Remove deprecated rule_kind argument from Turbine and JavaBuilder.Gravatar cushon2018-02-14
* Accept --target_label, --injecting_rule_kind in JavaBuilder and Turbine.Gravatar tomlu2018-02-13
* Make some tests compatible with JDK 9Gravatar cushon2018-02-08
* Normalize javacopts for javac-turbineGravatar cushon2018-01-16
* Avoid mixing -source and --releaseGravatar cushon2018-01-12
* Fix breakage caused by unknown commitGravatar cushon2018-01-12
* Terminate --javacopts in tests with --Gravatar cushon2017-12-21
* Make turbine tests more compatible with WindowsGravatar cushon2017-11-28
* Ignore unpopular deferred diagnostics in VanillaJavaBuilderGravatar cushon2017-10-06
* Prepare processor classpath masking for Java 9Gravatar cushon2017-09-26
* Auto-generate BUILD files for src/java_tools/buildjarGravatar ulfjack2017-09-11
* Support direct classpaths in javac-turbineGravatar cushon2017-09-05
* Update BUILD filesGravatar Ulf Adams2017-06-13
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Remove resourcejar handling from buildjarGravatar cushon2017-05-19
* Avoid windows-incompatible absolute path syntaxGravatar cushon2017-05-11
* Migrate off versioned javac and Error Prone targetsGravatar Liam Miller-Cushon2017-05-09
* Clean VanillaJavaBuilder output directoriesGravatar cushon2017-05-04
* Prepend javac to test bootclasspathGravatar cushon2017-04-25
* Update to javac9-r4023Gravatar cushon2017-04-25
* Make encoding diagnostic tests slightly less fragileGravatar cushon2017-04-05
* Replace ZipOutputFileManager with the standard filemanager and JimFSGravatar Liam Miller-Cushon2017-03-24
* Don't declare parameters of type Iterable<Path>Gravatar Liam Miller-Cushon2017-03-17
* VanillaJavaBuilder: don't crash formatting diagnostics without a source fileGravatar Liam Miller-Cushon2017-03-08
* Disallow duplicate srcjars in javac-turbineGravatar Liam Miller-Cushon2017-03-06
* Filter out Blaze-specific javacopts in VanillaJavaBuilderGravatar Liam Miller-Cushon2017-02-23
* Remove javac-turbine hack to support a non-standard annotation processorGravatar Liam Miller-Cushon2017-02-22
* Create a 'vanilla' JavaBuilderGravatar Liam Miller-Cushon2017-02-13
* Ignore warnings for successful javac-turbine invocationsGravatar Liam Miller-Cushon2017-02-06
* Create a tool for building resource jarsGravatar Liam Miller-Cushon2017-01-31
* google-java-format buildjarGravatar Liam Miller-Cushon2017-01-10
* Use the new turbine implementation with BazelGravatar Liam Miller-Cushon2017-01-06
* Update to javac9-r3297Gravatar Liam Miller-Cushon2016-12-08
* Hard-code `-parameters` and `-source 8 -target 8` in javac-turbineGravatar Liam Miller-Cushon2016-11-30
* Fix a javac-turbine tree pruning bugGravatar Liam Miller-Cushon2016-11-17
* Remove cargo-culted workaround for JDK-6440786Gravatar Liam Miller-Cushon2016-11-15
* Don't break lambda bodies during tree pruningGravatar Liam Miller-Cushon2016-11-14
* Fix tree pruning inside enum constantsGravatar Liam Miller-Cushon2016-11-11
* Remove flag control of turbine bridge pruningGravatar Liam Miller-Cushon2016-10-12