aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/java_tools/buildjar
Commit message (Expand)AuthorAge
* Explicitly cast ByteBuffer in clear() call to Buffer.Gravatar Tobias Werth2018-08-14
* 'DumpPlatformClasspath' now dumps the current JDK's default platform classpathGravatar cushon2018-08-08
* Temporarily ignore some spurious diagnostics related to running javac9 on JDK 10Gravatar cushon2018-08-07
* Remove uses of java_toolchain.encodingGravatar cushon2018-08-07
* Tolerate empty bootclasspaths in VanillaJavaBuilderGravatar cushon2018-08-07
* PiperOrigin-RevId: 207121273Gravatar cushon2018-08-02
* 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
* Use the host javac for bootstrappingGravatar cushon2018-07-22
* Bazel server, tools: ensure Writers are closedGravatar laszlocsomor2018-07-10
* Update turbine's experimental dep fixing suggestionsGravatar cushon2018-06-28
* Remove unused strict deps module parameter.Gravatar Googler2018-06-27
* Make sure we pass the correct -encoding options to javacGravatar cushon2018-06-26
* 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