summaryrefslogtreecommitdiff
path: root/rust/compiler.go
AgeCommit message (Expand)Author
2020-10-02rust: Add static binary support Ivan Lozano
2020-09-28rust: Refactor staticStd to stdLinkage Ivan Lozano
2020-09-18rust: Add libstd linkage mutator for rlibs. Ivan Lozano
2020-09-15Don't disable rust modules for linux_bionic Jiyong Park
2020-08-28rust: strip libraries and binaries Thiébaud Weksteen
2020-08-25Link device binaries dynamically by default. Ivan Lozano
2020-08-13rust: modify linting properties Thiébaud Weksteen
2020-08-07rust: fully disable all lints when no_lint is set Thiébaud Weksteen
2020-08-04[rust] Disable lints for generated bindings Stephen Crane
2020-08-04Merge "[rust] Add SourceProviders as crates support." Ivan Lozano
2020-08-04[rust] Add SourceProviders as crates support. Ivan Lozano
2020-08-03Move getEdition to a baseCompiler method Thiébaud Weksteen
2020-07-28Ensure hermetic device rust_bindgen. Ivan Lozano
2020-07-20Allow rust module dependency on SourceProviders. Ivan Lozano
2020-07-08Specify module dependency in the srcs list Chih-Hung Hsieh
2020-07-01rust: Suppress default sysroot unconditionally Matthew Maurer
2020-07-01rust: Mutate prebuilt modules dylib/rlib Matthew Maurer
2020-07-01rust: Add rustlibs auto dependency selection Matthew Maurer
2020-07-01Merge "Explicitly define Rust default lints" Thiébaud Weksteen
2020-07-01Explicitly define Rust default lints Thiébaud Weksteen
2020-06-24Remove moduleContextImpl struct Thiébaud Weksteen
2020-06-16[Rust] Remove unused variables and deduplicate. Ivan Lozano
2020-05-05Add gcov coverage support to Rust modules. Ivan Lozano
2020-04-29Provide 32-bit and 64-bit Rust libs by default. Ivan Lozano
2020-04-07Fix incorrect Rust installation paths. 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 Soong Matthew Maurer
2019-11-04Enforce correct rust library file names. Ivan Lozano
2019-10-07Merge "Remove old-style support for translated second architectures" Treehugger Robot
2019-10-07Merge "Fix defaults of BaseCompilerProperties" Chih-hung Hsieh
2019-10-03Separate InstallPath from OutputPath Colin Cross
2019-10-03Fix defaults of BaseCompilerProperties Chih-Hung Hsieh
2019-10-01Pass --remap-path-prefix to Rust builds. Joel Galenson
2019-09-27Deny rust warnings by default. Chih-Hung Hsieh
2019-09-24Add AArch64 device Rust toolchain. Ivan Lozano
2019-09-19Remove old-style support for translated second architectures Colin Cross
2019-09-18Revert "Remove old-style support for translated second architectures" Colin Cross
2019-09-18Remove old-style support for translated second architectures Colin Cross
2019-08-28Add Rust support to Soong. Ivan Lozano