Sign in
bazel
/
bazel
/
4f7c859f6dfb3402a1adfe9346228695caa1b2b2
4f7c859
Add NestedFileSystemOperationNodes, canonical wire format and round-tripping.
by Googler
· 5 months ago
744de79
Bazel Docs: Publish release docs for Bazel 7.4.0
by Googler
· 5 months ago
a6f4dbe
Remove broken links
by Benson Muite
· 5 months ago
1854250
Release 9.0.0-pre.20241016.1 (2024-10-22)
by Bazel Release System
· 5 months ago
5ba77b3
Release 7.4.0 (2024-10-22)
by Bazel Release System
· 5 months ago
7a4416f
Add output of top level aspects to master log
by Googler
· 5 months ago
38a21da
Subclass java compilation `ProgressMessage`
by Googler
· 5 months ago
48e940f
Reporting skipped test cases
by Zhongpeng Lin
· 5 months ago
release-9.0.0-pre.20241023.1rc1
6e04eba
Automatic code cleanup.
by Googler
· 5 months ago
335e7d7
Reimplement --quiet using a field in the command server proto.
by Googler
· 5 months ago
3364b93
Define Bazel IJ `workspace_type` as `java`.
by Googler
· 5 months ago
6b3c21c
Move FileValue.Key and DirectoryListingValue.Key into the same JAR file.
by Googler
· 5 months ago
bd52046
Clarify the documentation for the provider function in StarlarkRuleFunctionsApi.
by Googler
· 5 months ago
2f979a4
Allow disabling the `ImportantOutputHandler` in rewinding tests.
by Googler
· 5 months ago
c5925da
Update error handling for absolute symlink violations when loading a `.bzl` file.
by Googler
· 5 months ago
7bef2c0
Fix a three year old string format bug.
by Googler
· 5 months ago
fc0bbd7
Add ICP open source project
by Rostislav Rumenov
· 5 months ago
release-9.0.0-pre.20241020.2rc1
4a26e8f
Use base target's toolchain context to resolve its dependencies during aspect propagation
by Googler
· 5 months ago
225d0a8
Update error handling for absolute symlink violations when evaluating a fileset.
by Googler
· 5 months ago
948323f
Fix shell tests not to assume MODULE.bazel is empty
by Googler
· 5 months ago
49d7bb6
Rename `stripPrefix=` to `strip_prefix=`
by Alexandre Rostovtsev
· 5 months ago
2ce9e35
Stop using `--fat_apk_cpu` in tests.
by Googler
· 5 months ago
408ab2d
Fix small grammar mistake in bzlmod migration doc
by Dimi Shahbaz
· 5 months ago
6938c49
Deduplcate rpaths in linkopts
by Googler
· 5 months ago
505596a
Remove dependency on python six from bazel_external_repository_test
by Tony Aiuto
· 5 months ago
2b9a2e7
Fix implicit input file creation for symbolic macros
by Googler
· 5 months ago
85edcfe
Fix a rare NPE with Skymeld cleanup.
by Googler
· 5 months ago
c3677ba0
Add documentation for the --quiet startup option.
by Googler
· 5 months ago
6fa9e13
Implement "quiet mode"
by Googler
· 5 months ago
1d022f4
Migrate writing `--explain` output to use `InstrumentationOutput` interface
by Googler
· 5 months ago
0fdb36f
Propagate `linkopts` of header-only libraries to `cc_shared_library`
by Fabian Meumertzheim
· 5 months ago
2a5a004
Internal refactoring
by Googler
· 5 months ago
b0f1430
Show "did you mean" suggestion for `{override,inject}_repo`
by Fabian Meumertzheim
· 5 months ago
3ef2abc
Add a string-to-label-dict attribute type.
by Googler
· 5 months ago
fee3dba
Add missing load for `java_binary` in `tools/jdk/BUILD.java_tools`
by Googler
· 5 months ago
f513a77
Make sure that there are no absolute prefixes in IgnoredSubdirectories.
by Googler
· 5 months ago
d276101
Fix handling targets without toolchain resolution for aspects propagating to toolchains
by Googler
· 5 months ago
253fedc
When --enforce_project_configs is enabled for a valid --scl_config, do not allow any other flags to be set in the user blazerc (~/.blazerc or --blazerc) or command line.
by Googler
· 5 months ago
release-9.0.0-pre.20241016.1rc1
60638af
Set oldest_content_accepted for remote downloader requests without the checksum
by Mislav Mandaric
· 5 months ago
986150a
Update error handling for absolute symlink violations when globbing a build file.
by Googler
· 5 months ago
48338d2
Properly cancel repository downloads
by Fredrik Medley
· 5 months ago
80b85c1
Rename `EvaluationState.changed()` to `EvaluationState.versionChanged()`.
by Googler
· 5 months ago
0e6713c
Fix code block in macros documentation
by Googler
· 5 months ago
41dcb2b
Expose internal functions needed by multi_arch_binary_support.bzl and linking_support.bzl (both from builtins_bzl/common/objc/) via apple_common.
by Googler
· 5 months ago
3cfd64b
Remove the last production use of IgnoredSubdirectories.prefixes().
by Googler
· 5 months ago
cb171a1
Upgrade rules_cc to 0.0.13
by Googler
· 5 months ago
e81e8d9
Refactor DiffAwareness to use IgnoredSubdirectories.
by Googler
· 5 months ago
e63c615
Add protobuf loads to unit tests
by Googler
· 5 months ago
f1e796e
Replace header files check using prettyArtifactNames
by Googler
· 5 months ago
fab37d9
Document the valid options for `--experimental_build_event_upload_strategy` for Bazel users in the option's help string.
by Googler
· 5 months ago
298da7b
Push the IgnoredSubdirectories abstraction a little further, everywhere other than diff awareness.
by Googler
· 5 months ago
73f7d23
Copy Proto rules from @protobuf instead of mocking
by Googler
· 5 months ago
216ea78
Encapsulate the list of ignored subdirectories in an object.
by Googler
· 5 months ago
20e37c3
Validate element types for list-typed computed default attributes
by Googler
· 5 months ago
18e3dc0
Make FileSystemDependencies implementations classes instead of record.
by Googler
· 5 months ago
aa33d7f
Add missing newline in code example in string module documentation
by Googler
· 5 months ago
9d50078
Remove dependency on builtins-internal symbol `CcNativeLibraryInfo` from `java_info.bzl`
by Googler
· 5 months ago
0d5673a
Expose required symbols for migrating the remaining java rules code out of Bazel
by Googler
· 5 months ago
24c3f24
Delete unused java rule code from `@_builtins`
by Googler
· 5 months ago
00fdb67
Ignore base target toolchain dependencies if aspect is applied on output file
by Googler
· 5 months ago
8c7bedf
Delete miscellaneous unused tools from bazel/tools/android. Most of these have been moved to rules_android.
by Googler
· 5 months ago
890f864
Add feature to switch to cpp variables for objc executable action
by Googler
· 5 months ago
8cbd6a3
Automated rollback of commit 98c3a4027b09294cef48fbf2775916ae404dd264.
by Googler
· 5 months ago
b9c9cd6
Add FileDependencyDeserializer.getDirectoryListingDependencies.
by Googler
· 5 months ago
0edeaab
Fix duplicate test_java_tools_ijar_builds
by Googler
· 5 months ago
98c3a40
Automated rollback of commit 4ca3db25a7fb43a74814732380d721b71a712aa7.
by Googler
· 5 months ago
cb8d781
Fix NPE when collecting network metrics.
by Googler
· 5 months ago
aa6d0ca
Add protobuf patch that has for_bazel_tests
by Googler
· 5 months ago
4b38f2f
Automatic code cleanup.
by Googler
· 5 months ago
093975c
Delete resource_extractor.py.
by Googler
· 5 months ago
ca5f6cf
Use `C.UTF-8` instead of `en_US.UTF-8` locale for Java compilation
by Googler
· 5 months ago
b042810
Describe failed action sources in more detail.
by Googler
· 5 months ago
ed37f39
Mark `cc_static_library` as experimental in docs
by Fabian Meumertzheim
· 5 months ago
4e6a28a
Fix version resolution in `AutoloadSymbols`
by Fabian Meumertzheim
· 5 months ago
d12959c
Add support for configuring `--system` using `java_package_configuration`
by Googler
· 5 months ago
0e876b1
Allow genrule.toolchains to accept toolchain_type targets.
by Googler
· 5 months ago
0d7446c
Drop FileInvalidationData.type.
by Googler
· 5 months ago
de66620
Deserializer for FileInvalidationData.
by Googler
· 5 months ago
c2d316b
Add additional_compiler_inputs support to local_defines/defines
by Keith Smiley
· 5 months ago
ef8edae
Split out a class for common file dependency key data and operations.
by Googler
· 5 months ago
efa0303
Re-enable tests that were disabled due CI infra flake
by Googler
· 5 months ago
78b8871
Update embedded JDKs to latest patch release
by Fabian Meumertzheim
· 5 months ago
788b608
BEGIN_PUBLIC Move `android_deploy_info.proto` to rules_android END_PUBLIC
by Googler
· 5 months ago
4f4f6a0
Drop six from third_party
by Tony Aiuto
· 6 months ago
849014a
Deduplicate additional exec constraint logic
by Fabian Meumertzheim
· 5 months ago
c68c9ba
Trim Workspace Status values
by Googler
· 5 months ago
0811603
Update error handling for absolute symlink violations when evaluating source action inputs.
by Googler
· 5 months ago
7c0ddd2
Add java_language_level to the default projectview file
by Tomasz Pasternak
· 5 months ago
7718ea3
Automated rollback of commit 8b19650b5817a80fce115b3ede20e92a409eabd6.
by Googler
· 5 months ago
8e1bf92
Make `AspectKey#toString()` more informative and descriptive.
by Googler
· 5 months ago
08ff8bb
Update rules_java v8.1.0
by hvd
· 5 months ago
8f7ffcf
Add FileDependencySerializer.
by Googler
· 5 months ago
6d2ec50
Propagate `IOException` from `SkyValueDirtinessChecker` instead of swallowing and returning `null`.
by Googler
· 5 months ago
3b70b64
Update existing_rule/s doc (and fix unterminated html tag)
by Googler
· 5 months ago
e3cd986
BEGIN_PUBLIC Update references to proguard_whitelister END_PUBLIC
by Googler
· 5 months ago
a3b8e31
Automated rollback of commit d2f19710b574a76206c7499d746e7c9f7e733e99.
by Googler
· 5 months ago
233a29c
Emit additional information for missing artifact owner crash.
by Googler
· 5 months ago
1074d9f
Add --experimental_remote_analysis_cache_mode=full.
by Googler
· 5 months ago
a6e9b95
Some toolchain type requirements can ignore invalid types and simply result in no toolchain type found.
by Googler
· 5 months ago
5b8be94
Add `DetailedIOException` for reporting absolute symlink violations.
by Googler
· 5 months ago
Next »