| Age | Commit message (Expand) | Author | Lines |
| 2022-03-09 | normalization change and rebase | b-naber | -2/+13 |
| 2022-03-09 | treat all mir::Constant values as ConstantKind::Val | b-naber | -10/+56 |
| 2022-03-09 | Rollup merge of #94686 - ChayimFriedman2:issue-94629, r=jackh726 | Dylan DPC | -1/+1 |
| 2022-03-09 | Rollup merge of #94312 - pierwill:fix-94311-lattice-docs, r=jackh726 | Dylan DPC | -12/+20 |
| 2022-03-08 | Auto merge of #94751 - Dylan-DPC:rollup-zr7viw0, r=Dylan-DPC | bors | -40/+44 |
| 2022-03-08 | Rollup merge of #94689 - compiler-errors:on-unimplemented-substs, r=petrochenkov | Dylan DPC | -40/+44 |
| 2022-03-08 | Auto merge of #94702 - b-naber:static-refs-mir, r=lcnr | bors | -21/+30 |
| 2022-03-08 | mention ignored fields of ExprKind::StaticRef | b-naber | -1/+1 |
| 2022-03-08 | Rollup merge of #94708 - notriddle:notriddle/cargo-toml-warning, r=lcnr | Matthias Krüger | -9/+18 |
| 2022-03-08 | Rollup merge of #94586 - sunfishcode:sunfishcode/io-lifetimes-tests, r=davidtwco | Matthias Krüger | -4/+6 |
| 2022-03-08 | Rollup merge of #94580 - xFrednet:55112-only-reason-in-lint-attr, r=lcnr | Matthias Krüger | -32/+52 |
| 2022-03-08 | Rollup merge of #91993 - estebank:match-span-suggestion, r=oli-obk | Matthias Krüger | -20/+123 |
| 2022-03-08 | treat literals in ExprKind::StaticRef as mir::ConstantKind::Val | b-naber | -21/+30 |
| 2022-03-08 | Auto merge of #90887 - jackh726:issue-90729, r=nikomatsakis | bors | -10/+97 |
| 2022-03-08 | Change wording of suggestion to add missing `match` arm | Esteban Kuber | -5/+24 |
| 2022-03-08 | Point at uncovered variants in enum definition in `note` instead of a `span_l... | Esteban Kuber | -7/+19 |
| 2022-03-08 | When finding a match expr with multiple arms that requires more, suggest it | Esteban Kuber | -0/+15 |
| 2022-03-08 | When finding a match expr with a single arm that requires more, suggest it | Esteban Kuber | -0/+15 |
| 2022-03-08 | When encountering a match expr with no arms, suggest it | Esteban Kuber | -12/+54 |
| 2022-03-07 | Auto merge of #94709 - martingms:link-to-chunked-opt-pr, r=nnethercote | bors | -4/+8 |
| 2022-03-07 | Try to normalize associated types before processing obligations | Jack Huey | -10/+97 |
| 2022-03-07 | Add comment linking to closed PR for future optimizers | Martin Gammelsæter | -4/+8 |
| 2022-03-07 | Auto merge of #94706 - matthiaskrgr:rollup-l5erynr, r=matthiaskrgr | bors | -269/+9 |
| 2022-03-07 | diagnostics: only talk about `Cargo.toml` if running under Cargo | Michael Howell | -9/+18 |
| 2022-03-07 | Bump stabilization version to 1.61.0 | Eric Holk | -3/+3 |
| 2022-03-07 | Stabilize const_impl_trait as well | Eric Holk | -24/+2 |
| 2022-03-07 | Remove dead/useless code | Eric Holk | -58/+0 |
| 2022-03-07 | Update tests after feature stabilization | Eric Holk | -59/+0 |
| 2022-03-07 | Stabilize const_fn_fn_ptr_basics and const_fn_trait_bound | Eric Holk | -129/+8 |
| 2022-03-07 | Do not allow `#[rustc_legacy_const_generics]` on methods | Chayim Refael Friedman | -1/+1 |
| 2022-03-07 | Auto merge of #94690 - nnethercote:clarify-Layout-interning, r=fee1-dead | bors | -81/+171 |
| 2022-03-07 | Rollup merge of #94688 - compiler-errors:free-regions-in-copy-predicate-check... | Matthias Krüger | -2/+10 |
| 2022-03-07 | Rollup merge of #94685 - RalfJung:saturating, r=oli-obk | Matthias Krüger | -39/+45 |
| 2022-03-07 | Rollup merge of #94614 - pierwill:localexpnid-noord, r=lcnr | Matthias Krüger | -0/+7 |
| 2022-03-07 | Rollup merge of #94681 - RalfJung:miri-cast, r=oli-obk | Matthias Krüger | -8/+13 |
| 2022-03-07 | Rollup merge of #94676 - TaKO8Ki:remove-unnecessary-pattens-for-ignoring-rema... | Matthias Krüger | -10/+6 |
| 2022-03-07 | Rollup merge of #94636 - compiler-errors:issue-94599, r=davidtwco | Matthias Krüger | -10/+12 |
| 2022-03-06 | allow referencing impl substs from rustc_on_unimplemented | Michael Goulet | -28/+31 |
| 2022-03-06 | use impl substs in on_unimplemented | Michael Goulet | -12/+13 |
| 2022-03-07 | Clarify `Layout` interning. | Nicholas Nethercote | -81/+171 |
| 2022-03-07 | Auto merge of #94638 - erikdesjardins:noextranull, r=nagisa | bors | -46/+26 |
| 2022-03-06 | Erase regions when checking for missing Copy predicates | Michael Goulet | -2/+10 |
| 2022-03-06 | use singed_int_max/min helper methods | Ralf Jung | -7/+4 |
| 2022-03-06 | move saturating_add/sub into (pub) helper method | Ralf Jung | -39/+48 |
| 2022-03-06 | Auto merge of #94597 - nnethercote:ConstAllocation, r=fee1-dead | bors | -116/+163 |
| 2022-03-07 | Introduce `ConstAllocation`. | Nicholas Nethercote | -116/+163 |
| 2022-03-06 | Auto merge of #94679 - matthiaskrgr:rollup-9vd7w6a, r=matthiaskrgr | bors | -4/+16 |
| 2022-03-06 | CTFE engine: expose misc_cast to Miri | Ralf Jung | -8/+13 |
| 2022-03-06 | Rollup merge of #94672 - joedeandev:master, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2022-03-06 | Rollup merge of #94659 - RalfJung:signed-shift, r=oli-obk | Matthias Krüger | -3/+15 |