bazel /
bazel /
86e54cca5a94c5ba811ffc9ce497195589ebdaa8 - 86e54cc Don't require direct deps for types used in `var` by cushon · 3 years, 2 months ago
- 095f1e2 Move more JDK repo definitions to distdir_deps.bzl by cushon · 3 years, 2 months ago
- 5024353 Add JavaCompileActionBuilderTest. by dacek · 3 years, 2 months ago
- 74b7dd5 Flip --incompatible_existing_rules_immutable_view flag to true by arostovtsev · 3 years, 2 months ago
- f34ab2f Add CcLauncherInfo for Bazel. by Googler · 3 years, 2 months ago
- 4f9705b Add a real file for non-windows test_wrapper and xml_writer by John Cater · 3 years, 2 months ago
- fbb0958 Update Java 17 to zulu17.32.13 by David Ostrovsky · 3 years, 2 months ago
- 22baad5 Remove now unnecessary special casing for include-scanning related package errors. by janakr · 3 years, 2 months ago
- 79195ec Fix a bug where runtime_libraries_extra was not properly updated. by Googler · 3 years, 2 months ago
- 2353120 Fix for https://github.com/bazelbuild/bazel/commit/138a1cb449794801eb88b2697dcfd2b48ec54078: Set params file on additional_args. by ilist · 3 years, 2 months ago
- 32d1606 Add "arch" struct field to repository_os by Fabian Meumertzheim · 3 years, 2 months ago
- 8734ccf Add the default solib dir to the rpath for cc_imports with transitions by Yuval K · 3 years, 2 months ago
- 138a1cb Accept args object in create_proto_compile_action. by ilist · 3 years, 2 months ago
- 6282ffe Remove duplicate ManifestProcessingException by Benjamin Lee · 3 years, 2 months ago
- 6fc1e22 Enable OutputArtifactConflictTest by michajlo · 3 years, 2 months ago
- bebd685 Enable CompileOneDependencyIntegrationTest by michajlo · 3 years, 2 months ago
- b72d1f1 Fix obsolete claim about --run_under not accepting label argument for "run" command by mschaller · 3 years, 2 months ago
- 8d6fa34 Update auto-review assignments for site/... by aiuto · 3 years, 2 months ago
- f527505 Minor revision for Javadoc to make it more accurate. by emilyguo · 3 years, 2 months ago
- d5559c1 Use `target_compatible_with` for Java runtimes by cushon · 3 years, 2 months ago
- 2eabd8d Enable ProgressReportingTest by michajlo · 3 years, 2 months ago
- 7115652 Dramatically speed up bazel_query_test by reducing the universe to the reasonable //foo/...:* instead of the unreasonable //...:*. by janakr · 3 years, 2 months ago
- de3c14d New cc_test implementation based on Platforms/Toolchains providing per-platform "runners" and other options. by Googler · 3 years, 2 months ago
- 25a1c57 Open-source GenRuleIntegrationTest. by jcater · 3 years, 2 months ago
- 0334ea9 Add missing info to objc_library's InstrumentedFilesInfo by waltl · 3 years, 2 months ago
- fb66372 Properly handle NoSuchPackageException errors encountered during collection of hints during include scanning. by janakr · 3 years, 2 months ago
- 0802009 Clean up cc_binary implementation. by Googler · 3 years, 2 months ago
- 486d153 Find runfiles in directories that are themselves runfiles by Fabian Meumertzheim · 3 years, 2 months ago
- c23410c Enable AqueryBuildToolTest in Bazel. by twerth · 3 years, 2 months ago
- 4f341a3 Fix tests for Starlark cc_binary. by Googler · 3 years, 2 months ago
- 473d147 Changes necessary for Starlark cc_library by plf · 3 years, 2 months ago
- b2a9434 Make SyscallCache a constant over the lifetime of the server: it was already effectively a constant, but we initialized it based on the value of --legacy_globbing_threads on the first invocation that did package loading. That never really made much sense (initial capacity != concurrency) and anyway with Skyframe --legacy_globbing_threads isn't the controlling knob for concurrent accesses to the SyscallCache, since it's accessed directly in Skyframe. by janakr · 3 years, 2 months ago
- 56df8e9 Store file digests as `byte[]` in `WorkerKey`. by ajurkowski · 3 years, 2 months ago
- c673bc5 Delete all `getOrderedValues(OrThrow)` methods and `getValuesOrThrow` 3 elements method, change all current callers to `getOrderedValuesAndExceptions`. by emilyguo · 3 years, 2 months ago
- e4c1c43 Merge execution properties and execution info. by jcater · 3 years, 2 months ago
- 64ac2a8 `TestRunnerAction` now produces a `TestResult` when test lifecycle fails at runtime. by adgar · 3 years, 2 months ago
- 5c4422e Introduce a new cpp toolchain_type, "test_runner_toolchain_type" by Googler · 3 years, 2 months ago
- b648b85 Allow generating SkyKeys for directory ancestors of files in order to better process non-existent files. Also include FILE and DIRECTORY_LISTING nodes as well as FILE_STATE and DIRECTORY_LISTING_STATE. by shreyax · 3 years, 3 months ago
- b5d9a9c Remove ExpandedTreeArtifactArg's function member by michajlo · 3 years, 3 months ago
- 3b7e65a Use --noremote_accept_cached during postsubmit. by philwo · 3 years, 3 months ago
- 938e209 Make test_verify_urls test easier to debug. by philwo · 3 years, 3 months ago
- 855107c Refactor cc_binary so that it is instansiated by a macro. by Googler · 3 years, 3 months ago
- 1d2bc8c Pass ActionExecutionContext into `canIgnoreFailure` calls. by larsrc · 3 years, 3 months ago
- 308ed67 Automated rollback of commit 382b187d4df664e555608c895716172d96e092c5. by shahan · 3 years, 3 months ago
- c5a1f8e GitHub workflow to help manage release issues by wyv · 3 years, 3 months ago
- 74c814b Add review ownership for apple and configurability by aiuto · 3 years, 3 months ago
- 1024358 fix test_name in test-setup.sh by divanorama · 3 years, 3 months ago
- ba1ef92 Automatic code cleanup. by Googler · 3 years, 3 months ago
- 813fe50 Introduce a new class `SkyframeIterableResult` and add `getOrderedValuesAndExceptions` method in `Environment` interface. by emilyguo · 3 years, 3 months ago
- e2a6a2b Fix string formatting when java_home path is missing. by Ivo List · 3 years, 3 months ago
- c2ddbd1 Ignore missing include directory in JDK distribution. by Ivo List · 3 years, 3 months ago
- 2bfac86 Add basic unit test coverage for Starlark BigInteger compilation by mschaller · 3 years, 3 months ago
- 4399004 Fix some typographical errors in the 'subpackages' docs. by Googler · 3 years, 3 months ago
- 45ce545 Rollback https://github.com/bazelbuild/bazel/commit/8174262bf946e31df86476014c6f231f46ca0882 by brandjon · 3 years, 3 months ago
- 2fd886b Fix cquery docs to list the same results as running the query. by jcater · 3 years, 3 months ago
- 0ba4caa Enable native support for Windows on arm64 by Niyas Sait · 3 years, 3 months ago
- cc4fbe9 Add implementation notes for toolchain resolution. by jcater · 3 years, 3 months ago
- 41528c3 Release 6.0.0-pre.20220127.1 (2022-02-02) by Bazel Release System · 3 years, 3 months ago
- 9c0087c Replace @Override accidentally removed from a merge conflict by gregce · 3 years, 3 months ago
- 76c8c3a Remove native proto_library implementation. by ilist · 3 years, 3 months ago
- a0fe0d8 Remote: Cleanup ByteStreamUploader. by Chi Wang · 3 years, 3 months ago
- fce7ea8 Fix `ctx.fragments.apple.single_arch_cpu` returning incorrect cpu for tools when host cpu and exec cpu are different by Thi Doan · 3 years, 3 months ago
- 368fcf7 Automatic code cleanup. by Googler · 3 years, 3 months ago
- 3f666c7 Automatic code cleanup. by Googler · 3 years, 3 months ago
- 378c1a6 Automatic code cleanup. by Googler · 3 years, 3 months ago
- 7b8809b fix(#14135): error: use of undeclared identifier SIGKILL on FreeBSD 13.0 by Yesudeep Mangalapilly · 3 years, 3 months ago
- b3a7cd8 Enable native support for Windows on arm64 (Part 1) by Niyas Sait · 3 years, 3 months ago
- 0541b63 Changes necessary for Starlark cc_library by plf · 3 years, 3 months ago
- 5e08505 Fix bugs in cc_binary, address some TODOs. by Googler · 3 years, 3 months ago
- b54522b Add JavaCcInfoProvider to java_lite_proto_library providers by Googler · 3 years, 3 months ago
- dfac065 Fix missing warning on macOS by Keith Smiley · 3 years, 3 months ago
- cb01bde Provide direct Java support for config-stripped output paths. by gregce · 3 years, 3 months ago
- b6090a8 fix: Add missing commas by Marek uppa · 3 years, 3 months ago
- 382b187 Automated rollback of commit 9998c6361d3d7c22184ea07e363f38e88a345701. by mschaller · 3 years, 3 months ago
- 191c4a7 When in sync mode, log the invocation BES upload is waiting on to finish by michajlo · 3 years, 3 months ago
- 9b73ea4 Remove reflective workaround for accessing `ClassLoader.getPlatformClassLoader` by cushon · 3 years, 3 months ago
- 73520e9 Remove dead code, specifically the retired Java implementation of AppleStaticLibrary. by Googler · 3 years, 3 months ago
- 20d05e3 Automatic code cleanup. by Googler · 3 years, 3 months ago
- a13cc67 Automatic code cleanup. by Googler · 3 years, 3 months ago
- bfc711c Intern flags in CcToolchainFeature expansion. by twerth · 3 years, 3 months ago
- 8343c3d Give Profiler#profile a Supplier<String> overload, to minimize garbage when the Profiler is not on. Change the obvious callsites that could use this overload to use it. by janakr · 3 years, 3 months ago
- 1c0cf8e Undelete BigIntegerCodec deleted in https://github.com/bazelbuild/bazel/commit/16753d6ab16c22ed8cfd4247e05c695223b67616. Belatedly realized needed for Starlark bigint serialization. by janakr · 3 years, 3 months ago
- 82b3896 Add a method, Spawn#isOutputMandatory, to indicate whether a Spawn must create an output by the end of its execution. If not, a Spawn (like a test) may succeed without necessarily creating that output. by janakr · 3 years, 3 months ago
- 92ce115 Automatic code cleanup. by Googler · 3 years, 3 months ago
- 2fc3d3f Automatic code cleanup. by Googler · 3 years, 3 months ago
- 30f1b65 Automatic code cleanup. by Googler · 3 years, 3 months ago
- 4924c35 Automatic code cleanup. by Googler · 3 years, 3 months ago
- 0ef9225 Automatic code cleanup. by Googler · 3 years, 3 months ago
- b3a060e Add comments to exports.bzl by hlopko · 3 years, 3 months ago
- 26f766b Automatic code cleanup. by Googler · 3 years, 3 months ago
- 831da6a Change testing of ProtoCompileActionBuilder.addIncludeMapArguments to ProtoCompileActionBuilder.registerAction. by ilist · 3 years, 3 months ago
- 4f5f5f8 Automatic code cleanup. by Googler · 3 years, 3 months ago
- 5096622 Automatic code cleanup. by Googler · 3 years, 3 months ago
- 3cd5f84 Automatic code cleanup. by Googler · 3 years, 3 months ago
- 91d93f6 Don't eagerly compute local resources usage: when running an action remotely, it's mostly waste. by janakr · 3 years, 3 months ago
- c7652d8 Remove unused constructor from `ExecException`. by ajurkowski · 3 years, 3 months ago
- c6a4044 Optimize the check for "msvc" includes: getting a substring generates garbage. I suspect msvc is only used for Windows, but doesn't seem worth checking for the OS in this part of the code, checking raw chars should be so fast as to not be noticeable. by janakr · 3 years, 3 months ago
- 0537837 Properly handle interrupts when retrieving packages for DumpCommand. by janakr · 3 years, 3 months ago
- 952d1f4 Automatic code cleanup. by Googler · 3 years, 3 months ago
- d097c96 Make slowRemoteTime take a Duration rather than an integer number of seconds. by larsrc · 3 years, 3 months ago