rust/src/librustc_target
2018-12-12 16:04:03 +01:00
..
abi Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
spec target: remove Box returned from get_targets 2018-12-12 16:04:03 +01: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 rustc-guide has moved 2018-11-26 15:03:13 -06: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.