1. 59b099b Handle null action inputs in TreeNodeRepository by ulfjack · 8 years ago
  2. f969734 Implement OutputGroupInfo provider. by dslomov · 8 years ago
  3. 430aca7 Restoration of file incorrectly trunkated by the export process by Damien Martin-Guillerez · 8 years ago
  4. 9b3b2e9 BuildEventStreamer: support also providing stdout/stderr by Klaus Aehlig · 8 years ago
  5. bfacec0 Automated g4 rollback of commit d5217515002d468a3095243975e21e89eccc46b7. by ajmichael · 8 years ago
  6. 2214797 Add best practices doc by kchodorow · 8 years ago
  7. edcd915 Support cpufeatures from Android NDK. by ajmichael · 8 years ago
  8. 5da0dd5 Roll forward of https://github.com/bazelbuild/bazel/commit/5f31944b8942818aaf53571c76f5c6a9a9dafc72: Custom module map for j2objc_library by Googler · 8 years ago
  9. 248581e Move platform providers to a new package to break cyclic dependencies. by John Cater · 8 years ago
  10. 38b8350 Only allocate some formerly frequently allocated PathFragment objects once. by nharmata · 8 years ago
  11. b712f33 Make Skylark interpreter read Skylark command-line flags by brandjon · 8 years ago
  12. 47577f8 Convert LLVM raw profiles to indexed format if necessary. by Googler · 8 years ago
  13. ebf27d9 Assign otherwise ignored Future return values to local variables. by Googler · 8 years ago
  14. 37eda75 Open source ManifestMergerActionTest. by ajmichael · 8 years ago
  15. 1fb094e Automated g4 rollback of commit aa7f9307636d38cbb93a03acac8f4c59adfa0ee8. by ajmichael · 8 years ago
  16. 783ad60 Add support for logging exception details via ErrorMessage. by philwo · 8 years ago
  17. 7dc3416 Store Skylark command-line flags in Skyframe by brandjon · 8 years ago
  18. 331e930 Slight tweaks to text formatting of ErrorMessages. by philwo · 8 years ago
  19. d521751 Init absent action configs for CppCompile actions by hlopko · 8 years ago
  20. 46da1fc Add a way for options classes to mark that they are skyframe-friendly by brandjon · 8 years ago
  21. f91c008 Automated g4 rollback of commit d5ee3b5397135eebd4b5d5b6bd4a4444093c4df8. by kchodorow · 8 years ago
  22. 496d3de Automated g4 rollback of commit bcd23553f38f54fd4846aa507c827a4ee40cfab4. by ajmichael · 8 years ago
  23. d5ee3b5 Repositories can only be accessed in projects that define them in their WORKSPACE file by kchodorow · 8 years ago
  24. 98cfaa1 Refactor ActionTester to pass BitSet to factories by hlopko · 8 years ago
  25. bcd2355 proto_library: Pass exec path to protoc. Fixes #2265 by Jakob Buchgraber · 8 years ago
  26. 9158362 Remove AppleCrosstoolSplitTransition. by cpeyser · 8 years ago
  27. 1a5c63c Add check to LocalRepositoryFunction that the path contains a WORKSPACE file. by John Cater · 8 years ago
  28. 99ea6b4 Native aspects can opt-in to apply to files. by dslomov · 8 years ago
  29. 641318a Automated g4 rollback of commit 3c0bb56a74478cff675b636d5bf605a652451739. by corysmith · 8 years ago
  30. 9e0308e Automated g4 rollback of commit d9fea57268ff01c001fbcbdc2bd057c86c362e6f. by buchgr · 8 years ago
  31. 5cd27f7 Dump the stderr log of a worker when it crashes during a build. by philwo · 8 years ago
  32. e996428 Deprecate --experimental_android_use_singlejar_for_multidex. by ajmichael · 8 years ago
  33. d9fea57 Automated g4 rollback of commit 3d596d63f883fff56001ed7b2e5cf51dba45f082. by ajmichael · 8 years ago
  34. aac1324 Make PathFragment an abstract class. by nharmata · 8 years ago
  35. 3d596d6 BEP: Show protocol upload in the UI by buchgr · 8 years ago
  36. 28c7a7f Add a undocumented way to define a platform that is autodetected from the host. by John Cater · 8 years ago
  37. e3d46b7 Refactor PlatformInfo.Builder to detect and report invalid configurations. by John Cater · 8 years ago
  38. e534bff AutoValue and SkylarkClassObject interact badly, so remove that. by John Cater · 8 years ago
  39. e684392 Fix tests to create WORKSPACE files for local repositories. by John Cater · 8 years ago
  40. 8989e19 Rewrite repository lookup to return a failed value rather than throw by ulfjack · 8 years ago
  41. 3c0bb56 Automated g4 rollback of commit 3217832d638f9a8fdf22e88e32d75bda32ff7235. by corysmith · 8 years ago
  42. bdf0230 Refactor the RClassGenerator to be reusable for different packages. by corysmith · 8 years ago
  43. 916a432 Prepare dynamic LIPO transitions. by gregce · 8 years ago
  44. f9efa42 Don't hard remove --no_, give a warning first. by ccalvarin · 8 years ago
  45. 4c2c428 Add a way of constructing OptionsBase subclass instances from maps by brandjon · 8 years ago
  46. 3ffc6a7 OnePlatform auth support for Bazel, in preparation for next version of the API. by olaola · 8 years ago
  47. dfcd5da8 Add repository override option by kchodorow · 8 years ago
  48. aa7f930 Filter out conflicting flag policies before invocation policy enforcement. by ccalvarin · 8 years ago
  49. bb752ad Support using minimized bitcode for ThinLTO LTO indexing step by Googler · 8 years ago
  50. cdcd27c RELNOTES: None by ajmichael · 8 years ago
  51. 5d10426 Deprecate use of option category to describe documentation level / usage restrictions. by ccalvarin · 8 years ago
  52. 9484d95 Fix crash on graph cycle in configuration loading by gregce · 8 years ago
  53. 7a90b9a Write stdout and stderr to the remote cache by ulfjack · 8 years ago
  54. 0d3d5ae Implement logging in LocalSpawnRunner by ulfjack · 8 years ago
  55. 1ade2c47 Simplify LocalSpawnRunner by ulfjack · 8 years ago
  56. 2eaa02e Split out option usage restriction from option category. by ccalvarin · 8 years ago
  57. 91e4ded Add ordering semantics for cached options data by brandjon · 8 years ago
  58. 391d5d9 Remove the overloading of option category to cover documentation level. by ccalvarin · 8 years ago
  59. b9a2e9d Add /sdk/extras/m2repository the list of Android SDK embedded Maven repositories. by ajmichael · 8 years ago
  60. d470a32 Automated g4 rollback of commit e1d692e486a2f838c3c894fd9de693fabd6685ed. by schmitt · 8 years ago
  61. ed666fc Expose Bazel's Android data binding support to users. by gregce · 8 years ago
  62. 36355da Automated g4 rollback of commit e7c730ba64d1c34ac7049f4165a33dc1329d0019. by jfield · 8 years ago
  63. 4db5c96 Refactor options tests into a new file by brandjon · 8 years ago
  64. ba8b2d9 Automated g4 rollback of commit 045104899738594d85f9ab9b0b9ccbde320b8055. by jfield · 8 years ago
  65. ae1d0de Fix an expansion flag issue where it expands to a repeatable flag. by ccalvarin · 8 years ago
  66. 6fc43c0 Expose the native libs of the android_binary rule to skylark. by Googler · 8 years ago
  67. f87b708 Teach the RClassGenerator to merge all library symbols and reconcile ids. by corysmith · 8 years ago
  68. 8fd7f75 Migrate UnixGlob to Path#statIfFound() instead of #statNullable(). The latter swallows all filesystem failures, and does not disambiguate missing files from filesystem problems. by felly · 8 years ago
  69. a45939b In android_library targets, R.class files should not be runtime dependencies by Googler · 8 years ago
  70. 1341e3e Fix `in` operator for targets by vladmos · 8 years ago
  71. 0451048 Make C++ archiving use action_configs instead of hardcoded flags by hlopko · 8 years ago
  72. eeb8970 BEP: for local transports optionally drop path conversion by Klaus Aehlig · 8 years ago
  73. 724706b Do not add a build id to C++ binaries by default. by lberki · 8 years ago
  74. 11b8760 Remove special cases for "name" in implicit outputs code by Benjamin Peterson · 8 years ago
  75. 2d5d17b Add a custom single-line formatter for java.log. by schmitt · 8 years ago
  76. b127fbb Add feature_flags attribute to Android binary rules. by mstaib · 8 years ago
  77. 8dec2ca Document the current confusing semantics of relative windows paths with drive letters. by nharmata · 8 years ago
  78. 8d876cf Make android_sdk_repository generate filegroups containing system image files for all android system images installed in the SDK. For system images that are not installed, create genrule "poison pills" that print a helpful error message if you attempt to build them. by ajmichael · 8 years ago
  79. 2e1b904 Delete Preprocessor.Factory.Supplier by laurentlb · 8 years ago
  80. 3aa7d2f Used 'DefaultInfo' instead of `ctx.default_provider`. by dslomov · 8 years ago
  81. e7c730b Extract --sysroot flag from bazel and move it into crosstool by hlopko · 8 years ago
  82. 423dccc Make immutability explicit for things exposed to Skylark. by dslomov · 8 years ago
  83. 360fb4d Implement default provider by vladmos · 8 years ago
  84. 1dadb87 Better error messages for non-exported values. by dslomov · 8 years ago
  85. 039b9ee Aspect propagation should not lose transitively-visible aspects. by dslomov · 8 years ago
  86. 8a8c2db Remove remnants of apkbuilder from Android tests. by ajmichael · 8 years ago
  87. 3334b25 Open source AndroidBinaryMultidexTest. by ajmichael · 8 years ago
  88. 3c4b4e3 Avoid copying existing immutable collections by cushon · 8 years ago
  89. 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
  90. ba51190 Add --all_incompatible_changes invocation policy test. by ccalvarin · 8 years ago
  91. 505ef57 fix: Allow parentheses in glob patterns by Harmandeep Kaur · 8 years ago
  92. 519ecb7 Do not wrap dynamic libraries with --whole-archive block by hlopko · 8 years ago
  93. 25b17db Fix the SpawnInputExpander to compute the manifest path correctly by ulfjack · 8 years ago
  94. 446ef45 Open source tests for android_device. by ajmichael · 8 years ago
  95. 97cd8f2 Make Bazel use existing NDK13 crosstool for NDK14. by ajmichael · 8 years ago
  96. 3fd4054 Allow graph implementations to filter out deps that are known to be done when change pruning. This can speed up change pruning. by janakr · 8 years ago
  97. e193df0 Add flag_values attribute to config_setting. by mstaib · 8 years ago
  98. d6fec93 Remove getAaptSupportsMainDexCreation from AndroidSdkProvider. by ajmichael · 8 years ago
  99. ee3e192 BEP: Extend infrastructure to allow reporting artifacts only once by Klaus Aehlig · 8 years ago
  100. 8d57f1d LocalSpawnRunner: on Windows, don't use the process wrapper for now by ulfjack · 8 years ago