rust/src/librustc_target
2018-05-24 20:49:37 +02:00
..
abi Replace ScalarKind with Primitive 2018-05-24 20:49:37 +02:00
spec Auto merge of #50930 - toidiu:ak-ordOutlivesPredicate, r=nikomatsakis 2018-05-24 14:30:58 +00:00
build.rs
Cargo.toml rustc_target: move in syntax::abi and flip dependency. 2018-04-26 17:49:16 +03:00
lib.rs Stabilise inclusive_range_methods 2018-05-17 20:58:28 +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.