- ef1a21f Remove Android tools from `@bazel_tools` and various Android dependencies. by Googler · 6 months ago
- c46b9ce Upgrade everything! by Xdng Yng · 6 months ago
- f2318d2 [2/5] support C++20 Modules, add C++20 modules tools by PikachuHy · 7 months ago
- 9af4e69 Consolidate starlark_doc_extract's libraries into a logical location by Googler · 11 months ago
- 2330a11 Update commons-compress to 1.26.1 by Mark Elliot · 11 months ago
- 8946db9 Temporarily create more platform threads when Bazel is blocking on filesystem IOs inside `UnixFileSystem` in virtual thread. by Googler · 12 months ago
- fb84c01 Generate a lockfile for the distribution archive on the fly by Xdng Yng · 1 year, 2 months ago
- a54a393 Omit unique module versions from canonical repo names by Fabian Meumertzheim · 1 year, 2 months ago
- 19c72e3 Update .bazelversion to 6.4.0rc3 by Fabian Meumertzheim · 1 year, 6 months ago
- 5bdb208 Make lockfile's `RepoSpec` attributes more readable by Fabian Meumertzheim · 1 year, 6 months ago
- d84d852 Store different extensions in lockfile if the extension depends on os and arch by salma-samy · 1 year, 7 months ago
- 136dae1 Enable Bzlmod for Bazel by Yun Peng · 1 year, 7 months ago
- a7f7df3 delete incompatible_use_platforms_repo_for_constraints by Googler · 1 year, 7 months ago
- af50ad3 Support newer jdk version when Compiling Bazel from Source without an existing Bazel binary by Hao Yuan · 1 year, 8 months ago
- b66b8c5 test_base.py: use bazel-runfiles to respect repo mappings by Googler · 1 year, 8 months ago
- 30b2130 Embed rules_java in bazel by Yun Peng · 1 year, 10 months ago
- 0597a07 Add option to expose package metrics via the BEP. by Googler · 1 year, 11 months ago
- 0ebf7bc Automated rollback of commit 1acc7a843bf0996c26a1e3d74bb64514395b7e7f. by Googler · 2 years ago
- 1acc7a8 Add option to expose package metrics via the BEP. by Googler · 2 years ago
- 32cc97e Preliminary version of starlark_doc_extract rule for new version of Stardoc by Googler · 2 years ago
- 43dadb2 Bump minimum supported macOS versions to 10.13 by Daniel Wagner-Hall · 2 years, 1 month ago
- c749f80 Migrate more jar files under third_party directory to rules_jvm_external (non-third_party) by Yun Peng · 2 years, 1 month ago
- 3d7937e Use rules_jvm_external to fetch jars dependencies (part 2) by Yun Peng · 2 years, 3 months ago
- 1bae565 Fix typos in examples, scripts and tools. by Xiangquan Xiao · 2 years, 6 months ago
- d834905 Create and stage symlink artifacts with unmodified target path by Fabian Meumertzheim · 2 years, 7 months ago
- e58785c Use new grpc version by Ara Nguyen · 2 years, 8 months ago
- f1e6c65 Bazel DevSite: Replace docs.bazel.build references under //third_party/bazel. by fwe · 3 years ago
- a9fb0fc Update compile.sh to use Guava version 31.1. by haxorz · 3 years, 1 month ago
- b9e89e3 Upgrade protobuf to v3.19.2. (2/3) by Chi Wang · 3 years, 2 months ago
- 951a7ce Update Guava reference in to version 31. by ajurkowski · 3 years, 4 months ago
- c01219e Upgrade gRPC to 1.41.0. by Benjamin Peterson · 3 years, 5 months ago
- 5c04973 Exclude netty_tcnative from bootstrap jars. by Benjamin Peterson · 3 years, 5 months ago
- dbb88f0 Avoid failures when /usr/share/java doesn't exist by Yun Peng · 3 years, 5 months ago
- dc763c3 Update compile.sh to refer to latest Guava version (30.1.1) by wyv · 3 years, 9 months ago
- 2df3d39 [2/3] Bump grpc to 1.33.1 to fix corruption when downloading CAS blobs by Lauri Peltonen · 4 years, 1 month ago
- 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
- 645093c Add package_metrics.proto to bootstrap protos list by Dmitry Ivankov · 4 years, 5 months ago
- 676d630 Update bootstrap guava version to 29.0. by Benjamin Peterson · 4 years, 6 months ago
- a33de17 [2/3] Bump grpc to 1.32.x to fix a too_many_pings regression by Dmitry Ivankov · 4 years, 6 months ago
- 961be8c Grpc java 1 31 1 part 2 by Dmitry Ivankov · 4 years, 6 months ago
- 50adefb Funnel all JNI load requests through JniLoader. by jmmv · 4 years, 6 months ago
- f259b8a Implement local_java_repository for local version of Java by Ivo List · 4 years, 7 months ago
- 4e11dc1 Stop using reflection to create GrpcServerImpl by michajlo · 4 years, 7 months ago
- d83fc58 compile.sh: Rename env var DISTRIBUTION to BAZEL_DISTRIBUTION by Yun Peng · 4 years, 7 months ago
- 1e00502 Clean up how android repos end in the distfile by John Cater · 4 years, 9 months ago
- e2f11d7 Prepare for upgrading grpc to 1.26.0 by Yun Peng · 4 years, 10 months ago
- f096532 Remove some obsolete code in compile.sh by pcloudy · 4 years, 10 months ago
- 83249e5 Exclude java sources for test while bootstrapping by Yun Peng · 4 years, 10 months ago
- fcc7d4a Bootstrap with system jar files in Debian build by Yun Peng · 4 years, 10 months ago
- 89cfb70 Fix proto compile and derived directory while bootstrapping from the original source by Yun Peng · 4 years, 10 months ago
- c20900e Remove third_party/java/dd_plist by pcloudy · 5 years ago
- 6e87c95 Rename Skylark to Starlark in build/lib/starlarkdebug/... by laurentlb · 5 years ago
- d2998a3 Make it possible to bootstrap Bazel from original source by Yun Peng · 5 years ago
- 0992427 Support publishing FailureDetail messages for crashes by mschaller · 5 years ago
- 94bf004 Add a series of lost input targets to the ActionRewindingStats object. by Googler · 5 years ago
- 65970e5 Move GraphInconsistencyReceiver.Inconsistency to proto for easier reuse. by janakr · 5 years ago
- d5d3944 Improve mechanism to distribute precompiled jars (e.g. for bootstrapping) by Yannic Bonenberger · 5 years ago
- bea9d25 Extract special BUILD file for //tools/cpp when present in the @bazel_tools by hlopko · 5 years ago
- 3a5b710 Remove _embedded_binaries path segment beneath install_base. by Googler · 5 years ago
- 4ffb36f Add explicit version minimums for macOS tools by Keith Smiley · 6 years ago
- ada2c55 Add explicit --sdk argument to xcrun calls by Keith Smiley · 6 years ago
- 00f8d65 Convert the bootstrap system to using improved host platform detection. by John Cater · 6 years ago
- 7523e2c Windows, bootstrap: fail if unzip would fail by Laszlo Csomor · 6 years ago
- 9a5aa2b Bootstrap: remove non-existent path from DIRS by Laszlo Csomor · 6 years ago
- 82ec619 Automated rollback of commit 332379ad6f8c49b0e087b504d73d3483c529e399. by hlopko · 6 years ago
- 332379a Add --incompatible_use_platforms_repo_for_constraints by Marcel Hlopko · 6 years ago
- aaf6457 Embed @platforms into the Bazel binary by hlopko · 6 years ago
- 88be1f7 Automated rollback of commit 324dc44e6bafb487331724ae83d67bc18ed8a8aa. by hlopko · 6 years ago
- 324dc44 Embed @platforms into the Bazel binary by Marcel Hlopko · 6 years ago
- e67c961 Fix a non-determinism in create_embedded_tools.py. by philwo · 6 years ago
- cf0eb4c Add docgen and tools tests to the excluded directories during Bazel by jcater · 6 years ago
- c84c40d Python: 2to3 is now a write_file, not sh_binary by Laszlo Csomor · 6 years ago
- 6f90d01 update grpc library to 1.20.0 by buchgr · 6 years ago
- d4651e8 Remove ijar from the bazel binary. by iirina · 6 years ago
- 7fb242d Use BUILD.pkg instead of BUILD-new.pkg by iirina · 6 years ago
- c9f78b5 Make Python rules require the new Python toolchain type by brandjon · 6 years ago
- c33ae8a Remove the embedded java tools from the bazel binary. by iirina · 6 years ago
- 4d05f38 Windows: remove custom WindowsRunfiles impl. by Laszlo Csomor · 6 years ago
- f7854a90 Rollforward of "Exclude the skydoc directory from bootstrap/compile.sh" by cparsons · 6 years ago
- b072690 Automated rollback of commit ee28af4f86783fa84cc1c0d96ca0eca9bb7bf1d0. by pcloudy · 6 years ago
- ee28af4 Exclude the skydoc directory from bootstrap/compile.sh by cparsons · 6 years ago
- 73b0808 Do NOT create runfiles trees during bootstrapping on Windows. by lberki · 6 years ago
- 988626e Make the dummy runfiles script actually create a runfiles tree. by lberki · 6 years ago
- d93ebe1 Fix the bootstrap scripts to use the correct BUILD file for tools/sh. by John Cater · 7 years ago
- 8c21b0b Set SystemDrive environment variable for Windows processes by pcloudy · 7 years ago
- 3eec3fe Windows: native test wrapper can run simple tests by Laszlo Csomor · 7 years ago
- bed8c5f Fix Guava version in compile.sh. by philwo · 7 years ago
- 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
- fce20d79 Avoid dependency on coreutil. by Greg Steuck · 7 years ago
- 849df36 Use the local JDK as the default target javabase by cushon · 7 years ago
- 7131b2c s/BazelMain/Bazel/ by michajlo · 7 years ago
- 755d3be third_party/guava: update to 24.1 by Jakob Buchgraber · 7 years ago
- 32c5add Update the distfile compile scripts to create a valid embedded tools repository. by John Cater · 7 years ago
- 38ff396 Update gRPC to 1.10.0 by Carl Mastrangelo · 7 years ago
- c2499c4 Expose --output_user_base to the Bazel server process by Klaus Aehlig · 7 years ago
- 76eb2a4 Partially revert fca3d391161ae4c92cf289a897db2a1c69a9b334 by Klaus Aehlig · 7 years ago
- fca3d39 Create function createJavaInfo with new API. Implement JavaExportsProvider. by dbabkin · 7 years ago
- 6e945ce Update javac version to 9+181-r4173-1 by Liam Miller-Cushon · 7 years ago
- ef381e5 Shell code cleanup by Androbin · 7 years ago
- 98be14f Add . to the bootstrap protoc include paths by Olivier Chafik · 7 years ago