aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools
Commit message (Expand)AuthorAge
* Enable desugaring try-with-resources by default.Gravatar cnsun2017-05-31
* Remote tests should not depend on lib:runtimeGravatar buchgr2017-05-31
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Remote worker: skip non-existent files after action executionGravatar ulfjack2017-05-30
* For static interface method, when we move it to the companion class,Gravatar cnsun2017-05-26
* Fix bug with combining resource attributes. Attributes were reporting that th...Gravatar apell2017-05-26
* Add a new action for generating reconciled R classes for Robolectric.Gravatar corysmith2017-05-23
* Make Desugar work for relative dumpDirectory paths.Gravatar Googler2017-05-23
* Make checking of lambda dump directory accept relative path.Gravatar cnsun2017-05-23
* Move the field name out of the FieldInitializerGravatar corysmith2017-05-23
* Keep annotations of default methods in interfaces during desugaring.Gravatar cnsun2017-05-22
* Remote+BES: Stabilize command line flags.Gravatar buchgr2017-05-22
* Expose the target map from Package.Gravatar carmi2017-05-19
* Remove the RTxtSymbolEntry in favor of the FieldInitializer class.Gravatar corysmith2017-05-19
* Improve diagnostics. Report an error when we fail to register the lambda dumpGravatar cnsun2017-05-17
* Use one writer for generating R.java source filesGravatar corysmith2017-05-17
* Refine assertion by providing more information. When the given path is NOT aGravatar cnsun2017-05-17
* Further Refactoring/Yak ShavingGravatar corysmith2017-05-15
* Fix Desugar duplicating path for dumped classes.Gravatar Googler2017-05-15
* Remove strict_proto_deps from :serialize_format_proto.Gravatar carmi2017-05-15
* Optimize the runtime library for try-with-resources, by reducing theGravatar cnsun2017-05-11
* Set the correct main class on the desugar java_binary target in Bazel.Gravatar ajmichael2017-05-10
* Define __STDC_FORMAT_MACROS to 1 in singlejarGravatar Damien Martin-Guillerez2017-05-08
* fix issue with interfaces redefining (overriding) inherited default methodsGravatar kmb2017-05-08
* Remove some more usages of res2.MergingException and open source some tests.Gravatar ajmichael2017-05-05
* Remove MergingExceptionGravatar corysmith2017-05-04
* Remove java8 code from ResourceSymbols.java.Gravatar ajmichael2017-05-04
* * Fork the deprecated SymbolLoader/SymbolWriter code from com.android.builder...Gravatar corysmith2017-05-04
* Use ASM to collection exception types, so that we can avoid using class loadersGravatar cnsun2017-05-04
* Option for try-with-resources runtime classesGravatar Googler2017-05-03
* Bug fix. Enable Desugar to desugar try-with-resources multiple times.Gravatar cnsun2017-04-30
* Don't clean-up externally set dump dirGravatar Googler2017-04-30
* Don't copy lambda bodies from interfaces into implementing classes.Gravatar kmb2017-04-28
* Use system property for lambda dir if setGravatar Googler2017-04-28
* Desugar try-with-resources statements for Android. Any call toGravatar cnsun2017-04-27
* Make companion classes public when desugaring default methods for androidGravatar kmb2017-04-27
* Desugar default and static interface methods by default.Gravatar kmb2017-04-27
* Automated g4 rollback of commit 3c0bb56a74478cff675b636d5bf605a652451739.Gravatar corysmith2017-04-25
* Make singlejar's flag.xml merging idempotentGravatar cushon2017-04-25
* Support directories in --resourcesGravatar cushon2017-04-24
* Default and static interface desugaringGravatar kmb2017-04-24
* Enabling chunking of outputs in the RemoteWorker downloadBlob. This fixes the...Gravatar olaola2017-04-24
* Automated g4 rollback of commit 3217832d638f9a8fdf22e88e32d75bda32ff7235.Gravatar corysmith2017-04-20
* Make desugaring of lambdas in interface initializers idempotentGravatar kmb2017-04-20
* Refactor the RClassGenerator to be reusable for different packages.Gravatar corysmith2017-04-20
* Split out option usage restriction from option category.Gravatar ccalvarin2017-04-18
* Correct ClassRemapperWithBugFix to avoid stack map frame corruption.Gravatar cnsun2017-04-18
* Teach the RClassGenerator to merge all library symbols and reconcile ids.Gravatar corysmith2017-04-18
* Move xcrunwrapper and libtool to third_party/bazel/tools/objc from their xcod...Gravatar cparsons2017-04-14
* Remove unused variableGravatar dmishe2017-04-13