rust/src/librustc_target
Oliver Scherer 4a9ed3f25a Use type safe `VariantIdx` instead of `usize` everywhere 2018-11-12 14:24:45 +01:00
..
abi Use type safe `VariantIdx` instead of `usize` everywhere 2018-11-12 14:24:45 +01:00
spec rustc: Clean up allocator injection logic 2018-11-11 09:22:28 -08:00
Cargo.toml 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
build.rs Rename rustc_back::target to rustc_target::spec. 2018-04-26 16:39:44 +03:00
lib.rs Use IndexVec instead of `usize` in librustc 2018-11-12 12:33:16 +01:00

README.md

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.