| Age | Commit message (Expand) | Author | Lines |
| 2022-10-29 | Rollup merge of #103704 - xxchan:xxchan/applicable-bug, r=compiler-errors | Matthias Krüger | -0/+37 |
| 2022-10-29 | Rollup merge of #103664 - aDotInTheVoid:rdj-path-docs, r=Urgau,GuillaumeGomez | Matthias Krüger | -0/+5 |
| 2022-10-29 | Rollup merge of #103663 - notriddle:notriddle/search-container, r=GuillaumeGomez | Matthias Krüger | -31/+24 |
| 2022-10-29 | Rollup merge of #103656 - camsteffen:symbol-to-string, r=compiler-errors | Matthias Krüger | -0/+7 |
| 2022-10-29 | Rollup merge of #103383 - compiler-errors:tait-scope, r=oli-obk | Matthias Krüger | -5/+12 |
| 2022-10-29 | Rollup merge of #103342 - Rageking8:add-test-for-issue-98634, r=compiler-errors | Matthias Krüger | -0/+110 |
| 2022-10-29 | Rollup merge of #102961 - reitermarkus:const-cstr-from-ptr, r=oli-obk | Matthias Krüger | -11/+37 |
| 2022-10-29 | Auto merge of #102233 - petrochenkov:effvis, r=jackh726 | bors | -516/+524 |
| 2022-10-28 | Auto merge of #102737 - RalfJung:poll_fn_pin, r=Mark-Simulacrum | bors | -4/+7 |
| 2022-10-28 | Specialize ToString for Symbol | Cameron Steffen | -0/+7 |
| 2022-10-28 | Add a test for TAIT used with impl/dyn Trait inside RPIT | xxchan | -0/+37 |
| 2022-10-28 | Auto merge of #103683 - fee1-dead-contrib:fix-deferred-cast-checks-constness,... | bors | -5/+33 |
| 2022-10-28 | Auto merge of #103071 - wesleywiser:fix_inlined_line_numbers, r=davidtwco | bors | -2/+35 |
| 2022-10-28 | Auto merge of #102674 - CastilloDel:master, r=oli-obk | bors | -15/+14 |
| 2022-10-28 | Remove unneeded attribute. | Markus Reiter | -1/+0 |
| 2022-10-28 | Retain ParamEnv constness when running deferred cast checks | Deadbeef | -5/+33 |
| 2022-10-28 | Auto merge of #103671 - matthiaskrgr:rollup-iuugpep, r=matthiaskrgr | bors | -114/+928 |
| 2022-10-28 | rustdoc-json-types: Improve ItemSummary::path docs | Nixon Enraght-Moony | -0/+5 |
| 2022-10-28 | Auto merge of #103672 - matthiaskrgr:rollup-dyk3civ, r=matthiaskrgr | bors | -113/+180 |
| 2022-10-28 | Rollup merge of #103645 - weihanglo:update-cargo, r=weihanglo | Matthias Krüger | -0/+0 |
| 2022-10-28 | Rollup merge of #103643 - notriddle:notriddle/summary-focus-visible, r=Guilla... | Matthias Krüger | -4/+2 |
| 2022-10-28 | Rollup merge of #103631 - Rageking8:Add-test-for-issue-36007, r=compiler-errors | Matthias Krüger | -0/+20 |
| 2022-10-28 | Rollup merge of #103609 - BoxyUwU:fix_impl_self_cycle, r=compiler-errors | Matthias Krüger | -76/+74 |
| 2022-10-28 | Rollup merge of #103608 - compiler-errors:rpitit-early-lt, r=cjgillot | Matthias Krüger | -1/+24 |
| 2022-10-28 | Rollup merge of #103585 - GuillaumeGomez:source-line-css, r=notriddle | Matthias Krüger | -32/+60 |
| 2022-10-28 | Rollup merge of #103641 - compiler-errors:issue-103624, r=cjgillot | Matthias Krüger | -100/+165 |
| 2022-10-28 | Rollup merge of #103550 - notriddle:notriddle/no-suggest-static-candidates, r... | Matthias Krüger | -6/+52 |
| 2022-10-28 | Rollup merge of #103523 - GuillaumeGomez:inline-doc-comment-impl-block, r=not... | Matthias Krüger | -8/+48 |
| 2022-10-28 | Rollup merge of #103283 - nbarrios1337:unsafe-impl-suggestions, r=cjgillot | Matthias Krüger | -0/+84 |
| 2022-10-28 | Rollup merge of #102642 - bryangarza:afit-tests, r=compiler-errors | Matthias Krüger | -0/+579 |
| 2022-10-28 | add test for issue 98634 | Rageking8 | -0/+110 |
| 2022-10-27 | rustdoc: remove redundant `div.search-container` | Michael Howell | -31/+24 |
| 2022-10-28 | Auto merge of #103654 - flip1995:clippy_backport, r=Manishearth | bors | -3/+2 |
| 2022-10-27 | Update tests based on feedback | Bryan Garza | -26/+7 |
| 2022-10-27 | Update src/test/ui/async-await/in-trait/async-example.rs | Bryan Garza | -2/+2 |
| 2022-10-27 | Add additional tests for static AFIT | Bryan Garza | -0/+169 |
| 2022-10-27 | Update tests based on feedback | Bryan Garza | -33/+48 |
| 2022-10-27 | Update static AFIT tests based on feedback | Bryan Garza | -144/+28 |
| 2022-10-27 | Add tests for static async functions in traits | Bryan Garza | -0/+530 |
| 2022-10-27 | Auto merge of #103629 - matthiaskrgr:rollup-r94tqfa, r=matthiaskrgr | bors | -217/+467 |
| 2022-10-27 | tidy + move logic to fn | Boxy | -31/+30 |
| 2022-10-27 | use proper spans | Boxy | -28/+54 |
| 2022-10-27 | DoIt | Boxy | -83/+56 |
| 2022-10-27 | Move clippy::uninlined_format_args back to pedantic | Philipp Krones | -3/+2 |
| 2022-10-28 | Update cargo | Weihang Lo | -0/+0 |
| 2022-10-27 | rustdoc: stop hiding focus outlines on non-rustdoc-toggle details tags | Michael Howell | -4/+2 |
| 2022-10-27 | Erase regions from CallArgument, add test + bless | Michael Goulet | -7/+73 |
| 2022-10-27 | Revert "Make ClosureOutlivesRequirement not rely on an unresolved type" | Michael Goulet | -94/+93 |
| 2022-10-27 | add test for issue 36007 | Rageking8 | -0/+20 |
| 2022-10-27 | Rollup merge of #103616 - rust-lang:notriddle/moz-box-sizing, r=GuillaumeGomez | Matthias Krüger | -3/+1 |