1. 641318a Automated g4 rollback of commit 3c0bb56a74478cff675b636d5bf605a652451739. by corysmith · 8 years ago
  2. d054592 Make singlejar's flag.xml merging idempotent by cushon · 8 years ago
  3. 272c8f6 Support directories in --resources by cushon · 8 years ago
  4. ebd2990 Default and static interface desugaring RELNOTES: n/a by kmb · 8 years ago
  5. 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
  6. 3c0bb56 Automated g4 rollback of commit 3217832d638f9a8fdf22e88e32d75bda32ff7235. by corysmith · 8 years ago
  7. 7980660 Make desugaring of lambdas in interface initializers idempotent by kmb · 8 years ago
  8. bdf0230 Refactor the RClassGenerator to be reusable for different packages. by corysmith · 8 years ago
  9. 2eaa02e Split out option usage restriction from option category. by ccalvarin · 8 years ago
  10. f1e1773 Correct ClassRemapperWithBugFix to avoid stack map frame corruption. by cnsun · 8 years ago
  11. f87b708 Teach the RClassGenerator to merge all library symbols and reconcile ids. by corysmith · 8 years ago
  12. 7babdf2 Move xcrunwrapper and libtool to third_party/bazel/tools/objc from their xcode src directories by cparsons · 8 years ago
  13. 0fdc65e Remove unused variable by dmishe · 8 years ago
  14. f5918bf Re-enabling the remote caching without remote execution code path, which was by olaola · 8 years ago
  15. 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
  16. 004506f Work around the NPE bug in ClassRemapper of ASM. ASM throws an NPE in by cnsun · 8 years ago
  17. 874852e Create parent directories for resources by cushon · 8 years ago
  18. a9146eb Modify package parser regex to handle scala packages too. by Googler · 8 years ago
  19. e34a2f8 Improve the error message for simple values by including the value. by Googler · 8 years ago
  20. f7ceb42 Refactor simple distributed caching support by Alpha Lam · 8 years ago
  21. 3718a36 DataSource Fixes by Googler · 8 years ago
  22. f1792e3 Make swift-stdlib-tool less verbose by Dmitry Shevchenko · 8 years ago
  23. 99fe484b Separate charts for Java target and Cpp target, or the page is too long. by Yue Gan · 8 years ago
  24. 30fd828 Add support to read classpath entries from directories by Googler · 8 years ago
  25. 507de14 split the long method Desugar.desugar() into smaller pieces. by Chengnian Sun · 8 years ago
  26. ebebec3 Remove disabled fallback logic from DexFileMerger. by Kevin Bierhoff · 8 years ago
  27. 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
  28. 254e3b2 Partial rollback of commit 5e1a420f1b385382a2df5359faf3ae773aa8d61e. by Googler · 8 years ago
  29. 5e1a420 Rollback of commit bd40871283a54268945dcb0c47c0326645ffda18. by Googler · 8 years ago
  30. d6052e3 Remove unused binaries in @bazel_tools. by Adam Michael · 8 years ago
  31. 97ac76a Rollback of commit 701ff40ad9d1b6c1e3beb52064e2ae2fe27b7e29. by Dmitry Shevchenko · 8 years ago
  32. 7bb3ba0 rewrite Long.compare(long, long) to JVM instruction lcmp, so that devices with by Chengnian Sun · 8 years ago
  33. e182500 Avoid to re-index classpath and bootclasspath by Googler · 8 years ago
  34. f4bcdc1 Avoid factory methods when desugaring lambda expressions and this:: method references for android by Kevin Bierhoff · 8 years ago
  35. efa0dd6 If resources were prefiltered, ignore unavailable resources from dependencies by Googler · 8 years ago
  36. 7478bda Remove unused, unpassed AarGeneratorAction flag. by Adam Michael · 8 years ago
  37. 44c322b Enable CppCodeGenerator for benchmark. by Yue Gan · 8 years ago
  38. a09d876 Add support to write desugared outputs to a directory RELNOTES: n/a by Googler · 8 years ago
  39. 30e3276 Add name of missing class to ClassNotFoundException by Googler · 8 years ago
  40. 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
  41. fa492b9 fix path in busybox example usage by Googler · 8 years ago
  42. bd40871 Rollback of commit a58f245a4b40c0ef961b1f30d96b16a9349711c3. by Tobias Werth · 8 years ago
  43. c6a6a77 Add support to read inputs from directories by Googler · 8 years ago
  44. a58f245 Move library R generation to a separate action, ensuring the merging happens by Googler · 8 years ago
  45. 3e83092 Enable docker on local version of local remote build server by Googler · 8 years ago
  46. 440ed5e Refactor benchmark for enabling CppCodeGenerator. by Yue Gan · 8 years ago
  47. 45c7310 Add CppCodeGenerator for bencharmk without enabling it. It will be enabled in a following change. by Yue Gan · 8 years ago
  48. 5ab0ec5 Add a flag (--only_desugar_javac9_for_lint) to disable desugaring lambda expressions for Android Lint. by Chengnian Sun · 8 years ago
  49. 1e07d09 Uniquify bridge methods generated during lambda desugaring by Kevin Bierhoff · 8 years ago
  50. 6ff407d Breaking up is hard to do: AndroidResourceProcessor by Googler · 8 years ago
  51. 0d77ed6 A quick fix for benchmark: clean the first removed result, and add "--expunge". by Yue Gan · 8 years ago
  52. eb46bed Allow to have several inputs and outputs by Googler · 8 years ago
  53. a074b2c Fix bug that all full clean targets are cleaned. by Yue Gan · 8 years ago
  54. 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
  55. 2046bb4 Global cleanup change. by Liam Miller-Cushon · 8 years ago
  56. ecc2ab1 Clean up android desugar tool's flags a bit by Kevin Bierhoff · 8 years ago
  57. 8212252 Add <resources> attribute processing to the Android resource processing toolchain. by Andrew Pellegrini · 8 years ago
  58. f01fe6f Split AndroidDataDeserializer out of AndroidDataSerializer, as the two classes by Googler · 8 years ago
  59. 25df9e9 Change how desugar finds desugared classes to have it working on Windows by Googler · 8 years ago
  60. 1ac5b78 Remove bootclasspath fallback in Android desugaring tool by Googler · 8 years ago
  61. 701ff40 Introduce swift-stdlib-tool replacement by Dmitry Shevchenko · 8 years ago
  62. 04cb3d3 Global cleanup change. by Googler · 8 years ago
  63. 4369f79 Add an --copy_bridges_from_classpath argument by Googler · 8 years ago
  64. 561e449 Singlejar: Windows-aware jar tool path by Laszlo Csomor · 8 years ago
  65. b35a0c0 Desugar calls to Objects.requireNonNull(Object o) to o.getClass() by Googler · 8 years ago
  66. ad7fa4d Merging remote_cache and remote_worker into a single binary. by Ola Rozenfeld · 8 years ago
  67. 8527ee5 AndroidResourceProcessor: sort files before writing zips by Googler · 8 years ago
  68. 92bccd9 Apply ChartRangeFilter to charts to improve the UI with large dataset. by Yue Gan · 8 years ago
  69. 48e3825 Avoid factory methods when desugaring stateless lambdas for Android by Googler · 8 years ago
  70. 2697dd3 Some little tweaks to benchmark/README.md. by Philipp Wollermann · 8 years ago
  71. ea1f8c4 Global cleanup change. by Googler · 8 years ago
  72. 6ac3a7c Global cleanup change. by Googler · 8 years ago
  73. 8ea4f03 error out when encountering classes missed by incremental dexing by Googler · 8 years ago
  74. 371b0dc Fix JarFilterTest on Windows by Yun Peng · 8 years ago
  75. 1646327 Add notes above charts. by Yue Gan · 8 years ago
  76. 6e2ccb7 Bazel client: simplify {Read,Write}File semantics by Laszlo Csomor · 8 years ago
  77. 0f119a4 Always update bazel repo: try pull first, and recreate if failed. by Yue Gan · 8 years ago
  78. 8afbd3c Move UnixFileSystem to lib.unix, WindowsFileSystem to lib.windows by Ulf Adams · 8 years ago
  79. 510e8a6 Remove the deprecated com.google.devtools.build.lib.vfs.FileSystems class by Ulf Adams · 8 years ago
  80. 0dcdb06 More stable naming scheme for lambda classes in desugared android code by Googler · 8 years ago
  81. c87cffa Use datetime as horizontal axis. Add axis titles. by Yue Gan · 8 years ago
  82. 564be0d Remove the first result in benchmark, since it's slower than others. by Yue Gan · 8 years ago
  83. 67fa75a Add is_external support to PackageManifestParser. by Googler · 8 years ago
  84. 4264807 Add commit link to github by Yue Gan · 8 years ago
  85. 8e2f54d Fix BUILD file mistakes in code generator. by Yue Gan · 8 years ago
  86. c9333b4 roll-forward of "Delete temporary directory on exit" by Colin Cross · 8 years ago
  87. 19e126a Add a flag to enable desugaring java.* classes by rewriting package names by Colin Cross · 8 years ago
  88. b21339b change incremental dexing fallback in DexFileMerger to behave exactly as if classes by Googler · 8 years ago
  89. 65b49a2 Remove mobile-install stub app targets from BUILD files. by Adam Michael · 8 years ago
  90. c10e064 Disable cache for /file_list. by Yue Gan · 8 years ago
  91. 4d3bd44 Revert "Delete temporary directory on exit" by Irina Iancu · 8 years ago
  92. 9a05f3b Delete temporary directory on exit by Colin Cross · 8 years ago
  93. 908d176 Support desugaring lambdas in interfaces with default methods by Colin Cross · 8 years ago
  94. edeb6d0 Make Android data binding work with --experimental_use_parallel_android_resource_processing. by Greg Estren · 8 years ago
  95. 0d4980b Add an --allow_empty_bootclasspath argument by Colin Cross · 8 years ago
  96. c69f266 by Kristina Chodorow · 8 years ago
  97. d3f7e08 Uniquify lambda body instance methods during lambda desugaring for android by Googler · 8 years ago
  98. 3a7409f Don't manually set output jar timestamp by Googler · 8 years ago
  99. adaeaed Rollback of commit 1893c21f9f04acff4a3cc5cd20ddbf9fe89ae59a. by Yue Gan · 8 years ago
  100. 1893c21 Rollback of commit 01aa7d6f177f3284b5fecc0397bf29a605b37df0. by Dmitry Lomov · 8 years ago