| Age | Commit message (Expand) | Author | Lines |
| 2022-05-14 | Auto merge of #96883 - jackh726:early-binder-2, r=oli-obk | bors | -2/+2 |
| 2022-05-14 | Auto merge of #95826 - carbotaniuman:miri-permissive-provenance, r=RalfJung | bors | -1/+9 |
| 2022-05-13 | Rustc changes for permissive provenance | carbotaniuman | -1/+9 |
| 2022-05-12 | fix clippy expect_fun_call | klensy | -1/+3 |
| 2022-05-10 | Introduce EarlyBinder | Jack Huey | -2/+2 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -1/+1 |
| 2022-04-27 | combine all unsized types and add another recursive call to process nested un... | b-naber | -96/+78 |
| 2022-04-26 | account for custom DSTs in valtree -> constvalue conversion | b-naber | -9/+117 |
| 2022-04-24 | include valtree creation and valtree -> constvalue conversion in debug assert... | b-naber | -31/+30 |
| 2022-04-21 | deduplicate a lot of code | b-naber | -224/+115 |
| 2022-04-21 | implement valtree -> constvalue conversion | b-naber | -144/+509 |
| 2022-04-18 | remove an unnecessary use of loc_place.ptr.into_pointer_or_addr | Ralf Jung | -1/+1 |
| 2022-04-16 | Rollup merge of #95426 - b-naber:valtrees-slice, r=RalfJung,oli-obk | Dylan DPC | -25/+57 |
| 2022-04-14 | handle arrays and slices uniformly in valtree creation | b-naber | -31/+13 |
| 2022-04-12 | use len on mplace instead of reading immediate, remove dead code | b-naber | -37/+12 |
| 2022-04-08 | use deref on ImmTy | b-naber | -3/+2 |
| 2022-04-08 | create leafs for slices | b-naber | -71/+59 |
| 2022-04-07 | interpret: err instead of ICE on size mismatches in to_bits_or_ptr_internal | Ralf Jung | -20/+21 |
| 2022-04-06 | Rollup merge of #95693 - RalfJung:more-context, r=oli-obk | Dylan DPC | -1/+2 |
| 2022-04-05 | interp: pass TyCtxt to Machine methods that do not take InterpCx | Ralf Jung | -1/+2 |
| 2022-04-05 | Auto merge of #94527 - oli-obk:undef_scalars, r=nagisa,erikdesjardin | bors | -2/+2 |
| 2022-04-05 | mir-interpret now treats unions as non-immediate, even if they have scalar la... | Oli Scherer | -2/+2 |
| 2022-04-03 | tweak some function names | Ralf Jung | -1/+1 |
| 2022-04-03 | interpret: remove MemoryExtra in favor of giving access to the Machine | Ralf Jung | -17/+14 |
| 2022-03-31 | Merge impl_constness and is_const_fn_raw. | Camille GILLOT | -31/+35 |
| 2022-03-29 | Remember mutability in `DefKind::Static`. | Camille GILLOT | -1/+1 |
| 2022-03-29 | include refs in valtree creation | b-naber | -25/+113 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -3/+2 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -4/+4 |
| 2022-03-07 | Introduce `ConstAllocation`. | Nicholas Nethercote | -7/+8 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -2/+2 |
| 2022-02-25 | Rollup merge of #94343 - RalfJung:fn-ptr, r=oli-obk | Matthias Krüger | -2/+3 |
| 2022-02-24 | Miri fn ptr check: don't use conservative null check | Ralf Jung | -2/+3 |
| 2022-02-23 | rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission". | Eduard-Mihai Burtescu | -20/+23 |
| 2022-02-21 | Rollup merge of #94143 - est31:let_else_const_eval, r=lcnr | Matthias Krüger | -12/+8 |
| 2022-02-20 | Auto merge of #94062 - Mark-Simulacrum:drop-print-cfg, r=oli-obk | bors | -3/+3 |
| 2022-02-19 | Fix pretty printing of enums without variants | Tomasz Miąsko | -0/+4 |
| 2022-02-19 | rustc_const_eval: adopt let else in more places | est31 | -12/+8 |
| 2022-02-16 | Move ty::print methods to Drop-based scope guards | Mark Rousskov | -3/+3 |
| 2022-02-16 | Support pretty printing of invalid constants | Tomasz Miąsko | -20/+18 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -5/+5 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -1/+1 |
| 2022-02-11 | use body.tainted_by_error to skip loading MIR | Michael Goulet | -23/+8 |
| 2022-02-11 | rework borrowck errors so that it's harder to not set tainted | Michael Goulet | -2/+2 |
| 2022-02-11 | skip const eval if we have an error in borrowck | Michael Goulet | -0/+3 |
| 2022-02-03 | Rollup merge of #92802 - compiler-errors:deduplicate-stack-trace, r=oli-obk | Yuki Okushi | -1/+29 |
| 2022-01-30 | Rollup merge of #93358 - compiler-errors:is-not-const, r=fee1-dead | Matthias Krüger | -3/+2 |
| 2022-01-26 | drive-by: use is_const and is_const_if_const | Michael Goulet | -3/+2 |
| 2022-01-26 | `const_deallocate`: Don't deallocate memory allocated in an another const. Do... | woppopo | -5/+15 |
| 2022-01-23 | Add `intrinsics::const_deallocate` | woppopo | -0/+17 |