rust/src/librustc_target
2018-08-12 23:26:52 +02:00
..
abi A few cleanups for rustc_target 2018-08-09 15:42:43 +02:00
spec Rollup merge of #53165 - jakllsch:netbsd-ad22a005-b917-47f3-8156-f717d36f6bbe, r=estebank 2018-08-12 23:26:52 +02:00
build.rs
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

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.