1. 3bbf9b9d Remove explicit "-a public-read" from gsutil calls. by philwo · 6 years ago
  2. 6f90d01 update grpc library to 1.20.0 by buchgr · 6 years ago
  3. 5586fc1 Bootstrap: report missing bintools early by Laszlo Csomor · 6 years ago
  4. 587ec6f Update documentation for the latest bazel release, 0.24.0. by John Cater · 6 years ago
  5. dac096c Fix "the the". by Benjamin Peterson · 6 years ago
  6. d4651e8 Remove ijar from the bazel binary. by iirina · 6 years ago
  7. 7fb242d Use BUILD.pkg instead of BUILD-new.pkg by iirina · 6 years ago
  8. 2976576 explitly set --output=label when calling bazel query. by Googler · 6 years ago
  9. c9f78b5 Make Python rules require the new Python toolchain type by brandjon · 6 years ago
  10. 79147c6 Versioned docs: add documentation for 0.23.0 by jingwen · 6 years ago
  11. c33ae8a Remove the embedded java tools from the bazel binary. by iirina · 6 years ago
  12. 1d72c69 zsh completion: Support BUILD.bazel files by Clint Harrison · 6 years ago
  13. d2804e5 Add version 0.22.0 to docs by Klaus Aehlig · 6 years ago
  14. a4b2d05 generate_versioned_docs.sh: do not depend on convenience symlinks by Klaus Aehlig · 6 years ago
  15. ce91f76 Use bazel without JDK in //scripts/packages:without-jdk/bazel. by Tobias Werth · 6 years ago
  16. b8d0e1b Use a new GitHub token and KMS key for the release process. by philwo · 6 years ago
  17. 74c274a Include zsh completion with installer by Keith Smiley · 6 years ago
  18. 684cc2e Fix typo in package info by Googler · 6 years ago
  19. fce6ce5 Fix shellcheck warning of BAZEL_REAL variable by Thi · 6 years ago
  20. a600138 Specify the PATH via the --action_env flag when building the Bazel site via CloudBuild. by fwe · 6 years ago
  21. 2ba4e46 Publish documentation for Bazel 0.21.0 by Jingwen Chen · 6 years ago
  22. 186bdcd Versioned documentation by Jingwen Chen · 6 years ago
  23. a60e064 Fix target name which was forgotten in #5403. by Tobias Werth · 6 years ago
  24. 8b13623 Remove unused MACHINE_* environment variables. by philwo · 6 years ago
  25. f3fa876 Redact contributor email addresses from the release notes. by John Cater · 6 years ago
  26. 4d05f38 Windows: remove custom WindowsRunfiles impl. by Laszlo Csomor · 6 years ago
  27. f09429c Run "buildifier --lint=fix" on bzl files by laurentlb · 6 years ago
  28. 235a819 release: do not add more empty lines to CHANGELOG.md by Klaus Aehlig · 6 years ago
  29. 1694de6 Move reads of some env vars to functions. by nharmata · 6 years ago
  30. ae0391d Install Jekyll 3.1.6 via Rubygems instead of via apt-get. by philwo · 6 years ago
  31. f7854a90 Rollforward of "Exclude the skydoc directory from bootstrap/compile.sh" by cparsons · 6 years ago
  32. b072690 Automated rollback of commit ee28af4f86783fa84cc1c0d96ca0eca9bb7bf1d0. by pcloudy · 6 years ago
  33. ee28af4 Exclude the skydoc directory from bootstrap/compile.sh by cparsons · 6 years ago
  34. e722c45 debian package: Relax JDK dependency to suggests by Gregor Jasny · 6 years ago
  35. 9225a13 Automatically generate contributors list in release notes. by John Cater · 6 years ago
  36. 4479a5e debian package: declare dependency on python by George Kalpakas · 6 years ago
  37. 73b0808 Do NOT create runfiles trees during bootstrapping on Windows. by lberki · 6 years ago
  38. 988626e Make the dummy runfiles script actually create a runfiles tree. by lberki · 6 years ago
  39. d93ebe1 Fix the bootstrap scripts to use the correct BUILD file for tools/sh. by John Cater · 7 years ago
  40. 8c21b0b Set SystemDrive environment variable for Windows processes by pcloudy · 7 years ago
  41. 63bf1ba Remove old files that belonged to our Jenkins CI. by philwo · 7 years ago
  42. faaff7f Release notes: fix markdown by Klaus Aehlig · 7 years ago
  43. ff6d318 Remove deprecated startup --host_javabase flag by cushon · 7 years ago
  44. 3eec3fe Windows: native test wrapper can run simple tests by Laszlo Csomor · 7 years ago
  45. 50440179 Properly mark configuration files in the Debian package. by John Cater · 7 years ago
  46. 27be709 Remove perl dependency for bash completions by Philip Patsch · 7 years ago
  47. 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
  48. d96f157 Automated rollback of commit ec83598cb6ee4136166bb562a24dc5dfa58921db, and followup unknown commit by ccalvarin · 7 years ago
  49. 5919e7a Fix usage command of release script by Yannic Bonenberger · 7 years ago
  50. ec83598 Change the list of rc files accepted. by ccalvarin · 7 years ago
  51. 2a8b657 Add a --server_javabase startup option as an alias for the LHS --host_javabase by cushon · 7 years ago
  52. bed8c5f Fix Guava version in compile.sh. by philwo · 7 years ago
  53. 28fcf28 debian package: declare dependency on unzip by Klaus Aehlig · 7 years ago
  54. f11c6bc python tools: ensure files are closed by laszlocsomor · 7 years ago
  55. e7a51e0 use https url in .deb package Homepage field by Mostyn Bramley-Moore · 7 years ago
  56. 886d01c Add Arm64 support by Arielle Albon · 7 years ago
  57. 7c49bd9 Make the embedded JDK targets the default by Liam Miller-Cushon · 7 years ago
  58. 4dd6dac Add flag to skip early base extraction by andy g scott ? · 7 years ago
  59. 09222fa Introduces a BAZEL_JAVAC_OPTS environment variable to the bootstrap build with empty default value to keep the script behavior unchanged. javac is not given a large enough max heap on Raspberry Pi 3. This change but allows the user to override the setting. by Googler · 7 years ago
  60. 72141a1 update bazel's embedded jdk to jdk9 by cushon · 7 years ago
  61. d595703 Move --distdir out of experimental status by Klaus Aehlig · 7 years ago
  62. fce20d79 Avoid dependency on coreutil. by Greg Steuck · 7 years ago
  63. 20a042f Format all bzl files with buildifier by vladmos · 7 years ago
  64. 3c9cd82 distfile: pack the archives needed later in the build by Klaus Aehlig · 7 years ago
  65. 849df36 Use the local JDK as the default target javabase by cushon · 7 years ago
  66. 6b0ccd10 Wrap a comment line around 80 chars. by Googler · 7 years ago
  67. cfc64a3 Records profiling information for ActionFS staging and updates. by shahan · 7 years ago
  68. 032141d Remove some references to JDK 7, which is not longer supported by cushon · 7 years ago
  69. 8ab0907 Fix typo in gcloud kms decrypt command. by philwo · 7 years ago
  70. 2b59370 Fix artifacts uploaded to GitHub as part of final releases. by philwo · 7 years ago
  71. 7131b2c s/BazelMain/Bazel/ by michajlo · 7 years ago
  72. 32a7f61 Fix permissions for bazel developer scripts. by John Cater · 7 years ago
  73. 0bf1413 bazel-dev is a helper script which attempts to rebuild Bazel on every execution. by John Cater · 7 years ago
  74. 5fabb43 Simplify the release scripts in preparation of rewriting them in Python by Philipp Wollermann · 7 years ago
  75. f482d9e Remove current contents of the default global bazelrc. by John Cater · 7 years ago
  76. 755d3be third_party/guava: update to 24.1 by Jakob Buchgraber · 7 years ago
  77. 32c5add Update the distfile compile scripts to create a valid embedded tools repository. by John Cater · 7 years ago
  78. e4c8509 Allow templated expansion of data dependency names in the RPM spec file. by John Cater · 7 years ago
  79. 38ff396 Update gRPC to 1.10.0 by Carl Mastrangelo · 7 years ago
  80. c92d54e Sync Debian package deps, and add a comment to prevent future desync. by John Millikin · 7 years ago
  81. 2744412 Add a helper script to run `git bisect` over the Bazel source code by John Cater · 7 years ago
  82. c2499c4 Expose --output_user_base to the Bazel server process by Klaus Aehlig · 7 years ago
  83. a3339c8 [Skylint] Do not crash ControlFlowChecker on nested functions. by Taras Tsugrii · 7 years ago
  84. 5a3aa58 Automatic code cleanup. by Googler · 7 years ago
  85. 8bda143 generate_changelog.py: Fix version number for development version by Yun Peng · 7 years ago
  86. f7f37be Simplify generate-changelog-file rule by Yun Peng · 7 years ago
  87. e8dea31 Remove Bazel's Docker tests. by Philipp Wollermann · 7 years ago
  88. d0655f5 Fix index out of range error in convert_changelog.py by U-GOOGLE\pcloudy · 7 years ago
  89. 76eb2a4 Partially revert fca3d391161ae4c92cf289a897db2a1c69a9b334 by Klaus Aehlig · 7 years ago
  90. fca3d39 Create function createJavaInfo with new API. Implement JavaExportsProvider. by dbabkin · 7 years ago
  91. 6e945ce Update javac version to 9+181-r4173-1 by Liam Miller-Cushon · 7 years ago
  92. c924cf6 Clean up Windows config_settings by Yun Peng · 7 years ago
  93. b30dfcb Add CI configuration to run tests with Python 3 interpreter by Doug Greiman · 7 years ago
  94. ac9caeb Temporarily disable FreeBSD-12 by Klaus Aehlig · 7 years ago
  95. 1fa84f1 Automated rollback of commit 55f1e58a7a3e77027dd23cf58564424d76ab6dc0. by philwo · 7 years ago
  96. 55f1e58 Remove FreeBSD from our CI temporarily. by philwo · 7 years ago
  97. 1c5a134 Disable CommandUsingLinuxSandboxTest in bazel-tests-remote. by ruperts · 7 years ago
  98. e453086 Add a non remote execution build to compare build times by Damien Martin-Guillerez · 7 years ago
  99. ef381e5 Shell code cleanup by Androbin · 7 years ago
  100. 75eca48 Fix broken target in Intellij project definition. by buchgr · 7 years ago