aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/java_tools/buildjar/java/com/google/devtools/build/buildjar
Commit message (Expand)AuthorAge
* Temporarily ignore some spurious diagnostics related to running javac9 on JDK 10Gravatar cushon2018-08-07
* Tolerate empty bootclasspaths in VanillaJavaBuilderGravatar cushon2018-08-07
* Quiet 'The following options were not recognized by any processor' warningsGravatar cushon2018-07-30
* Skip strict deps suggested fix commands with strict deps disabledGravatar cushon2018-07-27
* Perform strict deps enforcement on compilations with attribution errorsGravatar cushon2018-07-26
* Unconditionally run the SJD machinery, which is necessary for jdeps outputGravatar cushon2018-07-26
* Internal changeGravatar cushon2018-07-25
* Kill the deps mapGravatar cushon2018-07-25
* GenClass: Assume that prefixes that don't correspond to a known non-generated...Gravatar cushon2018-07-23
* Remove unused strict deps module parameter.Gravatar Googler2018-06-27
* Improve error message for invalid srcjar inputsGravatar cushon2018-06-17
* Make JavaBuilder use a unique coverage metadata directoryGravatar elenairina2018-06-08
* 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
* 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
* 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
* 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
* 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
* Make some tests compatible with JDK 9Gravatar cushon2018-02-08
* 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
* Consolidate Error Prone resource handlingGravatar cushon2018-01-22
* Minimal support for compiling module-infosGravatar cushon2018-01-18
* If a compilation uses both -source and --release, prefer --releaseGravatar cushon2018-01-16
* Add a TODOGravatar cushon2018-01-14
* 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
* Add support for --javacopt flags terminated by `--` to JavaBuilderGravatar 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