1. 1e07d09 Uniquify bridge methods generated during lambda desugaring by Kevin Bierhoff · 8 years ago
  2. 6ff407d Breaking up is hard to do: AndroidResourceProcessor by Googler · 8 years ago
  3. 0d77ed6 A quick fix for benchmark: clean the first removed result, and add "--expunge". by Yue Gan · 8 years ago
  4. eb46bed Allow to have several inputs and outputs by Googler · 8 years ago
  5. a074b2c Fix bug that all full clean targets are cleaned. by Yue Gan · 8 years ago
  6. 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
  7. 2046bb4 Global cleanup change. by Liam Miller-Cushon · 8 years ago
  8. ecc2ab1 Clean up android desugar tool's flags a bit by Kevin Bierhoff · 8 years ago
  9. 8212252 Add <resources> attribute processing to the Android resource processing toolchain. by Andrew Pellegrini · 8 years ago
  10. f01fe6f Split AndroidDataDeserializer out of AndroidDataSerializer, as the two classes by Googler · 8 years ago
  11. 25df9e9 Change how desugar finds desugared classes to have it working on Windows by Googler · 8 years ago
  12. 1ac5b78 Remove bootclasspath fallback in Android desugaring tool by Googler · 8 years ago
  13. 701ff40 Introduce swift-stdlib-tool replacement by Dmitry Shevchenko · 8 years ago
  14. 04cb3d3 Global cleanup change. by Googler · 8 years ago
  15. 4369f79 Add an --copy_bridges_from_classpath argument by Googler · 8 years ago
  16. 561e449 Singlejar: Windows-aware jar tool path by Laszlo Csomor · 8 years ago
  17. b35a0c0 Desugar calls to Objects.requireNonNull(Object o) to o.getClass() by Googler · 8 years ago
  18. ad7fa4d Merging remote_cache and remote_worker into a single binary. by Ola Rozenfeld · 8 years ago
  19. 8527ee5 AndroidResourceProcessor: sort files before writing zips by Googler · 8 years ago
  20. 92bccd9 Apply ChartRangeFilter to charts to improve the UI with large dataset. by Yue Gan · 8 years ago
  21. 48e3825 Avoid factory methods when desugaring stateless lambdas for Android by Googler · 8 years ago
  22. 2697dd3 Some little tweaks to benchmark/README.md. by Philipp Wollermann · 8 years ago
  23. ea1f8c4 Global cleanup change. by Googler · 8 years ago
  24. 6ac3a7c Global cleanup change. by Googler · 8 years ago
  25. 8ea4f03 error out when encountering classes missed by incremental dexing by Googler · 8 years ago
  26. 371b0dc Fix JarFilterTest on Windows by Yun Peng · 8 years ago
  27. 1646327 Add notes above charts. by Yue Gan · 8 years ago
  28. 6e2ccb7 Bazel client: simplify {Read,Write}File semantics by Laszlo Csomor · 8 years ago
  29. 0f119a4 Always update bazel repo: try pull first, and recreate if failed. by Yue Gan · 8 years ago
  30. 8afbd3c Move UnixFileSystem to lib.unix, WindowsFileSystem to lib.windows by Ulf Adams · 8 years ago
  31. 510e8a6 Remove the deprecated com.google.devtools.build.lib.vfs.FileSystems class by Ulf Adams · 8 years ago
  32. 0dcdb06 More stable naming scheme for lambda classes in desugared android code by Googler · 8 years ago
  33. c87cffa Use datetime as horizontal axis. Add axis titles. by Yue Gan · 8 years ago
  34. 564be0d Remove the first result in benchmark, since it's slower than others. by Yue Gan · 8 years ago
  35. 67fa75a Add is_external support to PackageManifestParser. by Googler · 8 years ago
  36. 4264807 Add commit link to github by Yue Gan · 8 years ago
  37. 8e2f54d Fix BUILD file mistakes in code generator. by Yue Gan · 8 years ago
  38. c9333b4 roll-forward of "Delete temporary directory on exit" by Colin Cross · 8 years ago
  39. 19e126a Add a flag to enable desugaring java.* classes by rewriting package names by Colin Cross · 8 years ago
  40. b21339b change incremental dexing fallback in DexFileMerger to behave exactly as if classes by Googler · 8 years ago
  41. 65b49a2 Remove mobile-install stub app targets from BUILD files. by Adam Michael · 8 years ago
  42. c10e064 Disable cache for /file_list. by Yue Gan · 8 years ago
  43. 4d3bd44 Revert "Delete temporary directory on exit" by Irina Iancu · 8 years ago
  44. 9a05f3b Delete temporary directory on exit by Colin Cross · 8 years ago
  45. 908d176 Support desugaring lambdas in interfaces with default methods by Colin Cross · 8 years ago
  46. edeb6d0 Make Android data binding work with --experimental_use_parallel_android_resource_processing. by Greg Estren · 8 years ago
  47. 0d4980b Add an --allow_empty_bootclasspath argument by Colin Cross · 8 years ago
  48. c69f266 by Kristina Chodorow · 8 years ago
  49. d3f7e08 Uniquify lambda body instance methods during lambda desugaring for android by Googler · 8 years ago
  50. 3a7409f Don't manually set output jar timestamp by Googler · 8 years ago
  51. adaeaed Rollback of commit 1893c21f9f04acff4a3cc5cd20ddbf9fe89ae59a. by Yue Gan · 8 years ago
  52. 1893c21 Rollback of commit 01aa7d6f177f3284b5fecc0397bf29a605b37df0. by Dmitry Lomov · 8 years ago
  53. c8510b1 Avoid using //external labels; use @local_jdk// instead by Ulf Adams · 8 years ago
  54. 01aa7d6 Adds support for pushing sites that don't need build, and build benchmark site. by Yue Gan · 8 years ago
  55. 76b6685 Supports drawing charts for multiple output files, which allows running by Yue Gan · 8 years ago
  56. 350a416 Switch from protobuf_clib to protobuf, and protobuf-util to protobuf_java_util. by Carmi Grushko · 8 years ago
  57. b3589a0 Adds arguments --version_between --time_between --versions to the benchmark as version filters. by Yue Gan · 8 years ago
  58. 29aa0eb Open source java 8 desugarer. by Adam Michael · 8 years ago
  59. 50e7e7f Use //third_party/protobuf:protobuf_java instead of //third_party/protobuf:protobuf to refer to the Java proto runtime. by Carmi Grushko · 8 years ago
  60. 7ba40f8 Rollback of commit 602a98cbebeff2ba1c2d8605a9552b2c8f5622ae. by Googler · 8 years ago
  61. 602a98c Rollback of commit d11d510c571b10787856395709f9ad945ca70bb2. by Alex Humesky · 8 years ago
  62. d11d510 Move all the resource processing tools into a "busybox". by Googler · 8 years ago
  63. a8bc057 Benchmark part 4: draw line charts by Yue Gan · 8 years ago
  64. a2c0192 Rollback of commit 59450eb3770f539352c959dfae7ba04fd32e47b3. by Yue Gan · 8 years ago
  65. 67a53d2 Benchmark part 2 (preparation for benchmark) by Yue Gan · 8 years ago
  66. 67f0f4b Rollback of commit fe90b36498085142c40f2226a6a8f3798272bae6. by Yun Peng · 8 years ago
  67. 4d28bd8 Rollback of commit efe3bf98b0430497ea1926b80e6dbb0b3642eac6. by Florian Weikert · 8 years ago
  68. efe3bf9 Rollback of commit fe90b36498085142c40f2226a6a8f3798272bae6. by Yun Peng · 8 years ago
  69. 59450eb Rollback of commit eaa5281942eaeda294b7e36ab012f592c1f637c2. by Yun Peng · 8 years ago
  70. eaa5281 Benchmark part 3: main stuff by Yue Gan · 8 years ago
  71. fe90b36 Benchmark part 2 (preparation for benchmark) by Yue Gan · 8 years ago
  72. cd5c691 Add parameter files to the android resource processing. by Googler · 8 years ago
  73. dd335be Cleanup android rules and android tools so that my IDE stops complaining to me. by Adam Michael · 8 years ago
  74. d1620b1 Fixes visibility. Fixes #2419. by Yue Gan · 8 years ago
  75. 81ea54e Benchmark part 1: generate java code for build by Yue Gan · 8 years ago
  76. 3c5e4b7 Fix ClassCastException for non-http pom urls by Dmitry Komanov · 8 years ago
  77. 77e0a09 Description redacted. by Carmi Grushko · 8 years ago
  78. 045fd0a Description redacted. by Vladimir Moskva · 8 years ago
  79. 545dce5b If --strict_proto_deps=default and a proto_library didn't specify strict_proto_deps, then strictness is enforced. by Carmi Grushko · 8 years ago
  80. db51b0e Rename symbolsTxt to symbols reflecting it's actual usage. by Googler · 8 years ago
  81. 29263e2 Create LibraryRClassGeneratorAction for generating R classes outside of the by Googler · 8 years ago
  82. a676374 Move the serialize and write functionality from UnwrittenMergedAndroidData to ParsedAndroidData. This improves reuse. by Googler · 8 years ago
  83. b2e6607 Cleanup unthrown exceptions. by Googler · 8 years ago
  84. 0632668 Add static factory methods to the AndroidResourceClassWriter for easier setup. by Googler · 8 years ago
  85. c7b0dd6 Expose the ability to define a binary output to the merge call. by Googler · 8 years ago
  86. cdb6877 Make sure the classloader is closed after use. RELNOTES:None by Googler · 8 years ago
  87. 8562aed Speed up bundling by constructing an uncompressed ZIP from the files by Googler · 8 years ago
  88. eae0fa6 Delete some dead android rules and tools code. by Adam Michael · 8 years ago
  89. cf2263c Handle huge (>4GB) output jars. by Sasha Smundak · 8 years ago
  90. 88c30e0 Delete Bazel local version ResourceShrinker.java. by Andrew Pellegrini · 8 years ago
  91. aaee64e Power support by Nishidha Panpaliya · 8 years ago
  92. c976996 Allow ResourceShrinkerAction to support splits. by Michael Staib · 8 years ago
  93. 5c8d427 Switch Bazel to use ResourceUsageAnalyzer.java instead of ResourceShrinker.java. by Andrew Pellegrini · 8 years ago
  94. 0b9ebfe Rollback of commit 27cd7f6bb4a02f56f9ad73e57e71e69a1c00d5ea. by Adam Michael · 8 years ago
  95. d061a5d Better error messaging in xcrunwrapper and environment_plist when the xcode/SDK pair is unavailble. by Chris Parsons · 8 years ago
  96. 227369a move MakeDirectories() into file_platform.h by Thiago Farina · 8 years ago
  97. f7ce047 Make token_stream a cc_library by Liam Miller-Cushon · 8 years ago
  98. ca9d98d Fix typos in usage example by Liam Miller-Cushon · 8 years ago
  99. 758f81f Fix NPE in RClassGenerator when dev has code in unnamed package by Googler · 8 years ago
  100. 3e8a152 unknown commit of 5: Fixing the merge warning messages in transitive library overwrites. by Googler · 8 years ago