| Age | Commit message (Expand) | Author | Lines |
| 2023-10-27 | Feature gate `gen` blocks, even in 2024 edition | Oli Scherer | -2/+12 |
| 2023-10-27 | Basic generators work | Oli Scherer | -34/+80 |
| 2023-10-27 | Make `gen` blocks implement the `Iterator` trait | Oli Scherer | -7/+208 |
| 2023-10-27 | Add gen blocks to ast and do some broken ast lowering | Oli Scherer | -37/+112 |
| 2023-10-26 | Add hir::GeneratorKind::Gen | Oli Scherer | -22/+99 |
| 2023-10-26 | Reserve `gen` keyword for `gen {}` blocks and `gen fn` in 2024 edition | Oli Scherer | -4/+60 |
| 2023-10-26 | Auto merge of #117115 - zetafunction:linking, r=bjorn3 | bors | -25/+31 |
| 2023-10-26 | Auto merge of #116818 - Nilstrieb:stop-submitting-bug-reports, r=wesleywiser | bors | -15/+93 |
| 2023-10-25 | Rollup merge of #117175 - oli-obk:gen_fn_split, r=compiler-errors | Matthias Krüger | -80/+74 |
| 2023-10-25 | Rollup merge of #117009 - fmease:diag-disambig-sugg-crate, r=b-naber | Matthias Krüger | -14/+44 |
| 2023-10-25 | Rollup merge of #117008 - compiler-errors:canonical, r=lcnr | Matthias Krüger | -97/+207 |
| 2023-10-25 | Rollup merge of #116931 - weiznich:improve_diagnostic_on_unimplemented_warnin... | Matthias Krüger | -10/+52 |
| 2023-10-25 | Rollup merge of #116553 - gurry:116464-assoc-type-invalid-suggestion, r=compi... | Matthias Krüger | -13/+57 |
| 2023-10-25 | Rollup merge of #116401 - WaffleLapkin:vtablin''', r=oli-obk | Matthias Krüger | -37/+47 |
| 2023-10-25 | Stop telling people to submit bugs for internal feature ICEs | Nilstrieb | -15/+93 |
| 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 | Auto merge of #117180 - matthiaskrgr:rollup-rxhl6ep, r=matthiaskrgr | bors | -60/+77 |
| 2023-10-25 | Rollup merge of #117173 - oli-obk:gen_fn_split2, r=compiler-errors | Matthias Krüger | -0/+7 |
| 2023-10-25 | Rollup merge of #117159 - oli-obk:error_shenanigans, r=estebank | Matthias Krüger | -3/+11 |
| 2023-10-25 | Rollup merge of #117154 - Dirreke:csky-unknown-linux-gunabiv2, r=bjorn3 | Matthias Krüger | -8/+30 |
| 2023-10-25 | Rollup merge of #117152 - compiler-errors:no-ret-coercion, r=chenyukang | Matthias Krüger | -12/+10 |
| 2023-10-25 | Rollup merge of #117141 - tmiasko:inline-target-features, r=oli-obk | Matthias Krüger | -4/+2 |
| 2023-10-25 | Rollup merge of #117111 - Zalathar:zinstrument, r=compiler-errors | Matthias Krüger | -33/+17 |
| 2023-10-25 | Refactor away the need for some `descr` methods. | Oli Scherer | -38/+32 |
| 2023-10-25 | Rename in preparation for moving the `async` printing out of `CoroutineSource` | Oli Scherer | -1/+1 |
| 2023-10-25 | Add a IsIdentity extension trait for CanonicalUserType | Michael Goulet | -7/+11 |
| 2023-10-25 | Uplift Canonical to rustc_type_ir | Michael Goulet | -95/+201 |
| 2023-10-25 | Make `Iterator` a lang item | Oli Scherer | -0/+7 |
| 2023-10-25 | Rename `AsyncCoroutineKind` to `CoroutineSource` | Oli Scherer | -49/+49 |
| 2023-10-25 | Rollup merge of #117158 - matthewjasper:thir-unused-unsafe, r=oli-obk | Matthias Krüger | -74/+86 |
| 2023-10-25 | Rollup merge of #117136 - compiler-errors:defid-list, r=oli-obk | Matthias Krüger | -3/+16 |
| 2023-10-25 | Rollup merge of #117133 - compiler-errors:coherence-constrained, r=oli-obk | Matthias Krüger | -6/+3 |
| 2023-10-25 | Auto merge of #117113 - celinval:smir-stable-ty, r=oli-obk | bors | -387/+143 |
| 2023-10-25 | implement C ABI lowering for CSKY | dirreke | -8/+30 |
| 2023-10-25 | Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua... | Oli Scherer | -3/+11 |
| 2023-10-25 | Make THIR unused_unsafe lint consistent with MIR | Matthew Jasper | -74/+86 |
| 2023-10-25 | Auto merge of #117076 - oli-obk:privacy_visitor_types, r=petrochenkov | bors | -64/+174 |
| 2023-10-25 | Auto merge of #116236 - dtolnay:builtinmacrocomment, r=cjgillot | bors | -94/+112 |
| 2023-10-25 | Auto merge of #116993 - compiler-errors:clause-kind, r=jackh726 | bors | -217/+735 |
| 2023-10-25 | Do not suggest 'Trait<Assoc=arg>' when in trait impl | Gurinder Singh | -14/+58 |
| 2023-10-25 | Fix unwrap suggestion for async fn | Michael Goulet | -12/+10 |
| 2023-10-25 | Auto merge of #117139 - compiler-errors:vid-lifetimes, r=BoxyUwU | bors | -130/+150 |
| 2023-10-25 | Remove support for alias `-Z instrument-coverage` | Zalathar | -33/+17 |
| 2023-10-25 | Auto merge of #116482 - matthewjasper:thir-unsafeck-inline-constants, r=b-naber | bors | -39/+110 |
| 2023-10-24 | Use IndexMap for handling stable Ty | Celina G. Val | -29/+23 |
| 2023-10-24 | Remove fold code and add Const::internal() | Celina G. Val | -370/+132 |
| 2023-10-24 | Auto merge of #115796 - cjgillot:const-prop-rvalue, r=oli-obk | bors | -18/+172 |
| 2023-10-24 | Require target features to match exactly during inlining | Tomasz Miąsko | -4/+2 |