rust/src/librustc_target
2020-07-16 19:36:49 -04:00
..
abi Rollup merge of #72497 - RalfJung:tag-term, r=oli-obk 2020-06-19 08:56:02 +02:00
asm Fix handling of reserved registers for ARM inline asm 2020-06-21 20:10:19 +01:00
spec don't mark linux kernel module targets as a unix environment 2020-07-11 17:20:33 -04:00
build.rs Remove licenses 2018-12-25 21:08:33 -07:00
Cargo.toml Make things build again 2020-06-02 20:38:24 +03:00
lib.rs apply bootstrap cfgs 2020-07-16 19:36:49 -04:00
README.md rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org 2020-03-10 17:08:18 -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 dev guide.