| Age | Commit message (Expand) | Author | Lines |
| 2022-05-23 | Refactor call terminator to always hold a destination place | Jakob Degen | -2/+2 |
| 2022-05-22 | Auto merge of #97177 - oli-obk:const-stability, r=davidtwco | bors | -4/+3 |
| 2022-05-20 | Rollup merge of #97109 - TaKO8Ki:fix-misleading-cannot-infer-type-for-type-pa... | Matthias Krüger | -0/+12 |
| 2022-05-20 | report ambiguous type parameters when their parents are impl or fn | Takayuki Maeda | -0/+12 |
| 2022-05-19 | bless 32bit | Ralf Jung | -11/+11 |
| 2022-05-19 | interpret/validity: separately control checking numbers for being init and no... | Ralf Jung | -24/+24 |
| 2022-05-19 | Proper const stability check, default to unstable | Jacob Pratt | -4/+3 |
| 2022-05-18 | Rollup merge of #97116 - RalfJung:ref-validity, r=oli-obk | Yuki Okushi | -4/+4 |
| 2022-05-17 | bless 32bit | Ralf Jung | -2/+2 |
| 2022-05-17 | interpret/validity: reject references to uninhabited types | Ralf Jung | -2/+2 |
| 2022-05-17 | Add a test for fn pointer calls in consts | mbartlett21 | -0/+36 |
| 2022-05-17 | Update function pointer call error message | mbartlett21 | -1/+1 |
| 2022-05-14 | Auto merge of #95826 - carbotaniuman:miri-permissive-provenance, r=RalfJung | bors | -2/+2 |
| 2022-05-13 | Rustc changes for permissive provenance | carbotaniuman | -2/+2 |
| 2022-05-12 | Auto merge of #95837 - scottmcm:ptr-offset-from-unsigned, r=oli-obk | bors | -3/+41 |
| 2022-05-11 | Apply CR suggestions; add real tracking issue | Scott McMurray | -1/+2 |
| 2022-05-11 | Rename `unsigned_offset_from` to `sub_ptr` | Scott McMurray | -1/+1 |
| 2022-05-11 | Add `unsigned_offset_from` on pointers | Scott McMurray | -3/+40 |
| 2022-05-12 | Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkov | bors | -0/+1 |
| 2022-05-05 | Allow unused rules in the testsuite where the lint triggers | est31 | -0/+1 |
| 2022-05-04 | Auto merge of #96546 - nnethercote:overhaul-MacArgs, r=petrochenkov | bors | -2/+2 |
| 2022-05-05 | Overhaul `MacArgs::Eq`. | Nicholas Nethercote | -2/+2 |
| 2022-05-04 | Generate an intermediate temporary for `Drop` constants. | Oli Scherer | -4/+9 |
| 2022-05-04 | Add regression test | Oli Scherer | -0/+26 |
| 2022-04-30 | Also report the call site of PME errors locally. | Oli Scherer | -0/+12 |
| 2022-04-28 | Update the diagnostic message to match the new span | Oli Scherer | -7/+7 |
| 2022-04-28 | Check that repeat expression elements are Copy (ignoring lifetimes) in typeck... | Oli Scherer | -32/+59 |
| 2022-04-26 | Move some tests to more reasonable places | Caio | -0/+34 |
| 2022-04-26 | Revert "add `DefId` to unsafety violations and display function path in E0133" | Oli Scherer | -5/+6 |
| 2022-04-24 | only show a simple description in E0133 span label | Emil Gardström | -3/+3 |
| 2022-04-24 | add `DefId` to unsafety violations and display function path in E0133 | Emil Gardström | -8/+8 |
| 2022-04-23 | Auto merge of #90602 - mbartlett21:const-intoiterator, r=oli-obk | bors | -4/+4 |
| 2022-04-23 | Auto merge of #95971 - workingjubilee:no-weird-fp-in-const, r=oli-obk | bors | -30/+181 |
| 2022-04-21 | Update `validate_uninhabited_zsts.rs` test after MIR building changes | Tomasz Miąsko | -34/+55 |
| 2022-04-20 | Rollup merge of #93313 - tmiasko:uninhabited, r=tmandry | Dylan DPC | -47/+21 |
| 2022-04-17 | Rollup merge of #95346 - Aaron1011:stablize-const-extern-fn, r=pnkfelix | Dylan DPC | -52/+19 |
| 2022-04-12 | Ban subnormals and NaNs in const {from,to}_bits | Jubilee Young | -30/+181 |
| 2022-04-12 | Auto merge of #93408 - liangyongrui:master, r=scottmcm | bors | -4/+4 |
| 2022-04-11 | Add const eval tests ensuring padding gets correctly marked as deinit on deag... | Jakob Degen | -0/+37 |
| 2022-04-11 | Bless tests that broke in a trivial way due to change in deaggregation | Jakob Degen | -11/+11 |
| 2022-04-11 | fix Layout struct member naming style | liangyongrui | -4/+4 |
| 2022-04-09 | Rollup merge of #95361 - scottmcm:valid-align, r=Mark-Simulacrum | Dylan DPC | -9/+36 |
| 2022-04-08 | Make non-power-of-two alignments a validity error in `Layout` | Scott McMurray | -9/+36 |
| 2022-04-05 | Auto merge of #94527 - oli-obk:undef_scalars, r=nagisa,erikdesjardin | bors | -0/+50 |
| 2022-04-05 | mir-interpret now treats unions as non-immediate, even if they have scalar la... | Oli Scherer | -0/+50 |
| 2022-04-04 | Refer to the TraitRef::identity in the message to be clearer | Esteban Kuber | -3/+3 |
| 2022-04-04 | Dedup logic and improve output for other types that impl trait | Esteban Kuber | -11/+11 |
| 2022-04-04 | Fix list length | Esteban Kuber | -0/+12 |
| 2022-04-04 | Mention implementers of unsatisfied trait | Esteban Kuber | -12/+24 |
| 2022-04-02 | diagnostics: add test case for bogus T:Sized suggestion | Michael Howell | -0/+24 |