| Age | Commit message (Expand) | Author | Lines |
| 2023-10-23 | coverage: Add UI tests for values accepted by `-Cinstrument-coverage` | Zalathar | -1/+70 |
| 2023-10-23 | Rollup merge of #117042 - Zalathar:file-table, r=cjgillot | Matthias Krüger | -3/+3 |
| 2023-10-23 | Auto merge of #115324 - francorbacho:master, r=davidtwco | bors | -0/+146 |
| 2023-10-22 | rustdoc: make JS trait impls act more like HTML | Michael Howell | -2/+69 |
| 2023-10-22 | rustdoc: remove as_ref from method sidebar test | Michael Howell | -6/+5 |
| 2023-10-22 | rustdoc: use JS to inline target type impl docs into alias | Michael Howell | -5/+199 |
| 2023-10-22 | Added a new item, need to bump this count | Michael Howell | -2/+2 |
| 2023-10-22 | Revert "rustdoc: list matching impls on type aliases" | Michael Howell | -62/+0 |
| 2023-10-22 | Revert "rustdoc: add impl items from aliased type into sidebar" | Michael Howell | -5/+0 |
| 2023-10-22 | rustdoc: rename `/implementors` to `/impl.trait` | Michael Howell | -14/+14 |
| 2023-10-22 | use visibility to check unused imports and delete some stmts | bohan | -24/+120 |
| 2023-10-22 | coverage: Emit the filenames section before encoding per-function mappings | Zalathar | -3/+3 |
| 2023-10-22 | Auto merge of #116256 - apekros:issue-114912, r=cjgillot | bors | -0/+33 |
| 2023-10-22 | Rollup merge of #117034 - Nadrieril:fix-117033, r=cjgillot | Matthias Krüger | -0/+7 |
| 2023-10-22 | Auto merge of #116932 - Kobzol:fix-stage1-tests, r=Mark-Simulacrum | bors | -2/+4 |
| 2023-10-21 | Fix #117033 | Nadrieril | -0/+7 |
| 2023-10-21 | Rollup merge of #116992 - estebank:issue-69492, r=oli-obk | Matthias Krüger | -0/+11 |
| 2023-10-21 | Use a ConstValue instead. | Camille GILLOT | -181/+561 |
| 2023-10-21 | Generate ValTrees in DataflowConstProp. | Camille GILLOT | -46/+139 |
| 2023-10-21 | Mention the syntax for `use` on `mod foo;` if `foo` doesn't exist | Esteban Küber | -0/+11 |
| 2023-10-21 | on unresolved import disambiguate suggested path if it would collide | León Orell Valerian Liehr | -6/+115 |
| 2023-10-21 | Auto merge of #117020 - matthiaskrgr:rollup-cg62m4h, r=matthiaskrgr | bors | -5/+34 |
| 2023-10-21 | Rollup merge of #117019 - lukas-code:for-await, r=compiler-errors | Matthias Krüger | -1/+19 |
| 2023-10-21 | Rollup merge of #116975 - ojeda:move-invalid-test, r=Nilstrieb | Matthias Krüger | -0/+0 |
| 2023-10-21 | Rollup merge of #106601 - estebank:match-semi, r=cjgillot | Matthias Krüger | -4/+15 |
| 2023-10-21 | fix spans for removing `.await` on `for` expressions | Lukas Markeffsky | -1/+19 |
| 2023-10-21 | Auto merge of #116734 - Nadrieril:lint-per-column, r=cjgillot | bors | -110/+232 |
| 2023-10-21 | Do not create move paths that do not need dropping. | Camille GILLOT | -58/+46 |
| 2023-10-21 | Do not report errors from move path builder. | Camille GILLOT | -11/+11 |
| 2023-10-21 | Rollup merge of #116995 - estebank:issue-69944, r=compiler-errors | Matthias Krüger | -1/+6 |
| 2023-10-21 | Rollup merge of #116990 - estebank:issue-68445, r=cjgillot | Matthias Krüger | -0/+4 |
| 2023-10-21 | Rollup merge of #116974 - Zalathar:signature-spans, r=oli-obk,cjgillot | Matthias Krüger | -10/+192 |
| 2023-10-21 | Rollup merge of #116964 - celinval:smir-mono-body, r=oli-obk | Matthias Krüger | -1/+25 |
| 2023-10-21 | Rollup merge of #116961 - estebank:issue-60164, r=oli-obk | Matthias Krüger | -0/+24 |
| 2023-10-21 | Rollup merge of #116911 - estebank:issue-85378, r=oli-obk | Matthias Krüger | -0/+44 |
| 2023-10-21 | FileCheck annotations. | Camille GILLOT | -34/+217 |
| 2023-10-21 | Correct loop_headers logic. | Camille GILLOT | -14/+2 |
| 2023-10-21 | Rebase fallout. | Camille GILLOT | -25/+1 |
| 2023-10-21 | Handle more terminators. | Camille GILLOT | -6/+24 |
| 2023-10-21 | Do not thread through loop headers. | Camille GILLOT | -32/+6 |
| 2023-10-21 | Implement JumpThreading pass. | Camille GILLOT | -0/+1635 |
| 2023-10-21 | coverage: Handle fn signature spans more consistently near `?` | Zalathar | -20/+22 |
| 2023-10-21 | coverage: Add a test showing the inconsistent handling of function signatures | Zalathar | -0/+180 |
| 2023-10-20 | Point at assoc fn definition on type param divergence | Esteban Küber | -1/+6 |
| 2023-10-20 | Replace all uses of `generator` in markdown documentation with `coroutine` | Oli Scherer | -12/+12 |
| 2023-10-20 | bless ui-fulldeps | Oli Scherer | -2/+2 |
| 2023-10-20 | Bless coverage map | Oli Scherer | -3/+3 |
| 2023-10-20 | Rename `generator` folder | Oli Scherer | -0/+0 |
| 2023-10-20 | Rename lots of files that had `generator` in their name | Oli Scherer | -81/+81 |
| 2023-10-20 | Rename `Gen` to `Coro` in tests | Oli Scherer | -12/+12 |