rust/src/librustc_target
2020-01-05 00:17:46 +00:00
..
abi Rename syntax_pos to rustc_span in source code 2020-01-01 09:15:18 +03:00
spec Add backticks to various diagnostics 2020-01-05 00:17:46 +00: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 Format the world 2019-12-22 17:42:47 -05: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.