1. 6e04eba Automatic code cleanup. by Googler · 5 months ago
  2. 6fa9e13 Implement "quiet mode" by Googler · 5 months ago
  3. b74b7cf Modify rc file parsing to allow for non-local files by Googler · 6 months ago
  4. d7feff5 Refactor Rcfile to use modern Google C++ practices by Googler · 7 months ago
  5. 7b02eaa Use the generic term "config file" instead of the product-specific ".blazerc" in error messages. by Googler · 9 months ago
  6. 89c69c2 Fix //src/test/cpp:option_processor_test by ignoring .bazelrc files. by Googler · 9 months ago
  7. 66fda8c8 windows: use default msys64 root by Son Luong Ngoc · 11 months ago
  8. f12fc13 Ensure output root is an absolute path even if $HOME or $XDG_CACHE_HOME are relative by Googler · 1 year ago
  9. f5a99d5 Stop documenting the distribs() method. It is long deprecated and will shortly be removed. by Googler · 1 year ago
  10. 05ae91f Respect $XDG_CACHE_HOME if available for Bazel's output root on Linux and BSD by Googler · 1 year ago
  11. 3491250 Remove all traces of the --host_jvm_profile command line argument. by Googler · 1 year, 2 months ago
  12. 77fc949 Automatic code cleanup. by Googler · 1 year, 3 months ago
  13. 289d914 Delete the unused SearchUnaryOption function. by Googler · 1 year, 4 months ago
  14. 057b6b7 Add test to ensure the blaze archive is not extracted if the `install_base` already exists. by Googler · 1 year, 10 months ago
  15. 9b7b4cc Add a basic test for blaze archive extraction. by Googler · 1 year, 10 months ago
  16. c6a8c08 Bump up test size of more flaky or failed tests due to timeout by Googler · 1 year, 11 months ago
  17. f93b2f3 Add REPO.bazel and MODULE.bazel as workspace boundary markers by Googler · 2 years ago
  18. b9bdcf8 Enable experimental_execution_graph_enable_edges_from_filewrite_actions by default by Googler · 2 years ago
  19. 5a4a340 Update documentation for cc_import deps attribute by Googler · 2 years ago
  20. 70c821a starlark: Reduce allocations for `find`/`indexof` without `end` by Fabian Meumertzheim · 2 years ago
  21. c024b8a Automated rollback of commit b2844771164fff2ad6cb2c265ff0da0bd0828906. by Googler · 2 years ago
  22. 99b672b Simplify cc_test rules by leveraging optional toolchains. by Googler · 2 years ago
  23. 7c0bdc2 Fix typos in tests. by Xiangquan Xiao · 2 years, 5 months ago
  24. da23fd5 Print error message if cannot open `.blazerc` file by Googler · 2 years, 6 months ago
  25. 20269a6 Update SplitCommandLine test helper names by michajlo · 2 years, 10 months ago
  26. 96c8a90 BEGIN_PUBLIC by Googler · 3 years ago
  27. eed6e61 Implement assert_equal_vector_char_pointer using gtest matcher. by Benjamin Peterson · 3 years, 1 month ago
  28. 70073fd Ignore try import failure on Windows by Andrew Katson · 3 years, 8 months ago
  29. 7ce19e4 Remove "windows_tests" and "all_windows_tests" targets from BUILD files by Yun Peng · 3 years, 9 months ago
  30. f0c6eab Remove the obsolete --incompatible_enable_execution_transition flag. by jcater · 4 years ago
  31. 26a3caa Initialize memory used to write in `TestLargeFileWrite`. by ajurkowski · 4 years ago
  32. 1d20ea7 Add support for writing files exceeding 2,147,479,552 bytes in `file_posix`. by ajurkowski · 4 years ago
  33. 61da1d2 Support multiple --bazelrc on command line by wisechengyi · 4 years ago
  34. 26c7e10 Cleanup: Replace NULL with nullptr by Vertexwahn · 4 years ago
  35. ed9d72f Remove unnecessary rules_cc load statements in favor of builtins. by jingwen · 4 years, 1 month ago
  36. 07400c0 Add --{no,}autodetect_server_javabase. by Austin Schuh · 4 years, 3 months ago
  37. 09b135d Improve rc_file_test to correctly handle --home_rc. by philwo · 4 years, 4 months ago
  38. f1b3a6b Allow users to override Bazel's 120s connect timeout by Ryan Beasley · 4 years, 5 months ago
  39. 7491ad6 Remove `--deep_execroot` by Keith Smiley · 4 years, 5 months ago
  40. b8276fa Make processing of paths with tilde consistent between client and server by Cristian Hancila · 4 years, 6 months ago
  41. 1980fdb Simplify memory management for RcFile. by Googler · 4 years, 7 months ago
  42. 69165d1 RELNOTES[INC]: The deprecated startup options --experimental_oom_more_eagerly(_threshold) are removed. by janakr · 5 years ago
  43. d754448 Don't clobber install_base's parent's permissions by michajlo · 5 years ago
  44. aeae59a Move tmpdir creation logic into platform-specific files by michajlo · 5 years ago
  45. 3403be0 Delete profiler code by michajlo · 5 years ago
  46. be4b2dc Bazel client: Refactor startup options parsing to gracefully handle user errors, rather than crash. by nharmata · 5 years ago
  47. a7def07 Support RemoveRecursively on windows by michajlo · 5 years ago
  48. 869bd70 Delete the temporary install base if rename fails by michajlo · 5 years ago
  49. 04e182e Fix typo and order-dependent test results in RcOptionsTest. by arostovtsev · 5 years ago
  50. 0c7e14f Include a timestamp in the bazel --client_debug log format. by Googler · 5 years ago
  51. aca46b2 Automatic code cleanup. by Googler · 5 years ago
  52. b864ced Bazel client: fix string conversion functions by Laszlo Csomor · 5 years ago
  53. a32bc59 Client: convert IFileTime to use Path by laszlocsomor · 6 years ago
  54. ce1f0c5 Client: introduce Path class, convert server_dir by Laszlo Csomor · 6 years ago
  55. 5697da9 Client, refactor: simplify nullary flag handling by Laszlo Csomor · 6 years ago
  56. a300ae8 Bazel client: remove StartupFlag class hierarchy by laszlocsomor · 6 years ago
  57. 392f24a Flags: warn for duplicate --bazelrc flag by laszlocsomor · 6 years ago
  58. 3e02318 Windows: Starlark rule to compile resource files by Laszlo Csomor · 6 years ago
  59. 6bd0aa4 Add startup flag, --incompatible_enable_execution_transition, which will enable incremental migration of host attributes to exec attributes. by jcater · 6 years ago
  60. 9606887 Adds load statement for @rules_cc by oquenchil · 6 years ago
  61. ecac47d Windows: remove incompatible_windows_style_arg_escaping by Laszlo Csomor · 6 years ago
  62. 38afa48 Windows: move path normalization into JNI library by Laszlo Csomor · 6 years ago
  63. bccd8ed Windows: rewrite and move path normalization by Laszlo Csomor · 6 years ago
  64. a63d816 Windows: add WIN32_LEAN_AND_MEAN everywhere by Laszlo Csomor · 6 years ago
  65. a6d773e Windows, Bazel client: clean up path_platform.h by Laszlo Csomor · 6 years ago
  66. 3cb1aef Allow setting the Blaze server's QoS class via a --macos_qos_class flag. by jmmv · 6 years ago
  67. 0d10749 Bazel client: add and use blaze::GetPathEnv() by Laszlo Csomor · 6 years ago
  68. 49107ad Implement environment variable substitution for unix platforms by Andrew Suffield · 6 years ago
  69. d12b3ab Windows, test wrapper: use IFStream to encode XML by Laszlo Csomor · 6 years ago
  70. 3fb59b4 Windows: add --incompatible_windows_style_arg_escaping by laszlocsomor · 6 years ago
  71. 28841a6 Windows, Bazel client: detect Bash early enough by Laszlo Csomor · 6 years ago
  72. 91e8a39 Windows, Bazel client: fix JunctionResolver by Laszlo Csomor · 6 years ago
  73. 9b83bd7 Bazel client: fix reporting of ignored RC files by Laszlo Csomor · 6 years ago
  74. 3733518 Automated rollback of commit e9a908560133770614eca89ef64681bdf3f04b3e. by Googler · 6 years ago
  75. e9a9085 Bazel client: fix reporting of ignored RC files by Laszlo Csomor · 6 years ago
  76. 68c57f0 Correct misspelled English words in comments and printed messages in Bazel's src/... directory (and run fix) by jingwen · 6 years ago
  77. 2051f1d Cast rl.rlim_max to uintmax_t, to stop compiler warning messages. by John Cater · 6 years ago
  78. 5a5ab5f Guard idle low-memory shutdown check by a startup flag --(no)shutdown_on_low_sys_mem, keeping it disabled to begin with. by shreyax · 6 years ago
  79. 870f192 Windows,test-wrapper: impl. directory traversal by Laszlo Csomor · 6 years ago
  80. a6c7758 Automated rollback of commit 86a8217d12263d598e3a1baf2c6aa91b2e0e2eb5. by dslomov · 6 years ago
  81. 86a8217 Temporarily restore processing of workspace-wide tools/bazel.rc file. by Dmitry Lomov · 6 years ago
  82. 258222c C++: de-flake profiler test by Laszlo Csomor · 6 years ago
  83. 45d5200 Make system bazelrc configurable by Yannic Bonenberger · 7 years ago
  84. ac54537 Windows,Bazel client: fix path normalization by Laszlo Csomor · 7 years ago
  85. f03acca Allow optional-imports for rc files. by ccalvarin · 7 years ago
  86. 9ca1bb6 Windows,client: implement principled string conv. by Laszlo Csomor · 7 years ago
  87. ff6d318 Remove deprecated startup --host_javabase flag by cushon · 7 years ago
  88. 8ddd782 Add --unlimit_coredumps to raise the soft coredump limit to the hard limit. by jmmv · 7 years ago
  89. 8ceaa65 Rollforward of https://github.com/bazelbuild/bazel/commit/2d3adfb93c023f9752f00d4bf3440ee9869f64f2: Add a warning if the same rc file is read multiple times. by ccalvarin · 7 years ago
  90. 375d593 Remove references to ephemeral strings by ccalvarin · 7 years ago
  91. 5e5ee0d Rollforward of https://github.com/bazelbuild/bazel/commit/ec83598cb6ee4136166bb562a24dc5dfa58921db and the followup correction in https://github.com/bazelbuild/bazel/commit/44f92dd508824f2bae03e0e55dc4282908a562ec: Change the list of rc files accepted. by ccalvarin · 7 years ago
  92. d96f157 Automated rollback of commit ec83598cb6ee4136166bb562a24dc5dfa58921db, and followup unknown commit by ccalvarin · 7 years ago
  93. 2d3adfb Add a warning if the same rc file is read multiple times. by ccalvarin · 7 years ago
  94. ec83598 Change the list of rc files accepted. by ccalvarin · 7 years ago
  95. 78142a6 Add a normal startup-option for setting the digest function. by ccalvarin · 7 years ago
  96. a0ca5ac Make sure that user-level log messages are not lost in a buffer if debug by ccalvarin · 7 years ago
  97. 2a8b657 Add a --server_javabase startup option as an alias for the LHS --host_javabase by cushon · 7 years ago
  98. 6c8166e Fix block_for_lock. by ccalvarin · 7 years ago
  99. c2b70f1 Windows,JNI: more robust nativeCreateJunction by Laszlo Csomor · 7 years ago
  100. c2beee1 Bazel client: add a simple profiler by Laszlo Csomor · 7 years ago