rust/src/librustc_target
2018-11-22 04:38:00 +02:00
..
abi rustc_target: separate out an individual Align from AbiAndPrefAlign. 2018-11-22 04:38:00 +02:00
spec Add powerpc64-unknown-linux-musl target 2018-11-15 13:43:31 +00:00
build.rs Rename rustc_back::target to rustc_target::spec. 2018-04-26 16:39:44 +03:00
Cargo.toml Use IndexVec instead of usize in librustc 2018-11-12 12:33:16 +01:00
lib.rs Use IndexVec instead of usize in librustc 2018-11-12 12:33:16 +01:00
README.md Rename rustc_back::target to rustc_target::spec. 2018-04-26 16:39:44 +03:00

librustc_target contains some very low-level details that are specific to different compilation targets and so forth.

For more information about how rustc works, see the rustc guide.