| Age | Commit message (Expand) | Author | Lines |
| 2021-06-30 | Simplify memory failure checking | Smitty | -6/+0 |
| 2021-06-30 | Rename is_spurious -> is_volatile | Smitty | -1/+1 |
| 2021-06-30 | simplify explanation comment | Smittyvb | -9/+2 |
| 2021-06-29 | Properly handle const prop failures | Smitty | -5/+14 |
| 2021-06-29 | Add comment with reasoning for non-determinism | Smitty | -0/+9 |
| 2021-06-29 | Simplify allocation creation | Smitty | -2/+1 |
| 2021-06-29 | Make memory exhaustion a hard error | Smitty | -1/+2 |
| 2021-06-29 | Support allocation failures when interperting MIR | Smitty | -6/+20 |
| 2021-06-28 | double-check mutability inside Allocation | Ralf Jung | -0/+3 |
| 2021-06-21 | Fix unused_unsafe with compiler-generated unsafe | Cameron Steffen | -0/+2 |
| 2021-06-18 | Auto merge of #86194 - RalfJung:const-ub-hard-error, r=oli-obk | bors | -0/+1 |
| 2021-06-18 | Auto merge of #85421 - Smittyvb:rm_pushpop_unsafe, r=matthewjasper | bors | -2/+0 |
| 2021-06-18 | make UB during CTFE a hard error | Ralf Jung | -0/+1 |
| 2021-06-17 | Rollup merge of #86340 - Smittyvb:ctfe-hard-error-message, r=RalfJung | Yuki Okushi | -0/+10 |
| 2021-06-16 | Move some hard error logic to InterpError | Smitty | -0/+10 |
| 2021-06-14 | Improve documentation on `UndefinedBehaviorInfo::ValidationFailure` | Rémy Rakic | -0/+2 |
| 2021-06-13 | Improve CTFE validation error message | Rémy Rakic | -4/+10 |
| 2021-06-13 | Auto merge of #86245 - lqd:const-ub-align, r=RalfJung | bors | -2/+10 |
| 2021-06-13 | Turn incorrect vtable size/alignment errors into hard const-UB errors | Rémy Rakic | -2/+10 |
| 2021-06-12 | Auto merge of #86130 - BoxyUwU:abstract_const_as_cast, r=oli-obk | bors | -2/+3 |
| 2021-06-09 | Auto merge of #86118 - spastorino:tait-soundness-bug, r=nikomatsakis | bors | -2/+3 |
| 2021-06-08 | Support as casts in abstract consts | Ellen | -2/+3 |
| 2021-06-07 | Remove ResolvedOpaqueTy and just use Ty, SubstsRef is already there | Santiago Pastorino | -1/+1 |
| 2021-06-07 | Make OpaqueTypeKey the key of opaque types map | Santiago Pastorino | -1/+2 |
| 2021-06-07 | Change concrete opaque type to be a `VecMap` | Santiago Pastorino | -2/+2 |
| 2021-06-07 | Revert "Merge CrateDisambiguator into StableCrateId" | bjorn3 | -8/+5 |
| 2021-06-06 | Remove some last remants of {push,pop}_unsafe! | Smitty | -2/+0 |
| 2021-06-02 | Miscellaneous inlining improvements | Tomasz Miąsko | -0/+9 |
| 2021-05-31 | Auto merge of #85704 - Aaron1011:const-panic-hard-err, r=RalfJung | bors | -2/+6 |
| 2021-05-30 | Emit a hard error when a panic occurs during const-eval | Aaron Hill | -2/+6 |
| 2021-05-30 | Merge CrateDisambiguator into StableCrateId | bjorn3 | -5/+8 |
| 2021-05-25 | emit diagnostic after post-monomorphization errors | Rémy Rakic | -0/+9 |
| 2021-05-23 | fix comment | Ralf Jung | -1/+1 |
| 2021-05-23 | support creating mutable allocations from byte slices | Ralf Jung | -4/+8 |
| 2021-05-19 | Auto merge of #85376 - RalfJung:ptrless-allocs, r=oli-obk | bors | -222/+147 |
| 2021-05-18 | add Align::ONE; add methods to access alloc.extra | Ralf Jung | -1/+1 |
| 2021-05-18 | CTFE core engine allocation & memory API improvemenets | Ralf Jung | -221/+146 |
| 2021-05-18 | Rollup merge of #85415 - LeSeulArtichaut:no-packed-borrow-unsafeck, r=RalfJung | Guillaume Gomez | -6/+0 |
| 2021-05-17 | Remove remnants of BorrowOfPackedField | LeSeulArtichaut | -6/+0 |
| 2021-05-17 | Rollup merge of #85412 - RalfJung:c_str, r=oli-obk | Ralf Jung | -23/+0 |
| 2021-05-17 | remove some functions that were only used by Miri | Ralf Jung | -23/+0 |
| 2021-05-17 | remove size field from Allocation | Ralf Jung | -6/+5 |
| 2021-05-17 | Auto merge of #85178 - cjgillot:local-crate, r=oli-obk | bors | -1/+1 |
| 2021-05-12 | Use () for entry_fn. | Camille GILLOT | -1/+1 |
| 2021-05-12 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -1/+4 |
| 2021-05-11 | Split span_to_string into span_to_diagnostic/embeddable_string | Andy Wang | -1/+4 |
| 2021-05-10 | Auto merge of #84507 - crlf0710:codegen_nonlocal_main_wrapper, r=nagisa | bors | -1/+11 |
| 2021-05-09 | Auto merge of #85065 - Mark-Simulacrum:preds-no-alloc, r=jackh726 | bors | -3/+3 |
| 2021-05-09 | Add primary marker on codegen unit to take charge of main_wrapper for non-loc... | Charles Lew | -1/+11 |
| 2021-05-07 | Avoid predecessors having Drop impls | Mark Rousskov | -3/+3 |