rust/src/librustc_target
2020-04-03 09:33:10 +02:00
..
abi Replace max/min_value() with MAX/MIN assoc consts 2020-04-03 09:33:10 +02:00
spec Rollup merge of #70605 - Amanieu:pthread_msvcrt, r=varkor 2020-04-01 00:27:23 +02:00
build.rs Remove licenses 2018-12-25 21:08:33 -07:00
Cargo.toml Rename syntax_pos to rustc_span in source code 2020-01-01 09:15:18 +03:00
lib.rs rustc -> rustc_middle part 1 2020-03-30 07:02:56 +02: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.