| Age | Commit message (Expand) | Author | Lines |
| 2023-11-08 | Rollup merge of #113925 - clubby789:const-ctor-repeat, r=estebank | Matthias Krüger | -9/+20 |
| 2023-11-06 | Don't instantiate the binder twice when assembling object candidate | Michael Goulet | -17/+7 |
| 2023-11-06 | Only check predicates for late-bound non-lifetime vars in object candidate as... | Michael Goulet | -1/+4 |
| 2023-11-06 | Auto merge of #117585 - dnbln:feat/move-kw-span, r=cjgillot | bors | -1/+1 |
| 2023-11-04 | Rollup merge of #117583 - compiler-errors:placeholderconst-lifetime, r=cjgillot | Matthias Krüger | -5/+5 |
| 2023-11-04 | Fix remaining uses of `CaptureBy::Value` | Dinu Blanovschi | -1/+1 |
| 2023-11-04 | No lifetime on PlaceholderConst | Michael Goulet | -5/+5 |
| 2023-11-03 | Auto merge of #117507 - nnethercote:rustc_span, r=Nilstrieb | bors | -4/+3 |
| 2023-11-03 | Auto merge of #116439 - compiler-errors:on-unimplemented, r=davidtwco | bors | -0/+14 |
| 2023-11-02 | Auto merge of #117134 - lcnr:dropck_outlives-coroutine, r=compiler-errors | bors | -13/+22 |
| 2023-11-02 | Pretty print Fn traits in rustc_on_unimplemented | Michael Goulet | -0/+14 |
| 2023-11-02 | only erase param env regions where needed | lcnr | -1/+1 |
| 2023-11-02 | dropck_outlives check generator witness needs_drop | lcnr | -13/+22 |
| 2023-11-02 | Rollup merge of #117394 - lcnr:proof-tree-cache4, r=compiler-errors | Matthias Krüger | -99/+96 |
| 2023-11-02 | use global cache when computing proof trees | lcnr | -99/+96 |
| 2023-11-02 | Minimize `pub` usage in `source_map.rs`. | Nicholas Nethercote | -4/+3 |
| 2023-10-31 | Auto merge of #117419 - compiler-errors:gen, r=oli-obk | bors | -23/+24 |
| 2023-10-30 | Some more coroutine renamings | Michael Goulet | -23/+24 |
| 2023-10-30 | Auto merge of #116405 - estebank:issue-103155, r=davidtwco | bors | -2/+2 |
| 2023-10-30 | Detect object safety errors when assoc type is missing | Esteban Küber | -2/+2 |
| 2023-10-30 | Auto merge of #117415 - matthiaskrgr:rollup-jr2p1t2, r=matthiaskrgr | bors | -7/+4 |
| 2023-10-30 | Don't super-fold types when we hit the recursion limit | Michael Goulet | -7/+4 |
| 2023-10-30 | Rollup merge of #117068 - nnethercote:clean-up-Cargo-toml, r=wesleywiser | Guillaume Gomez | -7/+7 |
| 2023-10-30 | Rollup merge of #117205 - weiznich:multiple_notes_for_on_unimplemented, r=com... | León Orell Valerian Liehr | -22/+24 |
| 2023-10-30 | Clean up `rustc_*/Cargo.toml`. | Nicholas Nethercote | -7/+7 |
| 2023-10-29 | Auto merge of #116447 - oli-obk:gen_fn, r=compiler-errors | bors | -8/+208 |
| 2023-10-28 | Rollup merge of #116945 - estebank:sealed-trait-impls, r=petrochenkov | Jubilee | -2/+28 |
| 2023-10-28 | Rollup merge of #116739 - Milo123459:milo/short-paths, r=estebank | Jubilee | -5/+11 |
| 2023-10-27 | Update type_err_ctxt_ext.rs | Milo | -2/+2 |
| 2023-10-27 | When encountering sealed traits, point types that implement it | Esteban Küber | -2/+28 |
| 2023-10-27 | Make `gen` blocks implement the `Iterator` trait | Oli Scherer | -7/+189 |
| 2023-10-27 | Allows `#[diagnostic::on_unimplemented]` attributes to have multiple | Georg Semmler | -22/+24 |
| 2023-10-27 | Rollup merge of #117241 - compiler-errors:auto-trait-leak-cycle, r=oli-obk | Matthias Krüger | -0/+7 |
| 2023-10-27 | Auto merge of #113183 - estebank:redundant-sized-errors, r=davidtwco | bors | -6/+39 |
| 2023-10-26 | Rollup merge of #117106 - estebank:issue-27300, r=petrochenkov | Matthias Krüger | -5/+48 |
| 2023-10-26 | Stash and cancel cycle errors for auto trait leakage in opaques | Michael Goulet | -0/+7 |
| 2023-10-26 | Auto merge of #112875 - compiler-errors:negative-coherence-rework, r=lcnr | bors | -126/+220 |
| 2023-10-26 | Add hir::GeneratorKind::Gen | Oli Scherer | -1/+19 |
| 2023-10-25 | Rollup merge of #117175 - oli-obk:gen_fn_split, r=compiler-errors | Matthias Krüger | -9/+9 |
| 2023-10-25 | Rollup merge of #117008 - compiler-errors:canonical, r=lcnr | Matthias Krüger | -1/+1 |
| 2023-10-25 | Rollup merge of #116931 - weiznich:improve_diagnostic_on_unimplemented_warnin... | Matthias Krüger | -10/+52 |
| 2023-10-25 | Rollup merge of #116401 - WaffleLapkin:vtablin''', r=oli-obk | Matthias Krüger | -37/+47 |
| 2023-10-25 | make E0277 use short paths | Milo | -5/+11 |
| 2023-10-25 | Return multiple object-safety violation errors | Maybe Waffle | -35/+42 |
| 2023-10-25 | Don't allow dead code | Maybe Waffle | -1/+0 |
| 2023-10-25 | Add a comment explaining some weird `is_vtable_safe_method` behavior | Maybe Waffle | -0/+4 |
| 2023-10-25 | Refactor away the need for some `descr` methods. | Oli Scherer | -2/+2 |
| 2023-10-25 | Uplift Canonical to rustc_type_ir | Michael Goulet | -1/+1 |
| 2023-10-25 | Rename `AsyncCoroutineKind` to `CoroutineSource` | Oli Scherer | -7/+7 |
| 2023-10-25 | Auto merge of #117076 - oli-obk:privacy_visitor_types, r=petrochenkov | bors | -3/+12 |