rust/compiler/rustc_mir/src/interpret
bors f98721f886 Auto merge of #82982 - Dylan-DPC:rollup-mt497z7, r=Dylan-DPC
Rollup of 9 pull requests

Successful merges:

 - #81309 (always eagerly eval consts in Relate)
 - #82217 (Edition-specific preludes)
 - #82807 (rustdoc: Remove redundant enableSearchInput function)
 - #82924 (WASI: Switch to crt1-command.o to enable support for new-style commands)
 - #82949 (Do not attempt to unlock envlock in child process after a fork.)
 - #82955 (fix: wrong word)
 - #82962 (Treat header as first paragraph for shortened markdown descriptions)
 - #82976 (fix error message for copy(_nonoverlapping) overflow)
 - #82977 (Rename `Option::get_or_default` to `get_or_insert_default`)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2021-03-10 19:12:53 +00:00
..
intrinsics Pass MPlaceTy by reference not value 2021-02-16 23:52:05 +01:00
cast.rs Pass ImmTy by reference not value 2021-02-16 23:52:05 +01:00
eval_context.rs Add a getter for Frame.loc 2021-02-27 21:01:02 +01:00
intern.rs all InterpError allocate now, so adjust alloc-error-check 2021-02-20 19:01:25 +01:00
intrinsics.rs Clean up todos 2021-03-09 19:31:31 +00:00
machine.rs Pass PlaceTy by reference not value 2021-02-16 23:52:05 +01:00
memory.rs move interpret::MemoryKind::Heap to const eval 2020-12-03 21:42:11 +05:30
mod.rs interning cleanup: we no longer need to distinguish Const and ConstInner; we no longer need the ignore_interior_mut_in_const hack 2020-10-26 08:56:54 +01:00
operand.rs Change x64 size checks to not apply to x32. 2021-03-06 16:02:48 +00:00
operator.rs Pass PlaceTy by reference not value 2021-02-16 23:52:05 +01:00
place.rs Change x64 size checks to not apply to x32. 2021-03-06 16:02:48 +00:00
step.rs fix error message for copy(_nonoverlapping) overflow 2021-03-10 15:50:44 +01:00
terminator.rs rustc_target: add "unwind" payloads to Abi 2021-03-09 14:38:29 -05:00
traits.rs remove useless ?s (clippy::needless_question_marks) 2021-02-17 23:23:57 +01:00
util.rs Use Option::map_or instead of .map(..).unwrap_or(..) 2021-01-14 19:23:59 +01:00
validity.rs Auto merge of #82124 - tmiasko:op-ty-ref, r=oli-obk 2021-02-20 10:20:42 +00:00
visitor.rs ./x.py fmt 2021-02-16 23:52:05 +01:00