rust/compiler/rustc_mir/src
Mara Bos 067f1b7030
Rollup merge of #80491 - RalfJung:dangling-of-val, r=oli-obk
Miri: make size/align_of_val work for dangling raw ptrs

This is needed for https://github.com/rust-lang/rust/issues/80365#issuecomment-752128105.

r? `@oli-obk`
2020-12-30 20:56:56 +00:00
..
borrow_check where possible, pass slices instead of &Vec or &String (clippy::ptr_arg) 2020-12-30 13:11:52 +01:00
const_eval promoteds in statics may refer to statics 2020-12-20 19:34:29 +01:00
dataflow Switch compiler/ to intra-doc links 2020-12-18 15:22:51 -05:00
interpret Rollup merge of #80491 - RalfJung:dangling-of-val, r=oli-obk 2020-12-30 20:56:56 +00:00
monomorphize Remove ForeignMod struct. 2020-11-26 21:32:27 +01:00
transform Rollup merge of #80458 - RalfJung:promotion-refactor, r=oli-obk 2020-12-30 20:56:52 +00:00
util Rollup merge of #79999 - hencrice:yenlinc/79799, r=oli-obk 2020-12-25 03:39:33 +01:00
lib.rs Dogfood 'str_split_once() with compiler/ 2020-12-07 12:48:44 -07:00
shim.rs Support building clone shims for arrays with generic size 2020-11-21 00:00:00 +00:00