1. 5adcd3e Update Attribute to use a single TransitionFactory for patch and split by John Cater · 6 years ago
  2. 7faa0ef Introduce a FileSystemCalls.getType() function that just returns the type of a by djasper · 6 years ago
  3. d21fa42 Allow starlark transitions to whitelist based on rule definition location. by juliexxia · 6 years ago
  4. 80bff99 Wrap StatusRuntimeExceptions from GrpcRemoteCache by George Gensure · 6 years ago
  5. d4f51b9 Improve usefulness of NotASymlinkException#getMessage. Note that the returned string can make its way into Bazel's printed error message. by nharmata · 6 years ago
  6. 18ef7a5 Introduce new flag `--incompatible_string_join_requires_strings` by laurentlb · 6 years ago
  7. f97623b Refactor AppleCcToolchain to not pass ruleContext around too much by hlopko · 6 years ago
  8. e5777ce Fix some more tests before flipping the --incompatible_disable_crosstool_file flag by rosica · 6 years ago
  9. ce4b73e Enable --incompatible_no_attr_license by default by laurentlb · 6 years ago
  10. 5535538 Migrate ObjC tests to use cc_toolchain_config rule instead of CROSSTOOL file by rosica · 6 years ago
  11. 0a9e1ed Change uses of SplitTransitionProvider to TransitionFactory. by John Cater · 6 years ago
  12. 75b7ed4 remote: move options to its own package by Jakob Buchgraber · 6 years ago
  13. 61d03b2 Support options with multiple values for platform to flag mappings. by schmitt · 6 years ago
  14. be9fbec Implement a native file OutputStream for Unix. by Benjamin Peterson · 6 years ago
  15. 45dd67e Remove unused test constants by rosica · 6 years ago
  16. 254a4be Remove flag `--incompatible_strict_argument_ordering`. by laurentlb · 6 years ago
  17. d576ed0 Remove `--incompatible_disallow_data_transition` flag by laurentlb · 6 years ago
  18. 2299445 Implement autodetecting Python toolchain by brandjon · 6 years ago
  19. 74d929a Add useful implementations of TransitionFactory. by John Cater · 6 years ago
  20. fc74dd9 Split CcSkyframeSupportValue by hlopko · 6 years ago
  21. 8c0c57a Migrate Android tests to use cc_toolchain_config rule instead of CROSSTOOL file by rosica · 6 years ago
  22. 3f791e76 Enable incompatible_disallow_load_labels_to_cross_package_boundaries by default by laurentlb · 6 years ago
  23. e07f9e3 Allow for empty value in --remote_http_cache by perwestling · 6 years ago
  24. da146d2 skip_cache_lookup after download cache not found by George Gensure · 6 years ago
  25. 9d39da5 Filter fields in the `native` module by laurentlb · 6 years ago
  26. c33f0c8 Don't expose `null` option values to Starlark - replace with Runtime.Nonetype. by juliexxia · 6 years ago
  27. 4d8d1d6 Automatic code cleanup. by diamondm · 6 years ago
  28. 4712959 Cancel any pending futures on interrupt by ulfjack · 6 years ago
  29. f091f9c Make deterministic the error that is stored in TransitiveTraversalValue. When there are multiple errors, we don't want non-determinism. by janakr · 6 years ago
  30. 81c4bbf Ensure Python transitions do not create action conflicts by brandjon · 6 years ago
  31. 5494081 Add an (unused) AttributeMap argument to Attribute.getConfigurationTransition. by jcater · 6 years ago
  32. e22ef9f Do not use CppConfiguration from CcToolchainProvider for --force_pic by hlopko · 6 years ago
  33. b22ba4f Allow Reporter to take events with a "showOnce" tag to suppress handling of by steinman · 6 years ago
  34. 0eee8c5 Move checking for host transitions to a few centralized places. by jcater · 6 years ago
  35. cce2ab1 Enable --incompatible_merge_genfiles_directory by default. by laurentlb · 6 years ago
  36. e12229e Remove --incompatible_require_feature_configuration_for_pic by hlopko · 6 years ago
  37. 962c01c Make the protocol buffer provider available as proto_common.ProtoInfo in addition to bare ProtoInfo. by lberki · 6 years ago
  38. dd1d59a Remove --incompatible_disable_depset_in_cc_user_flags by hlopko · 6 years ago
  39. 9474b1e Add --incompatible_require_ctx_in_configure_features by hlopko · 6 years ago
  40. 895c43d Switch TestRunnerAction to use continuations by ulfjack · 6 years ago
  41. fef4f06 Add a test case for evaluating an empty collection of SkyKeys by Googler · 6 years ago
  42. d6cd917 Disable explicit R class filtering for instrumentation tests. by Googler · 6 years ago
  43. 684646e Automated rollback of commit 15b70bb63e5495290900de9303cbebb0ff12210b. by laurentlb · 6 years ago
  44. 9b8c500 Avoid IllegalStateException on missing actions if allowing analysis failures by cparsons · 6 years ago
  45. 0c6a2ca Amend some error messages for starlark transition whitelisting to reflect not always being split transitions. by juliexxia · 6 years ago
  46. 615ac4e support in-memory outputs in spawn result by Jakob Buchgraber · 6 years ago
  47. 4354d4c Make default ccSupport use a starlark rule instead of CROSSTOOL by rosica · 6 years ago
  48. 5bec36c Move Reporter out of the BuildEventStreamer. by lpino · 6 years ago
  49. adea1a7 Add option to slim down the JSON profile. by twerth · 6 years ago
  50. 803801d Pass execution info to xml generating spawn. Fixes #7794 by Jakob Buchgraber · 6 years ago
  51. fc01ea7 Automated rollback of commit d93c1904e4decb2fc7e491ddb2b4b2c2fc6440a8. by juliexxia · 6 years ago
  52. 5ce7736 Migrate more tests to use Starlark cc_toolchain configuration by rosica · 6 years ago
  53. 1b3c681 Correct parsing of bazel info command results in black box tests by Irina · 6 years ago
  54. 04d204f Migrate more tests to use Starlark cc_toolchain configuration by rosica · 6 years ago
  55. 7e39391 Generate cc_toolchain_cc.bzl instead of CROSSTOOL for android ndks by hlopko · 6 years ago
  56. e58f180 Improve testing for deleteTree and deleteTreesBelow. by jmmv · 6 years ago
  57. 15b70bb Automated rollback of commit f7f5415af74bda139d7e24bc3e0db1b9b470e7e5. by laurentlb · 6 years ago
  58. d93c190 Put all Android native provider SkylarkCallable methods behind the by Googler · 6 years ago
  59. 03ff878 Validate the outputs of transitions on build settings. by juliexxia · 6 years ago
  60. 5cc1f65 Move deleteTree and deleteTreesBelow into FileSystem and Path. by jmmv · 6 years ago
  61. cd60663 Set 10 minutes timeout for Bazel under black box test in debug mode by Irina · 6 years ago
  62. d087fe2 Fix reuse of cached static ConfiguredRuleClassProvider in tests by Irina · 6 years ago
  63. 4992ae2 Automated rollback of commit 445260de835758f2b739d427f2f51a6dffda773b. by buchgr · 6 years ago
  64. f3ad2e9 Migrate all //third_party:mockito2 to //third_party:mockito by Tim van der Lippe · 6 years ago
  65. 9813c58 Suppress DEADLINE_EXCEEDED on download progress by George Gensure · 6 years ago
  66. 973542e Add black box test for package loading cached by benign workspace change by Irina · 6 years ago
  67. 8b72ef9 Migrate more tests to use Starlark cc_toolchain configuration by rosica · 6 years ago
  68. 9bd8833 Logical roll-forward of https://github.com/bazelbuild/bazel/commit/32a97a653735cf7c9eff5abdf0f7632f9a6525e2 (order tree artifacts). by Googler · 6 years ago
  69. 6d5552c Rollbacking the change to: by Googler · 6 years ago
  70. c5dc440 Remove stack trace from error output of Stardoc by cparsons · 6 years ago
  71. ae1f389 Adding stable sorting that will be used for execlog by Googler · 6 years ago
  72. c689bf9 Misc rendering fixes to Stardoc by cparsons · 6 years ago
  73. 4bd3ec3 Put all Android native provider SkylarkCallable methods behind the by Googler · 6 years ago
  74. 139d314 Correctly create output artifact paths for the Databinding Resource Processor action. by ahumesky · 6 years ago
  75. 453c1e8 Accept current workspace name as a flag by cparsons · 6 years ago
  76. ea1703b C++: Fix crash reported in #7721 by plf · 6 years ago
  77. d89f6b0 Migrate more tests to use Starlark cc_toolchain configuration by rosica · 6 years ago
  78. ad04da6 Automatic code cleanup. by diamondm · 6 years ago
  79. 774475e Improve PackageGroupContents search from O(n) to O(1) by dbabkin · 6 years ago
  80. f1bbbff Allow third_party/bazel/ to use Mockito 2 by Googler · 6 years ago
  81. 814fb29 Migrate more tests to use Starlark cc_toolchain configuration. by rosica · 6 years ago
  82. d6df980 Automatic code cleanup. by diamondm · 6 years ago
  83. f7f5415 Enable --incompatible_no_transitive_loads by default by laurentlb · 6 years ago
  84. 43c0bb0 Migrate more tests to use Starlark cc_toolchain configuration. by rosica · 6 years ago
  85. 6641ad9 Add option to desugar default methods with the help of synthetic base classes where possible. by kmb · 6 years ago
  86. c2ba4a0 Map symlinks into sandboxfs as they are and propagate their targets. by jmmv · 6 years ago
  87. 3b77da4 Migrate more tests to use Starlark cc_toolchain configuration by rosica · 6 years ago
  88. d350b4f Add platform mapping function. by schmitt · 6 years ago
  89. 79603fa Adds an assertion method. by Googler · 6 years ago
  90. 547aa48 Support Repository Rules in Stardoc by Klaus Aehlig · 6 years ago
  91. 48fd960 Make cc_toolchain_config tool_paths configurable by rosica · 6 years ago
  92. 2f7d69f Migrate tests to use Starlark cc_toolchain configuration by rosica · 6 years ago
  93. 8b8be2e Migrate CcCommonTest to use Starlark cc_toolchain configuration. by rosica · 6 years ago
  94. 6f52fca Generate documentation for embedded repository rules by Klaus Aehlig · 6 years ago
  95. 62f5458 Treat cache failure action as a cache miss by ishikhman · 6 years ago
  96. 843e368 Add an Android Common Starlark API enableImplicitSourcelessDepsExportsCompatibility. by Googler · 6 years ago
  97. 4e51b36 Minor code cleanup. by Googler · 6 years ago
  98. 445260d Automated rollback of commit 75bb7a91724a82e7769af0fb012b24552d00f935. by plf · 6 years ago
  99. 38877f9 Allow to configure the additional profile tasks to be included in the JSON profile by Tobias Werth · 6 years ago
  100. 9f110e0 Add a converter for relative, null-able path fragments. by schmitt · 6 years ago