1. 8051e8d Bazel DevSite: Delete legacy website (part 2). by fwe · 3 years ago
  2. 5b8b834 Update docs config files for 5.1 release by fweikert · 3 years ago
  3. 2f9ed1c Update Bazel bootstrap documentation and remove obsolete flags. by Ivo List · 3 years ago
  4. 96c8a90 BEGIN_PUBLIC by Googler · 3 years ago
  5. a9fb0fc Update compile.sh to use Guava version 31.1. by haxorz · 3 years, 1 month ago
  6. 5ef66fa Bazel DevSite: Delete legacy website (part 1). by fwe · 3 years, 1 month ago
  7. bd7a6b9 Automatic code cleanup. by Googler · 3 years, 1 month ago
  8. b9e89e3 Upgrade protobuf to v3.19.2. (2/3) by Chi Wang · 3 years, 2 months ago
  9. 10e3f5e Update 5.0.0 docs by wyv · 3 years, 2 months ago
  10. 63c9238 Use JDK 11 for bootstrap build by cushon · 3 years, 2 months ago
  11. 7ddfee3 Remove bazel-run.sh . by lberki · 3 years, 2 months ago
  12. 951a7ce Update Guava reference in to version 31. by ajurkowski · 3 years, 4 months ago
  13. ca3d814 Update documentation for Bazel 4.2.2 by Yun Peng · 3 years, 4 months ago
  14. c01219e Upgrade gRPC to 1.41.0. by Benjamin Peterson · 3 years, 5 months ago
  15. 5c04973 Exclude netty_tcnative from bootstrap jars. by Benjamin Peterson · 3 years, 5 months ago
  16. dbb88f0 Avoid failures when /usr/share/java doesn't exist by Yun Peng · 3 years, 5 months ago
  17. f2f809f Replace `enable_errexit` with `set -euo pipefail` in Bazel tests. by ajurkowski · 3 years, 5 months ago
  18. a569400 Make Bazel's IntelliJ project file more accessible for new developers. by philwo · 3 years, 6 months ago
  19. 086db16 Fix some broken links. by spishak · 3 years, 6 months ago
  20. e70d9e9 Update documentation for Bazel 4.2.1 (#13558). by John Cater · 3 years, 7 months ago
  21. 31756f1 Fix typo in continuous by Ikko Ashimine · 3 years, 7 months ago
  22. a68949d Update docs for the 4.2.0 release. by John Cater · 3 years, 7 months ago
  23. e8b2600 Link referenced Dockerfile in the /scripts/README.md by Dan Bamikiya · 3 years, 8 months ago
  24. dc763c3 Update compile.sh to refer to latest Guava version (30.1.1) by wyv · 3 years, 8 months ago
  25. 912fa90 Add support for AArch64 release artifacts by Masoud Koleini · 3 years, 9 months ago
  26. 4261b2a Inclusive naming fixit by aiuto · 3 years, 9 months ago
  27. c0f0f8d Run Buildifier on almost everything by ruperts · 3 years, 9 months ago
  28. 4ef9c56 Fix location of -prerelease option by fwe · 3 years, 10 months ago
  29. 2f72244 Fix syntax error in Bazel release scripts by fwe · 3 years, 10 months ago
  30. 1f52e9a Support rolling releases in Bazel release scripts. by fwe · 3 years, 10 months ago
  31. 6b23c57 Add docs for Bazel 4.1.0. by philwo · 3 years, 10 months ago
  32. b07c665 Run generate_changelog.py script with python3 instead of python2.7. by philwo · 4 years ago
  33. db8a7b5 Remove SingleJar from IJ project by katre · 4 years ago
  34. 055c93d Switch to path autocompletion after -- for bazel run commands. by Yuval · 4 years ago
  35. 2df3d39 [2/3] Bump grpc to 1.33.1 to fix corruption when downloading CAS blobs by Lauri Peltonen · 4 years, 1 month ago
  36. 4d0b21b Double CloudBuild pipeline timeout. by fwe · 4 years, 2 months ago
  37. 43ac0c7 Update docs for the 4.0.0 release. by Tobias Werth · 4 years, 2 months ago
  38. 219eac8 Look for WORKSPACE.bazel as well in Bazel wrapper script by Geoffrey Martin-Noble · 4 years, 2 months ago
  39. 9e6b287 Replace Java implementation of singlejar with CC implementation in bootstrap. by Ivo List · 4 years, 2 months ago
  40. d14fcf4 Rollforward of https://github.com/bazelbuild/bazel/commit/37eb1d79ecb019220073b62321f9eb88aebaa4e4: Attach Java runtime to Java toolchains by ilist · 4 years, 3 months ago
  41. ddfc932 Automated rollback of commit 37eb1d79ecb019220073b62321f9eb88aebaa4e4. by ilist · 4 years, 3 months ago
  42. 37eb1d7 Attach Java runtime to Java toolchains by Ivo List · 4 years, 3 months ago
  43. 3733065 Add toolchain definitions for Java. by Ivo List · 4 years, 3 months ago
  44. 504a5b7 Split tools/jdk/BUILD into part that's needed to produce @build_tools and the content of it. by Ivo List · 4 years, 4 months ago
  45. 37a429a Fix dangling reference to bazel.fish. by philwo · 4 years, 4 months ago
  46. 6d637f4 Use constraints in global conditions instead of configuration flags. by Ivo List · 4 years, 4 months ago
  47. 645093c Add package_metrics.proto to bootstrap protos list by Dmitry Ivankov · 4 years, 5 months ago
  48. 597211b Update documentation for the 3.7.0 release. by John Cater · 4 years, 5 months ago
  49. 676d630 Update bootstrap guava version to 29.0. by Benjamin Peterson · 4 years, 5 months ago
  50. a33de17 [2/3] Bump grpc to 1.32.x to fix a too_many_pings regression by Dmitry Ivankov · 4 years, 5 months ago
  51. 20febac Generate fish shell completion at build time by Akira Baruah · 4 years, 5 months ago
  52. 331c7ed Add fish shell completion hint to installer by Akira Baruah · 4 years, 5 months ago
  53. 961be8c Grpc java 1 31 1 part 2 by Dmitry Ivankov · 4 years, 5 months ago
  54. 8e69eff Update documentation for Bazel 3.6 by laurentlb · 4 years, 6 months ago
  55. 50adefb Funnel all JNI load requests through JniLoader. by jmmv · 4 years, 6 months ago
  56. 53ec80e Add Bazel 3.5.1 docs. by aiuto · 4 years, 6 months ago
  57. f259b8a Implement local_java_repository for local version of Java by Ivo List · 4 years, 6 months ago
  58. 4e11dc1 Stop using reflection to create GrpcServerImpl by michajlo · 4 years, 6 months ago
  59. d83fc58 compile.sh: Rename env var DISTRIBUTION to BAZEL_DISTRIBUTION by Yun Peng · 4 years, 7 months ago
  60. c64da77 Update versioned docs to include 3.5.0. by aiuto · 4 years, 7 months ago
  61. 47890ca make curl fail loudly for non-2xx downloads by Xiaoyi Shi · 4 years, 8 months ago
  62. 1e00502 Clean up how android repos end in the distfile by John Cater · 4 years, 8 months ago
  63. b3a4b51 Update docs for 3.4.0. by Tobias Werth · 4 years, 8 months ago
  64. 09f92f9 Fix wrong path in IntelliJ project file due to Starlark renamification. by philwo · 4 years, 9 months ago
  65. 036e533 [Fix] Bazel zsh autocompletion on `run` by Graham Jenson · 4 years, 9 months ago
  66. 839e9d4 Update documentation for the 3.3.0 release. by John Cater · 4 years, 9 months ago
  67. e2f11d7 Prepare for upgrading grpc to 1.26.0 by Yun Peng · 4 years, 10 months ago
  68. 5606516 Automated rollback of commit 0ff9f3aa65850b00531fea19f145703d7e19fff0. by jingwen · 4 years, 10 months ago
  69. 0ff9f3a Migrate docs.bazel.build to use GitHub Flavored Markdown instead of Kramdown, attempt #2 by wyv · 4 years, 10 months ago
  70. b5827e4 Add fish shell completion for bazel by Akira Baruah · 4 years, 10 months ago
  71. 49a9657 Upload Bazel 3.2.0 documentation. by philwo · 4 years, 10 months ago
  72. f096532 Remove some obsolete code in compile.sh by pcloudy · 4 years, 10 months ago
  73. 83249e5 Exclude java sources for test while bootstrapping by Yun Peng · 4 years, 10 months ago
  74. fcc7d4a Bootstrap with system jar files in Debian build by Yun Peng · 4 years, 10 months ago
  75. 89cfb70 Fix proto compile and derived directory while bootstrapping from the original source by Yun Peng · 4 years, 10 months ago
  76. 8e0f66a Always use //src/java_tools/buildjar:bootstrap_toolchain by Yun Peng · 4 years, 10 months ago
  77. 30781fb Automated rollback of commit c9b9b4bc4f2d2f629ba76d083b22ed847b89bde8. by michajlo · 4 years, 10 months ago
  78. c9b9b4b Migrate docs.bazel.build to use GitHub Flavored Markdown instead of Kramdown by wyv · 4 years, 10 months ago
  79. 307645f Add zsh completion to debian package by Siddhartha Bagaria · 4 years, 11 months ago
  80. d3a5fd6 Update RE doc page by Jingwen Chen · 4 years, 11 months ago
  81. c20900e Remove third_party/java/dd_plist by pcloudy · 4 years, 11 months ago
  82. 6e87c95 Rename Skylark to Starlark in build/lib/starlarkdebug/... by laurentlb · 5 years ago
  83. d2998a3 Make it possible to bootstrap Bazel from original source by Yun Peng · 5 years ago
  84. 69bb393 Update documentation to Bazel 3.1 by Laurent Le Brun · 5 years ago
  85. 0992427 Support publishing FailureDetail messages for crashes by mschaller · 5 years ago
  86. 8227fea Fix bazel zsh completion for users with b defined by Gibson Fahnestock · 5 years ago
  87. 8249d1a Update documentation for the release of 3.0.0. by John Cater · 5 years ago
  88. e94ffc0 Generate a sitemap for docs.bazel.build by Jingwen Chen · 5 years ago
  89. 94bf004 Add a series of lost input targets to the ActionRewindingStats object. by Googler · 5 years ago
  90. 247ca0c Publish docs for Bazel 2.2.0. by philwo · 5 years ago
  91. 0e1100f Fix "missing argument" error in checking jekyll existence. by gregce · 5 years ago
  92. c6244b2 Update serve-docs.sh with gem installation instructions by jingwen · 5 years ago
  93. 65970e5 Move GraphInconsistencyReceiver.Inconsistency to proto for easier reuse. by janakr · 5 years ago
  94. 25a495a Provide Python 3 for the build step. by gregce · 5 years ago
  95. e00f76a Add 'bazel' arg to bazel-jekyll run commands. by gregce · 5 years ago
  96. 00c1832 Upgrade our docs building Docker container to Ubuntu 18.04. by philwo · 5 years ago
  97. e7dcc62 docs.bazel.build design refresh by Jingwen Chen · 5 years ago
  98. 6a5a22b Build Bazel dmg file for release by pcloudy · 5 years ago
  99. c86cf56 Add targets for creating Bazel dmg file for macOS by Yun Peng · 5 years ago
  100. 123f2b9 Remove git notes usage from release process by Yun Peng · 5 years ago