| Age | Commit message (Expand) | Author | Lines |
| 2022-10-30 | Rollup merge of #103746 - notriddle:notriddle/incoherent-dyn-trait, r=Guillau... | Michael Howell | -0/+35 |
| 2022-10-30 | Rollup merge of #101428 - JakobDegen:build-tests, r=oli-obk | Michael Howell | -110/+134 |
| 2022-10-30 | Rollup merge of #97971 - Soveu:varargs, r=jackh726 | Michael Howell | -21/+104 |
| 2022-10-31 | Use `br` instead of `switch` in more cases. | Nicholas Nethercote | -29/+83 |
| 2022-10-30 | better error for rustc_strict_coherence misuse | Michael Goulet | -0/+17 |
| 2022-10-30 | Auto merge of #103299 - nikic:usub-overflow, r=wesleywiser | bors | -0/+16 |
| 2022-10-30 | All verbosity checks in `PrettyPrinter` now go through `PrettyPrinter::should... | Sarthak Singh | -5/+11 |
| 2022-10-30 | rustdoc: Do not add external traits to the crate in `register_res` | Vadim Petrochenkov | -0/+12 |
| 2022-10-30 | Add regression test for reexports in search results | Guillaume Gomez | -0/+28 |
| 2022-10-30 | Add parser test | mejrs | -0/+17 |
| 2022-10-30 | Rollup merge of #103588 - weihanglo:rustdoc/url-redirect, r=notriddle | Dylan DPC | -6/+6 |
| 2022-10-30 | Rollup merge of #103560 - zbyrn:issue-103358-fix, r=cjgillot | Dylan DPC | -10/+11 |
| 2022-10-30 | Rollup merge of #93582 - WaffleLapkin:rpitirpit, r=compiler-errors | Dylan DPC | -75/+277 |
| 2022-10-30 | Reduce span of let else irrefutable_let_patterns warning | est31 | -5/+18 |
| 2022-10-29 | rustdoc: add support for incoherent impls on structs and traits | Michael Howell | -0/+35 |
| 2022-10-30 | fix #103783, fix ICE checking transmutability of NaughtyLenArray | yukang | -0/+33 |
| 2022-10-30 | Rollup merge of #103253 - notriddle:notriddle/test-case-masked-blanket-impl, ... | Matthias Krüger | -0/+5 |
| 2022-10-30 | Rollup merge of #103124 - ldm0:nohard_tests, r=Mark-Simulacrum | Matthias Krüger | -0/+149 |
| 2022-10-29 | Make --static-root-path point to static.files | Jacob Hoffman-Andrews | -3/+3 |
| 2022-10-29 | rustdoc: add hash to filename of toolchain files | Jacob Hoffman-Andrews | -14/+14 |
| 2022-10-29 | Auto merge of #103450 - cjgillot:elision-nodedup, r=Mark-Simulacrum | bors | -1/+19 |
| 2022-10-29 | Run rustfix test for 103317 case | Kitsu | -3/+18 |
| 2022-10-29 | Rollup merge of #103699 - compiler-errors:dyn-star-cast-bad, r=TaKO8Ki | Guillaume Gomez | -0/+58 |
| 2022-10-29 | Rollup merge of #103653 - GuillaumeGomez:missing-impl-private-json, r=notriddle | Guillaume Gomez | -0/+28 |
| 2022-10-29 | Rollup merge of #103618 - nnethercote:rename-OwnerId-fields, r=compiler-errors | Guillaume Gomez | -6/+6 |
| 2022-10-29 | Rollup merge of #102721 - nbdd0121:panic, r=Amanieu | Guillaume Gomez | -0/+31 |
| 2022-10-29 | Add regression test for missing item from private mod in JSON output | Guillaume Gomez | -0/+28 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -6/+6 |
| 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 #103383 - compiler-errors:tait-scope, r=oli-obk | Matthias Krüger | -4/+4 |
| 2022-10-29 | Rollup merge of #103342 - Rageking8:add-test-for-issue-98634, r=compiler-errors | Matthias Krüger | -0/+110 |
| 2022-10-29 | Auto merge of #102233 - petrochenkov:effvis, r=jackh726 | bors | -209/+209 |
| 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 | -0/+5 |
| 2022-10-28 | Emit proper error when casting to Ddyn-star | Michael Goulet | -0/+58 |
| 2022-10-28 | Auto merge of #103071 - wesleywiser:fix_inlined_line_numbers, r=davidtwco | bors | -0/+25 |
| 2022-10-28 | Retain ParamEnv constness when running deferred cast checks | Deadbeef | -0/+5 |
| 2022-10-28 | libtest: run all tests in their own thread, if supported by the host | Ralf Jung | -5/+5 |
| 2022-10-28 | Auto merge of #103671 - matthiaskrgr:rollup-iuugpep, r=matthiaskrgr | bors | -28/+774 |
| 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 | -74/+27 |
| 2022-10-28 | Rollup merge of #103608 - compiler-errors:rpitit-early-lt, r=cjgillot | Matthias Krüger | -0/+23 |
| 2022-10-28 | Rollup merge of #103585 - GuillaumeGomez:source-line-css, r=notriddle | Matthias Krüger | -1/+43 |
| 2022-10-28 | Rollup merge of #103641 - compiler-errors:issue-103624, r=cjgillot | Matthias Krüger | -28/+94 |
| 2022-10-28 | Rollup merge of #103550 - notriddle:notriddle/no-suggest-static-candidates, r... | Matthias Krüger | -0/+34 |
| 2022-10-28 | Rollup merge of #103523 - GuillaumeGomez:inline-doc-comment-impl-block, r=not... | Matthias Krüger | -0/+13 |
| 2022-10-28 | Rollup merge of #103283 - nbarrios1337:unsafe-impl-suggestions, r=cjgillot | Matthias Krüger | -0/+54 |
| 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 | Update tests based on feedback | Bryan Garza | -26/+7 |