| Age | Commit message (Expand) | Author | Lines |
| 2023-11-08 | rustc: minor changes suggested by clippy perf lints. | Nicholas Nethercote | -1/+1 |
| 2023-11-06 | Auto merge of #117603 - HKalbasi:make-feature-additive, r=Nilstrieb | bors | -1/+1 |
| 2023-11-05 | Make the randomize feature of rustc_abi additive | hkalbasi | -1/+1 |
| 2023-11-05 | Auto merge of #117589 - compiler-errors:global-vars-bug, r=jackh726 | bors | -32/+12 |
| 2023-11-04 | Rollup merge of #117583 - compiler-errors:placeholderconst-lifetime, r=cjgillot | Matthias Krüger | -3/+3 |
| 2023-11-04 | Make sure that predicates with unmentioned bound vars are still considered gl... | Michael Goulet | -32/+12 |
| 2023-11-04 | No lifetime on PlaceholderConst | Michael Goulet | -3/+3 |
| 2023-11-03 | Rollup merge of #117505 - estebank:issue-117501, r=TaKO8Ki | Matthias Krüger | -0/+2 |
| 2023-11-02 | Fix incorrect trait bound restriction suggestion | Esteban Küber | -0/+2 |
| 2023-11-02 | only erase param env regions where needed | lcnr | -1/+1 |
| 2023-11-02 | dropck_outlives check generator witness needs_drop | lcnr | -4/+6 |
| 2023-11-01 | Auto merge of #114208 - GKFX:offset_of_enum, r=wesleywiser | bors | -5/+32 |
| 2023-11-01 | Auto merge of #116692 - Nadrieril:half-open-ranges, r=cjgillot | bors | -35/+43 |
| 2023-10-31 | Enums in offset_of: update based on est31, scottmcm & llogiq review | George Bateman | -14/+18 |
| 2023-10-31 | Support enum variants in offset_of! | George Bateman | -6/+29 |
| 2023-10-30 | Some more coroutine renamings | Michael Goulet | -1/+1 |
| 2023-10-29 | Ignore RPIT duplicated lifetimes in opaque_types_defined_by | Michael Goulet | -1/+1 |
| 2023-10-29 | Auto merge of #117336 - workingjubilee:rollup-6negquv, r=workingjubilee | bors | -49/+37 |
| 2023-10-29 | Auto merge of #116447 - oli-obk:gen_fn, r=compiler-errors | bors | -0/+13 |
| 2023-10-28 | Remove needless `allow`s | Nilstrieb | -5/+0 |
| 2023-10-28 | Move macros to usage | Nilstrieb | -40/+40 |
| 2023-10-28 | Remove needless print ctx defs | Nilstrieb | -7/+0 |
| 2023-10-27 | Abstract over `PatRange` boundary value | Nadrieril | -35/+43 |
| 2023-10-27 | Rollup merge of #117246 - estebank:issue-117209, r=petrochenkov | Matthias Krüger | -0/+28 |
| 2023-10-27 | Account for type param from other item in `note_and_explain` | Esteban Küber | -0/+28 |
| 2023-10-27 | Make `gen` blocks implement the `Iterator` trait | Oli Scherer | -0/+11 |
| 2023-10-26 | Replace type flag HAS_TY_GENERATOR with HAS_TY_COROUTINE | León Orell Valerian Liehr | -2/+2 |
| 2023-10-26 | Auto merge of #112875 - compiler-errors:negative-coherence-rework, r=lcnr | bors | -0/+1 |
| 2023-10-26 | Add hir::GeneratorKind::Gen | Oli Scherer | -0/+2 |
| 2023-10-25 | Rollup merge of #117175 - oli-obk:gen_fn_split, r=compiler-errors | Matthias Krüger | -2/+6 |
| 2023-10-25 | Rollup merge of #117008 - compiler-errors:canonical, r=lcnr | Matthias Krüger | -19/+23 |
| 2023-10-25 | Refactor away the need for some `descr` methods. | Oli Scherer | -2/+6 |
| 2023-10-25 | Add a IsIdentity extension trait for CanonicalUserType | Michael Goulet | -5/+9 |
| 2023-10-25 | Uplift Canonical to rustc_type_ir | Michael Goulet | -17/+17 |
| 2023-10-25 | Rollup merge of #117136 - compiler-errors:defid-list, r=oli-obk | Matthias Krüger | -0/+10 |
| 2023-10-25 | Auto merge of #116993 - compiler-errors:clause-kind, r=jackh726 | bors | -183/+78 |
| 2023-10-24 | Get rid of 'tcx on ConstVid, EffectVid | Michael Goulet | -52/+35 |
| 2023-10-24 | Intern LocalDefId list from opaque query | Michael Goulet | -0/+10 |
| 2023-10-24 | Rollup merge of #117091 - compiler-errors:debug, r=lcnr | Matthias Krüger | -36/+36 |
| 2023-10-23 | pre-cleanups | Michael Goulet | -0/+1 |
| 2023-10-23 | Auto merge of #117103 - matthiaskrgr:rollup-96zuuom, r=matthiaskrgr | bors | -310/+323 |
| 2023-10-23 | Remove redundant type parameter | Michael Goulet | -36/+36 |
| 2023-10-23 | Naming nits | Michael Goulet | -26/+26 |
| 2023-10-22 | use visibility to check unused imports and delete some stmts | bohan | -2/+0 |
| 2023-10-21 | Make `ty::print::Printer` take `&mut self` instead of `self` | Nilstrieb | -310/+323 |
| 2023-10-20 | Uplift ClauseKind and PredicateKind | Michael Goulet | -183/+78 |
| 2023-10-20 | Rename `CoroutineKind::Gen` to `::Coroutine` | Oli Scherer | -3/+3 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -106/+106 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -123/+123 |
| 2023-10-20 | Adjust imports | Michael Goulet | -4/+4 |