| Age | Commit message (Expand) | Author | Lines |
| 2022-01-29 | Auto merge of #93457 - matthiaskrgr:rollup-e43ry1l, r=matthiaskrgr | bors | -5/+229 |
| 2022-01-29 | Rollup merge of #93453 - GuillaumeGomez:theme-change-test, r=jsha | Matthias Krüger | -0/+16 |
| 2022-01-29 | Rollup merge of #93299 - GuillaumeGomez:dot-separator-no-source, r=jsha | Matthias Krüger | -0/+23 |
| 2022-01-29 | Rollup merge of #92274 - woppopo:const_deallocate, r=oli-obk | Matthias Krüger | -3/+186 |
| 2022-01-29 | Rollup merge of #88205 - danii:e0772, r=GuillaumeGomez | Matthias Krüger | -2/+4 |
| 2022-01-29 | Auto merge of #92312 - BGR360:needs-test, r=Mark-Simulacrum | bors | -0/+118 |
| 2022-01-29 | Document about some behaviors of `const_(de)allocate` and add some tests. | woppopo | -0/+33 |
| 2022-01-29 | Extend theme change GUI test | Guillaume Gomez | -0/+16 |
| 2022-01-28 | Add test for old ICE in #89066 | Ben Reeves | -0/+67 |
| 2022-01-28 | Add test for old ICE in #91594 | Ben Reeves | -0/+34 |
| 2022-01-28 | Add test for old ICE | Ben Reeves | -0/+17 |
| 2022-01-28 | Auto merge of #93427 - matthiaskrgr:rollup-esd3ixl, r=matthiaskrgr | bors | -0/+36 |
| 2022-01-28 | Add Explanation For Error E0772 | Daniel Conley | -2/+4 |
| 2022-01-28 | Rollup merge of #92611 - Amanieu:asm-reference, r=m-ou-se | Matthias Krüger | -0/+36 |
| 2022-01-28 | Auto merge of #93006 - michaelwoerister:fix-unsized-ptr-debuginfo, r=davidtwc... | bors | -36/+62 |
| 2022-01-28 | Auto merge of #90677 - bobrippling:suggest-tuple-parens, r=camelid | bors | -0/+187 |
| 2022-01-27 | Rollup merge of #93357 - nnethercote:clarify-usage-of-qualified-ty, r=lcnr | Matthias Krüger | -2/+2 |
| 2022-01-27 | Rollup merge of #93339 - notriddle:notriddle/test-generics-multi-trait, r=Gui... | Matthias Krüger | -0/+44 |
| 2022-01-27 | [debuginfo] Fix and unify handling of fat pointers in debuginfo: Fix some deb... | Michael Woerister | -32/+31 |
| 2022-01-27 | Clarify the `usage-of-qualified-ty` error message. | Nicholas Nethercote | -2/+2 |
| 2022-01-27 | Auto merge of #92889 - tmiasko:unbounded-recursion, r=ecstatic-morse | bors | -3/+100 |
| 2022-01-26 | Auto merge of #93352 - matthiaskrgr:rollup-5peret4, r=matthiaskrgr | bors | -50/+82 |
| 2022-01-26 | Rollup merge of #92256 - fee1-dead:improve-selection-err, r=oli-obk | Matthias Krüger | -50/+82 |
| 2022-01-26 | rustdoc: add test case for multiple traits and erased names | Michael Howell | -0/+44 |
| 2022-01-26 | Auto merge of #93301 - spastorino:perf-test-1, r=oli-obk | bors | -194/+212 |
| 2022-01-26 | Bless incremental tests. | Camille GILLOT | -194/+212 |
| 2022-01-26 | Ignore unwinding edges when checking for unconditional recursion | Tomasz Miąsko | -3/+100 |
| 2022-01-26 | Auto merge of #91840 - JakobDegen:fix_early_otherwise, r=oli-obk | bors | -97/+219 |
| 2022-01-26 | `const_deallocate`: Don't deallocate memory allocated in an another const. Do... | woppopo | -4/+27 |
| 2022-01-25 | Remove 1-tuple unreachable case | Rob Pilling | -2/+13 |
| 2022-01-25 | Handle generics with ParamEnv | Rob Pilling | -2/+52 |
| 2022-01-25 | Compare tuple element & arg types before suggesting a tuple | Rob Pilling | -10/+48 |
| 2022-01-25 | Test tuple suggestions, including tuple-as-function-argument | Rob Pilling | -0/+88 |
| 2022-01-25 | Rollup merge of #93303 - compiler-errors:issue-93282, r=wesleywiser | Matthias Krüger | -0/+17 |
| 2022-01-25 | Rollup merge of #93286 - jsha:sidebar-nowrap, r=GuillaumeGomez | Matthias Krüger | -0/+10 |
| 2022-01-25 | Rollup merge of #93250 - Aaron1011:remove-early-dedup, r=oli-obk | Matthias Krüger | -21/+380 |
| 2022-01-25 | delay the bug once again, generalize turbofish suggestion | Michael Goulet | -25/+4 |
| 2022-01-25 | Remove delayed bug when encountering label in bad turbofish | Michael Goulet | -3/+41 |
| 2022-01-25 | Add test when there is no source code link after version | Guillaume Gomez | -0/+23 |
| 2022-01-26 | Add a minimal working `append_const_msg` argument | Deadbeef | -3/+3 |
| 2022-01-26 | Improve selection errors for `~const` trait bounds | Deadbeef | -50/+82 |
| 2022-01-25 | Rollup merge of #93175 - spastorino:negative-traits-coherence-new, r=nikomats... | Matthias Krüger | -0/+26 |
| 2022-01-25 | Rollup merge of #93169 - CraftSpider:rustdoc-clean-inconsistency, r=Guillaume... | Matthias Krüger | -0/+4 |
| 2022-01-25 | Rollup merge of #93144 - wesleywiser:uninhabited_type_code_cov2, r=tmandry | Matthias Krüger | -0/+57 |
| 2022-01-25 | Rollup merge of #93118 - jackh726:param-heuristics-3, r=estebank | Matthias Krüger | -1/+8 |
| 2022-01-25 | Rollup merge of #93064 - Aaron1011:provisional-dep-node, r=michaelwoerister | Matthias Krüger | -0/+24 |
| 2022-01-24 | Add white-space: nowrap to links in the sidebar | Jacob Hoffman-Andrews | -0/+10 |
| 2022-01-24 | Auto merge of #90842 - pierwill:localdefid-indexmap, r=wesleywiser | bors | -16/+16 |
| 2022-01-24 | Auto merge of #93260 - matthiaskrgr:rollup-c5b9c76, r=matthiaskrgr | bors | -3/+3 |
| 2022-01-24 | Fix vec-slices debuginfo test for GDB. | Michael Woerister | -11/+10 |