rust/src/librustc_codegen_ssa
bors 13f9aa1909 Auto merge of #74664 - pnadon:Miri-rename-undef-uninit, r=RalfJung
Miri rename undef uninit

Renamed parts of code within the `librustc_middle/mir/interpret/` directory.

Related issue [#71193](https://github.com/rust-lang/rust/issues/71193)
2020-07-26 09:09:43 +00:00
..
back Rollup merge of #74631 - petrochenkov:ehdr2, r=jonas-schievink 2020-07-22 16:34:48 -07:00
coverageinfo Generating the coverage map 2020-07-17 11:49:35 -07:00
debuginfo debuginfo: add type metadata for params 2020-07-20 11:23:31 +01:00
mir Auto merge of #74664 - pnadon:Miri-rename-undef-uninit, r=RalfJung 2020-07-26 09:09:43 +00:00
traits [AVR] Correctly set the pointer address space when constructing pointers to functions 2020-07-22 05:16:22 +12:00
base.rs Avoid "whitelist" 2020-07-10 07:39:28 -04:00
Cargo.toml fixes #67108 by using the external crate 2020-07-18 00:01:27 +02:00
common.rs Prepare for LLVM 11 2020-06-25 18:52:41 -07:00
glue.rs rustc -> rustc_middle part 2 2020-03-30 07:16:56 +02:00
lib.rs Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. 2020-07-05 23:00:14 +03:00
meth.rs [AVR] Correctly set the pointer address space when constructing pointers to functions 2020-07-22 05:16:22 +12:00
mono_item.rs Change SymbolName::name to a &str. 2020-07-15 14:37:55 +10:00
README.md fix rustc-dev-guide url in src/librustc_codegen_ssa 2020-04-10 22:48:34 +08:00

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