| Age | Commit message (Expand) | Author | Lines |
| 2023-11-06 | Add suggestion to THIR unsafe_op_in_unsafe_fn lint | Matthew Jasper | -0/+9 |
| 2023-11-02 | Replace two `create_default_session_if_not_set_then` uses. | Nicholas Nethercote | -2/+2 |
| 2023-10-30 | Some more coroutine renamings | Michael Goulet | -2/+2 |
| 2023-10-30 | Clean up `rustc_*/Cargo.toml`. | Nicholas Nethercote | -8/+8 |
| 2023-10-29 | Auto merge of #116447 - oli-obk:gen_fn, r=compiler-errors | bors | -0/+12 |
| 2023-10-26 | Auto merge of #117171 - fee1-dead-contrib:deny-explicit-effect-params, r=oli-obk | bors | -1/+10 |
| 2023-10-26 | Deny providing explicit effect params | Deadbeef | -1/+10 |
| 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 | -31/+20 |
| 2023-10-25 | Refactor away the need for some `descr` methods. | Oli Scherer | -23/+12 |
| 2023-10-25 | Rename in preparation for moving the `async` printing out of `CoroutineSource` | Oli Scherer | -1/+1 |
| 2023-10-25 | Make `Iterator` a lang item | Oli Scherer | -0/+1 |
| 2023-10-25 | Rename `AsyncCoroutineKind` to `CoroutineSource` | Oli Scherer | -15/+15 |
| 2023-10-23 | Factor signature type walking out of opaque_types_defined_by | Oli Scherer | -0/+1 |
| 2023-10-20 | Rename `CoroutineKind::Gen` to `::Coroutine` | Oli Scherer | -4/+4 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -18/+18 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -30/+30 |
| 2023-10-01 | Auto merge of #115670 - Zoxc:outline-panic-macro-1, r=Mark-Simulacrum | bors | -1/+0 |
| 2023-09-26 | Don't store lazyness in DefKind | Michael Goulet | -7/+5 |
| 2023-09-21 | Record asyncness span in HIR | Michael Goulet | -9/+9 |
| 2023-09-21 | Prevent promotion of const fn calls in inline consts | Oli Scherer | -6/+6 |
| 2023-09-19 | Auto merge of #113955 - cjgillot:name-apit, r=WaffleLapkin | bors | -1/+2 |
| 2023-09-11 | Move let expression checking to parsing | Matthew Jasper | -0/+4 |
| 2023-09-08 | Partially outline code inside the panic! macro | John Kåre Alsaker | -1/+0 |
| 2023-09-05 | replace doc occurrences of ItemLikeVisitor | ezekiel | -3/+3 |
| 2023-09-01 | Return ident for ExprField and PatField HIR nodes | Gurinder Singh | -2/+2 |
| 2023-08-30 | Pretty-print impl trait to name it. | Camille GILLOT | -1/+2 |
| 2023-08-25 | Auto merge of #115045 - RalfJung:unwind-terminate-reason, r=davidtwco | bors | -0/+1 |
| 2023-08-24 | when terminating during unwinding, show the reason why | Ralf Jung | -0/+1 |
| 2023-08-23 | Bump cfg(bootstrap) | Mark Rousskov | -1/+1 |
| 2023-08-14 | Move scrutinee `HirId` into `MatchSource::TryDesugar` | Esteban Küber | -2/+2 |
| 2023-08-10 | Bugfix: 'can_have_side_effects()' would return 'false' for struct/enum/array/... | Morten Lohne | -2/+2 |
| 2023-08-08 | Auto merge of #114545 - fee1-dead-contrib:lower-impl-effect, r=oli-obk | bors | -2/+0 |
| 2023-08-08 | Auto merge of #114602 - compiler-errors:rpit-outlives-sadness, r=oli-obk | bors | -1/+1 |
| 2023-08-08 | Unconditionally record lifetime mapping | Michael Goulet | -1/+1 |
| 2023-08-08 | Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli... | Matthias Krüger | -5/+7 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -5/+7 |
| 2023-08-06 | lower impl const to bind to host effect param | Deadbeef | -2/+0 |
| 2023-08-05 | Consolidate opaque ty and async fn lowering code | Michael Goulet | -1/+1 |
| 2023-08-04 | Rollup merge of #114434 - Nilstrieb:indexing-spans, r=est31 | Matthias Krüger | -4/+6 |
| 2023-08-04 | Improve spans for indexing expressions | Nilstrieb | -4/+6 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -0/+1 |
| 2023-07-28 | Lower generic const items to HIR | León Orell Valerian Liehr | -10/+21 |
| 2023-07-23 | more clippy::style fixes: | Matthias Krüger | -2/+1 |
| 2023-07-17 | Properly document lifetime_mapping in OpaqueTy | Michael Goulet | -4/+13 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -3/+9 |
| 2023-07-08 | Replace RPITIT current impl with new strategy that lowers as a GAT | Santiago Pastorino | -16/+2 |
| 2023-06-29 | Add bidirectional where clauses on RPITIT synthesized GATs | Santiago Pastorino | -0/+4 |
| 2023-06-29 | Intern OpaqueTy on ItemKind::OpaqueTy | Santiago Pastorino | -2/+2 |
| 2023-06-26 | Auto merge of #112887 - WaffleLapkin:become_unuwuable_in_hir, r=compiler-erro... | bors | -0/+6 |