| Age | Commit message (Expand) | Author | Lines |
| 2023-01-09 | Assert defining anchor is set in take_opaque_types | Michael Goulet | -1/+1 |
| 2023-01-09 | Use newtype for unused generic parameters | Nilstrieb | -2/+1 |
| 2023-01-04 | rename find_parent_node to opt_parent_id | Michael Goulet | -1/+1 |
| 2022-12-24 | Auto merge of #105085 - oli-obk:stop_promoting_all_the_things, r=RalfJung | bors | -8/+6 |
| 2022-12-22 | Auto merge of #106054 - matthiaskrgr:rollup-38epsfh, r=matthiaskrgr | bors | -2/+4 |
| 2022-12-22 | Rollup merge of #105847 - compiler-errors:issue-104396, r=oli-obk | Matthias Krüger | -2/+4 |
| 2022-12-22 | Auto merge of #103957 - JakobDegen:drop-retag, r=RalfJung | bors | -3/+12 |
| 2022-12-22 | Auto merge of #106025 - matthiaskrgr:rollup-vz5rqah, r=matthiaskrgr | bors | -3/+6 |
| 2022-12-22 | Auto merge of #106023 - JohnTitor:rollup-k8mettz, r=JohnTitor | bors | -6/+17 |
| 2022-12-21 | Don't run `Drop` terminators on types that do not have drop glue in const eval | Jakob Degen | -3/+12 |
| 2022-12-22 | Rollup merge of #105602 - RalfJung:read-convenience, r=oli-obk | Yuki Okushi | -6/+17 |
| 2022-12-21 | Auto merge of #105613 - Nilstrieb:rename-assert_uninit_valid, r=RalfJung | bors | -2/+4 |
| 2022-12-21 | Forbid `RetagKind::TwoPhase` as well | Jakob Degen | -2/+2 |
| 2022-12-21 | Clarify that raw retags are not permitted in Mir | Jakob Degen | -3/+6 |
| 2022-12-18 | Rollup merge of #105875 - matthiaskrgr:needless_borrowed_reference, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-12-18 | don't restuct references just to reborrow | Matthias Krüger | -1/+1 |
| 2022-12-18 | avoid .into() conversion to identical types | Matthias Krüger | -9/+6 |
| 2022-12-17 | Ensure param-env is const before calling eval_to_valtree | Michael Goulet | -2/+4 |
| 2022-12-15 | simplify alignment_check_failed a bit | Ralf Jung | -14/+5 |
| 2022-12-15 | Reuse the ctfe error emitting logic for the future incompat lint | Oli Scherer | -17/+22 |
| 2022-12-15 | Factor decorate closure out into a method | Oli Scherer | -70/+65 |
| 2022-12-15 | Move alignment failure error reporting to machine | Oli Scherer | -42/+47 |
| 2022-12-15 | Make alignment checks a future incompat lint | Oli Scherer | -47/+110 |
| 2022-12-15 | Always pass alignment and handle checking lazily | Oli Scherer | -9/+17 |
| 2022-12-15 | always check alignment during CTFE | Ralf Jung | -1/+1 |
| 2022-12-14 | Ensure no one constructs `AliasTy`s themselves | Oli Scherer | -2/+2 |
| 2022-12-14 | Auto merge of #104986 - compiler-errors:opaques, r=oli-obk | bors | -16/+10 |
| 2022-12-13 | Rollup merge of #105659 - JakobDegen:storage-live-borrow, r=davidtwco | Matthias Krüger | -2/+2 |
| 2022-12-13 | Combine identical alias arms | Michael Goulet | -14/+8 |
| 2022-12-13 | Combine projection and opaque into alias | Michael Goulet | -12/+12 |
| 2022-12-13 | squash OpaqueTy and ProjectionTy into AliasTy | Michael Goulet | -4/+4 |
| 2022-12-13 | ProjectionTy.item_def_id -> ProjectionTy.def_id | Michael Goulet | -1/+1 |
| 2022-12-13 | Use ty::OpaqueTy everywhere | Michael Goulet | -3/+3 |
| 2022-12-13 | Rename `assert_uninit_valid` intrinsic | Nilstrieb | -2/+4 |
| 2022-12-13 | Don't require owned data in `MaybeStorageLive` | Jakob Degen | -2/+2 |
| 2022-12-13 | Clarify what "this" means | Oli Scherer | -15/+3 |
| 2022-12-12 | interpret: add read_machine_[ui]size convenience methods | Ralf Jung | -6/+17 |
| 2022-12-11 | Rollup merge of #105537 - kadiwa4:remove_some_imports, r=fee1-dead | Matthias Krüger | -11/+0 |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -11/+0 |
| 2022-12-09 | Remove unneeded field from `SwitchTargets` | Jakob Degen | -13/+3 |
| 2022-12-09 | Auto merge of #105486 - matthiaskrgr:rollup-o7c4l1c, r=matthiaskrgr | bors | -1/+5 |
| 2022-12-09 | Rollup merge of #105455 - lcnr:correct-reveal-in-validate, r=jackh726 | Matthias Krüger | -1/+5 |
| 2022-12-09 | Auto merge of #104449 - oli-obk:unhide_unknown_spans, r=estebank,RalfJung | bors | -18/+6 |
| 2022-12-08 | validate: use the correct reveal during opts | lcnr | -1/+5 |
| 2022-12-06 | Change CTFE backtraces to use `note` instead of `label` to preserve their order | Oli Scherer | -3/+3 |
| 2022-12-06 | Remove now-redundant file/line info from const backtraces | Oli Scherer | -15/+3 |
| 2022-12-06 | make retagging work even with 'unstable' places | Ralf Jung | -6/+49 |
| 2022-12-06 | Rollup merge of #105289 - Rageking8:fix-dupe-word-typos, r=cjgillot | Yuki Okushi | -1/+1 |
| 2022-12-06 | Rollup merge of #105207 - RalfJung:interpret-clobber-return, r=oli-obk | Yuki Okushi | -0/+4 |
| 2022-12-05 | fix dupe word typos | Rageking8 | -1/+1 |