1. bbc94eb Remove Hazelcast dependency by Philipp Wollermann · 7 years ago
  2. a339070 Windows,tests: port singlejar bash tests by Loo Rong Jie · 7 years ago
  3. 0163083 Enable aapt2 for aar_import by adding the AndroidConfiguration fragment. by corysmith · 7 years ago
  4. 38fa850 [singlejar] Change off_t and ssize_t to C standard ptrdiff_t by Loo Rong Jie · 7 years ago
  5. fa85891 Make default method stubbing resilient to core library renaming, to preserve idempotency. by kmb · 7 years ago
  6. 8231cd7 [singlejar] Add port library for various MSVC hacks by Loo Rong Jie · 7 years ago
  7. 32e9fee Drop module-info "class" in Android desugaring RELNOTES: None. by kmb · 7 years ago
  8. 1a3c6c9 Cleanup Optional usage by corysmith · 7 years ago
  9. feb8050 [Skylint] Fix a crash on analyzing augmented assignment to IndexExpression. by Taras Tsugrii · 7 years ago
  10. 30f38d0 [singlejar] Various portability fixes for MSVC by Loo Rong Jie · 7 years ago
  11. ba76255 Synchronize on process factory to inhibit ETXTBSY by George Gensure · 7 years ago
  12. f0f5d10 Bazel server, tools: ensure Readers are closed by laszlocsomor · 7 years ago
  13. c2b70f1 Windows,JNI: more robust nativeCreateJunction by Laszlo Csomor · 7 years ago
  14. bc52a18 windows,launcher: Rlocation function now handles absolute paths correctly by pcloudy · 7 years ago
  15. 09d2031 Bazel server: ensure OutputStreams are closed by laszlocsomor · 7 years ago
  16. f37b2bf [singlejar] Replace setbuffer with setvbuf by Loo Rong Jie · 7 years ago
  17. 5dcf548 Enable android dependency checking in Bazel. by xingao · 7 years ago
  18. 74a9f01 Add virtual destructor and override to BinaryLauncherBase and subclasses by Loo Rong Jie · 7 years ago
  19. 44646c2 runfiles libraries: fix tests and comments by Laszlo Csomor · 7 years ago
  20. 35df715 Replace //tools/defaults:jdk to //tools/jdk:* by dbabkin · 7 years ago
  21. 40f5a77 Windows: Native launcher now works with unicode. by Yun Peng · 7 years ago
  22. bda12a1 Move HashFunction out of FileSystem, and turn it into a class, instead of an enum. by ccalvarin · 7 years ago
  23. 6caac85 Fail when resources use invalid java identifiers. by corysmith · 7 years ago
  24. a5e36ee Adding a tool to parse the execution logs. by olaola · 7 years ago
  25. 4022bac Remove usage of COMPILER_MSVC in Bazel and ijar by Loo Rong Jie · 7 years ago
  26. c62d227 [launcher] Don't pass std::string to C varargs function by Loo Rong Jie · 7 years ago
  27. ac69da0 Move path-manipulation functions to own library file. by ccalvarin · 7 years ago
  28. ff008f4 remote: concurrent blob downloads. Fixes #5215 by buchgr · 7 years ago
  29. 20a042f Format all bzl files with buildifier by vladmos · 7 years ago
  30. de1340a Improve DependencyAndroidData VALID_REGEX's robustness. by jingwen · 7 years ago
  31. 90446c1 Turn on pseudo locale generation for compilation. by corysmith · 7 years ago
  32. 6d33f28 Use independently passed assets in aapt2 packaging as well by asteinb · 7 years ago
  33. ee5ea6b tolerate missing outer classes for interface desugaring by kmb · 7 years ago
  34. e337084 Send Aapt2Exception message to the logger. by jingwen · 7 years ago
  35. cd76c1f Enable proguarded Android builds with --experimental_desugar_java8_libs in Bazel by kmb · 7 years ago
  36. 9980c7b Remove swiftstdlibtoolwrapper by thomasvl · 7 years ago
  37. f96f037 Windows, Java launcher: Support jar files under different drives by Yun Peng · 7 years ago
  38. 7fae58d Remove references to internal targets by ulfjack · 7 years ago
  39. 91b867f Set Locale to English when uppercasing strings to match Enums by Jingwen Chen · 7 years ago
  40. 448c09dc Automated rollback of commit feeccd8c0a5d97493cabfeb9481cf6f3800b9b84. by corysmith · 7 years ago
  41. feeccd8 Internal change by Googler · 7 years ago
  42. c53e457 Only include generated resources when pseudo locales are asked for. by corysmith · 7 years ago
  43. e3784ec Generate a separate psuedo locale .flat file only for default locale on values resources. by corysmith · 7 years ago
  44. 0b7f9f8 Add absolute path handling to Rlocation implementation used for remote execution on Windows from Java launcher. by Googler · 7 years ago
  45. 6846d71 Extract Qualifiers class for reuse. by corysmith · 7 years ago
  46. bfbb11b Internal change by Googler · 7 years ago
  47. f39226c Extract Qualifiers class for reuse. by corysmith · 7 years ago
  48. dd3ddb0 Allow banning symlink action outputs from being uploaded to a remote cache. by Benjamin Peterson · 7 years ago
  49. 94b8702 Clean up code that directly imports nested classes like Builder, Entry, etc. by jcater · 7 years ago
  50. bb4ffd6 Clean up code that directly imports nested classes like Builder, Entry, etc. by jcater · 7 years ago
  51. d61a185 Clean up code that directly imports nested classes like Builder, Entry, etc. by jcater · 7 years ago
  52. 0a57d3d Clean up code that directly imports nested classes like Builder, Entry, etc. by jcater · 7 years ago
  53. 3674591 Clean up code that directly imports nested classes like Builder, Entry, etc. by jcater · 7 years ago
  54. a5dbb07 Avoid failing when a fixed locale conflicts with a provided locale qualifer for resources. by corysmith · 7 years ago
  55. b80eb18 Move BazelLibrary from syntax/ to packages/ by brandjon · 7 years ago
  56. 3e50e35 Make runfiles usage on Windows more flexible to support remote execution. by Googler · 7 years ago
  57. 819bf38 c++,runfiles: move runfiles library by Laszlo Csomor · 7 years ago
  58. 8c6b7ab Normalize parameter name comments by cushon · 7 years ago
  59. a6a9843d For --checkHashMismatch=ERROR, emit all errors instead of stopping at the first one by cushon · 7 years ago
  60. 9b3eb97 java,runfiles: merge classes by Laszlo Csomor · 7 years ago
  61. 7b0d676 Automated rollback of commit 047688a129b444ba918ae4c31767dce73b17b049. by Googler · 7 years ago
  62. 047688a Add support for pseudo locales to ResourceLinker. by corysmith · 7 years ago
  63. f9cb859 runfiles: rlocation() checks if arg is normalized by Laszlo Csomor · 7 years ago
  64. 8c400c8 windows,client: fix error reporting by Laszlo Csomor · 7 years ago
  65. 4abd2ba Add error message on empty public resources by asteinb · 7 years ago
  66. 633ca68 Don't add -u flag to local remote worker docker command on Windows. by Googler · 7 years ago
  67. 96d3c91 Remove use of bare Immutable{List,Map,Set} Builder classes. by jcater · 7 years ago
  68. e6b9c2a Add --debug-mode to aapt2 invocations when building without -c opt. by corysmith · 7 years ago
  69. 6fcfc53 Update ApkSubject to use the AndroidCompiledDataDeserializer for proto apks. by corysmith · 7 years ago
  70. decb8be Add the --pseudo-localize flag to resource compilation, gated by the --generatePseudoLocale flag. by corysmith · 7 years ago
  71. fa36d2f Automated rollback of commit 4465dae23de989f1452e93d0a88ac2a289103dd9. by buchgr · 7 years ago
  72. 1a2ab6d Relax the assertion in Desugar for checking the calls to $closeResource(...). by cnsun · 7 years ago
  73. b942140 Ability to pass decoupled assets into monolithic resource processing action by asteinb · 7 years ago
  74. 99b9248 Create asset merging action by asteinb · 7 years ago
  75. ef247ef Java,runfiles: add Runfiles.getEnvVars() by Laszlo Csomor · 7 years ago
  76. b271171 Bash,runfiles: delete from //src/tools/runfiles by Laszlo Csomor · 7 years ago
  77. e02a00f Windows: java launcher no longer calls cmd.exe by Laszlo Csomor · 7 years ago
  78. 51ae67a Warn when code uses FileType(), which is deprecated. by laurentlb · 7 years ago
  79. f7549a6 python,runfiles: move to different package by Laszlo Csomor · 7 years ago
  80. c498715 Remove some deprecated resources flags. by ajmichael · 7 years ago
  81. 5437b08 Automated rollback of commit e8bed799d59526541afa2a0e9ef5d4c49e3ba390. by corysmith · 7 years ago
  82. cb16c50 Create proguard.txt in android_library AAR output. by ajmichael · 7 years ago
  83. d552776 build and test KeepScanner tool open-source by kmb · 7 years ago
  84. e8bed79 Automated rollback of commit a76f7db51a90cc2e35c1d66782056c310729eef0. by corysmith · 7 years ago
  85. 5f91119 add singlejar variant to bazel that includes Android desugar dependency checking by kmb · 7 years ago
  86. a76f7db Modify the .flat decompilation to account for multiple configurations by converting the aapt2 proto ConfigValue to a FolderConfiguration. by corysmith · 7 years ago
  87. 6d4f4f9 Fix unused variable warnings from clang. by Austin Schuh · 7 years ago
  88. 2b14d35 In singlejar runs with --check_desugar_deps, error out when encountering j$.** files. by kmb · 7 years ago
  89. 4465dae Only allow regular files and directories spawn outputs to be uploaded to a remote cache. by Benjamin Peterson · 7 years ago
  90. 327c74d stub simple core library bridge methods that only differ in return type by kmb · 7 years ago
  91. 848e786 Enable params files for DexMapper. by ahumesky · 7 years ago
  92. 8e9f4a8 Add dependency on googletest, so we can use gmock along with gtest. by ccalvarin · 7 years ago
  93. 23e1c5d Refactor and cleanup the sandboxing code. by Philipp Wollermann · 7 years ago
  94. ebf7dc4 Detect main dex list entries that will be missing RELNOTES: None. by kmb · 7 years ago
  95. 4f654da Make ManifestMergerAction able to not take a primary manifest by asteinb · 7 years ago
  96. 3e9c776 Skylint check for returning old-style providers. by laurentlb · 7 years ago
  97. 886d373 Make android tools stop accepting --annotationJar. by ajmichael · 7 years ago
  98. b12892e A tiny binary to print all rules in a package, after BUILD macro expansion. by carmi · 7 years ago
  99. 33c0885 Automated rollback of commit 8a5a0a3ed1e19768b6ee024189307bb4ac27460d. by laszlocsomor · 7 years ago
  100. 8a5a0a3 runfiles,C++: move to //tools/cpp/runfiles by Laszlo Csomor · 7 years ago