aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/java_tools/buildjar
Commit message (Expand)AuthorAge
* Improve error message for invalid srcjar inputsGravatar cushon2018-06-17
* Make JavaBuilder use a unique coverage metadata directoryGravatar elenairina2018-06-08
* Format all bzl files with buildifierGravatar vladmos2018-06-01
* Always use `/` as the path separator for jar entriesGravatar cushon2018-05-25
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-02
* Don't build Error Prone plugin during bootstrappingGravatar cushon2018-04-27
* Normalize parameter name commentsGravatar cushon2018-04-27
* Use VanillaJavaBuilder for bootstrappingGravatar cushon2018-04-26
* Add support for native header outputs to VanillaJavaBuilderGravatar cushon2018-04-26
* Remove use of bare Immutable{List,Map,Set} Builder classes.Gravatar jcater2018-04-19
* Fix a crash in javac-turbine transitive classpath fallbackGravatar cushon2018-04-18
* When normalizing -source and --release options, allow the last one to winGravatar cushon2018-04-13
* Process package-info annotations in Strict Java DepsGravatar cushon2018-04-13
* Use jadep to fix missing dependencies in turbineGravatar cushon2018-04-13
* Don't print empty add dep commandsGravatar cushon2018-04-11
* Tolerate empty bootclasspaths in javac-turbineGravatar cushon2018-04-05
* Clean up after b/72379900Gravatar cushon2018-03-16
* Clean up whitespace in add_dep messagesGravatar cushon2018-03-15
* Emit SJD errors even if we don't know the label of a dependencyGravatar cushon2018-03-14
* Fix javac-turbine diagnostic formatting to include source positionGravatar cushon2018-03-12
* Delete F5 JarDexer.Gravatar Googler2018-03-02
* 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
* 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
* 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
* Use a different date time when normalizing zip entriesGravatar cushon2018-02-12
* Make some tests compatible with JDK 9Gravatar cushon2018-02-08
* 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
* 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