aboutsummaryrefslogtreecommitdiff
path: root/rust/rust.go
AgeCommit message (Expand)Author
2023-04-12Split Rust crate builds into compile and link phases.Peter Collingbourne
2023-04-03Merge changes from topic "fdo_profile"Treehugger Robot
2023-03-31Reimplement afdo support for rustVinh Tran
2023-03-31Fix rust snapshotInfo provider bugInseob Kim
2023-03-29pass cc shared libs as order-only to rustcSam Delmerico
2023-03-21Merge "Build rust libraries against C ModuleLib API surface."Spandan Das
2023-03-16Build rust libraries against C ModuleLib API surface.Spandan Das
2023-03-16Fix the make name of rust snapshotsJustin Yun
2023-02-28Update non-user-facing properties to be mutatedLiz Kammer
2023-02-14rust: Fix coverage in no-std cratesIvan Lozano
2023-02-06Copy Rust fuzzer dependencies to /data.Ivan Lozano
2022-10-05Merge "Specify jnilib partition in Android-<target>.mk"Jihoon Kang
2022-10-04Specify jnilib partition in Android-<target>.mkJihoon Kang
2022-09-29rust: Don't propagate apex across customBindgenTagMatthew Maurer
2022-08-10Merge "Introduce cc_api_library"Treehugger Robot
2022-08-10Introduce cc_api_libraryKiyoung Kim
2022-07-28rust: Rust is now GA for platform usageMatthew Maurer
2022-06-27rust: Allow rust_ffi_shared in jni_libsIvan Lozano
2022-04-20Add cross-referencing support for RustSasha Smundak
2022-04-18Merge "rust: Allow rustlibs to fallback to rlibs."Ivan Lozano
2022-04-12rust: Don't append '.vendor' to vendor modules.Ivan Lozano
2022-04-12rust: Allow rustlibs to fallback to rlibs.Ivan Lozano
2022-03-25rust: rust_proc_macro host snapshot support.Ivan Lozano
2022-03-07Add stdlibs property for Rust build rules.Andrew Walbran
2022-02-16Fix rust snapshot to capture static libs correctlyJustin Yun
2022-01-27Merge changes from topic "musl_rust"Treehugger Robot
2022-01-24Support genrules as CrtBegin and CrtEnd in rustColin Cross
2022-01-24Support multiple crtbegin and crtend dependenciesColin Cross
2022-01-21AFDO for RustYi Kong
2022-01-14rust: Fix exported MinSdkVersionIvan Lozano
2022-01-05Merge "rust: Register rustdoc with checkbuild"Treehugger Robot
2021-12-15Remove InstallBypassMake and ToMakePathColin Cross
2021-12-10Revert^2 "Add dependency license annotations"Colin Cross
2021-12-10Revert "Add dependency license annotations"Colin Cross
2021-12-10rust: Register rustdoc with checkbuildMatthew Maurer
2021-12-08Add dependency license annotationsColin Cross
2021-11-17Merge "rust: Add rust_toolchain_library module."Ivan Lozano
2021-11-16rust: Add rust_toolchain_library module.Ivan Lozano
2021-11-16Merge "rust: Add data_libs and data_bins to rust_test"Ivan Lozano
2021-11-15rust: Add data_libs and data_bins to rust_testIvan Lozano
2021-11-12rust: Support new rust_stdlib_prebuilt_host typeIvan Lozano
2021-11-10Merge "rust: Refactor stripped output file path"Ivan Lozano
2021-11-10rust: Add missing variation -D flags to bindgen.Ivan Lozano
2021-11-09rust: Refactor stripped output file pathIvan Lozano
2021-11-08Move rust module installation into SoongColin Cross
2021-11-03rust: Emit toc files for cdylibsIvan Lozano
2021-11-01rust: Add common interface for binariesIvan Lozano
2021-11-01rust: Support whole static libraries with any nameIvan Lozano
2021-10-14rust: Package shared libraries with fuzzer zipsIvan Lozano
2021-10-05Installation routine for rust is similar to that of ccJiyong Park