aboutsummaryrefslogtreecommitdiff
path: root/rust/binary.go
AgeCommit message (Expand)Author
2023-04-12Split Rust crate builds into compile and link phases.Peter Collingbourne
2022-09-30Drop rust dependency on musl_linker_scriptColin Cross
2022-04-20Add cross-referencing support for RustSasha Smundak
2022-01-24Support building rust modules against musl libcColin Cross
2022-01-24Support multiple crtbegin and crtend dependenciesColin Cross
2021-11-12Merge changes I26198187,Ia904d07bIvan Lozano
2021-11-09rust: Refactor stripped output file pathIvan Lozano
2021-11-04rust: Support MTE memtag_heap sanitizerIvan Lozano
2021-11-01rust: Add common interface for binariesIvan Lozano
2021-07-07Remove IsDependencyRoot from interfaceLiz Kammer
2021-06-03Rust cdylib/statliclib support for vendor snapshot.Ivan Lozano
2021-04-16Rustdoc support.Dan Albert
2021-03-23rust: Drop libgcc dependencyThiƩbaud Weksteen
2021-02-05Merge "rust: Pass cc static libs to rustc."Ivan Lozano
2021-02-04rust: Pass cc static libs to rustc.Ivan Lozano
2021-02-04bp2build: convert paths/module refs to Bazel labelLiz Kammer
2021-01-15Migrate Rust to LLVM coverage.Joel Galenson
2021-01-08Refactor CC to prep for Rust sanitizable modules.Ivan Lozano
2020-12-09Move prefer_rlib from binary to base compiler.Ivan Lozano
2020-10-02rust: Add static binary supportIvan Lozano
2020-09-28rust: Refactor staticStd to stdLinkageIvan Lozano
2020-09-28rust: Add prefer_rlib property for static libstd.Ivan Lozano
2020-08-28rust: strip libraries and binariesThiƩbaud Weksteen
2020-08-27Merge "[rust] Pass cc dependencies as linker flags."Ivan Lozano
2020-08-26[rust] Pass cc dependencies as linker flags.Ivan Lozano
2020-08-25Link device binaries dynamically by default.Ivan Lozano
2020-07-29Merge changes I4efdf333,I4abaf8e7Ivan Lozano
2020-07-28Ensure hermetic device rust_bindgen.Ivan Lozano
2020-07-22Enforce correct variant usage for rust_bindgen.Ivan Lozano
2020-07-20Allow rust module dependency on SourceProviders.Ivan Lozano
2020-07-08Specify module dependency in the srcs listChih-Hung Hsieh
2020-07-01rust: Add rustlibs auto dependency selectionMatthew Maurer
2020-06-16[Rust] Remove unused variables and deduplicate.Ivan Lozano
2020-05-05Add gcov coverage support to Rust modules.Ivan Lozano
2019-12-13Install rust tests under nativetest(64)Chih-Hung Hsieh
2019-11-14Merge changes from topic "rust-sysroot"Jeffrey Vander Stoep
2019-11-13Build Rust Device Sysroots in SoongMatthew Maurer
2019-11-05Soong Rust source clean up.Ivan Lozano
2019-09-24Add AArch64 device Rust toolchain.Ivan Lozano
2019-08-28Add Rust support to Soong.Ivan Lozano