rust/src/librustc_target
Mazdak Farrokhzad c31b7044c1
Rollup merge of #69646 - RalfJung:layout-visitor, r=eddyb
Miri visitor: detect primitive types based on type, not layout (also, more tests)

I also converted the union-based transmutes to use `mem::transmute` for increased readability.

r? @eddyb @oli-obk
2020-03-08 16:53:36 +01:00
..
abi Rollup merge of #69646 - RalfJung:layout-visitor, r=eddyb 2020-03-08 16:53:36 +01:00
spec fix various typos 2020-03-06 15:19:31 +01: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 Remove unused feature gate from librustc_target 2020-02-07 13:58:57 +01: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.