| Age | Commit message (Expand) | Author | Lines |
| 2023-10-31 | Rollup merge of #117438 - cjgillot:deterministic-error, r=oli-obk | Matthias Krüger | -2/+4 |
| 2023-10-31 | Do not ICE on constant evaluation failure in GVN. | Camille GILLOT | -2/+4 |
| 2023-10-31 | Auto merge of #117377 - dtolnay:deprecatedsince, r=cjgillot | bors | -52/+20 |
| 2023-10-30 | Add method for checking if deprecation is a rustc version | David Tolnay | -1/+1 |
| 2023-10-30 | Descriptive variant name deprecation versions outside the standard library | David Tolnay | -1/+3 |
| 2023-10-30 | Some more coroutine renamings | Michael Goulet | -1/+1 |
| 2023-10-30 | Represent absence of 'since' attribute as a variant of DeprecatedSince | David Tolnay | -5/+5 |
| 2023-10-30 | Add a DeprecatedSince::Err variant for versions that fail to parse | David Tolnay | -9/+10 |
| 2023-10-30 | Auto merge of #117415 - matthiaskrgr:rollup-jr2p1t2, r=matthiaskrgr | bors | -2/+3 |
| 2023-10-30 | Rollup merge of #117389 - oli-obk:gen_fn, r=compiler-errors | Matthias Krüger | -2/+3 |
| 2023-10-30 | Rollup merge of #117357 - tmiasko:terminate, r=wesleywiser | Guillaume Gomez | -1/+1 |
| 2023-10-30 | Rollup merge of #117317 - RalfJung:track-caller, r=oli-obk | Guillaume Gomez | -0/+52 |
| 2023-10-30 | Rollup merge of #117068 - nnethercote:clean-up-Cargo-toml, r=wesleywiser | Guillaume Gomez | -7/+8 |
| 2023-10-30 | Move deprecation_in_effect to inherent method on Deprecation | David Tolnay | -16/+3 |
| 2023-10-30 | Add a custom panic message for resuming `gen` blocks after they panicked | Oli Scherer | -2/+3 |
| 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 |