1. 57df98e RELNOTES: Fix select condition intersections. by Googler · 8 years ago
  2. 5020f7e Temporarily disable consistent split transitioning on apple_binary rules. by cparsons · 8 years ago
  3. c8ba804 Propagate iquote appropriately from apple_binary so that generated headers of xctest apps are seen by ios_test by cparsons · 8 years ago
  4. 5d10426 Deprecate use of option category to describe documentation level / usage restrictions. by ccalvarin · 8 years ago
  5. ff29c0b Change Bazel's LIPO model to support dynamic configurations. by gregce · 8 years ago
  6. b462128 Add warning to git_repository by kchodorow · 8 years ago
  7. 9287b9a Make Bazel android_library exports_manifest default to True. by ajmichael · 8 years ago
  8. f0e1479 Turn on --experimental_j2objc_header_map by default. by rduan · 8 years ago
  9. f4408f6 Fix RemoteSpawnStrategy to upload stdout/stderr to the remote cache by ulfjack · 8 years ago
  10. 8b715ee Skip params file handling for resource jar actions with short command lines by cushon · 8 years ago
  11. 9484d95 Fix crash on graph cycle in configuration loading by gregce · 8 years ago
  12. 0b10307 Remove references to STRING_DICT_UNARY by michajlo · 8 years ago
  13. 865152a Skip params file handling for genjar actions by cushon · 8 years ago
  14. 8d875a1 Remove some debugging code from bazel_coverage_test.sh . by lberki · 8 years ago
  15. 4215114 Revert "Expect the python binary on path to be a symlink " by Klaus Aehlig · 8 years ago
  16. 3a5d3db Re-enable the Java coverage tests. by lberki · 8 years ago
  17. b6cc4c1 Automated g4 rollback of commit 501b62716af12ba42c019bd9f231468b3c144757. by aehlig · 8 years ago
  18. 7a90b9a Write stdout and stderr to the remote cache by ulfjack · 8 years ago
  19. d1b34d4 Eliminate some middleman methods by brandjon · 8 years ago
  20. 0d3d5ae Implement logging in LocalSpawnRunner by ulfjack · 8 years ago
  21. 24eb353 Reword comment by laurentlb · 8 years ago
  22. 997992d Generating PDB files on Windows by Yun Peng · 8 years ago
  23. 1ade2c47 Simplify LocalSpawnRunner by ulfjack · 8 years ago
  24. 55828e2 Vendor jarjar instead of using a binary version of it. by Lukacs T. Berki · 8 years ago
  25. 50d62ee Partial rollback of unknown commit by cushon · 8 years ago
  26. 2eaa02e Split out option usage restriction from option category. by ccalvarin · 8 years ago
  27. 91e4ded Add ordering semantics for cached options data by brandjon · 8 years ago
  28. 6748b39 Improve DottedVersion validation for minimum_os attribute, and fix error message. by cparsons · 8 years ago
  29. 391d5d9 Remove the overloading of option category to cover documentation level. by ccalvarin · 8 years ago
  30. b9a2e9d Add /sdk/extras/m2repository the list of Android SDK embedded Maven repositories. by ajmichael · 8 years ago
  31. d470a32 Automated g4 rollback of commit e1d692e486a2f838c3c894fd9de693fabd6685ed. by schmitt · 8 years ago
  32. 501b627 Basic open-source crosstool to support targetting apple platform types. by cparsons · 8 years ago
  33. ed666fc Expose Bazel's Android data binding support to users. by gregce · 8 years ago
  34. 36355da Automated g4 rollback of commit e7c730ba64d1c34ac7049f4165a33dc1329d0019. by jfield · 8 years ago
  35. 70f5d58 Report an error for missing java_library.exported_plugins by cushon · 8 years ago
  36. 4db5c96 Refactor options tests into a new file by brandjon · 8 years ago
  37. ba8b2d9 Automated g4 rollback of commit 045104899738594d85f9ab9b0b9ccbde320b8055. by jfield · 8 years ago
  38. ae1d0de Fix an expansion flag issue where it expands to a repeatable flag. by ccalvarin · 8 years ago
  39. f1e1773 Correct ClassRemapperWithBugFix to avoid stack map frame corruption. by cnsun · 8 years ago
  40. 6fc43c0 Expose the native libs of the android_binary rule to skylark. by Googler · 8 years ago
  41. c52d73e Canonicalize-flags can now show the canonical invocation policy. by ccalvarin · 8 years ago
  42. 0334cd4 Add bitcode support to objc crosstool linking. by cpeyser · 8 years ago
  43. f87b708 Teach the RClassGenerator to merge all library symbols and reconcile ids. by corysmith · 8 years ago
  44. 4c89590 Enable params files for resource jar actions by cushon · 8 years ago
  45. c99b13a Remove the use_objc_header rule warning. Add a generic migration warning to objc_proto_library without the portable_proto_filters attribute. by kaipi · 8 years ago
  46. 5006dab Roll forward of https://github.com/bazelbuild/bazel/commit/4a303e2cd840810b95cbc793e38bdca48e6d9556 by cushon · 8 years ago
  47. 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
  48. a45939b In android_library targets, R.class files should not be runtime dependencies by Googler · 8 years ago
  49. 1341e3e Fix `in` operator for targets by vladmos · 8 years ago
  50. 1637af9 Introduce linkmap support for --experimental_objc_crosstool=all by cpeyser · 8 years ago
  51. 8ff0d0d Revert "protobuf: Update protobuf to @laszlocsomor's master at commit 421d909." by Jakob Buchgraber · 8 years ago
  52. 5235d06 protobuf: Update protobuf to @laszlocsomor's master at commit 421d909. by Jakob Buchgraber · 8 years ago
  53. 5bf9e0f Partition ObjC header scanning actions to better handle large targets. by Googler · 8 years ago
  54. 4a303e2 Automated g4 rollback of commit b0ac3b41700cdc575c36ff2de191bc9ba2b6abf0. by cushon · 8 years ago
  55. 11789f4 Fix escaping of '@' in javabuilder command lines by cushon · 8 years ago
  56. 3a759c4 Sets --objc_includes_prioritize_static_libs to be true by default. by cpeyser · 8 years ago
  57. 329c1b6 BEP: report shard and numbers 1-based by Klaus Aehlig · 8 years ago
  58. 3754d9b Stop embedding apkbuildermain in Bazel binary. by ajmichael · 8 years ago
  59. 7babdf2 Move xcrunwrapper and libtool to third_party/bazel/tools/objc from their xcode src directories by cparsons · 8 years ago
  60. eecd712 Update comments and remove obsolete field. by laurentlb · 8 years ago
  61. 0451048 Make C++ archiving use action_configs instead of hardcoded flags by hlopko · 8 years ago
  62. d907373 Revert "protobuf: Update protobuf to @laszlocsomor's master at commit 421d909." by Jakob Buchgraber · 8 years ago
  63. ea82aa1 protobuf: Update protobuf to @laszlocsomor's master at commit 421d909. by Jakob Buchgraber · 8 years ago
  64. eeb8970 BEP: for local transports optionally drop path conversion by Klaus Aehlig · 8 years ago
  65. f852909 Make src/test/shell/integration/logging_test.sh executable. by buchgr · 8 years ago
  66. 724706b Do not add a build id to C++ binaries by default. by lberki · 8 years ago
  67. ac08077 Make FakeCppCompileAction fail if its source file doesn't compile without any extra defines. by lberki · 8 years ago
  68. 8e04230 Lifting restriction that java home cannot be absolute path when jvm label is used. by Googler · 8 years ago
  69. 75381c7 Add qemu2_x86 filegroup to @androidsdk. by ajmichael · 8 years ago
  70. 11b8760 Remove special cases for "name" in implicit outputs code by Benjamin Peterson · 8 years ago
  71. 26ac674 Remove Preprocessor.Result by laurentlb · 8 years ago
  72. aa5e060 Fix memory regression introduced by default providers by vladmos · 8 years ago
  73. 57daac0 Add select() support for "query --output=build". by gregce · 8 years ago
  74. 2765912 Make Android data binding rules explicitly depend on the runtime library. by gregce · 8 years ago
  75. 2d5d17b Add a custom single-line formatter for java.log. by schmitt · 8 years ago
  76. 7d0bcf9 "minimum_os" attribute on multi-arch linking rules. by cparsons · 8 years ago
  77. 0fdc65e Remove unused variable by dmishe · 8 years ago
  78. b127fbb Add feature_flags attribute to Android binary rules. by mstaib · 8 years ago
  79. f76ad07 Update outdated comment by brandjon · 8 years ago
  80. 8dec2ca Document the current confusing semantics of relative windows paths with drive letters. by nharmata · 8 years ago
  81. fc7296f Fix ProtobufSupport.java to use the build configuration when being called from an apple_binary split transition context. Refactors ProtobufSupport to not rely on ruleContext for dependencies. by kaipi · 8 years ago
  82. 1f38a5a BuildEvent: reflect generic converter property also in interface variables by Klaus Aehlig · 8 years ago
  83. ade79a7 Bazel client, Windows: impl. client-level locking by laszlocsomor · 8 years ago
  84. 65a15ed Delete Preprocessor.Factory by laurentlb · 8 years ago
  85. 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
  86. 2e1b904 Delete Preprocessor.Factory.Supplier by laurentlb · 8 years ago
  87. e2c0494 Introduce hidden configuration flag to list dexopts used by DexFileMerger tool during incremental dexing by kmb · 8 years ago
  88. 3aa7d2f Used 'DefaultInfo' instead of `ctx.default_provider`. by dslomov · 8 years ago
  89. 350f638 test_action_conflict no longer relies on cc_binary internals by cparsons · 8 years ago
  90. e9591e9 Fix typo, mobile_install should be mobile-install by Googler · 8 years ago
  91. f5918bf Re-enabling the remote caching without remote execution code path, which was by olaola · 8 years ago
  92. fe2fa83 Remove Preprocessing support from PackageFactory by laurentlb · 8 years ago
  93. e7c730b Extract --sysroot flag from bazel and move it into crosstool by hlopko · 8 years ago
  94. 423dccc Make immutability explicit for things exposed to Skylark. by dslomov · 8 years ago
  95. c83c570 Fix #2769: Worker processes should be killed on 'bazel clean'. by philwo · 8 years ago
  96. 481133f BEP: clean up no longer needed field in OutputGroup by Klaus Aehlig · 8 years ago
  97. be7bb5b Mark toolchain_test.sh executable. by buchgr · 8 years ago
  98. 360fb4d Implement default provider by vladmos · 8 years ago
  99. 1dadb87 Better error messages for non-exported values. by dslomov · 8 years ago
  100. 039b9ee Aspect propagation should not lose transitively-visible aspects. by dslomov · 8 years ago