1. e860453 Add tests for Label.workspace_root Starlark API by jingwen · 4 years, 2 months ago
  2. 7272ab2 Fix crashes on interrupt due to concurrent sandboxfs requests. by jmmv · 4 years, 2 months ago
  3. d6a7c9c Fix typo (inspired by https://github.com/bazelbuild/bazel/pull/10780) by aiuto · 4 years, 2 months ago
  4. c9dca48 Update help text for --local_resources to include deprecation info. by steinman · 4 years, 2 months ago
  5. c56d73e Make skylarkinterface visible by Googler · 4 years, 2 months ago
  6. 3875dca Declare TestConfiguration as a required fragment in the Java rules. by elenairina · 4 years, 2 months ago
  7. 493db7d Exempt "Test" action mnemonics from needing to have Xcode related execution requirements set. by steinman · 4 years, 2 months ago
  8. db8d07e Flip the default value of --incompatible_remove_enabled_toolchain_types to true. by jcater · 4 years, 2 months ago
  9. 5e571d2 Update Protobuf to 3.11.3 by Yannic Bonenberger · 4 years, 2 months ago
  10. 67b03f0 Code cleanup: Bazel mock language support classes by laszlocsomor · 4 years, 2 months ago
  11. 4227c4e Disable MacOSXFsEventsDiffAwarenessTest. by philwo · 4 years, 2 months ago
  12. 78055ef Update the error thrown by Bazel by George Chiramel · 4 years, 2 months ago
  13. fea763f Tolerate InterruptedException when retrieving a target from the graph. Even if the target is present, the evaluation can still be interrupted. by janakr · 4 years, 2 months ago
  14. 9451f2a Add support for --system to JavaBuilder by cushon · 4 years, 2 months ago
  15. 6c78ca9 Clean up bootclasspath handling by cushon · 4 years, 2 months ago
  16. 2890e56 Remove unused accessor by cushon · 4 years, 2 months ago
  17. 35c6785 bazel syntax: avoid StarlarkThread.getGlobals within lib.syntax by adonovan · 4 years, 2 months ago
  18. 636430a Prefix InterruptedCode's UNSPECIFIED with the enum name by mschaller · 4 years, 2 months ago
  19. 2572bba If --experimental_prefer_mutual_xcode=false, match the local default Xcode version to remote versions by its version number only, not by the entire Xcode version rule data. by steinman · 4 years, 2 months ago
  20. 5dbaff6 Add more collection type mapping type to TypeMapper by Googler · 4 years, 2 months ago
  21. 65321fb Fix when Ninja statements finishing earlier than parser expected by ichern · 4 years, 2 months ago
  22. dbe535b bazel syntax: tweaks to Module by adonovan · 4 years, 3 months ago
  23. 8d4afef Use the shaded CF dataflow jar by cushon · 4 years, 3 months ago
  24. 3713133 Try to deflake MacOSXFsEventsDiffAwarenessTest. by jmmv · 4 years, 3 months ago
  25. 10a2518 Add Support of NIO ByteBuffer overloading methods with Covariant Return Types. by Googler · 4 years, 3 months ago
  26. 07b6247 Correct failure of netty build component on s390x (due to zip -qd needing something to delete) by Jonathan Springer · 4 years, 3 months ago
  27. 06c01ef Move openSUSE installation instructions to community-supported packages. by jingwen · 4 years, 3 months ago
  28. 1ad59ef Fix wrong manipulation with ByteFragmentAtOffset by ichern · 4 years, 3 months ago
  29. 2d1f3b9 Disable bazel_docker_sandboxing_test on Ubuntu 16.04. by philwo · 4 years, 3 months ago
  30. 5ef9ebe Test that symbol # is allowed in the file/directory name by ichern · 4 years, 3 months ago
  31. 6a5a22b Build Bazel dmg file for release by pcloudy · 4 years, 3 months ago
  32. c86cf56 Add targets for creating Bazel dmg file for macOS by Yun Peng · 4 years, 3 months ago
  33. 123f2b9 Remove git notes usage from release process by Yun Peng · 4 years, 3 months ago
  34. 146d51a Add explicit assertion (that will occasionally fail) that output of an action is not a source artifact. Hopefully additional output will help debug why this is happening. by janakr · 4 years, 3 months ago
  35. 4963ffa Create a separate ConsumerWrapper for experimental APIs. by Googler · 4 years, 3 months ago
  36. dc37e25 Remove implementation of java_toolchain.extclasspath by cushon · 4 years, 3 months ago
  37. cb9fbc0 Document FailureDetail message, introduce Interrupted by mschaller · 4 years, 3 months ago
  38. 4a74eb1 Add a default usedContext method for SpawnStrategy. by jcater · 4 years, 3 months ago
  39. 12a3e01 Qualify all uses of StopConcurrentSpawns. by jcater · 4 years, 3 months ago
  40. 188eadc Correct the instructions to generate an image of the dependency graph by Googler · 4 years, 3 months ago
  41. 7f0ba75 Remove the implementation of --extclasspath by cushon · 4 years, 3 months ago
  42. 588334b Include extclasspath entries in the bootclasspath by cushon · 4 years, 3 months ago
  43. fc71103 Add Desugar Support for android/os/SystemClock#currentGnssTimeClock by Googler · 4 years, 3 months ago
  44. f6de4f8 Qualify all uses of ActionContextRegistry. by jcater · 4 years, 3 months ago
  45. 5a419dc Improve error message about wrong symbol in Ninja identifier by ichern · 4 years, 3 months ago
  46. 469d855 bazel tests: delete TestMode and other test junk by adonovan · 4 years, 3 months ago
  47. 59d7864 Fix #10459: Support .bazelversion files without a trailing newline. by philwo · 4 years, 3 months ago
  48. 29f370d Allow to not specify the value of variable (in expression "var_name =") by ichern · 4 years, 3 months ago
  49. 0b6378c bazel syntax: improve error for dynamic use-before-definition by adonovan · 4 years, 3 months ago
  50. ad7e4e3 Fix algorithm for finding non-phony inputs for all phony targets for DAG by ichern · 4 years, 3 months ago
  51. 38a7a70 Allow usage of tab symbols for indents and separators in Ninja files by ichern · 4 years, 3 months ago
  52. 8d8aa5e Docs: rewrite glob() docs by laszlocsomor · 4 years, 3 months ago
  53. 3a81b3a Increase the default value for analysis_testing_deps_limit to 600. by Googler · 4 years, 3 months ago
  54. a267501 Fix handling of Error Prone plugins with --experimental_turbine_annotation_processing by cushon · 4 years, 3 months ago
  55. d8cdb6d Add a TODO by dchai · 4 years, 3 months ago
  56. 4d20de6 Add info about how to prefer local default version to Bazel documentation. by steinman · 4 years, 3 months ago
  57. fa5280b Use a capital B to represent bytes in download progress by Nikolaus Wittenstein · 4 years, 3 months ago
  58. 39f3db2 devtools/starlark: move command into cmd/ subdirectory by adonovan · 4 years, 3 months ago
  59. e16028c Add directory output information to target completion events in BEP. by felly · 4 years, 3 months ago
  60. 36754fa bazel syntax: avoid perror(3) in async signal handler by adonovan · 4 years, 3 months ago
  61. 19c61ae Remove test_bootstrap_with_cc_rules_using_platforms test. by philwo · 4 years, 3 months ago
  62. ebf6a46 Allow building the `singlejar` tools on OpenBSD. by Googler · 4 years, 3 months ago
  63. 5564507 Preparations for updating Protobuf to 3.11.3 by Yannic Bonenberger · 4 years, 3 months ago
  64. 554e0f7 Tweak third_party/BUILD for FreeBSD. by aldersondrive · 4 years, 3 months ago
  65. e1d2e2a MockToolsConfig now enforces relative path args. by laszlocsomor · 4 years, 3 months ago
  66. 9ec7181 Replace ClassMemberUseCounter backing implementation with ConcurrentHashMultiset by Googler · 4 years, 3 months ago
  67. ba6be8a Un-break the build on OpenBSD & FreeBSD. by Googler · 4 years, 3 months ago
  68. 2d575ba Fix typo in HTML, leading to broken formatting by laurentlb · 4 years, 3 months ago
  69. c7369ff Eagerly read the full file contents during include scanning by djasper · 4 years, 3 months ago
  70. 25dfe2d Automated rollback of commit 27cecf175d9313acf41b4a71991def32d1beb3a6. by cushon · 4 years, 3 months ago
  71. cb40410 Fix $(location) syntax in documentation. by Googler · 4 years, 3 months ago
  72. 27cecf1 Remove vestigial support for 'extclasspaths' by cushon · 4 years, 3 months ago
  73. 75ed889 Adopt class MethodDeclInfo to use @AutoValue by Googler · 4 years, 3 months ago
  74. 72bd870 Enable GenClass to take Java source jars as inputs to extract their by ahumesky · 4 years, 3 months ago
  75. 1ae1c16 Add OpenSUSE support by Hui-Zhi · 4 years, 3 months ago
  76. 1eb769f filter toolchain deps consistently with --noimplicit_deps by juliexxia · 4 years, 3 months ago
  77. c5b54a6 Introduce --incompatible_remove_ram_utilization factor, to begin deprecating --ram_utilization_factor. by steinman · 4 years, 3 months ago
  78. 798f244 Add Support of Core Library Type Desugaring for Classes with Nest-based Access. by Googler · 4 years, 3 months ago
  79. 194511b Fix a memory leak in linux sandbox by Guillaume Bouchard · 4 years, 3 months ago
  80. 86b51fc Update documentation to 2.1.0 by Laurent Le Brun · 4 years, 3 months ago
  81. ebbbdf7 Add more instrumentation to what happens at the end of an action. by twerth · 4 years, 3 months ago
  82. e6ee35f Release 2.1.0 (2020-02-07) by Bazel Release System · 4 years, 3 months ago
  83. d404a92 Fix parsing the fragments with Ninja declarations to start from offset by ichern · 4 years, 3 months ago
  84. b7cef10 Enable Android Desugar tests by laszlocsomor · 4 years, 3 months ago
  85. c86fb1d Open-source cpp tests by laszlocsomor · 4 years, 3 months ago
  86. 329ec6d bazel: add --starlark_cpu_profile=<file> flag by adonovan · 4 years, 3 months ago
  87. 130feba $ blaze cquery --show_config_fragments: include aspects by gregce · 4 years, 3 months ago
  88. 2b708fb Add support for bash completion of --config= names by Eric Klein · 4 years, 3 months ago
  89. a21e420 Add documentation for the `allow_empty` param of `glob`. by nharmata · 4 years, 3 months ago
  90. 19226b7 Changes SplitTransition#split's return type to Map and updates the current native implementations to return CPU-based keys. Lists returned by Starlark transitions are automatically keyed by indexes. by Googler · 4 years, 3 months ago
  91. 3850450 $ cquery --show_config_fragments: include Starlark-declared requirements by gregce · 4 years, 3 months ago
  92. 955a4fd Adds capability of parsing files in parallel to CoverageOutputGenerator/LcovMerger. by Googler · 4 years, 3 months ago
  93. 0e228f1 bazel syntax: delete Callstack (used by memory allocation tracker) by adonovan · 4 years, 3 months ago
  94. 557cd1b Inspect anonymous nested XML resources for conflicts/visibility issues by dchai · 4 years, 3 months ago
  95. 4b11872 Add test for null build with Ninja execution. by ichern · 4 years, 3 months ago
  96. e274da3 Tweak third_party/BUILD for OpenBSD. by aldersondrive · 4 years, 3 months ago
  97. 396cfa2 Fix syntax highlighting in remote caching docs. by Artur Dryomov · 4 years, 3 months ago
  98. c3ad74a Complete ninja_graph, and allow its usage under the experimental flag. by ichern · 4 years, 3 months ago
  99. c3f7b96 Open-source some query2 and skyframe tests by laszlocsomor · 4 years, 3 months ago
  100. 60e92e2 Stop using //third_party/protobuf/3.6.1 in //src by Yannic Bonenberger · 4 years, 3 months ago