rust/src/librustc_back
Ben Cressey f94bd36fd1 add aarch64-unknown-linux-musl target
Signed-off-by: Ben Cressey <bcressey@amazon.com>
Signed-off-by: Tom Kirchner <tjk@amazon.com>
2017-09-23 14:46:33 -07:00
..
target add aarch64-unknown-linux-musl target 2017-09-23 14:46:33 -07:00
build.rs rustc: Add some build scripts for librustc crates 2017-07-22 22:04:13 -07:00
Cargo.toml Remove internal liblog 2017-03-23 11:28:00 -07:00
dynamic_lib.rs rustc: Remove some dead code 2017-08-19 13:27:16 +03:00
lib.rs *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
README.md rework the README.md for rustc and add other readmes 2017-09-19 09:00:59 -04:00
slice.rs std: Stabilize library APIs for 1.5 2015-10-25 09:36:32 -07:00
tempdir.rs rustc: Remove some dead code 2017-08-19 13:27:16 +03:00

NB: This crate is part of the Rust compiler. For an overview of the compiler as a whole, see the README.md file found in librustc.

librustc_back contains some very low-level details that are specific to different LLVM targets and so forth.