rust/src/librustc_back
bors a4fa23a5bb Auto merge of #46305 - irinagpopa:backstory, r=alexcrichton,eddyb
Move rustc_back modules where they belong.
2017-12-05 00:21:59 +00:00
..
target Add an i128_lowering flag in TargetOptions 2017-12-03 21:53:48 -08: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
lib.rs rustc_back: replace tempdir with crates.io version. 2017-12-04 18:25:31 +02:00
README.md rework the README.md for rustc and add other readmes 2017-09-19 09:00:59 -04: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.