aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/java_tools
Commit message (Expand)AuthorAge
* Improve error message of import_deps_checker.Gravatar cnsun2018-03-01
* Change the strict deps plugin to read jar owner from manifest.Gravatar tomlu2018-02-28
* Remove support for --rule_kindGravatar cushon2018-02-22
* Automated rollback of commit 11cc89a27544311111473dc7a17522635c2b6e70.Gravatar eaftan2018-02-21
* Add --experimental_fix_deps_tool to JavaBuilderGravatar Googler2018-02-21
* Expose import-deps-checker to //tools/android so that AarImport can use it.Gravatar cnsun2018-02-16
* Rewrite visibility handling for all java_toolsGravatar ulfjack2018-02-16
* Skipping writing FILTERED tests to test.xmlGravatar Igal Tabachnik2018-02-15
* Use a diagnostic listener, and match diagnostic codes for the reduced classpa...Gravatar cushon2018-02-14
* 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
* Use a different date time when normalizing zip entriesGravatar cushon2018-02-12
* 1) Make checker exit with 199 if there is any dependency issue.Gravatar cnsun2018-02-12
* Use a different date time when normalizing zip entriesGravatar cushon2018-02-12
* add srcs filegroups for import_deps_checkerGravatar Benjamin Peterson2018-02-09
* Use MoreAsserts.assertThrowas instead of the Junit's version.Gravatar cnsun2018-02-08
* Make some tests compatible with JDK 9Gravatar cushon2018-02-08
* Add a new tool to check the deps of aar_import. This is the first cl of aGravatar cnsun2018-02-06
* Add a Path-returning method to JavacBootclasspathGravatar cushon2018-02-02
* Don't suppress non-NOTE diagnostics for failed buildsGravatar cushon2018-02-02
* Migrate DependencyModule to use jarToTarget/directJarsGravatar cushon2018-01-29
* Change JavaBuilder and Turbine command lines to not require CustomMultiArgv.Gravatar tomlu2018-01-24
* Fix "Could not reserve enough space for object heap" error on Windows during ...Gravatar philwo2018-01-24
* Consolidate Error Prone resource handlingGravatar cushon2018-01-22
* Minimal support for compiling module-infosGravatar cushon2018-01-18
* Normalize javacopts for javac-turbineGravatar cushon2018-01-16
* If a compilation uses both -source and --release, prefer --releaseGravatar cushon2018-01-16
* Add a TODOGravatar cushon2018-01-14
* Avoid mixing -source and --releaseGravatar cushon2018-01-12
* Fix breakage caused by unknown commitGravatar cushon2018-01-12
* Require --javacopts to be terminated with --Gravatar cushon2018-01-11
* Concatenate reference config files in singlejarGravatar Tony Liang2018-01-11
* Use Iterable#forEach instead of `.stream().forEach`.Gravatar cushon2018-01-08
* Make SJD @Generated handling compatible with javax.annotation.processing.Gene...Gravatar cushon2018-01-05
* Batch SJD errors for an entire compilationGravatar cushon2018-01-05
* Add support for native header outputs to JavaBuilderGravatar cushon2018-01-05
* Terminate --javacopts in tests with --Gravatar cushon2017-12-21
* Update bootclasspath handling for JDK 9Gravatar cushon2017-12-20
* Add support for --javacopt flags terminated by `--` to JavaBuilderGravatar cushon2017-12-19
* Retire some pre-skylark machinery for accessing the contents of java_toolchainGravatar cushon2017-12-19
* Make private variable public for internal usage.Gravatar Googler2017-12-08
* Build bootstrap_plugins less eagerlyGravatar cushon2017-12-06
* Explicitly validate that the argument to JarCreator.addDirectory existsGravatar cushon2017-11-29
* Make turbine tests more compatible with WindowsGravatar cushon2017-11-28
* Ensure the argument to JarCreator.addDirectory existsGravatar cushon2017-11-28
* Prepare code using ASM for Java 9Gravatar cushon2017-11-28
* Stop splitting classpath argumentsGravatar cushon2017-11-27
* Use java.nio.file.Paths instead of strings in JavaBuilderGravatar cushon2017-11-27
* Add //tools/jdk:current_java_runtime / tools/jdk:current_host_java_runtime to...Gravatar lberki2017-11-24
* buildjar: close streamsGravatar Laszlo Csomor2017-11-16