1. bcde0ed Fix documentation: no best effort guarantees to wait by aehlig · 8 years ago
  2. 0afe119 docs: Document --spawn_strategy=standalone for test by Harmandeep Kaur · 8 years ago
  3. e045565 Set //third_party/py/six:srcs to public visibility. (#3378) by Joe Finney · 8 years ago
  4. 193c9f8 Remove /DOS_WINDOWS from Windows CROSSTOOL by pcloudy · 8 years ago
  5. 0d31014 Sorting the Action output files. by olaola · 8 years ago
  6. b89b7ee Fix the executor by ulfjack · 8 years ago
  7. b237344 remote: Chunker should open files lazily. by buchgr · 8 years ago
  8. c1abc28 Bring back the very useful stacktrace printouts on --verbose_failures (#3380). by olaola · 8 years ago
  9. 6a8b90c Refactor the logic to determine Xcode configuration so that getting the information from the BUILD files and determining what to do with them is separated. by lberki · 8 years ago
  10. 8ae0591 Detect one version violations while building android_binary targets by Googler · 8 years ago
  11. eff8b3d Partial rollback of action_config validation logic by cparsons · 8 years ago
  12. 3b85af5 Open source ideinfo tests. by ajmichael · 8 years ago
  13. 2d0b2e8 Don't pass in our own source root. ScopeEscapableFileSystem doesn't like it in some situations (which I don't fully understand). by janakr · 8 years ago
  14. ae1e81e Add bazel mirror url for bazel_toolchains external repo. by xingao · 8 years ago
  15. 28adce5 If globbing throws an IOException, fail to construct the package instead of constructing the package with an error. by janakr · 8 years ago
  16. 5abf4ed Add flag to turn Android resource merge conflicts from warnings into errors by Googler · 8 years ago
  17. fba07bb Add module_map attribute to objc_library by Googler · 8 years ago
  18. 98375a2 Add a SkyFunction to perform toolchain resolution. by John Cater · 8 years ago
  19. 8002b62 Fix rules that provide both 'executable' and 'files' by vladmos · 8 years ago
  20. e5d95fb Fix crash when unioning depsets with different orders by brandjon · 8 years ago
  21. 528a1ea Add *_alias rules to @bazel_tools so that people don't have to keep writing their own. by lberki · 8 years ago
  22. 9dd30c9 Fix build failure with old OS X mktemp by ilovezfs · 8 years ago
  23. 6d6e872 Release script: generate the index.html from the commit message by Damien Martin-Guillerez · 8 years ago
  24. bc6769b Remove the cc_common.cc_toolchain_attr and java_common.java_runtime_attr in favor of the cc_toolchain_alias() and the java_runtime_alias() rules introduced in https://github.com/bazelbuild/bazel/commit/440919933dc11d8aa4394dbd53790271a2073bc5. by lberki · 8 years ago
  25. 597fb75 Fix sandboxing tests after changes to the error messages by ulfjack · 8 years ago
  26. 97d6708 Fix declared providers behavior by vladmos · 8 years ago
  27. bc28fa6 PiperOrigin-RevId: 161791822 by lpino · 8 years ago
  28. cbda274 Remove some unused code by ulfjack · 8 years ago
  29. ce1c36d BEP: Report configuration for all actions by Klaus Aehlig · 8 years ago
  30. 34bf0c6 Remove the java_common.java_toolchain_attr field in favor of a java_toolchain_alias() rule, depending on which will accomplish the same thing. by lberki · 8 years ago
  31. 3c1c8e9 Add a toolchains= attribute to *_binary, *_test, cc_library and extra_action rules to declare which Make variables they need. by lberki · 8 years ago
  32. 7ced4c0 Turn on CRC computation in ijar by default. by lberki · 8 years ago
  33. 63f01a6 Also generate a build stream for fetch by Klaus Aehlig · 8 years ago
  34. 567419d zip_manifest_creator: fix rlocation on Windows by Laszlo Csomor · 8 years ago
  35. 5234676 Refactor CcCommon a bit. by lberki · 8 years ago
  36. 5d453d9 Categorize Python options. by lberki · 8 years ago
  37. 05370cd Add ObjcProvider.LINK_INPUTS as inputs to CROSSTOOL link actions. by allevato · 8 years ago
  38. 106fa1e Fix bug where merge conflicts for resources defined in XML with equal values were being falsely logged during build as warnings by Googler · 8 years ago
  39. 60eb53b Fixing the handling of retries for watch and execute calls. by olaola · 8 years ago
  40. f626144 Add skyfunction to return all registered toolchain labels. by John Cater · 8 years ago
  41. 6695345 First pass of @Option documentation for apple/objc/swift by cparsons · 8 years ago
  42. e970ad0 Avoid races while deleting output directory ancestors by mschaller · 8 years ago
  43. bb967aa Delete EventHandlerPreconditions. With https://github.com/bazelbuild/bazel/blob/master/src/main/java/com/google/devtools/build/lib/runtime/BlazeRuntime.java#L1097, we log exceptions in the EventBus already. No need to have a crusty auxiliary class. by janakr · 8 years ago
  44. a752d8b New flag --incompatible_string_is_not_iterable to forbid iteration over strings. by laurentlb · 8 years ago
  45. 5f36bf8 Add bazel-toolchains repository which will be used to test remote execution by Googler · 8 years ago
  46. 4ddc937 Fix compiler detection when mapping LIPO to ThinLTO by Googler · 8 years ago
  47. 90495e1 Correct environment variable name local_config_cc depends on by pcloudy · 8 years ago
  48. a63da8e Split the sandbox strategies into SpawnRunner implementations and strategies by ulfjack · 8 years ago
  49. 67bd6fc remote: Refactor GrpcRemoteExecutor to only take what it needs. by buchgr · 8 years ago
  50. 4e9fa19 Make native declared providers not implement TransitiveInfoCollection. by dslomov · 8 years ago
  51. 425f249 Windows: Switch wrapper-less CROSSTOOL to default by pcloudy · 8 years ago
  52. 9a444d4 Add --experimental_strict_action_env and --shell_executable flags by ulfjack · 8 years ago
  53. ad7f531 Moves printing method for feature accessibility errors. by plf · 8 years ago
  54. 77e4997 Change `files` attr of `pkg_tar` to a dict. by John Millikin · 8 years ago
  55. 264f40f Rewrite all the sandbox strategy implementations by ulfjack · 8 years ago
  56. 423a46a remote: fix flaky test. Fixes #3348 by buchgr · 8 years ago
  57. 226510b remote: Rewrite Chunker by buchgr · 8 years ago
  58. 7a1e3a5 Fix #3280: SingleJar prints annoying "bit length overflow" messages by Philipp Wollermann · 8 years ago
  59. d2ce7ab third_party/googleapis: Update BES protos to latest version. by Jakob Buchgraber · 8 years ago
  60. c5358e5 Remove hard-coded -Xbootclasspath/p flags for javac and turbine invocations by cushon · 8 years ago
  61. ab49eda Do not override Spawn methods from ExtraAction. by tomlu · 8 years ago
  62. b4186db Minor cleanup of AndroidConfiguration. by ajmichael · 8 years ago
  63. d0f0fa5 Pass timeouts to the RemoteWorker. by olaola · 8 years ago
  64. 5694e77 Not log warnings when the RPC was cancelled. by olaola · 8 years ago
  65. 6357092 Automated rollback of commit 937350211dcd55a4714ec32ebbf33fffcc42cdf2. by kchodorow · 8 years ago
  66. 3e36d7a PiperOrigin-RevId: 161571228 by lpino · 8 years ago
  67. ed24961 Remove Java 7 type inference workarounds and TODOs by brandjon · 8 years ago
  68. 3b038b9 Automated rollback of commit 0d2aa6369b09940d584b544fb10796387e0fafa0. by brandjon · 8 years ago
  69. befb8d6 Making mobile-install v2 compatible with ASwB plugin by Googler · 8 years ago
  70. c06e746 Misc cleanups of syntax dir by brandjon · 8 years ago
  71. b8ed521 Remove apple_watch1_extension and apple_watch_extension_binary rules by cparsons · 8 years ago
  72. 990622b Misc cleanups of AST node API by brandjon · 8 years ago
  73. 8cbf0f1 Clean up string representations for unknown objects by vladmos · 8 years ago
  74. fd37b51 Ensure that shutdown commands end the server process before completion by mschaller · 8 years ago
  75. 9373502 Resolve references to @main-repo//foo to //foo by kchodorow · 8 years ago
  76. a334363 ConfigFeatureFlagProvider should be declared provider only. by dslomov · 8 years ago
  77. ec90279 Expose current java_toolchain target to Skylark. by elenairina · 8 years ago
  78. 64a6c15 Add register_toolchains function to the WORKSPACE for registering toolchains to use. by John Cater · 8 years ago
  79. 2d05de2 MakeVariableProvider should be declared provider only. by dslomov · 8 years ago
  80. f07773b Make some objects SkylarkValues by vladmos · 8 years ago
  81. 2a32a66 Delete the unused OptionProcessor::ParseOptions(argc,argv). by lpino · 8 years ago
  82. 1c2b027 Add a string representations test for glob values by vladmos · 8 years ago
  83. a3ead77 ProfilerTest: Removes flakiness from ProfilerTest by plf · 8 years ago
  84. bf07eaf Add second method to access external dependencies when using generate_workspace tool. by Googler · 8 years ago
  85. b9f7b51 Fix options parsing javadoc typo. by gregce · 8 years ago
  86. 4409199 Add a cc_toolchain_alias and java_runtime_alias rules so that e.g. genrules can depend on the C++ toolchain/Java runtime being used. by lberki · 8 years ago
  87. c16f798 fixed broken link to maven_jar code in docs by Ittai Zeidman · 8 years ago
  88. e213db3 Bazel CI: fix broken compilation by laszlocsomor · 8 years ago
  89. 456adb2 Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetadataTags. by ccalvarin · 8 years ago
  90. 75483b5 Pass an EventHandler to OutputService.startBuild by ulfjack · 8 years ago
  91. a708a02 BuildEventWithConfiguration: represent configurations as BuildEvent by Klaus Aehlig · 8 years ago
  92. 7c22799 remote: Fix flaky ByteStreamUploaderTest. by buchgr · 8 years ago
  93. 49e2e0d Make the number of jobs in the worker configurable via an option by ulfjack · 8 years ago
  94. 4634ff9 Make information about the Java runtime in use available in Skylark using a dependency. by lberki · 8 years ago
  95. e0ea0f6 Update marker version number to 3 by pcloudy · 8 years ago
  96. dc30e81 AndroidResourceOutputs: fix ZipEntry paths by Laszlo Csomor · 8 years ago
  97. e9e0212 Change JavaBuilder to work with the new Bazel Java coverage. by elenairina · 8 years ago
  98. 76a251b Add Make variables to java_runtime and java_runtime_suite . by lberki · 8 years ago
  99. 5ed49b0 Make CcToolchainProvider#equals() be the object identity. by lberki · 8 years ago
  100. e9b39df Android BusyBox: use the JunctionCreator by Laszlo Csomor · 8 years ago