bazel /
bazel /
fa3137c0741bd508cf05325c95e1f571dfbdf80a - fa3137c Start to document default_applicable_licenses/default_package_metadata. by Googler · 2 years, 1 month ago
- 77c4ce3 Move the Priority enum into ActionInputFetcher and delete the prefetchFiles overload defaulting to Priority.MEDIUM. by Googler · 2 years, 1 month ago
- c602cec Allow --extra_execution_platforms to support overrides by making it no longer "allowMultiple". by Googler · 2 years, 1 month ago
- aa6f23e Add `java_test` without launcher rule variant and macro by Googler · 2 years, 1 month ago
- fbdf2c1 Refactor deps/runtime_deps collection by Googler · 2 years, 1 month ago
- fd9c582 Fix test runner default label by Googler · 2 years, 1 month ago
- 037c06d Fix `java_binary` rule class usage for custom launcher case by Googler · 2 years, 1 month ago
- 15661f7 Fix jvm flags for `java_test` by Googler · 2 years, 1 month ago
- 1ee72c2 Fix main_class and test_support resolution by Googler · 2 years, 1 month ago
- 6592b05 Define Starlark `java_test` rule by Googler · 2 years, 1 month ago
- 477a32e Refactor `java_binary` rule definition by Googler · 2 years, 1 month ago
- 056d72c Test all possible scenarios for RemoteActionFileSystem#getInputStream. by Googler · 2 years, 1 month ago
- a0e779b Use empty collections instead of `null` for `outputSymlinks` and `discoveredModules` in `ActionExecutionValue`. by Googler · 2 years, 1 month ago
- 082e5bb Set --extra_execution_platforms once instead of twice in RegisteredExecutionPlatformsFunctionTest, in anticipation of supporting overrides. by Googler · 2 years, 1 month ago
- 1bdcba8 Add new style license declarations to bazel main sources and tests. by Googler · 2 years, 1 month ago
- bd011cd Recursively drop all dependent `GLOB` nodes after a `PACKAGE` node is evaluated by Googler · 2 years, 1 month ago
- a189ac3 Condense duplicate settings of --extra_execution_platforms into a single comma-separated list in anticipation of making --extra_execution_platform support overwrites. by Googler · 2 years, 1 month ago
- 2a8ab5b Implement MetadataProvider in RemoteActionFileSystem. by Googler · 2 years, 1 month ago
- 6fc9171 Store runfiles as parallel lists instead of a list of pairs. by Googler · 2 years, 1 month ago
- 7cd398f Inject remote metadata for action stdout/stderr. by Googler · 2 years, 1 month ago
- d56dc18 Move Apple toolchain setup to apple_support by Keith Smiley · 2 years, 1 month ago
- f057c74 Use smart subclassing in `ActionExecutionValue` to save memory. by Googler · 2 years, 1 month ago
- caf5253 Make `experimental_cpp_compile_argv_ignore_param_file` no-op by Googler · 2 years, 1 month ago
- c7f5c81 Avoid creating many distinct suffixes for the atomic writes of action inputs. by Googler · 2 years, 1 month ago
- 10587b1 Silence setlocale warnings in Java stub by Julio Merino · 2 years, 1 month ago
- daa3dbe [remote] upload: treat `ALREADY_EXISTS` as success by Yannic Bonenberger · 2 years, 1 month ago
- 3ad3927 Force the Bazel server Java runtime to use the root locale by Fabian Meumertzheim · 2 years, 1 month ago
- 488ab8a Delete unused utility `BigIntegerFingerprintUtils`. by Googler · 2 years, 1 month ago
- dfdf63a Allow WORKSPACE and WORKSPACE-loaded .bzl files to see Bzlmod root module's mappings by Googler · 2 years, 1 month ago
- 830afc1 Fix getting started link in README.md by redwrasse · 2 years, 1 month ago
- c817fb1 Add Lucid Software to the list of companies by Sagar Pathare · 2 years, 1 month ago
- bf9520e Fix up documentation to add link to issue. by Googler · 2 years, 1 month ago
- 1b1922a Experimentally export java_library_rule by Googler · 2 years, 1 month ago
- 8327da8 Add library for garbage-free alternative to Objects.hash. by Googler · 2 years, 1 month ago
- 132a5f9 Have getFdoBuildStamp return "SAFDO" when a .afdo profile is supplied along with xbinary_fdo. by Googler · 2 years, 1 month ago
- 7355397 Creates an AndroidDexInfo provider to pass dex related artifacts from Starlark to Native Blaze. by Zhaoqing Xu · 2 years, 1 month ago
- dd2ba3a Remove tools/python/private/defs.bzl from filegroup by Keith Smiley · 2 years, 1 month ago
- f90dcf9 Add internal linux-sandbox option to create a network namespace with no loopback device, for sandboxed workers. by Googler · 2 years, 1 month ago
- ab2953c Use `Runtime#availableProcessors` on Linux by Fabian Meumertzheim · 2 years, 1 month ago
- e29e2fb Remove dead code and fix typo pointed out by fmeum@ by Googler · 2 years, 1 month ago
- e0cdace Fix data race in prefetcher. by Tiago Quelhas · 2 years, 1 month ago
- f9008f6 Fix cc_shared_library to take into account indirect top level deps by Googler · 2 years, 1 month ago
- 56a9efb Automatic code cleanup. by Googler · 2 years, 1 month ago
- 67f1d96 Set toolchains manually when copying exec_group from default-exec-group and Automatic Exec Groups are enabled by Googler · 2 years, 1 month ago
- 486a964 Use the isOutput helper in various RemoteActionFileSystem methods. by Googler · 2 years, 1 month ago
- 2f98b92 Force enable Starlark py_binary, py_test, py_library by Richard Levasseur · 2 years, 1 month ago
- e79de51 Remove NO_EXPORTING tag from cc_shared_library by Googler · 2 years, 1 month ago
- f785f28 Move C++ API to builtins in `cc_common.bzl`. by Googler · 2 years, 1 month ago
- d81fbc8 Delete unused CcCompilationContext functions by Googler · 2 years, 1 month ago
- 9706dce making --incompatible_use_platforms_repo_for_constraints do nothing. Using constraints from @bazel_tools//platforms with or without the flag will error out. by Googler · 2 years, 1 month ago
- 7f9a7b7 [Skymeld] Drop the intermediate states of IncrementalPackageRoots upon analysis by Googler · 2 years, 1 month ago
- 75efb40 Use TopLevelTargetReadyForSymlinkPlanting for aspects as well. by Googler · 2 years, 1 month ago
- ac3eedc Call getValueOrThrow for unary StateMachine lookups. by Googler · 2 years, 1 month ago
- 052407b Serialization Test fixes for JDK 21. by Googler · 2 years, 1 month ago
- b6fc2d9 Expose the sets of Starlark provider constraints in RequiredProviders by Googler · 2 years, 1 month ago
- d7f2485 Remove python/private/defs.bzl by Googler · 2 years, 1 month ago
- 7c49855 Change the internal representation of `GroupedDeps` to save space. by Googler · 2 years, 1 month ago
- 4427a1f python: remove unused Java code by Richard Levasseur · 2 years, 1 month ago
- 8548e20 Relax JSON parser, ensure duplicate keys are overridden by Adam Lavin · 2 years, 1 month ago
- 3d8ccd8 Creates an AndroidOptimizedJarInfo to pass the optimized jar from Starlark to Native Blaze. by Zhaoqing Xu · 2 years, 1 month ago
- 3ce2b71 python: Remove Java implementation of Python rules by Richard Levasseur · 2 years, 1 month ago
- 801103d Release 6.1.0 (2023-03-06) by Bazel Release System · 2 years, 2 months ago
- 0a8cf25 Release 6.1.0 (2023-03-06) by Bazel Release System · 2 years, 2 months ago
- d5b4c1b Set runners for critical path where no spawn was actually executed. by Googler · 2 years, 2 months ago
- 38ece3c Handle `SIGWINCH` under `bazel run //some:test` (i.e. test rules) correctly. by Tobias Werth · 2 years, 2 months ago
- ebe4e2f Remove redundant "only" from "only does X if and only if Y", add commas to make alternatives less ambiguous, and use HTML markup by Thomas Köppe · 2 years, 2 months ago
- 28dc0f9 Switch `RemoteFileArtifactValue` subclassing to optimize for memory cost. by Googler · 2 years, 2 months ago
- 7c235ff [credentialhelper] Ignore failing to provide request by Yannic Bonenberger · 2 years, 2 months ago
- f4c5a958 Do not use ImmutableList.copyOf whilst finding the innermost starlark function of a StarlarkThread. by Googler · 2 years, 2 months ago
- 8681437 Add automatic exec groups to cc_common.link by Googler · 2 years, 2 months ago
- 6249719 Address this request - https://github.com/bazelbuild/bazel/issues/17664 by Googler · 2 years, 2 months ago
- 6c7c9dd Correct types of Depsets in Objc rules by Googler · 2 years, 2 months ago
- b3668b4 Fix missing and extraneous spaces by Thomas Köppe · 2 years, 2 months ago
- 0ce1748 Replace uses of Depset.of(ElementType, NestedSet) with Depset.of(Class, NestedSet) by Googler · 2 years, 2 months ago
- 05253dc Remove Depset.legacyOf by Googler · 2 years, 2 months ago
- 4e739d3 Remove references to python/private in third_party by Ivo List · 2 years, 2 months ago
- f676acf Pure refactoring: extract a method from `DependencyResolver`. by Googler · 2 years, 2 months ago
- 87436ad Remove ObjcCppSemantics by Googler · 2 years, 2 months ago
- 78729c0 Use real rules_python by Ivo List · 2 years, 2 months ago
- 1ebb04b Store TTL in RemoteFileArtifactValue by Chi Wang · 2 years, 2 months ago
- 424e739 Add more tests for BwoB by Googler · 2 years, 2 months ago
- 8d476cf Update java_tools v11.12 by kshyanashree · 2 years, 2 months ago
- 66f571e Add supplemental support for JDK 11, 17 and 19 on cpu s390x by Kun-Lu · 2 years, 2 months ago
- 055eb8f Update API of ValueOrExceptionProducer based on usage. by Googler · 2 years, 2 months ago
- 1b4472f More cleanups in `GroupedDeps`. by Googler · 2 years, 2 months ago
- 2730220 Automatic code cleanup. by Googler · 2 years, 2 months ago
- e4d2023 Update `NestMembers` attributes to remove pruned classes by Googler · 2 years, 2 months ago
- 8c45ea4 Reduce garbage produced by AbstractAttributeMapper.getAttributeNames. by Googler · 2 years, 2 months ago
- f721362 Remove and reduce visibility of `DirtyBuildingState` methods where possible and fix javadoc warnings. by Googler · 2 years, 2 months ago
- 078c14c Memoize IncompatibleTargetChecker.createDirectlyIncompatibleTarget. by Googler · 2 years, 2 months ago
- 5a72be5 Automatic code cleanup. by Googler · 2 years, 2 months ago
- 3e140f3 Remove differences between BazelCcModule and CcModule. by Googler · 2 years, 2 months ago
- c534825 Self transition constraint_setting and constraint_value to the NoConfig state. by Googler · 2 years, 2 months ago
- 6d658cd Add important test for cc_shared_library rule by Googler · 2 years, 2 months ago
- d3c7e48 Fix `android_binary` native libraries linking check by Googler · 2 years, 2 months ago
- 53035bf Roll forward of https://github.com/bazelbuild/bazel/commit/7bd0ab63a8441c3f3d7f495d09ed2bed38762874: Default --incompatible_strict_conflict_checks to true. by Googler · 2 years, 2 months ago
- 134ba15 Automatic code cleanup. by Googler · 2 years, 2 months ago
- c8f3dd0 Automatic code cleanup. by Googler · 2 years, 2 months ago
- 62381d4 Automatic code cleanup. by Googler · 2 years, 2 months ago
- 949a39b Automatic code cleanup. by Googler · 2 years, 2 months ago