aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/java_tools/buildjar/java/com/google/devtools/build/java/turbine
Commit message (Expand)AuthorAge
* 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
* Always use `/` as the path separator for jar entriesGravatar cushon2018-05-25
* Normalize parameter name commentsGravatar cushon2018-04-27
* Fix a crash in javac-turbine transitive classpath fallbackGravatar cushon2018-04-18
* Use jadep to fix missing dependencies in turbineGravatar cushon2018-04-13
* Tolerate empty bootclasspaths in javac-turbineGravatar cushon2018-04-05
* 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
* Use a diagnostic listener, and match diagnostic codes for the reduced classpa...Gravatar cushon2018-02-14
* Accept --target_label, --injecting_rule_kind in JavaBuilder and Turbine.Gravatar tomlu2018-02-13
* Use a different date time when normalizing zip entriesGravatar cushon2018-02-12
* Migrate DependencyModule to use jarToTarget/directJarsGravatar cushon2018-01-29
* Change JavaBuilder and Turbine command lines to not require CustomMultiArgv.Gravatar tomlu2018-01-24
* Normalize javacopts for javac-turbineGravatar cushon2018-01-16
* Avoid mixing -source and --releaseGravatar cushon2018-01-12
* Prepare code using ASM for Java 9Gravatar cushon2017-11-28
* Use java.nio.file.Paths instead of strings in JavaBuilderGravatar cushon2017-11-27
* Use CacheFSInfoGravatar cushon2017-11-14
* 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
* Automated rollback of commit ce7c4deda60a307bba5f0c9421738e2a375cf44e.Gravatar cushon2017-06-20
* Update BUILD filesGravatar Ulf Adams2017-06-13
* Optionally skip fallback to javac-turbineGravatar cushon2017-05-31
* Pass the platform classpath entries through to strict depsGravatar cushon2017-05-17
* Split classpaths more eagerlyGravatar cushon2017-05-15
* Avoid windows-incompatible absolute path syntaxGravatar cushon2017-05-11
* Migrate off versioned javac and Error Prone targetsGravatar Liam Miller-Cushon2017-05-09
* Add a javac-turbine option for the reduced classpath optimizationGravatar cushon2017-05-04
* Update to javac9-r4023Gravatar cushon2017-04-25
* Replace ZipOutputFileManager with the standard filemanager and JimFSGravatar Liam Miller-Cushon2017-03-24
* Disallow duplicate srcjars in javac-turbineGravatar Liam Miller-Cushon2017-03-06
* Remove javac-turbine hack to support a non-standard annotation processorGravatar Liam Miller-Cushon2017-02-22
* Ignore warnings for successful javac-turbine invocationsGravatar Liam Miller-Cushon2017-02-06
* Add an experimental flag to Turbine to indicate to annotation processors that...Gravatar Googler2017-01-24
* Rollback of commit 8436354b93e0b611931dfc965d3e718980143dee.Gravatar Vladimir Moskva2017-01-19
* Tag targets as jdk8 to avoid building them for jdk7Gravatar Vladimir Moskva2017-01-18
* Use the new turbine implementation with BazelGravatar Liam Miller-Cushon2017-01-06
* Fix a typoGravatar Liam Miller-Cushon2016-12-01
* 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
* Expunge reference to c.g.common.base.FlagGravatar Liam Miller-Cushon2016-10-07
* Put turbine bridge pruning behind a flagGravatar Liam Miller-Cushon2016-10-05