- 99b672b Simplify cc_test rules by leveraging optional toolchains. by Googler · 2 years ago
- c89ca0d Update D8/R8 dependency in bazel to 8.0.40 by Googler · 2 years ago
- d1b4fb7 Remove 'darwin' CPU value by Keith Smiley · 2 years ago
- 8c712c8 Fix formatting issue in http.bzl by Malte Poll · 2 years ago
- 130703a Delete old dependency to bazel's //tools/objc by Googler · 2 years ago
- 7556e11 Add version to JavaRuntimeInfo. by Benjamin Peterson · 2 years ago
- c04f0d4 Use less subshells and `tee`s in running tests with `bazel run`. by Tobias Werth · 2 years ago
- 699e403 Automated rollback of commit a50cca561fe0a77c3750101e505171ddcc16db72. by Googler · 2 years ago
- 767c85e Upgrade JaCoCo to 0.8.8 and ASM 9.4 in java_tools by something_vague · 2 years ago
- 7bb153a chore: restore warning about git_repository being uncached by Alex Eagle · 2 years ago
- 44219d6 Update D8/R8 dependency in bazel to 8.0.34 by Googler · 2 years, 1 month ago
- 8fab22e Include build-tools/X.Y.Z/{lib,lib64}/** in the minimal set of SDK files used by the Android integration tests. by Googler · 2 years, 1 month ago
- 36c167b Separate prebuilt darwin java_tools for x86_64 and arm64 by hvd · 2 years, 1 month ago
- 996a924 Fix documentation for git_repository and new_git_repository by Googler · 2 years, 1 month ago
- 844b5d2 Remove deprecated targets from jdk.BUILD. by Benjamin Peterson · 2 years, 1 month ago
- 3c0f394 Make objc_library and objc_import honor objc.alwayslink_by_default by Googler · 2 years, 1 month ago
- a50cca5 Automated rollback of commit d56dc18e1978102e35fbcf92c5d63f9f9eef37cd. by Googler · 2 years, 1 month ago
- 45edbd5 Remove tools/config/common_settings.bzl. It is unused by Bazel. by Googler · 2 years, 1 month ago
- d56dc18 Move Apple toolchain setup to apple_support by Keith Smiley · 2 years, 1 month ago
- dd2ba3a Remove tools/python/private/defs.bzl from filegroup by Keith Smiley · 2 years, 1 month ago
- d7f2485 Remove python/private/defs.bzl by Googler · 2 years, 1 month ago
- 38ece3c Handle `SIGWINCH` under `bazel run //some:test` (i.e. test rules) correctly. by Tobias Werth · 2 years, 1 month ago
- 78729c0 Use real rules_python by Ivo List · 2 years, 1 month ago
- 66f571e Add supplemental support for JDK 11, 17 and 19 on cpu s390x by Kun-Lu · 2 years, 1 month ago
- 09bfc38 Increase default macOS toolchain setup time by Keith Smiley · 2 years, 1 month ago
- 7a72a15 python: Remove temporary module space created for zip-based binaries by Richard Levasseur · 2 years, 1 month ago
- 19b2e2f Add remotejdk archives for Java 19. by Benjamin Peterson · 2 years, 1 month ago
- cd620dd Automatic code cleanup. by Googler · 2 years, 1 month ago
- 43dadb2 Bump minimum supported macOS versions to 10.13 by Daniel Wagner-Hall · 2 years, 1 month ago
- 2d1b570 Bump version number in runfiles.bash init code by Fabian Meumertzheim · 2 years, 1 month ago
- f76fc61 Allow the timeout value for execute calls on a mac to be set via an environment variable by Googler · 2 years, 1 month ago
- 004c73c Delete objc++-executable action from Apple bazel crosstools by Googler · 2 years, 1 month ago
- 420659a Make AutoBazelRepositoryProcessor compatible with Java 8 by Fabian Meumertzheim · 2 years, 1 month ago
- bd0e3f8 Automatic code cleanup. by Googler · 2 years, 2 months ago
- 9f2c62a Introduce flag --@bazel_tools//tools/cpp:link_extra_libs by Googler · 2 years, 2 months ago
- dde6d20 Do not recommend `shallow_since` for `git_repository` by Fabian Meumertzheim · 2 years, 2 months ago
- de03a23 Allow -v to libtool by Keith Smiley · 2 years, 2 months ago
- 6c7147b Add feature definition for `static_link_cpp_runtimes` in unix cc toolchain config by yuzhy8701 · 2 years, 2 months ago
- e132653 Remove O1 from sanitizer feature flag defaults by Chirag Ramani · 2 years, 2 months ago
- b2b7039 python: Fix //tools/python:pywrapper_test; use correct path to program by Richard Levasseur · 2 years, 2 months ago
- e9316f0 python: Don't require `python` binary for Bazel tests. by Richard Levasseur · 2 years, 2 months ago
- 19aa72a Add {objc,objcpp}_compile actions to action sets by Jon Parise · 2 years, 2 months ago
- 25be211 Make objc++-executable and objc-executable actions behave the same by Googler · 2 years, 2 months ago
- dd24a00 Test and fix root symlink edge case in runfiles library by Fabian Meumertzheim · 2 years, 2 months ago
- 6b126d6 Support optional toolchains with `find_cpp_toolchain` by Fabian Meumertzheim · 2 years, 2 months ago
- 850b334 add external_include_paths feature on windows cpp toolchain by lripoche · 2 years, 2 months ago
- 409b762 Change case of DO_NOT_REMOVE_THIS_ANDROID_TOOLS_UPDATE_MARKER by Nick Korostelev · 2 years, 2 months ago
- 942ddda Prepare backwards compatible usage of optional C++ toolchain by Fabian Meumertzheim · 2 years, 2 months ago
- bb0b886 Enable archive_param_file feature by default for Windows by Googler · 2 years, 2 months ago
- 59c5a0f Update R8 3.3.28 -> 4.0.48 by Benjamin Lee · 2 years, 2 months ago
- bcb1fea Remove tests requiring Python 2 support. by Richard Levasseur · 2 years, 2 months ago
- 9a7aa21 Fix Bash `runfiles_current_repository` for tools by Fabian Meumertzheim · 2 years, 2 months ago
- 761b280 Windows: remove forced link to `clang_rt.builtins` by Saleem Abdulrasool · 2 years, 2 months ago
- 2d1f37d Add tool name for objcopy by Lee Mracek · 2 years, 2 months ago
- 3c47b47 Find `libtool` when using `BAZEL_USE_CPP_ONLY_TOOLCHAIN`. by Uri Baghin · 2 years, 2 months ago
- e80ca15 Make ReturnMissingNullable a warning by Googler · 2 years, 2 months ago
- 33a3b01 Make LenientFormatStringValidation a warning by Googler · 2 years, 2 months ago
- d1bbf4b Add --incompatible_python_disable_py2, which fails if Python 2 is specified. by Richard Levasseur · 2 years, 3 months ago
- 8d9a06e Make EmptyTopLevelDeclaration a warning by Googler · 2 years, 3 months ago
- 773cfba Use remap_paths to android_tools by Benjamin Lee · 2 years, 3 months ago
- 1da8a82 Add -dead_strip in default opt link flags for darwin by Keith Smiley · 2 years, 3 months ago
- 8ec8743 Use xcrun to invoke install_name_tool by Keith Smiley · 2 years, 3 months ago
- 4853dfd Remove use of -undefined dynamic_lookup on darwin by Keith Smiley · 2 years, 3 months ago
- abae5ca Add sanitizer features to unix_cc_toolchain_config by Oliver Lee · 2 years, 3 months ago
- d47a410 Enable `compiler_param_file` in Windows MSVC toolchain by Fabian Meumertzheim · 2 years, 3 months ago
- 88b51f5 Emit LLVM coverage for source file paths with a `tmp` segment by Fabian Meumertzheim · 2 years, 3 months ago
- f090433 Rollback #14510 because it causes remote test execution to fail by Simon Mavi Stewart · 2 years, 3 months ago
- 0696ba3 Enable custom py_binary stub_template attribute (via py_runtime) by Fahrzin Hemmati · 2 years, 3 months ago
- 149cbce Pass --system path to Javac when the target JDK admits it. by Benjamin Peterson · 2 years, 3 months ago
- e1cb203 Delete objc_archive action type by Googler · 2 years, 3 months ago
- ca8103a Enable git_submodules tests and merge git_repository and starlark_git_repository by Googler · 2 years, 3 months ago
- e3a8e5d Add implementation of AddSlashes method. by Googler · 2 years, 3 months ago
- fefc19f Remove objc_archive from bazel toolchains by Googler · 2 years, 3 months ago
- f23440b Update default Java language version by Googler · 2 years, 4 months ago
- 6eafaaf Remove undeclared test outputs after zipping on Windows by Fabian Meumertzheim · 2 years, 4 months ago
- cd10d50 Fix `--nozip_undeclared_test_outputs` on Windows by Fabian Meumertzheim · 2 years, 4 months ago
- 3b57894 Disable 'IgnoredPureGetter' by Googler · 2 years, 4 months ago
- 78c5e41 Synchronize rules_java's default_java_toolchain with the Bazel tree by Googler · 2 years, 4 months ago
- 35464cd Rewrite def_parser computed default by Googler · 2 years, 4 months ago
- 0a2c4ed Fix corner cases in Bash runfiles library by Fabian Meumertzheim · 2 years, 4 months ago
- 75e0f7d Clean up default_java_toolchain by Googler · 2 years, 4 months ago
- 497b7e4 Fix Bash `runfiles_current_repository` with RBE by Fabian Meumertzheim · 2 years, 4 months ago
- 7f5dd0a Stop using absl flags in proguard_whitelister. by Googler · 2 years, 4 months ago
- 2647bcc Make C++ compiler autodetection a bit faster. by Googler · 2 years, 4 months ago
- 1465771 Copy `java_stub_template.txt` for bazel java_binary/java_test to @java_tools//jdk by Googler · 2 years, 4 months ago
- 98a33ff Add a cc_binary 'launcher_maker' to create the launcher for windows binaries by Googler · 2 years, 4 months ago
- b272cef Add auto-configured Unix toolchain support for `BAZEL_CONLYOPTS` by Fabian Meumertzheim · 2 years, 4 months ago
- 4193ddc Stop using absl flags in (the deprecated) pkg_tar. by Googler · 2 years, 4 months ago
- 312238f Make C++ runfiles library build with `-Werror=shadow` by Fabian Meumertzheim · 2 years, 4 months ago
- 0bc0ff5 Make Java runfiles library compilable with JDK 8 by Fabian Meumertzheim · 2 years, 4 months ago
- 27fe30b Expose compatibility arguments on java toolchains by Daniel KT · 2 years, 4 months ago
- 8349c95 Also collect clang resource directory with `-no-canonical-prefixes` by Fabian Meumertzheim · 2 years, 4 months ago
- 13ff6d9 Fix Bash rlocation failure with stricter Bash options by Fabian Meumertzheim · 2 years, 5 months ago
- e7d50fc Adds a bzlmod extension for remote android_tools by Ted Xie · 2 years, 5 months ago
- 839ce7f Make Bash runfiles library repo mapping aware by Fabian Meumertzheim · 2 years, 5 months ago
- d3a92e8 Use `_repo_mapping` in C++ runfiles library by Fabian Meumertzheim · 2 years, 5 months ago
- 1b073ac Make Java runfiles library repo mapping aware by Fabian Meumertzheim · 2 years, 5 months ago
- 455454a Expose current repository name to Java with @AutoBazelRepository by Fabian Meumertzheim · 2 years, 5 months ago
- cfbcf1f Use ASSERT_TRUE(p != nullptr) to check pointer nullness. by Googler · 2 years, 5 months ago
- 8f28513 Make C++ runfiles library repo mapping aware by Fabian Meumertzheim · 2 years, 5 months ago