| Age | Commit message (Expand) | Author | Lines |
| 2023-10-22 | Rollup merge of #117034 - Nadrieril:fix-117033, r=cjgillot | Matthias Krüger | -0/+3 |
| 2023-10-22 | Auto merge of #117031 - bjorn3:sync_cg_clif-2023-10-21, r=bjorn3 | bors | -493/+163 |
| 2023-10-21 | Fix #117033 | Nadrieril | -0/+3 |
| 2023-10-21 | Merge commit 'c07d1e2f88cb3b1a0604ae8f18b478c1aeb7a7fa' into sync_cg_clif-202... | bjorn3 | -493/+163 |
| 2023-10-21 | Rollup merge of #116992 - estebank:issue-69492, r=oli-obk | Matthias Krüger | -0/+2 |
| 2023-10-21 | Rollup merge of #116981 - Dirreke:csky-unknown-linux-gunabiv2, r=bjorn3 | Matthias Krüger | -3/+3 |
| 2023-10-21 | Rollup merge of #116312 - c410-f3r:try, r=Mark-Simulacrum | Matthias Krüger | -62/+66 |
| 2023-10-21 | Auto merge of #116922 - Zalathar:unused, r=cjgillot | bors | -150/+103 |
| 2023-10-21 | Mention the syntax for `use` on `mod foo;` if `foo` doesn't exist | Esteban Küber | -0/+2 |
| 2023-10-21 | update the registers of csky | dirreke | -3/+3 |
| 2023-10-21 | Auto merge of #117020 - matthiaskrgr:rollup-cg62m4h, r=matthiaskrgr | bors | -1/+16 |
| 2023-10-21 | Rollup merge of #117019 - lukas-code:for-await, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-10-21 | Rollup merge of #106601 - estebank:match-semi, r=cjgillot | Matthias Krüger | -0/+15 |
| 2023-10-21 | fix spans for removing `.await` on `for` expressions | Lukas Markeffsky | -1/+1 |
| 2023-10-21 | Auto merge of #116734 - Nadrieril:lint-per-column, r=cjgillot | bors | -256/+347 |
| 2023-10-21 | Rollup merge of #116995 - estebank:issue-69944, r=compiler-errors | Matthias Krüger | -19/+5 |
| 2023-10-21 | Rollup merge of #116990 - estebank:issue-68445, r=cjgillot | Matthias Krüger | -0/+22 |
| 2023-10-21 | Rollup merge of #116974 - Zalathar:signature-spans, r=oli-obk,cjgillot | Matthias Krüger | -57/+41 |
| 2023-10-21 | Rollup merge of #116964 - celinval:smir-mono-body, r=oli-obk | Matthias Krüger | -6/+192 |
| 2023-10-21 | Rollup merge of #116961 - estebank:issue-60164, r=oli-obk | Matthias Krüger | -2/+15 |
| 2023-10-21 | Rollup merge of #116917 - Zalathar:injection, r=cjgillot | Matthias Krüger | -143/+87 |
| 2023-10-21 | Rollup merge of #116911 - estebank:issue-85378, r=oli-obk | Matthias Krüger | -0/+23 |
| 2023-10-21 | coverage: Simplify the injection of coverage statements | Zalathar | -143/+87 |
| 2023-10-21 | coverage: Change query `codegened_and_inlined_items` to a plain function | Zalathar | -40/+34 |
| 2023-10-21 | coverage: Move unused-function helpers closer to where they are used | Zalathar | -43/+39 |
| 2023-10-21 | coverage: Emit mappings for unused functions without generating stubs | Zalathar | -74/+37 |
| 2023-10-21 | coverage: Simplify initial creation of coverage spans | Zalathar | -45/+32 |
| 2023-10-21 | coverage: Don't create an intermediate vec for each BCB's initial spans | Zalathar | -26/+23 |
| 2023-10-21 | coverage: Handle fn signature spans more consistently near `?` | Zalathar | -1/+1 |
| 2023-10-20 | Point at assoc fn definition on type param divergence | Esteban Küber | -19/+5 |
| 2023-10-20 | Replace all uses of `generator` in markdown documentation with `coroutine` | Oli Scherer | -29/+29 |
| 2023-10-20 | Re-add `generators` as a removed feature and point to the new feature name | Oli Scherer | -0/+6 |
| 2023-10-20 | Rename `CoroutineKind::Gen` to `::Coroutine` | Oli Scherer | -25/+29 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -1079/+1081 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -826/+826 |
| 2023-10-20 | Mention `into_iter` on borrow errors suggestions when appropriate | Esteban Küber | -0/+22 |
| 2023-10-20 | Typo suggestion to change bindings with leading underscore | Esteban Küber | -2/+15 |
| 2023-10-20 | Move some files around | Michael Goulet | -1520/+1548 |
| 2023-10-20 | Adjust imports | Michael Goulet | -12/+12 |
| 2023-10-20 | Remove obsolete comment | Celina G. Val | -1/+0 |
| 2023-10-20 | Auto merge of #116965 - estebank:issue-65329, r=cjgillot | bors | -18/+21 |
| 2023-10-20 | Auto merge of #116962 - estebank:issue-63835, r=oli-obk | bors | -1/+8 |
| 2023-10-20 | Auto merge of #116946 - compiler-errors:movability-and-mutability, r=lcnr | bors | -88/+78 |
| 2023-10-20 | Move where doc comment meant as comment check | Esteban Küber | -18/+21 |
| 2023-10-20 | Auto merge of #116838 - gurry:116836-dup-macro-invoc-diag, r=petrochenkov | bors | -4/+4 |
| 2023-10-19 | Add stable Instance::body() and RustcInternal trait | Celina G. Val | -6/+193 |
| 2023-10-20 | Auto merge of #116875 - nnethercote:rustc_monomorphize, r=wesleywiser | bors | -53/+12 |
| 2023-10-19 | Initiate the inner usage of `cfg_match` | Caio | -62/+66 |
| 2023-10-19 | Do not bold main message in `--error-format=short` | Esteban Küber | -1/+8 |
| 2023-10-19 | Auto merge of #116874 - compiler-errors:elaborator-nits, r=wesleywiser | bors | -42/+39 |