rust/src/librustc_target
Samuel Wilson 38a6eca29d issue-49938: Reference tagged unions discr(iminant) as tag
Refer https://github.com/rust-lang/rust/issues/49938

Previously tagged unions' tag was refered to as a discr(iminant).
Here the changes use tag instead which is the correct terminology
when refering to the memory representation of tagged unions.
2018-05-06 14:52:38 +12:00
..
abi issue-49938: Reference tagged unions discr(iminant) as tag 2018-05-06 14:52:38 +12:00
spec Add eabi suffix to armv5te musl target 2018-05-04 08:47:24 +02:00
Cargo.toml rustc_target: move in syntax::abi and flip dependency. 2018-04-26 17:49:16 +03:00
README.md Rename rustc_back::target to rustc_target::spec. 2018-04-26 16:39:44 +03:00
build.rs Rename rustc_back::target to rustc_target::spec. 2018-04-26 16:39:44 +03:00
lib.rs Removed direct field usage of RangeInclusive in rustc itself. 2018-05-01 01:45:18 +08:00

README.md

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.