| Age | Commit message (Expand) | Author | Lines |
| 2023-10-29 | Store version of `deprecated` attribute in structured form | David Tolnay | -34/+12 |
| 2023-10-30 | Clean up `rustc_*/Cargo.toml`. | Nicholas Nethercote | -7/+8 |
| 2023-10-29 | Ignore RPIT duplicated lifetimes in opaque_types_defined_by | Michael Goulet | -1/+1 |
| 2023-10-29 | Auto merge of #116270 - cjgillot:gvn-aggregate, r=oli-obk,RalfJung | bors | -0/+50 |
| 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/+29 |
| 2023-10-29 | Rename a few remaining references to abort terminator | Tomasz Miąsko | -1/+1 |
| 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-28 | share the track_caller handling within a mir::Body | Ralf Jung | -0/+34 |
| 2023-10-28 | interpret: call caller_location logic the same way codegen does, and share so... | Ralf Jung | -0/+18 |
| 2023-10-28 | Rollup merge of #117256 - dtolnay:currentversion, r=compiler-errors | Jubilee | -15/+12 |
| 2023-10-27 | Apply suggestions from code review | Camille Gillot | -4/+7 |
| 2023-10-27 | Propagate half-open ranges through THIR | Nadrieril | -23/+49 |
| 2023-10-27 | Abstract over `PatRange` boundary value | Nadrieril | -45/+256 |
| 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 | Fuse `gen` blocks | Oli Scherer | -2/+3 |
| 2023-10-27 | Basic generators work | Oli Scherer | -2/+3 |
| 2023-10-27 | Make `gen` blocks implement the `Iterator` trait | Oli Scherer | -0/+15 |
| 2023-10-27 | Rollup merge of #117241 - compiler-errors:auto-trait-leak-cycle, r=oli-obk | Matthias Krüger | -0/+1 |
| 2023-10-26 | Parse rustc version at compile time | David Tolnay | -15/+12 |
| 2023-10-26 | Stash and cancel cycle errors for auto trait leakage in opaques | Michael Goulet | -0/+1 |
| 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/+12 |
| 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 | -93/+29 |
| 2023-10-25 | Rename has_provance and tweaks comments. | Camille GILLOT | -8/+11 |
| 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 | -91/+23 |
| 2023-10-25 | Rollup merge of #117136 - compiler-errors:defid-list, r=oli-obk | Matthias Krüger | -1/+11 |
| 2023-10-25 | Valtrees for primitive types are fine. | Camille GILLOT | -2/+3 |
| 2023-10-25 | Complete comments. | Camille GILLOT | -8/+5 |
| 2023-10-25 | Disambiguate non-deterministic constants. | Camille GILLOT | -0/+34 |
| 2023-10-25 | Evaluate computed values to constants. | Camille GILLOT | -0/+12 |
| 2023-10-25 | Auto merge of #116993 - compiler-errors:clause-kind, r=jackh726 | bors | -183/+78 |
| 2023-10-25 | Auto merge of #117139 - compiler-errors:vid-lifetimes, r=BoxyUwU | bors | -60/+67 |
| 2023-10-25 | Auto merge of #116482 - matthewjasper:thir-unsafeck-inline-constants, r=b-naber | bors | -4/+25 |
| 2023-10-24 | Get rid of 'tcx on ConstVid, EffectVid | Michael Goulet | -60/+67 |
| 2023-10-24 | Intern LocalDefId list from opaque query | Michael Goulet | -1/+11 |
| 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 | -316/+329 |
| 2023-10-23 | Rollup merge of #116859 - Nilstrieb:more-more-funny-pretty-printers, r=oli-obk | Matthias Krüger | -316/+329 |
| 2023-10-23 | Auto merge of #116033 - bvanjoi:fix-116032, r=petrochenkov | bors | -4/+0 |
| 2023-10-23 | Remove redundant type parameter | Michael Goulet | -36/+36 |
| 2023-10-23 | Naming nits | Michael Goulet | -26/+26 |