rust/src/librustc_target
2018-07-12 13:26:29 +02:00
..
abi Inline all methods on abi::Size 2018-06-27 19:34:42 -04:00
spec Deny bare trait objects in librustc_target and libtest 2018-07-12 13:26:29 +02: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 Deny bare trait objects in librustc_target and libtest 2018-07-12 13:26:29 +02: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.