- 641318a Automated g4 rollback of commit 3c0bb56a74478cff675b636d5bf605a652451739. by corysmith · 8 years ago
- d054592 Make singlejar's flag.xml merging idempotent by cushon · 8 years ago
- 272c8f6 Support directories in --resources by cushon · 8 years ago
- ebd2990 Default and static interface desugaring RELNOTES: n/a by kmb · 8 years ago
- 3f5442d Enabling chunking of outputs in the RemoteWorker downloadBlob. This fixes the bug that the RemoteWorker would fail to upload outputs that were too big to send in a single gRPC message. by olaola · 8 years ago
- 3c0bb56 Automated g4 rollback of commit 3217832d638f9a8fdf22e88e32d75bda32ff7235. by corysmith · 8 years ago
- 7980660 Make desugaring of lambdas in interface initializers idempotent by kmb · 8 years ago
- bdf0230 Refactor the RClassGenerator to be reusable for different packages. by corysmith · 8 years ago
- 2eaa02e Split out option usage restriction from option category. by ccalvarin · 8 years ago
- f1e1773 Correct ClassRemapperWithBugFix to avoid stack map frame corruption. by cnsun · 8 years ago
- f87b708 Teach the RClassGenerator to merge all library symbols and reconcile ids. by corysmith · 8 years ago
- 7babdf2 Move xcrunwrapper and libtool to third_party/bazel/tools/objc from their xcode src directories by cparsons · 8 years ago
- 0fdc65e Remove unused variable by dmishe · 8 years ago
- f5918bf Re-enabling the remote caching without remote execution code path, which was by olaola · 8 years ago
- 219af1a Allow combining of resources attributes that can be comma-separated lists. This is not exhaustive of all combinable attributes, but of those that have common uses. More combinable attributes can be added by adding to ResourcesAttribute.AttributeType. by apell · 8 years ago
- 004506f Work around the NPE bug in ClassRemapper of ASM. ASM throws an NPE in by cnsun · 8 years ago
- 874852e Create parent directories for resources by cushon · 8 years ago
- a9146eb Modify package parser regex to handle scala packages too. by Googler · 8 years ago
- e34a2f8 Improve the error message for simple values by including the value. by Googler · 8 years ago
- f7ceb42 Refactor simple distributed caching support by Alpha Lam · 8 years ago
- 3718a36 DataSource Fixes by Googler · 8 years ago
- f1792e3 Make swift-stdlib-tool less verbose by Dmitry Shevchenko · 8 years ago
- 99fe484b Separate charts for Java target and Cpp target, or the page is too long. by Yue Gan · 8 years ago
- 30fd828 Add support to read classpath entries from directories by Googler · 8 years ago
- 507de14 split the long method Desugar.desugar() into smaller pieces. by Chengnian Sun · 8 years ago
- ebebec3 Remove disabled fallback logic from DexFileMerger. by Kevin Bierhoff · 8 years ago
- cd20fb9 refactoring: move the code parsing and validating command line arguments into a separate method, so that the main becomes shorter. Also move most of the code in main to an instance method. by Chengnian Sun · 8 years ago
- 254e3b2 Partial rollback of commit 5e1a420f1b385382a2df5359faf3ae773aa8d61e. by Googler · 8 years ago
- 5e1a420 Rollback of commit bd40871283a54268945dcb0c47c0326645ffda18. by Googler · 8 years ago
- d6052e3 Remove unused binaries in @bazel_tools. by Adam Michael · 8 years ago
- 97ac76a Rollback of commit 701ff40ad9d1b6c1e3beb52064e2ae2fe27b7e29. by Dmitry Shevchenko · 8 years ago
- 7bb3ba0 rewrite Long.compare(long, long) to JVM instruction lcmp, so that devices with by Chengnian Sun · 8 years ago
- e182500 Avoid to re-index classpath and bootclasspath by Googler · 8 years ago
- f4bcdc1 Avoid factory methods when desugaring lambda expressions and this:: method references for android by Kevin Bierhoff · 8 years ago
- efa0dd6 If resources were prefiltered, ignore unavailable resources from dependencies by Googler · 8 years ago
- 7478bda Remove unused, unpassed AarGeneratorAction flag. by Adam Michael · 8 years ago
- 44c322b Enable CppCodeGenerator for benchmark. by Yue Gan · 8 years ago
- a09d876 Add support to write desugared outputs to a directory RELNOTES: n/a by Googler · 8 years ago
- 30e3276 Add name of missing class to ClassNotFoundException by Googler · 8 years ago
- 8d54969 adds feature_of and feature_after attrs to android_binary. these are android_binary rules whose .apk artifacts get piped through appt to support split apks by Googler · 8 years ago
- fa492b9 fix path in busybox example usage by Googler · 8 years ago
- bd40871 Rollback of commit a58f245a4b40c0ef961b1f30d96b16a9349711c3. by Tobias Werth · 8 years ago
- c6a6a77 Add support to read inputs from directories by Googler · 8 years ago
- a58f245 Move library R generation to a separate action, ensuring the merging happens by Googler · 8 years ago
- 3e83092 Enable docker on local version of local remote build server by Googler · 8 years ago
- 440ed5e Refactor benchmark for enabling CppCodeGenerator. by Yue Gan · 8 years ago
- 45c7310 Add CppCodeGenerator for bencharmk without enabling it. It will be enabled in a following change. by Yue Gan · 8 years ago
- 5ab0ec5 Add a flag (--only_desugar_javac9_for_lint) to disable desugaring lambda expressions for Android Lint. by Chengnian Sun · 8 years ago
- 1e07d09 Uniquify bridge methods generated during lambda desugaring by Kevin Bierhoff · 8 years ago
- 6ff407d Breaking up is hard to do: AndroidResourceProcessor by Googler · 8 years ago
- 0d77ed6 A quick fix for benchmark: clean the first removed result, and add "--expunge". by Yue Gan · 8 years ago
- eb46bed Allow to have several inputs and outputs by Googler · 8 years ago
- a074b2c Fix bug that all full clean targets are cleaned. by Yue Gan · 8 years ago
- 69eb9f5 Speed-up the search for desugared classes in case of many lambdas by limiting the search to the directory where we expect the file. by Googler · 8 years ago
- 2046bb4 Global cleanup change. by Liam Miller-Cushon · 8 years ago
- ecc2ab1 Clean up android desugar tool's flags a bit by Kevin Bierhoff · 8 years ago
- 8212252 Add <resources> attribute processing to the Android resource processing toolchain. by Andrew Pellegrini · 8 years ago
- f01fe6f Split AndroidDataDeserializer out of AndroidDataSerializer, as the two classes by Googler · 8 years ago
- 25df9e9 Change how desugar finds desugared classes to have it working on Windows by Googler · 8 years ago
- 1ac5b78 Remove bootclasspath fallback in Android desugaring tool by Googler · 8 years ago
- 701ff40 Introduce swift-stdlib-tool replacement by Dmitry Shevchenko · 8 years ago
- 04cb3d3 Global cleanup change. by Googler · 8 years ago
- 4369f79 Add an --copy_bridges_from_classpath argument by Googler · 8 years ago
- 561e449 Singlejar: Windows-aware jar tool path by Laszlo Csomor · 8 years ago
- b35a0c0 Desugar calls to Objects.requireNonNull(Object o) to o.getClass() by Googler · 8 years ago
- ad7fa4d Merging remote_cache and remote_worker into a single binary. by Ola Rozenfeld · 8 years ago
- 8527ee5 AndroidResourceProcessor: sort files before writing zips by Googler · 8 years ago
- 92bccd9 Apply ChartRangeFilter to charts to improve the UI with large dataset. by Yue Gan · 8 years ago
- 48e3825 Avoid factory methods when desugaring stateless lambdas for Android by Googler · 8 years ago
- 2697dd3 Some little tweaks to benchmark/README.md. by Philipp Wollermann · 8 years ago
- ea1f8c4 Global cleanup change. by Googler · 8 years ago
- 6ac3a7c Global cleanup change. by Googler · 8 years ago
- 8ea4f03 error out when encountering classes missed by incremental dexing by Googler · 8 years ago
- 371b0dc Fix JarFilterTest on Windows by Yun Peng · 8 years ago
- 1646327 Add notes above charts. by Yue Gan · 8 years ago
- 6e2ccb7 Bazel client: simplify {Read,Write}File semantics by Laszlo Csomor · 8 years ago
- 0f119a4 Always update bazel repo: try pull first, and recreate if failed. by Yue Gan · 8 years ago
- 8afbd3c Move UnixFileSystem to lib.unix, WindowsFileSystem to lib.windows by Ulf Adams · 8 years ago
- 510e8a6 Remove the deprecated com.google.devtools.build.lib.vfs.FileSystems class by Ulf Adams · 8 years ago
- 0dcdb06 More stable naming scheme for lambda classes in desugared android code by Googler · 8 years ago
- c87cffa Use datetime as horizontal axis. Add axis titles. by Yue Gan · 8 years ago
- 564be0d Remove the first result in benchmark, since it's slower than others. by Yue Gan · 8 years ago
- 67fa75a Add is_external support to PackageManifestParser. by Googler · 8 years ago
- 4264807 Add commit link to github by Yue Gan · 8 years ago
- 8e2f54d Fix BUILD file mistakes in code generator. by Yue Gan · 8 years ago
- c9333b4 roll-forward of "Delete temporary directory on exit" by Colin Cross · 8 years ago
- 19e126a Add a flag to enable desugaring java.* classes by rewriting package names by Colin Cross · 8 years ago
- b21339b change incremental dexing fallback in DexFileMerger to behave exactly as if classes by Googler · 8 years ago
- 65b49a2 Remove mobile-install stub app targets from BUILD files. by Adam Michael · 8 years ago
- c10e064 Disable cache for /file_list. by Yue Gan · 8 years ago
- 4d3bd44 Revert "Delete temporary directory on exit" by Irina Iancu · 8 years ago
- 9a05f3b Delete temporary directory on exit by Colin Cross · 8 years ago
- 908d176 Support desugaring lambdas in interfaces with default methods by Colin Cross · 8 years ago
- edeb6d0 Make Android data binding work with --experimental_use_parallel_android_resource_processing. by Greg Estren · 8 years ago
- 0d4980b Add an --allow_empty_bootclasspath argument by Colin Cross · 8 years ago
- c69f266 by Kristina Chodorow · 8 years ago
- d3f7e08 Uniquify lambda body instance methods during lambda desugaring for android by Googler · 8 years ago
- 3a7409f Don't manually set output jar timestamp by Googler · 8 years ago
- adaeaed Rollback of commit 1893c21f9f04acff4a3cc5cd20ddbf9fe89ae59a. by Yue Gan · 8 years ago
- 1893c21 Rollback of commit 01aa7d6f177f3284b5fecc0397bf29a605b37df0. by Dmitry Lomov · 8 years ago