rust/src/librustc_target
2019-04-17 05:15:00 +02:00
..
abi Add discr_index to multi-variant layouts 2019-04-11 17:44:43 -07:00
spec Rollup merge of #59624 - jethrogb:jb/sgx-unwind-syms, r=alexcrichton 2019-04-06 00:14:43 +02:00
build.rs Remove licenses 2018-12-25 21:08:33 -07:00
Cargo.toml librustc_target => 2018 2019-02-08 21:00:07 +09:00
lib.rs Deny internal in stage0 2019-04-17 05:15:00 +02: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.