rust/src/librustc_target
2020-08-15 13:03:11 -07:00
..
abi Rework rustc_serialize 2020-08-14 17:34:30 +01:00
asm Rework rustc_serialize 2020-08-14 17:34:30 +01:00
spec Auto merge of #75483 - mati865:mingw-lld-flags, r=petrochenkov 2020-08-15 15:51:55 +00:00
Cargo.toml replaced log with tracing 2020-08-15 13:03:11 -07:00
lib.rs replaced log with tracing 2020-08-15 13:03:11 -07: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.