bazel /
bazel /
bfe110f83d3318326d974ef244c45ecedbd65c76 - bfe110f Move worker allocation to ResourceManager. by wilwell · 3 years, 2 months ago
- cd24f39 Add paramfile support for def_parser, since in rare cases on Windows command line character limit was reached. by Googler · 3 years, 2 months ago
- 0a2b455 Changes necessary for Starlark cc_library by plf · 3 years, 2 months ago
- 86e2db7 Add a helper method for rules to depend on the cpp toolchain type. by John Cater · 3 years, 2 months ago
- ca58b64 Add a getter for arguments in `ParamFileActionInput`. by ajurkowski · 3 years, 2 months ago
- 21f679c Clarify that --fatal_event_bus_exceptions endures, for now by mschaller · 3 years, 2 months ago
- 89fa614 Add the ability to enable/disable FSAFDO by Googler · 3 years, 2 months ago
- 0409ad1 Add ProguardLibraryTest. by dacek · 3 years, 2 months ago
- cf16e88 Update toolchain resolution to use ToolchainTypeRequirement. by John Cater · 3 years, 2 months ago
- 1deb3f7 Fixes for cc_binary/cc_test: by Googler · 3 years, 2 months ago
- 1192add Remove native java_library implementation. by ilist · 3 years, 2 months ago
- 3ddcd34 Introduce a new class `SkyframeLookupResult` and add `getValuesAndExceptions` method in Environment interface. by emilyguo · 3 years, 2 months ago
- 06a3d82 Add JavaConfigurationTest. by dacek · 3 years, 2 months ago
- 8ada3d7 Move proguard specs validation to basic_java_library to reduce duplication. by ilist · 3 years, 2 months ago
- da4f6d1 Make `TEST_REPOSITORY_HOME` stable for macOS and Windows by pcloudy · 3 years, 2 months ago
- b602425 [windows/arm64] Add missing JDK toolchain for java build by Niyas Sait · 3 years, 2 months ago
- 207c31b [apple] support tvos_sim_arm64 in toolchain by Dan Fleming · 3 years, 2 months ago
- 012cab5 Open source MetricsCollectorTest. by twerth · 3 years, 2 months ago
- 096aca9 Move executionInfo interning from BuildConfigurationValue to SpawnAction, for 0.39% improvement to post-analysis used_heap_size_post_build. by Googler · 3 years, 2 months ago
- fad935e Connect documentation for --subcommands, --execution_log_json_file, and --execution_log_binary_file by arostovtsev · 3 years, 2 months ago
- ab31f74 Don't intern any `FileStateValue.Key` instances. by nharmata · 3 years, 2 months ago
- 697a6e8 Enable GoCompileOnlyTest in Bazel. by steinman · 3 years, 2 months ago
- 5e5f573 Fix typo in @link javadoc command. by jcater · 3 years, 2 months ago
- 3333de8 Add non-Starlark optional toolchain API by John Cater · 3 years, 2 months ago
- 4e551f5 Fix immutability/hashability of FakeProviderApi to match that of StarlarkProvider by arostovtsev · 3 years, 2 months ago
- c81d364 Add JavaRuntimeTest. by dacek · 3 years, 2 months ago
- 2d369d8 Fix --max_test_output_bytes documentation by michajlo · 3 years, 2 months ago
- c3bacc2 Modifying the Starlark builtin Apple crosstool transition to start handling the new platform APIs. Verifying resolution with new Apple platform tests. by Googler · 3 years, 2 months ago
- 9556d0b Export multiple tests under skyframe/serialization. by Googler · 3 years, 2 months ago
- aaba5be Implement getStarlarkArgv() for CppCompileAction by hlopko · 3 years, 2 months ago
- 41cb00c Enable DirectoryArtifactWarningTest by Googler · 3 years, 2 months ago
- 1024ea9 Changes necessary for Starlark cc_library by plf · 3 years, 2 months ago
- 228d872 C++: Fix dynamic only pecompiled libraries not propagated by plf · 3 years, 2 months ago
- 676a0c8 Update Bazel to depend on bazelbuild/platforms 0.0.5. by aiuto · 3 years, 2 months ago
- f936e1b Deduplicate urls parsed to reduce crawl requests by Niyas Sait · 3 years, 2 months ago
- 91c8085 Remove test references to java/constraints. by jcater · 3 years, 2 months ago
- 30fed68 Open source `LocalDiffAwarenessTest.java`. by nharmata · 3 years, 2 months ago
- 8807e23 Simplify Starlark java_library handling of files_to_build. by ilist · 3 years, 2 months ago
- f6c4e62 Changes necessary for Starlark cc_library by plf · 3 years, 2 months ago
- 6244713 Remove references to @rules_java//java/constraints. by jcater · 3 years, 2 months ago
- 4395132 Use a class hierarchy for `PathFragment` to encode the information formerly encoded in `PathFragment#driveStrLength`. by nharmata · 3 years, 2 months ago
- 216e5a0 Enable GoStarlarkApiTest in Bazel. by steinman · 3 years, 2 months ago
- b7fecb9 Stop doing filesystem access to determine a package's BUILD file in SkyQueryEnvironment: the package lookup value must already be computed, so we can just fetch it from the graph and ask for the BUILD file. by janakr · 3 years, 2 months ago
- e3299b0 Enable MissingInputActionTest in Bazel. by steinman · 3 years, 2 months ago
- 7a65271 config doesn't error on duplicate `--define` values by Daniel Wagner-Hall · 3 years, 2 months ago
- 0d511e8 Update ExecGroup to use a Builder interface. by John Cater · 3 years, 2 months ago
- 965a79a PDB file generation now matches native version. by Googler · 3 years, 2 months ago
- 8d24af1 Clean up checking for valid command line options in starlark transitions. by jcater · 3 years, 2 months ago
- 68b1c7e Open source sandboxing tests to Bazel. by steinman · 3 years, 2 months ago
- a54600e Enable InconsistentFilesystemTest by Googler · 3 years, 2 months ago
- 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, 2 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