aboutsummaryrefslogtreecommitdiffstats
path: root/rust
Commit message (Expand)AuthorAgeFilesLines
* Add rust_test and rust_test_host.Chih-Hung Hsieh2019-10-296-7/+188
* Add support for Rust C libraries.Ivan Lozano2019-10-288-90/+371
* Add a common interface for cc linkable libraries.Ivan Lozano2019-10-281-8/+127
* Merge "Rust owners, fix syntax error and more specific"Chih-hung Hsieh2019-10-261-0/+5
|\
| * Rust owners, fix syntax error and more specificChih-Hung Hsieh2019-10-251-0/+5
* | Allow rust code in external/rust.Chih-Hung Hsieh2019-10-251-1/+1
|/
* Add Rust darwin host support.Ivan Lozano2019-10-212-4/+81
* Add method to determine variations from a TargetColin Cross2019-10-161-1/+1
* Merge "Remove old-style support for translated second architectures"Treehugger Robot2019-10-071-1/+1
|\
| * Remove old-style support for translated second architecturesColin Cross2019-09-191-1/+1
* | Merge "Fix defaults of BaseCompilerProperties"Chih-hung Hsieh2019-10-072-11/+15
|\ \
| * | Fix defaults of BaseCompilerPropertiesChih-Hung Hsieh2019-10-032-11/+15
* | | Replace RelPathString() with ToMakePath()Colin Cross2019-10-031-3/+2
* | | Separate InstallPath from OutputPathColin Cross2019-10-031-2/+2
|/ /
* | Merge "Pass --remap-path-prefix to Rust builds."Treehugger Robot2019-10-012-0/+5
|\ \
| * | Pass --remap-path-prefix to Rust builds.Joel Galenson2019-10-012-0/+5
* | | Emit linked file and dep-info in one call to rustcChih-Hung Hsieh2019-09-301-2/+1
|/ /
* | Deny rust warnings by default.Chih-Hung Hsieh2019-09-272-1/+12
* | Add Soong test for device proc-macro deps.Ivan Lozano2019-09-252-0/+123
* | Add ARM32 device Rust toolchain.Ivan Lozano2019-09-241-0/+92
* | Add AArch64 device Rust toolchain.Ivan Lozano2019-09-2410-16/+212
* | Fix proc_macro dependency handling.Ivan Lozano2019-09-245-30/+10
* | Merge "Amend list of required Rust stdlib libraries."Ivan Lozano2019-09-201-7/+1
|\ \
| * | Amend list of required Rust stdlib libraries.Ivan Lozano2019-09-201-7/+1
| |/
* / Add OWNERS for Rust whitelist.Ivan Lozano2019-09-182-19/+23
|/
* Check Rust dep is a Module before checking target.Ivan Lozano2019-09-131-9/+20
* Merge "Move splitFileExt to the android package."Ivan Lozano2019-09-101-30/+1
|\
| * Move splitFileExt to the android package.Ivan Lozano2019-09-091-30/+1
* | Update to Rust 1.37.0Matthew Maurer2019-09-091-1/+1
|/
* Disable unsupported Rust targets.Ivan Lozano2019-09-061-0/+18
* Do not run Soong tests for Rust on non-Linux hosts.Ivan Lozano2019-09-031-0/+11
* Add Rust support to Soong.Ivan Lozano2019-08-2817-0/+2319