- 2fcbffa rust: Add support for host fuzzers. by Ivan Lozano · 1 year, 5 months ago
- 0c10e4d Parallelize singleton execution by LaMont Jones · 1 year, 8 months ago
- c1490ec Add option to use protobuf3 by Jeff Vander Stoep · 1 year, 8 months ago
- 91c0466 rust_proto: use protobuf crate version 2.x by Jeff Vander Stoep · 1 year, 10 months ago
- 993db7a rust: Enable Rust modules in Product by Matthew Maurer · 2 years ago
- a76acba Add cross-referencing support for Rust by Sasha Smundak · 2 years, 9 months ago
- 4c4c1be Use single module for clang runtime libraries by Colin Cross · 2 years, 11 months ago
- aed0adf Merge "rust: Add Recovery Snapshot Soong tests for rust." by Ivan Lozano · 3 years, 2 months ago
- c2ca1ee rust: Add Recovery Snapshot Soong tests for rust. by Ivan Lozano · 3 years, 2 months ago
- 52a3e36 Merge "rust: Support new rust_stdlib_prebuilt_host type" by Ivan Lozano · 3 years, 2 months ago
- fba2aa2 rust: Support new rust_stdlib_prebuilt_host type by Ivan Lozano · 3 years, 2 months ago
- 5482d6a rust: Support global sanitizers by Ivan Lozano · 3 years, 2 months ago
- 3ee74c8 rust: Remove libtest from stdlibs list by Ivan Lozano · 3 years, 6 months ago
- 3149e6e Rust rlib vendor snapshot support. by Ivan Lozano · 3 years, 7 months ago
- 1921e80 Rust cdylib/statliclib support for vendor snapshot. by Ivan Lozano · 3 years, 8 months ago
- 45c647d Merge changes I59439b77,I7dbaf8be by Thiébaud Weksteen · 3 years, 9 months ago
- e4dd14b bloaty: measure stripped Rust binaries by Thiébaud Weksteen · 3 years, 9 months ago
- d466b4a Merge changes from topic "rust_vendor_support" by Ivan Lozano · 3 years, 9 months ago
- c08897c Add more Rust vendor image support. by Ivan Lozano · 3 years, 9 months ago
- 699e218 rust: Use new common image mutator interface. by Ivan Lozano · 3 years, 10 months ago
- 1d640d0 Add rust_benchmark module to soong. by Jakub Kotur · 4 years ago
- 9e0c3f9 Convert remaining rust tests to use test fixtures by Paul Duffin · 3 years, 9 months ago
- db48889 Add text fixture preparers for rust package by Paul Duffin · 3 years, 10 months ago
- d6ceb86 Clean up cc.RegisterRequiredBuildComponentsForTest() by Paul Duffin · 3 years, 10 months ago
- c5d34ec rust: Use prebuilts for x86 host target. by Ivan Lozano · 3 years, 11 months ago
- e6d3098 rust: Add rust_ffi_static vendor ramdisk Support by Ivan Lozano · 4 years ago
- 6cd99e6 Add Rust fuzzing support. by Ivan Lozano · 5 years ago
- 6eff900 Merge rust_protobuf and rust_grpcio module types. by Ivan Lozano · 4 years, 1 month ago
- 90f5c1d Merge "Rust: Vendor support for Rust static libraries." by Ivan Lozano · 4 years, 1 month ago
- 6a88443 Rust: Vendor support for Rust static libraries. by Ivan Lozano · 4 years, 1 month ago
- 3e9f9e4 Add min_sdk_version to Rust modules. by Ivan Lozano · 4 years, 1 month ago
- 99644e9 rust modules can be included in apex by Jiyong Park · 4 years, 2 months ago
- e9fe294 Annotate dependency tags for dependencies of installed files by Colin Cross · 4 years, 2 months ago
- b5ae193 Revert "Annotate dependency tags for dependencies of installed files" by Colin Cross · 4 years, 2 months ago
- 62a0cfd Annotate dependency tags for dependencies of installed files by Colin Cross · 4 years, 2 months ago
- ae8600b Pass Config to NewTestContext instead of ctx.Register by Colin Cross · 4 years, 2 months ago
- 3df4e63 rust_grpcio well known types support, default deps by Zach Johnson · 4 years, 2 months ago
- 6a3d1e9 Add rust_grpcio module type. by Ivan Lozano · 4 years, 2 months ago
- a6351ca rust: Add ref to generated sources (aidl, bindgen) by Thiébaud Weksteen · 4 years, 3 months ago
- 2b08113 rust: Add libstd linkage mutator for rlibs. by Ivan Lozano · 4 years, 4 months ago
- 588aae7 Add rust_protobuf module. by Treehugger Robot · 4 years, 4 months ago
- 92fe740 Stop using prebuilt NDK CRT objects. by Dan Albert · 4 years, 6 months ago
- 83ee52f rust: validate existence of library source by Thiébaud Weksteen · 4 years, 5 months ago
- 021f4e5 Fix prebuilt mutator ordering in tests by Paul Duffin · 4 years, 5 months ago
- 4fef93c Add SourceProviders and a rust_bindgen module type by Ivan Lozano · 4 years, 6 months ago
- bbd25ae Specify module dependency in the srcs list by Chih-Hung Hsieh · 4 years, 8 months ago
- c761eec rust: Mutate prebuilt modules dylib/rlib by Matthew Maurer · 4 years, 6 months ago
- 2ae0513 rust: Change default variants by Matthew Maurer · 4 years, 6 months ago
- fc80fe7 Make rust_test file output more similar to cc_test. by Ivan Lozano · 4 years, 7 months ago
- e4d12a0 Add rust-project.json generator by Thiébaud Weksteen · 4 years, 7 months ago
- a0cd8f9 Add gcov coverage support to Rust modules. by Ivan Lozano · 4 years, 9 months ago
- 9d1df10 Provide 32-bit and 64-bit Rust libs by default. by Ivan Lozano · 4 years, 8 months ago
- 2f15bae Clean up rust tests. by Ivan Lozano · 4 years, 9 months ago
- 77980a8 Dedup registration for cc default test config by Paul Duffin · 5 years ago
- 98be1bb Move filesystem into Config by Colin Cross · 5 years ago
- ae6c520 Move ImageMutator after archMutator by Colin Cross · 5 years ago
- 09ef474 Merge changes I0dcc9c7b,I9bc40642 by Colin Cross · 5 years ago
- 4b49b76 Make TestContext.RegisterModuleType take an android.ModuleFactory by Colin Cross · 5 years ago
- 7228ecd Move cc.imageMutator into the android package by Colin Cross · 5 years ago
- a5f22ed Add rust_test and rust_test_host. by Chih-Hung Hsieh · 5 years ago
- 52767be Add support for Rust C libraries. by Ivan Lozano · 5 years ago
- b9040d6 Add Soong test for device proc-macro deps. by Ivan Lozano · 5 years ago
- ffee334 Add Rust support to Soong. by Ivan Lozano · 5 years ago