rust/src/librustc_back
2017-11-26 10:08:25 +01:00
..
target make OpenBSD to use libc++ instead of (e)stdc++ 2017-11-26 10:08:25 +01:00
build.rs cleanup: rustc doesn't use an external archiver 2017-10-09 22:36:08 +03:00
Cargo.toml std: Remove rand crate and module 2017-11-08 20:41:17 -08:00
dynamic_lib.rs rustc: Remove some dead code 2017-08-19 13:27:16 +03:00
lib.rs std: Add a new wasm32-unknown-unknown target 2017-11-19 21:07:41 -08: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 std: Remove rand crate and module 2017-11-08 20:41:17 -08: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.