aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/java_tools/buildjar/javatests/com
Commit message (Expand)AuthorAge
* 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
* Put turbine bridge pruning behind a flagGravatar Liam Miller-Cushon2016-10-05
* Drop bridge methods in turbineGravatar Liam Miller-Cushon2016-09-22
* Use -source 8 -target 8 in turbine integration testsGravatar Liam Miller-Cushon2016-09-22
* Mark unresolved classes in jdeps as Kind.INCOMPLETE.Gravatar Googler2016-09-21
* Drop class initializers in turbineGravatar Liam Miller-Cushon2016-09-21
* Roll forward commit ff8ea95fb2e4c77104263bebbf21c7e4e7a00d00Gravatar Liam Miller-Cushon2016-07-21
* Prepare JavaBuilder to accept an Aspect's name, in addition to a label, of th...Gravatar Carmi Grushko2016-07-21
* Description redacted.Gravatar Googler2016-07-20
* Consolidate Bazel-specific javacopt handlingGravatar Liam Miller-Cushon2016-07-20
* Remove support for -extra_checksGravatar Liam Miller-Cushon2016-07-19
* Don't join header compilation classpath argumentsGravatar Liam Miller-Cushon2016-07-14
* Add all the sources to //:srcs filegroup and add a check to detectGravatar Damien Martin-Guillerez2016-07-01
* Clean up assertionsGravatar Liam Miller-Cushon2016-04-26
* Make --target_label and --rule_kind optionalGravatar Liam Miller-Cushon2016-04-25
* Flush output before exitingGravatar Liam Miller-Cushon2016-04-22
* Relax strict deps checking in Turbine, leave enforcement to JavaBuilderGravatar Liam Miller-Cushon2016-04-11
* Don't emit native headers, only Java headersGravatar Liam Miller-Cushon2016-04-08
* Disable tree pruning for blacklisted annotation processorsGravatar Liam Miller-Cushon2016-04-07
* Allow compilations to have an empty source listGravatar Liam Miller-Cushon2016-04-04
* Deduplicate annotation processor classesGravatar Liam Miller-Cushon2016-04-01
* Track which output files are writtenGravatar Liam Miller-Cushon2016-04-01
* Handle more javacoptsGravatar Liam Miller-Cushon2016-04-01
* Prune private fields and methods from the outputGravatar Liam Miller-Cushon2016-04-01
* Don't prune qualified super constructors invocations in chained constructorsGravatar Liam Miller-Cushon2016-03-30
* Fix file object URIs in ZipOutputFileManagerGravatar Liam Miller-Cushon2016-03-30
* Handle overlapping source jarsGravatar Liam Miller-Cushon2016-03-30
* Stop using //tools/defaults:java_langtoolsGravatar Liam Miller-Cushon2016-03-18