rust/src/librustc_target
2018-08-19 08:07:33 +09:00
..
abi Integrate PassMode::UnsizedIndirect into PassMode::Indirect. 2018-08-19 08:07:33 +09:00
spec Start adding an aarch64-pc-windows-msvc target 2018-08-15 17:20:13 -07:00
build.rs Rename rustc_back::target to rustc_target::spec. 2018-04-26 16:39:44 +03:00
Cargo.toml rustc_target: move in syntax::abi and flip dependency. 2018-04-26 17:49:16 +03:00
lib.rs [nll] librustc_target: enable feature(nll) for bootstrap 2018-08-09 06:51:13 -04: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.