rust/src/librustc_target
Dan Robertson 08bd4ff998
Rename variadic to c_variadic
Function signatures with the `variadic` member set are actually
C-variadic functions. Make this a little more explicit by renaming the
`variadic` boolean value, `c_variadic`.
2019-02-27 10:21:54 -05:00
..
abi Rename variadic to c_variadic 2019-02-27 10:21:54 -05:00
spec Search for target_triple.json only if builtin target not found 2019-02-20 19:37:54 +01:00
build.rs Remove licenses 2018-12-25 21:08:33 -07:00
Cargo.toml librustc_target => 2018 2019-02-08 21:00:07 +09:00
lib.rs rustc: doc comments 2019-02-10 23:42:32 +00: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.