platform_build_soong/rust
Stephen Hines f8ffb6d4c2 Allow clippy::unnecessary_fallible_conversions
This lint is part of Rust 1.75.0, but has a lot of problems with FFI
data types that change size between 32-bit and 64-bit targets. This
makes the lint check far less useful, so we are just globally
suppressing it for now.

Bug: http://b/321303117
Test: m
Change-Id: I39531c961a26f533451d73b025caca02e593a269
2024-02-09 15:36:35 -08:00
..
config Allow clippy::unnecessary_fallible_conversions 2024-02-09 15:36:35 -08:00
afdo.go Revert "Convert AFDO mutators to TransitionMutator" 2024-02-06 02:15:03 +00:00
afdo_test.go Revert "support sandboxed rust rules" 2023-09-22 22:05:54 +00:00
Android.bp rust: add aconfig_flag support 2023-12-07 21:56:59 +00:00
androidmk.go Reapply "Rename LOCAL_USE_VNDK" 2024-02-05 10:31:23 +09:00
benchmark.go Allow adding extra tradefed options in the Android.bp file 2023-01-03 12:47:11 -08:00
benchmark_test.go Add rust_benchmark module to soong. 2021-04-06 12:40:32 +02:00
binary.go Remove ConvertWithBp2build implementations 2023-12-08 13:51:05 -08:00
binary_test.go Revert "Split Rust crate builds into compile and link phases." 2023-10-02 22:15:55 -07:00
bindgen.go Revert^2 "Update clang version to clang-r510928" 2024-02-02 14:32:47 -08:00
bindgen_test.go rust: Emit -x c++ for bindgen modules with cpp_std 2023-10-09 11:52:18 -04:00
builder.go rust: Privatize Cargo* methods on compiler 2023-11-20 20:25:27 +00:00
builder_test.go Revert "Split Rust crate builds into compile and link phases." 2023-10-02 22:15:55 -07:00
clippy.go rust: modify linting properties 2020-08-13 15:58:09 +02:00
clippy_test.go Revert "support sandboxed rust rules" 2023-09-22 22:05:54 +00:00
compiler.go Split usage of UseVndk 2024-01-09 11:37:14 +09:00
compiler_test.go rust: internalize srcPathFromModuleSrcs 2023-11-22 00:52:10 +00:00
coverage.go Revert "Split Rust crate builds into compile and link phases." 2023-10-02 22:15:55 -07:00
coverage_test.go Revert "Split Rust crate builds into compile and link phases." 2023-10-02 22:15:55 -07:00
doc.go Parallelize singleton execution 2023-05-19 20:31:32 +00:00
fuzz.go fuzz packaging: implement system/vendor split 2023-12-28 03:04:20 +00:00
fuzz_test.go Revert "support sandboxed rust rules" 2023-09-22 22:05:54 +00:00
image.go Split usage of UseVndk 2024-01-09 11:37:14 +09:00
image_test.go Revert "support sandboxed rust rules" 2023-09-22 22:05:54 +00:00
library.go Convert SetProvider to generic providers API 2023-12-14 16:12:20 -08:00
library_test.go Revert "Split Rust crate builds into compile and link phases." 2023-10-02 22:15:55 -07:00
OWNERS rust: Rust is now GA for platform usage 2022-07-28 06:57:26 -07:00
prebuilt.go rust: internalize srcPathFromModuleSrcs 2023-11-22 00:52:10 +00:00
proc_macro.go Remove ConvertWithBp2build implementations 2023-12-08 13:51:05 -08:00
proc_macro_test.go Revert "support sandboxed rust rules" 2023-09-22 22:05:54 +00:00
project_json.go rust: rust-project.json: Skip disabled modules 2023-11-27 17:54:03 +00:00
project_json_test.go Include proc macro crates in rust-project.json 2021-10-06 19:39:06 +00:00
protobuf.go Remove unused use_protobuf3 flag 2023-12-21 17:53:51 +00:00
protobuf_test.go Remove unused use_protobuf3 flag 2023-12-21 17:53:51 +00:00
rust.go Convert coverageMutator to a TransitionMutator 2024-01-24 10:17:10 -08:00
rust_test.go Merge "Generate product variants by default" into main 2023-10-04 06:29:31 +00:00
sanitize.go Convert Provider to generic providers API 2023-12-14 16:12:21 -08:00
sanitize_test.go Revert "Split Rust crate builds into compile and link phases." 2023-10-02 22:15:55 -07:00
snapshot_prebuilt.go rust: Rust sanitized snapshots variations 2023-08-25 12:54:56 -04:00
snapshot_utils.go rust: Add vendor and recovery dylib support. 2023-07-14 12:43:09 -04:00
source_provider.go Remove unused field 'subAndroidMkOnce'. 2023-01-26 14:06:35 +00:00
source_provider_test.go Revert "Make lots of tests run in parallel" 2020-10-09 18:34:24 -07:00
strip.go Add comments to {cc,rust}/strip.go 2020-11-19 20:02:34 +01:00
test.go Split usage of UseVndk 2024-01-09 11:37:14 +09:00
test_test.go Fix soong for go test ./... 2023-11-17 21:28:39 +00:00
testing.go Merge "Revert "Integrate Rust-specific System Properties into rules generation."" into main 2024-02-05 14:41:56 +00:00
toolchain_library.go Revert^2 "rustSetToolchainSource to use linux-x86 srcs" 2023-09-27 20:45:48 +00:00
vendor_snapshot_test.go soong: Add crt_pad_segment to .so's 2024-01-31 19:42:31 -08:00