rust/src/librustc_codegen_ssa
Michael Woerister 0c366cdeaf Make ExportedSymbols type more local because it's not supposed to be
used outside of the LLVM backend.
2020-01-23 13:15:15 +01:00
..
back Make ExportedSymbols type more local because it's not supposed to be 2020-01-23 13:15:15 +01:00
debuginfo Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
mir remove rustc_error_codes deps except in rustc_driver 2020-01-18 21:53:53 +01:00
traits Precompile CGUs while the main thread has the implicit job server token 2020-01-09 22:37:05 +01:00
base.rs Rollup merge of #67889 - Zoxc:parallel-cgus, r=michaelwoerister 2020-01-11 12:36:06 +01:00
Cargo.toml remove rustc_error_codes deps except in rustc_driver 2020-01-18 21:53:53 +01:00
common.rs remove rustc_error_codes deps except in rustc_driver 2020-01-18 21:53:53 +01:00
glue.rs Format the world 2019-12-22 17:42:47 -05:00
lib.rs Add -Z no-link flag 2020-01-23 11:00:36 +11:00
meth.rs Format the world 2019-12-22 17:42:47 -05:00
mono_item.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
README.md remove the last remaining READMEs 2019-10-24 13:32:54 -05:00

Please read the rustc-guide chapter on Backend Agnostic Codegen.