1. c6bf178 Automated rollback of commit 10e44727c210307e3457fc5f3a6d9aeac241fc61. by waltl · 4 years, 4 months ago
  2. e3b7e17 When generating a symlink in _virtual_includes, add the original header to the 'allowed to use' set too by rosica · 4 years, 4 months ago
  3. 09b135d Improve rc_file_test to correctly handle --home_rc. by philwo · 4 years, 4 months ago
  4. a56e269 Run Bazel inside shell tests with --nohome_rc --nosystem_rc. by philwo · 4 years, 4 months ago
  5. 11fe399 Fix using load statement on git_repository with strip_prefix by Yun Peng · 4 years, 4 months ago
  6. 4b7f726 Remove use of DX in D8 CompatDx tests by sgjesse · 4 years, 4 months ago
  7. 27e15ad Clean up ConfiguredTargetValueAccessor and ConfiguredTargetAccessor by John Cater · 4 years, 4 months ago
  8. 72cd5b2 Add logic for internal-only test tag by Googler · 4 years, 4 months ago
  9. 6ce39b4 Only show the progress bar after printing stdout/stderr if the printing cleared the progress bar. by janakr · 4 years, 4 months ago
  10. 8811e27 Fix error message from getPrerequisites to not print internal details. by John Cater · 4 years, 4 months ago
  11. e87feb8 Move getConfigConditions into ConfiguredTarget. by John Cater · 4 years, 4 months ago
  12. 028e02c Remove jarjar distribution. by Ivo List · 4 years, 4 months ago
  13. bf6fc47 Don't put spurious leading semicolon in param doc when Param.allowed_types is empty by Googler · 4 years, 4 months ago
  14. 47e832a Handle escaping command arguments in cmd_bat by mai93 · 4 years, 4 months ago
  15. 913a985 Report digest of failed uploads by Yannic Bonenberger · 4 years, 4 months ago
  16. 4f044e0 Document the 'aspect' field in TargetConfiguredId/TargetCompletedId BEP. by adgar · 4 years, 4 months ago
  17. bb1e635 Prepare Blaze tests to use the Java 11 language level by cushon · 4 years, 4 months ago
  18. 8b8c615 Add missing dependency on platform_configuration. by jcater · 4 years, 4 months ago
  19. 9b87af8 Use PlatformConfiguration by the correct target, not via analysis_cluster. by jcater · 4 years, 4 months ago
  20. 10e4472 Automated rollback of commit bcdd55d8956e22758fe3d866427e2dc3ebc4e31b. by waltl · 4 years, 4 months ago
  21. ecbf463 Update classes to get the target platform from PlatformConfiguration by John Cater · 4 years, 4 months ago
  22. a87d7ed Take no action to prefetch empty artifacts. by Benjamin Peterson · 4 years, 4 months ago
  23. 2217b52 Reduce the number of stats performed when creating the output directories. by djasper · 4 years, 4 months ago
  24. 549db25 Removing javac attribute from java_toolchain rule. by ilist · 4 years, 4 months ago
  25. 72adb5b Removing javac from JavaToolchain provider and Starlark API. by ilist · 4 years, 4 months ago
  26. 8974ba2 starlark resolver: implement "flat globals" optimization by adonovan · 4 years, 4 months ago
  27. 0881c80 Don't set requestId on non-multiplex requests. by larsrc · 4 years, 4 months ago
  28. e9cfb39 Remove ostentatious interleaving of action output and progress messages. by janakr · 4 years, 4 months ago
  29. 543f6e6 BEGIN_PUBLIC starlark: delete Module.getTransitiveBindings and get by adonovan · 4 years, 4 months ago
  30. cf0fd44 starlark: implement "flat frames" optimization by adonovan · 4 years, 4 months ago
  31. d71de69 Change exit code for a non-executable `blaze run` target to 1, from 37. It's not an internal error if a user can trigger it via incorrect input. by janakr · 4 years, 4 months ago
  32. c515aa7 Remove unused deps. by nharmata · 4 years, 4 months ago
  33. 4c10c8c Expose several methods in C++ Toolchain API by plf · 4 years, 4 months ago
  34. 39ef7b4 Expose methods in CppConfiguration used in C++ rules to Starlark by cmita · 4 years, 4 months ago
  35. 48aee0e Check whether `outputPath` is null before accessing it. by twerth · 4 years, 4 months ago
  36. 3bca2ad starlark: always record resolver information in syntax tree by adonovan · 4 years, 4 months ago
  37. c0e8690 bazel skyframe: use CompiledBuildFile for results of static BUILD processing by adonovan · 4 years, 4 months ago
  38. b17e9e4 Automatic code cleanup. by Googler · 4 years, 4 months ago
  39. 7d714aa Make execution phase SkyFunctions ready for --experimental_skyframe_eval_with_ordered_list. by leba · 4 years, 4 months ago
  40. f756575 Delete seldom-used BuildViewTestCase helper method by brandjon · 4 years, 4 months ago
  41. 150be74 Fix missing increment in SkyFunctionEnvironment#getOrderedValuesFromErrorOrDepsOrGraph. by leba · 4 years, 4 months ago
  42. 2187c92 Rename CcInfo.get_debug_context to CcInfo.debug_context by cmita · 4 years, 4 months ago
  43. 0ce27ae starlark benchmark: allow filtering on filename and function by adonovan · 4 years, 4 months ago
  44. 2860f31 Add a `fileSyntaxCache.invalidate(packageId)` call that was missed in the situation where `#fetchLoadsFromBuildFile` throws `NoSuchPackageException`. by nharmata · 4 years, 4 months ago
  45. 55d2da3 Introduce `AdvertisedProviderSet#fingerprint`. This is currently unused in the Bazel binary, but may be useful elsewhere (e.g. clients of `BazelPackageLoader`). by nharmata · 4 years, 4 months ago
  46. bb41243 Starlark: more 64-bit integer operations without round-trip to BigInteger by Stiopa Koltsov · 4 years, 4 months ago
  47. 3ad1580 Respect interrupts coming from action key computation by michajlo · 4 years, 4 months ago
  48. cff397e Starlark: fix overflow in benchmark by Stiopa Koltsov · 4 years, 4 months ago
  49. 99725e1 Wire correct interrupt handling from ActionExecutedEvent by michajlo · 4 years, 4 months ago
  50. 3e7acaf When filtering out undeclared headers during input discovery, do so right in by djasper · 4 years, 4 months ago
  51. bcdd55d Delete --incompatible_objc_compile_info_migration by waltl · 4 years, 4 months ago
  52. b795927 Fix an NPE in `JavaConfiguration` by cushon · 4 years, 4 months ago
  53. 855cc5d Fix RunCommand error handling by michajlo · 4 years, 4 months ago
  54. ddcf5f7 Handle empty argument in repository_ctx.which() by mai93 · 4 years, 4 months ago
  55. 9b5df56 starlark: fix ArrayStoreException crash in list.append by adonovan · 4 years, 4 months ago
  56. ec54013 Fix copy shared libraries when target label contains subdirectories by hollste · 4 years, 4 months ago
  57. f581436 Exec transition should clear out all feature flags. by jcater · 4 years, 4 months ago
  58. 4ed65b0 Remove ConfigurationFragmentFactory. by gregce · 4 years, 4 months ago
  59. cd3480e Release java_tools javac11 v10.4 by Ivo List · 4 years, 4 months ago
  60. 1517286 Fix coverage tests so that they work on CI on Ubuntu 20 by plf · 4 years, 4 months ago
  61. 53c327f Fix interrupt handling in `print_action` command by michajlo · 4 years, 4 months ago
  62. a30e0d2 Implement CompactHashMap.KeySetView.contains(), which somehow got lost when by djasper · 4 years, 4 months ago
  63. 59f19eb Propagate interrupts from TestTargetExecutionSettings by michajlo · 4 years, 4 months ago
  64. b091d30 Propagate interrupts from arg expansion in TestStrategy#getArgs by michajlo · 4 years, 4 months ago
  65. de1babe Add builtins bzls to the install base by brandjon · 4 years, 4 months ago
  66. a161839 Consolidate Interrupted failure detail codes into INTERRUPTED by michajlo · 4 years, 4 months ago
  67. ed4458e Use List instead of Map in Skyframe's intermediate eval results. by leba · 4 years, 4 months ago
  68. 659a89d Automatic code cleanup. by Googler · 4 years, 4 months ago
  69. 9f3c13d bazel actions: remove unchecked exceptions in command expansion by adonovan · 4 years, 4 months ago
  70. 146cd2c starlark: a simple benchmark runner by adonovan · 4 years, 4 months ago
  71. 8e96d2c Replace ConfigurationFragmentFactory.create() calls with direct Fragment by gregce · 4 years, 4 months ago
  72. 17e28c6 starlark: add tests of int / int by adonovan · 4 years, 4 months ago
  73. be5f1a4 Remove extclasspath attribute from java_toolchain rule. by ilist · 4 years, 4 months ago
  74. 3fb0f21 Replace "javac" attribute with "tools" attribute in java_toolchain. by ilist · 4 years, 4 months ago
  75. 06a6d36 Fix the asynchronous cleaning of readonly directories. by Benjamin Peterson · 4 years, 4 months ago
  76. a80a58a Reenabled jacoco agent test. by Ivo List · 4 years, 4 months ago
  77. 5991f89 Flip legacy_spawn_scheduler to default off. by larsrc · 4 years, 4 months ago
  78. 13f6436 Simplify CleanCommandRecommendsAsyncTest. by Tobias Werth · 4 years, 4 months ago
  79. c9cdec2 Remove jarjar from java_tools. by Ivo List · 4 years, 4 months ago
  80. 1208623 Cleanup of extclasspath. by ilist · 4 years, 4 months ago
  81. b0b7e53 Starlark: microoptimize str[index] by Stiopa Koltsov · 4 years, 4 months ago
  82. 7d52cc5 Remove unused GenClass --temp_dir flag by cushon · 4 years, 4 months ago
  83. 58b6cf0 Document setting `--java_launcher=` to the empty string by cushon · 4 years, 4 months ago
  84. 8cd101d Remove TransitiveTargetValue#transitiveRootCauses: callers only need to know if there was an error, not the full list, after unknown commit. by janakr · 4 years, 4 months ago
  85. 4aeb7b3 Remove all root cause data from ErrorInfo, both the "principal" root cause and the nested set. by janakr · 4 years, 4 months ago
  86. ff186cc Delete SkyframeLabelVisitor after its last neutering by unknown commit. None of the code was reachable or necessary in production, especially since it's only used in query. by janakr · 4 years, 4 months ago
  87. fcefd1e Stop profilers in clean command test. by Tobias Werth · 4 years, 4 months ago
  88. 26c3f50 Automated rollback of commit d9e8c0316239978b071a0a325d8a244c613188ec. by larsrc · 4 years, 4 months ago
  89. e6751ed Bump rules_cc to support llvm 11.0.0 clang-cl compiler on Windows by William A Rowe Jr · 4 years, 4 months ago
  90. 2bbae6a Fix action cache checking for missing constant-metadata artifacts. by Benjamin Peterson · 4 years, 4 months ago
  91. 20e0f1c Restore target cycle errors to their former grandeur. by Benjamin Peterson · 4 years, 4 months ago
  92. b01b43b Starlark: optimize 64-bit integer negation by Stiopa Koltsov · 4 years, 4 months ago
  93. a7e4a2b BEGIN_PUBLIC Annotate StarlarkCallable.allowReturnNones as Nullable. by ilist · 4 years, 4 months ago
  94. 4921736 Use ConcurrentMap instead of Map+Semaphore. by larsrc · 4 years, 4 months ago
  95. d9e8c03 Switch legacy_spawn_scheduler flag to false. by larsrc · 4 years, 4 months ago
  96. 464a97c Fix/improve handling of .d files in compile action templates. These currently by djasper · 4 years, 4 months ago
  97. 7573ff9 Crash Bazel if NetworkTime failed to stop. by Googler · 4 years, 4 months ago
  98. ca6209f Throw a checked exception if there would be an illegal character in the output directory. by janakr · 4 years, 4 months ago
  99. 4e71d54 Allow proguard whitelister to be a deploy jar by cushon · 4 years, 4 months ago
  100. 3edc5af Explicitly interrupt a cancelled strategy instead of relying on a misleading checkState by arostovtsev · 4 years, 4 months ago