1. d96f867 Extract CROSSTOOL CToolchain data used in creation of BUILD file into a separate structure, that will later on be passed as an argument. by rosica · 5 years ago
  2. ea46f9b Allow Bazel in JUnit black box tests to fail. by Irina · 5 years ago
  3. f8be0ca Automated rollback of commit 326eb1ae6ca9a291def5032958148de4519eeeb0. by hlopko · 5 years ago
  4. fd4b997 Move build_event_stream#test_query. by lpino · 5 years ago
  5. d35270d `alwayslink` documentation fix. by Vladimir Chebotarev · 5 years ago
  6. 1d6779d Link to correct Download Bazel in tutorial by Stanimir Mladenov · 5 years ago
  7. a1f2ddb Don't force targets to the null configuration if they shouldn't be in it. by lberki · 5 years ago
  8. 177489d Allow for outputs to be both an Artifact and read via an in-memory stream. Use by djasper · 5 years ago
  9. 3d47f74 Update to JDK 10 javac by Liam Miller-Cushon · 5 years ago
  10. ab29511 Clean up unused PerActionFileCache and orphaned comments by mschaller · 5 years ago
  11. 590c1df Add JspInfo to the list of nonBoostrap globals. by Googler · 5 years ago
  12. bc1b9de Update tests to be compatible with --incompatible_allow_python_version_transitions by brandjon · 5 years ago
  13. 2537cb7 Update tests to be compatible with --incompatible_disallow_legacy_py_provider by brandjon · 5 years ago
  14. 6afb4fd For missing implicit dependencies show doc string by Klaus Aehlig · 5 years ago
  15. f9c82e0 Create less garbage for the common case of not having any aspects. by djasper · 5 years ago
  16. 1b86912 Special-case the common case of 'dependencies' being empty when computing by djasper · 5 years ago
  17. 77a447c Create less garbage in the common case of not finding duplicates. by djasper · 5 years ago
  18. 7544e0d Reduce unnecessary memory allocations/garbage created when constructing NestedSets. by djasper · 5 years ago
  19. 16550d6 Add further debugging information when a done node's dep is not present. by janakr · 5 years ago
  20. d6a8595 Mark flipped incompatible flags as UNDOCUMENTED by hlopko · 5 years ago
  21. ae136e6 Add Starlark mock constants by rosica · 5 years ago
  22. 7ad7324 Automated rollback of commit d04ba2f1b56f8143b01f6cf436e245c1edf7e08f. by janakr · 5 years ago
  23. fde8a46 Set doc on SkylarkAttr by Klaus Aehlig · 5 years ago
  24. 28f66b5 Add integrating with C++ rules page by hlopko · 5 years ago
  25. c832123 Produce less garbage in the common case where there are no duplicates. by djasper · 5 years ago
  26. 33e5719 Fix the Python version select() mechanism to handle PY3-as-default by brandjon · 5 years ago
  27. 81adec8 Extend the special casing of glob()-exclude-patterns containing "**/*". by djasper · 5 years ago
  28. f28ff22 Release 0.23.1 (2019-03-04) by Bazel Release System · 5 years ago
  29. 1697219 add user-agent header for remote cache (http) by ishikhman · 5 years ago
  30. badd82e Automated rollback of commit 1b4c37c38804559b5c1ade6f9c93501875e231b0. by hlopko · 5 years ago
  31. 28ac6c4 Add RULEDIR to genrule's cmd by Ity Kaul · 5 years ago
  32. 40ce64e Add SpawnContinuation by ulfjack · 5 years ago
  33. 00ac93a Android: fix mobule-install scripts for Python 3 by Laszlo Csomor · 5 years ago
  34. 25405e7 Make PerBuildSyscallCache simply store either the exception or the syscall's by djasper · 5 years ago
  35. 39969b1 Unshare FileArtifactValues associated with constant-metadata Artifacts: they can't really be used across servers. by janakr · 5 years ago
  36. 51175be Change unshareability to be an overridable method on SkyValue, rather than a marker interface (UnshareableValue). by janakr · 5 years ago
  37. d04ba2f Automated rollback of commit dd1d14867a221d5b03ce64d598ddf12171ac83ef. by janakr · 5 years ago
  38. dd1d148 Get rid of custom invocation policy in tests. by janakr · 5 years ago
  39. 1bc7d14 Add BESModule#constructAndMaybeReportBuildRequestIdUrl to print information about the build_request_id. by lpino · 5 years ago
  40. 326eb1a Remove legacy configured target handling in java_common by cushon · 5 years ago
  41. 2a42e2b Replace ExitFunction with BuildEventServiceAbruptExitCallback to properly report transport failures back to the BuildEventServiceModule. by lpino · 5 years ago
  42. 1c72932 Populate the configuration field for target_complete events produced by aspects. by lpino · 5 years ago
  43. f59038d Add `CcToolchainInfo.all_files` field by hlopko · 5 years ago
  44. 04952fc Extend Attribute by doc string by Klaus Aehlig · 5 years ago
  45. 245154d Add explicit unit test for the case where a SkyFunction doesn't request the same deps on each restart. by nharmata · 5 years ago
  46. c19a161 Automated rollback of commit 972e73efbc5572d8d2427c476c424690708fd933. by plf · 5 years ago
  47. 32295e0 Add first JUnit workspace black box test by Irina · 5 years ago
  48. 5d3b74e Add java_binary.deploy_env test case by Ryan Beasley · 5 years ago
  49. 972e73e C++: Flips default to True for --incompatible_disable_legacy_cc_provider by plf · 5 years ago
  50. abc9089 Pass MetadataHandler to ActionInputPrefetcher by Jakob Buchgraber · 5 years ago
  51. 235e76b Reorganize version_min osx feature by Keith Smiley · 5 years ago
  52. eb8c66f Add incompatible flag to make PY2 outputs suffixed by brandjon · 5 years ago
  53. 8494cc7 Batch the recursive GlobValue dep with the DirectoryListingValue dep. by nharmata · 5 years ago
  54. b78b436 Remove license attribute type from Stardoc tests, as it is deprecated. by cparsons · 5 years ago
  55. c32c334 Remove --experimental_enable_repo_mapping. It was experimental but has also been a no-op for a release so it is safe to remove. by dannark · 5 years ago
  56. c6c9b58 Automated rollback of commit d03dcfb450a8f3717d81f9ecde5ac24ec53e042a. by Keith Smiley · 5 years ago
  57. 4187acf Create documentation for bazel-skylib analysis testing framework by cparsons · 5 years ago
  58. 64774af Fix Artifact's implementation of Comparable by cushon · 5 years ago
  59. d6abfd3 Refactor SpawnAction by ulfjack · 5 years ago
  60. 8536172a Add whitelist file for starlark transitions by Julie · 5 years ago
  61. 2d7c0ff Calculate the options fragment map in ConfiguredRuleClassProvider instead. by mstaib · 5 years ago
  62. bdbf640 Automated rollback of commit 046d253791b7f69c1e6444d4aef0625b67be02dc. by pcloudy · 5 years ago
  63. 7252d3b JUnit black box tests: detect bin and gen files location with same flags by Irina · 5 years ago
  64. acb1bd1 remote: split tests into subpackges by Jakob Buchgraber · 5 years ago
  65. 645fe0f Move execute implementation up to TestRunnerAction by ulfjack · 5 years ago
  66. e5735fd Introduce --incompatible_remove_legacy_whole_archive by hlopko · 5 years ago
  67. 4b79c53 Remove unused, unmaintained crosstool_lib.bzl by hlopko · 5 years ago
  68. 70981cd Automated rollback of commit dfd48fcd64327b55627540ec7aa6c15e9096687e. by pcloudy · 5 years ago
  69. c210d2f Correct test grpc response by George Gensure · 5 years ago
  70. 046d253 #5256 Set User-Agent Header to http calls by ishikhman · 5 years ago
  71. ce3a57a Remove useless code. by nharmata · 5 years ago
  72. d03dcfb Make Xcode setup more resilient by Keith Smiley · 5 years ago
  73. ac6d4fd Meaningfully name a local variable in addReverseDepAndCheckIfDone by mschaller · 5 years ago
  74. 89299bd Don't use Skyframe globbing when we're not tracking incremental state. by nharmata · 5 years ago
  75. 700cc66 Update stale references from inputsKnown to inputsDiscovered by mschaller · 5 years ago
  76. 19185fc Add unit tests that check what interpreter py_binary invokes by brandjon · 5 years ago
  77. ceffff9 Point to the new location of Buildbarn. by Ed Schouten · 5 years ago
  78. 7f08dbd Dirty rewinding subgraphs in reverse topological order by mschaller · 5 years ago
  79. dfd48fc Set default value of --incompatible_remap_main_repo to true. by dannark · 5 years ago
  80. 1488f91 Add stardoc test for generated sources support by cparsons · 5 years ago
  81. 8c35022 Use a reasonable set of spawn strategies by default. by philwo · 5 years ago
  82. db8aa2b Move constraint duplication checks to ConstraintCollection. by John Cater · 5 years ago
  83. 62ba7cb Remove tests that are covered in license_checking_test.sh. by gregce · 5 years ago
  84. 82281ad Don't crash when Starlark rules declare attributes named "licenses". by gregce · 5 years ago
  85. 1a90fe6 Automatic code cleanup. by Googler · 5 years ago
  86. b70f0c1 Refactor StandaloneTestStrategy with new interfaces by ulfjack · 5 years ago
  87. f0a1597 remote: properly reset state when using remote cache. Fixes #7555 by Jakob Buchgraber · 5 years ago
  88. e64066d Enable --incompatible_java_coverage by default in Bazel. by iirina · 5 years ago
  89. 3921d6f Add ResolvedPaths.getCoverageDataPath by ulfjack · 5 years ago
  90. 6edd264 Upgrade Java tools to version 0.5.1. by iirina · 5 years ago
  91. 63adb23 Rename --experimental_cc_coverage to --incompatible_cc_coverage. by iirina · 5 years ago
  92. c8e3d80 Remove some unused code. by djasper · 5 years ago
  93. 09487ff Update the Java tools deploy jars. by iirina · 5 years ago
  94. b4fc494 Make the existence of --bes_results_url more prominent. by Ed Schouten · 5 years ago
  95. 1724cb2 Fix NPE in JacocoCoverageRunner. by elenairina · 5 years ago
  96. 711e8b6 Remove ACTION_EXECUTE profiling by ulfjack · 5 years ago
  97. 01483c6 external.md: also hint at bazel sync by Klaus Aehlig · 5 years ago
  98. 3dbf778 Allow tests to inspect the attempt id by ulfjack · 5 years ago
  99. c6a4b1b Remove GenRuleBase.getExtraExecutionInfo by jcater · 5 years ago
  100. e3c8685 Roll-forward of xcode_locator now that there are no more tools depending on the old version. by schmitt · 5 years ago