| Age | Commit message (Expand) | Author | Lines |
| 2023-06-21 | Rollup merge of #112892 - petrochenkov:cleanres, r=oli-obk | Guillaume Gomez | -51/+38 |
| 2023-06-21 | Rollup merge of #112868 - compiler-errors:liberate-afit-sugg, r=WaffleLapkin | Guillaume Gomez | -13/+10 |
| 2023-06-21 | Rollup merge of #112538 - ndrewxie:issue-84447-partial-1, r=compiler-errors | Guillaume Gomez | -16/+13 |
| 2023-06-21 | Don't substitute a GAT that has mismatched generics in OpaqueTypeCollector | Michael Goulet | -75/+96 |
| 2023-06-21 | Liberate bound vars properly when suggesting missing AFIT | Michael Goulet | -13/+10 |
| 2023-06-21 | resolve: Minor cleanup to `fn resolve_path_with_ribs` | Vadim Petrochenkov | -51/+38 |
| 2023-06-21 | Auto merge of #112890 - GuillaumeGomez:rollup-7e01q69, r=GuillaumeGomez | bors | -3/+14 |
| 2023-06-21 | Rollup merge of #112885 - imor:fix_span_bug_msg, r=cjgillot | Guillaume Gomez | -1/+1 |
| 2023-06-21 | Rollup merge of #112883 - oli-obk:tracing_queries, r=cjgillot | Guillaume Gomez | -1/+9 |
| 2023-06-21 | Rollup merge of #112853 - GuillaumeGomez:type_alias_type, r=oli-obk | Guillaume Gomez | -1/+4 |
| 2023-06-21 | Add `lazy_type_alias` feature gate | Guillaume Gomez | -1/+4 |
| 2023-06-21 | Fix msg passed to span_bug | Raminder Singh | -1/+1 |
| 2023-06-21 | Auto merge of #112834 - oli-obk:mir_opts_considered_unsound, r=cjgillot | bors | -2/+6 |
| 2023-06-21 | Make queries traceable again | Oli Scherer | -1/+9 |
| 2023-06-21 | Disable two mir opts that are known to be unsound | Oli Scherer | -2/+6 |
| 2023-06-21 | Rollup merge of #112844 - Vanille-N:unique, r=RalfJung | Nilstrieb | -0/+1 |
| 2023-06-21 | Rollup merge of #112830 - nnethercote:more-codegen-cleanups, r=oli-obk | Nilstrieb | -56/+37 |
| 2023-06-21 | Rollup merge of #112790 - WaffleLapkin:syntactically, r=Nilstrieb | Nilstrieb | -2/+41 |
| 2023-06-21 | Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnr | Nilstrieb | -551/+667 |
| 2023-06-21 | Rollup merge of #112759 - cjgillot:closure-names, r=oli-obk | Nilstrieb | -102/+100 |
| 2023-06-21 | Auto merge of #112119 - zirconium-n:issue-113072-merge-borrow-kind, r=lcnr | bors | -120/+118 |
| 2023-06-21 | Remove Queries::ongoing_codegen. | Nicholas Nethercote | -22/+15 |
| 2023-06-21 | Inline and remove `WorkItem::start_profiling` and `execute_work_item`. | Nicholas Nethercote | -34/+22 |
| 2023-06-20 | Add `Span::{line, column}` | Jacob Pratt | -0/+10 |
| 2023-06-20 | `Span::{before, after}` → `Span::{start, end}` | Jacob Pratt | -2/+2 |
| 2023-06-20 | Remove `LineColumn`, `Span::start`, `Span::end` | Jacob Pratt | -12/+1 |
| 2023-06-20 | yeet upcast_trait_def_id from ImplSourceObjectData | Michael Goulet | -12/+4 |
| 2023-06-20 | yeet ImplSource::TraitAlias too | Michael Goulet | -45/+8 |
| 2023-06-20 | Remove unnecessary call to select_from_obligation | Michael Goulet | -49/+34 |
| 2023-06-20 | Auto merge of #112835 - lcnr:proof-tree-nits, r=BoxyUwU | bors | -295/+310 |
| 2023-06-20 | Auto merge of #112847 - bvanjoi:fix-112831, r=Nilstrieb | bors | -40/+53 |
| 2023-06-20 | Revert "Rollup merge of #112758 - bvanjoi:clean-up-resolve, r=petrochenkov" | bohan | -40/+53 |
| 2023-06-20 | `Adt` for `Unique` may contain a reference | Neven Villani | -0/+1 |
| 2023-06-20 | update comment on `MutBorrowKind::ClosureCapture` | Ziru Niu | -4/+7 |
| 2023-06-20 | address most easy comments | Ziru Niu | -42/+33 |
| 2023-06-20 | merge `BorrowKind::Unique` into `BorrowKind::Mut` | Ziru Niu | -105/+109 |
| 2023-06-20 | Rollup merge of #112794 - bjorn3:fix_lib_global_alloc, r=oli-obk | Guillaume Gomez | -2/+16 |
| 2023-06-20 | Rollup merge of #112786 - lcnr:early-binder, r=Nilstrieb | Guillaume Gomez | -55/+60 |
| 2023-06-20 | Rollup merge of #112762 - chenyukang:yukang-fix-112507-argument-checking, r=c... | Guillaume Gomez | -5/+36 |
| 2023-06-20 | inspect nits | lcnr | -147/+158 |
| 2023-06-20 | cleanup imports | lcnr | -21/+20 |
| 2023-06-20 | split probe into 2 functions for better readability | lcnr | -127/+132 |
| 2023-06-20 | Auto merge of #112320 - compiler-errors:do-not-impl-via-obj, r=lcnr | bors | -51/+82 |
| 2023-06-20 | Merge attrs, better validation | Michael Goulet | -60/+70 |
| 2023-06-20 | Make rustc_deny_explicit_impl only local as well | Michael Goulet | -4/+8 |
| 2023-06-20 | Add rustc_do_not_implement_via_object | Michael Goulet | -1/+18 |
| 2023-06-19 | Rollup merge of #112781 - compiler-errors:new-solver-tait-overlaps-hidden, r=... | Michael Goulet | -13/+37 |
| 2023-06-19 | Rollup merge of #112596 - compiler-errors:missing-sig-with-rpitit, r=b-naber | Michael Goulet | -2/+29 |
| 2023-06-19 | Rollup merge of #112499 - tgross35:py-ruff-fixes, r=Mark-Simulacrum | Michael Goulet | -2/+1 |
| 2023-06-19 | Rollup merge of #112232 - fee1-dead-contrib:match-eq-const-msg, r=b-naber | Michael Goulet | -101/+161 |