| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-04-02 | Rollup merge of #95354 - dtolnay:rustc_const_stable, r=lcnr | Dylan DPC | -2/+2 |
| 2022-03-31 | Adjust feature names that disagree on const stabilization version | David Tolnay | -2/+2 |
| 2022-03-31 | test const size_of_val_raw on big value | Ralf Jung | -1/+5 |
| 2022-03-31 | catch overflow in slice size computation | Ralf Jung | -42/+67 |
| 2022-03-27 | Remove duplicated test files | Caio | -36/+0 |
| 2022-03-26 | Stablize `const_extern_fn` for "Rust" and "C" | Aaron Hill | -52/+19 |
| 2022-03-24 | Check if call return type is visibly uninhabited when building MIR | Tomasz Miąsko | -47/+21 |
| 2022-03-24 | Auto merge of #94934 - Lireer:const-prop-lint, r=oli-obk | bors | -22/+195 |
| 2022-03-23 | Rollup merge of #95221 - RalfJung:check_and_deref_ptr, r=oli-obk | Matthias Krüger | -8/+8 |
| 2022-03-23 | Remove line instead of just commenting out | Carl Scherer | -1/+0 |
| 2022-03-23 | separate const prop lint from optimizations | Carl Scherer | -22/+196 |
| 2022-03-23 | Auto merge of #94901 - fee1-dead:destructable, r=oli-obk | bors | -15/+19 |