rust/src/librustc_target
2020-04-16 15:15:51 +00:00
..
abi rustc_target::abi: add Primitive variant to FieldsShape. 2020-04-16 15:15:51 +00:00
spec Rollup merge of #71145 - pfmooney:illumos-triple, r=nagisa 2020-04-16 00:39:25 +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.