| Age | Commit message (Expand) | Author | Lines |
| 2023-10-27 | Demonstrate issue with `yield` checks | Oli Scherer | -2/+15 |
| 2023-10-27 | Feature gate `gen` blocks, even in 2024 edition | Oli Scherer | -13/+89 |
| 2023-10-27 | Basic generators work | Oli Scherer | -0/+18 |
| 2023-10-27 | Make `gen` blocks implement the `Iterator` trait | Oli Scherer | -0/+78 |
| 2023-10-27 | Add gen blocks to ast and do some broken ast lowering | Oli Scherer | -10/+10 |
| 2023-10-26 | Reserve `gen` keyword for `gen {}` blocks and `gen fn` in 2024 edition | Oli Scherer | -0/+78 |
| 2023-10-26 | Auto merge of #117115 - zetafunction:linking, r=bjorn3 | bors | -8/+24 |
| 2023-10-26 | Auto merge of #116818 - Nilstrieb:stop-submitting-bug-reports, r=wesleywiser | bors | -0/+1 |
| 2023-10-25 | Rollup merge of #117175 - oli-obk:gen_fn_split, r=compiler-errors | Matthias Krüger | -7/+7 |
| 2023-10-25 | Rollup merge of #117009 - fmease:diag-disambig-sugg-crate, r=b-naber | Matthias Krüger | -6/+115 |
| 2023-10-25 | Rollup merge of #116931 - weiznich:improve_diagnostic_on_unimplemented_warnin... | Matthias Krüger | -44/+87 |
| 2023-10-25 | Rollup merge of #116553 - gurry:116464-assoc-type-invalid-suggestion, r=compi... | Matthias Krüger | -0/+152 |
| 2023-10-25 | Rollup merge of #116401 - WaffleLapkin:vtablin''', r=oli-obk | Matthias Krüger | -2/+5 |
| 2023-10-25 | Stop telling people to submit bugs for internal feature ICEs | Nilstrieb | -0/+1 |
| 2023-10-25 | Return multiple object-safety violation errors | Maybe Waffle | -2/+5 |
| 2023-10-25 | Auto merge of #117180 - matthiaskrgr:rollup-rxhl6ep, r=matthiaskrgr | bors | -307/+735 |
| 2023-10-25 | Rollup merge of #117159 - oli-obk:error_shenanigans, r=estebank | Matthias Krüger | -75/+638 |
| 2023-10-25 | Rollup merge of #117152 - compiler-errors:no-ret-coercion, r=chenyukang | Matthias Krüger | -0/+47 |
| 2023-10-25 | Rollup merge of #117141 - tmiasko:inline-target-features, r=oli-obk | Matthias Krüger | -226/+42 |
| 2023-10-25 | Rollup merge of #117111 - Zalathar:zinstrument, r=compiler-errors | Matthias Krüger | -6/+8 |
| 2023-10-25 | Rename in preparation for moving the `async` printing out of `CoroutineSource` | Oli Scherer | -7/+7 |
| 2023-10-25 | Rollup merge of #117160 - cuishuang:master, r=lqd | Matthias Krüger | -1/+1 |
| 2023-10-25 | Rollup merge of #117158 - matthewjasper:thir-unused-unsafe, r=oli-obk | Matthias Krüger | -321/+1597 |
| 2023-10-25 | Rollup merge of #117133 - compiler-errors:coherence-constrained, r=oli-obk | Matthias Krüger | -9/+84 |
| 2023-10-25 | Rollup merge of #116801 - clubby789:issue-113326-test, r=compiler-errors | Matthias Krüger | -0/+31 |
| 2023-10-25 | Auto merge of #117113 - celinval:smir-stable-ty, r=oli-obk | bors | -34/+12 |
| 2023-10-25 | Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua... | Oli Scherer | -75/+638 |
| 2023-10-25 | Fix problematic comment | cui fliter | -1/+1 |
| 2023-10-25 | Make THIR unused_unsafe lint consistent with MIR | Matthew Jasper | -321/+1597 |
| 2023-10-25 | Auto merge of #117076 - oli-obk:privacy_visitor_types, r=petrochenkov | bors | -17/+17 |
| 2023-10-25 | Do not suggest 'Trait<Assoc=arg>' when in trait impl | Gurinder Singh | -0/+152 |
| 2023-10-25 | Fix unwrap suggestion for async fn | Michael Goulet | -0/+47 |
| 2023-10-25 | coverage: UI test for unstable value `-C instrument-coverage=branch` | Zalathar | -6/+8 |
| 2023-10-25 | Auto merge of #116482 - matthewjasper:thir-unsafeck-inline-constants, r=b-naber | bors | -23/+135 |
| 2023-10-24 | Remove fold code and add Const::internal() | Celina G. Val | -34/+12 |
| 2023-10-24 | Auto merge of #115796 - cjgillot:const-prop-rvalue, r=oli-obk | bors | -140/+613 |
| 2023-10-24 | Require target features to match exactly during inlining | Tomasz Miąsko | -1/+1 |
| 2023-10-24 | Precommit target features compatibility test | Tomasz Miąsko | -0/+8 |
| 2023-10-24 | Mark .rmeta files as /SAFESEH on x86 Windows. | Daniel Cheng | -8/+24 |
| 2023-10-24 | Migrate inline_compatibility.rs test to FileCheck | Tomasz Miąsko | -226/+34 |
| 2023-10-24 | Auto merge of #117135 - matthiaskrgr:rollup-zdh18i6, r=matthiaskrgr | bors | -94/+363 |
| 2023-10-24 | Rollup merge of #117127 - compiler-errors:incomplete, r=lqd | Matthias Krüger | -74/+29 |
| 2023-10-24 | Rollup merge of #117010 - celinval:smir-internal, r=oli-obk | Matthias Krüger | -15/+82 |
| 2023-10-24 | Rollup merge of #116943 - heiher:target-features, r=wesleywiser | Matthias Krüger | -1/+3 |
| 2023-10-24 | Rollup merge of #116841 - chenyukang:yukang-suggest-unwrap-expect, r=b-naber | Matthias Krüger | -0/+245 |
| 2023-10-24 | Rollup merge of #116094 - Swatinem:coverage-branch-gate, r=wesleywiser | Matthias Krüger | -4/+4 |
| 2023-10-24 | Auto merge of #117126 - matthiaskrgr:rollup-8huie8f, r=matthiaskrgr | bors | -0/+95 |
| 2023-10-24 | Merge impl_wf_inference into coherence checking | Michael Goulet | -9/+84 |
| 2023-10-25 | suggest unwrap/expect for let binding type mismatch | yukang | -0/+245 |
| 2023-10-24 | Remove incomplete features from RPITIT/AFIT tests | Michael Goulet | -74/+29 |