rust/src/librustc_codegen_ssa
bors 126ad2b813 Auto merge of #68708 - Mark-Simulacrum:stage0-step, r=pietroalbini
Step stage0 to bootstrap from 1.42

This also includes a commit which fixes the rustfmt downloading logic to redownload when the rustfmt channel changes, and bumps rustfmt to a more recent version.
2020-02-04 14:16:18 +00:00
..
back Auto merge of #68133 - Centril:slimmer-syntax, r=petrochenkov 2020-02-01 18:29:09 +00:00
debuginfo Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
mir rustc_codegen_ssa: convert mir::VarDebugInfo into a custom PerLocalVarDebugInfo. 2020-02-03 12:14:22 +02:00
traits rustc_codegen_ssa: split declare_local into create_dbg_var and dbg_var_addr. 2020-02-03 12:14:21 +02:00
base.rs Move builtin attribute logic to new rustc_attr crate. 2020-02-01 18:54:56 +01:00
Cargo.toml Move builtin attribute logic to new rustc_attr crate. 2020-02-01 18:54:56 +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 Drop cfg(bootstrap) code 2020-01-31 12:31:09 -05: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.