aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/java_tools
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
* PiperOrigin-RevId: 206091795Gravatar cushon2018-07-25
* 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
* Bazel server, tools: ensure Readers are closedGravatar laszlocsomor2018-07-09
* 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
* Replace //tools/defaults:jdk to //tools/jdk:*Gravatar dbabkin2018-06-26
* Windows,Bazel client: check embedded tools fasterGravatar Laszlo Csomor2018-06-25
* Improve error message for invalid srcjar inputsGravatar cushon2018-06-17
* Update add_dep binary suggested by ImportDepsCheckerGravatar cushon2018-06-15
* Include injecting rule kind in add_dep commandsGravatar cushon2018-06-15
* Make JavaBuilder use a unique coverage metadata directoryGravatar elenairina2018-06-08
* Print the target names of the problematic classes, for better description of ...Gravatar cnsun2018-06-04
* Format all bzl files with buildifierGravatar vladmos2018-06-01
* Resolve all super classes even if we have found missing super classes. This isGravatar cnsun2018-05-30
* Always use `/` as the path separator for jar entriesGravatar cushon2018-05-25
* Remove the flag --fail_on_errors.Gravatar cnsun2018-05-24
* Wrap a comment line around 80 chars.Gravatar Googler2018-05-11
* Records profiling information for ActionFS staging and updates.Gravatar shahan2018-05-11
* Set Locale to English when uppercasing strings to match EnumsGravatar Jingwen Chen2018-05-11
* Flag indirect dependencies in ImportDepsChecker toolGravatar kmb2018-05-07
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-02
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Fix a Bazel test.Gravatar cnsun2018-04-27
* Add a silence mode to the deps checker. Now the checker can be used to dumpGravatar cnsun2018-04-27
* 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
* Emit jdeps proto, that is, the used jars on the regular classpath.Gravatar cnsun2018-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
* 1. Avoid checking the primitive number types in annotations.Gravatar cnsun2018-04-17
* Migrate to the new version of jarjarGravatar cushon2018-04-16
* When normalizing -source and --release options, allow the last one to winGravatar cushon2018-04-13
* ignore made-up java/lang/Synthetic annotation that ASM sometimes insertsGravatar kmb2018-04-13