| Age | Commit message (Expand) | Author | Lines |
| 2022-12-18 | Don't ICE in closure arg borrow suggestion | Michael Goulet | -0/+32 |
| 2022-12-17 | Auto merge of #105800 - lqd:dylib-thinlto, r=bjorn3 | bors | -0/+52 |
| 2022-12-17 | Auto merge of #105421 - jacobbramley:jb/branch-prot-check, r=nagisa | bors | -3/+3 |
| 2022-12-17 | Auto merge of #105820 - matthiaskrgr:rollup-uzm1l8f, r=matthiaskrgr | bors | -0/+13 |
| 2022-12-17 | Rollup merge of #105785 - JohnTitor:issue-55976-2, r=compiler-errors | Matthias Krüger | -0/+13 |
| 2022-12-17 | Auto merge of #105794 - ChrisDenton:internal-doc, r=jyn514 | bors | -1/+1 |
| 2022-12-17 | Auto merge of #105811 - ojeda:Dwarnings-no_fp_fmt_parse, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-12-17 | Auto merge of #105804 - matthiaskrgr:rollup-iaqlbl3, r=matthiaskrgr | bors | -12/+148 |
| 2022-12-17 | Rollup merge of #105802 - chbaker0:enum-match-filecheck, r=tmiasko | Matthias Krüger | -2/+2 |
| 2022-12-17 | Rollup merge of #105780 - GuillaumeGomez:read-more-links, r=notriddle | Matthias Krüger | -10/+58 |
| 2022-12-17 | Rollup merge of #105768 - fee1-dead-contrib:iat-style, r=eholk | Matthias Krüger | -0/+26 |
| 2022-12-17 | Rollup merge of #105711 - compiler-errors:rpitit-references-errors, r=eholk | Matthias Krüger | -0/+42 |
| 2022-12-17 | Rollup merge of #105710 - compiler-errors:dyn-star-rigid-cast, r=eholk | Matthias Krüger | -0/+20 |
| 2022-12-17 | core: ensure `no_fp_fmt_parse` builds are warning-free | Miguel Ojeda | -1/+1 |
| 2022-12-16 | Make enum-match.rs test robust against variable name changes | Collin Baker | -2/+2 |
| 2022-12-16 | Auto merge of #102318 - Amanieu:default_alloc_error_handler, r=oli-obk | bors | -101/+34 |
| 2022-12-16 | add simulated non-regression test for issue 105637 | Rémy Rakic | -0/+52 |
| 2022-12-16 | Test documentation of hidden items in std | Chris Denton | -1/+1 |
| 2022-12-16 | Auto merge of #105775 - matthiaskrgr:rollup-2o8qn7e, r=matthiaskrgr | bors | -125/+144 |
| 2022-12-16 | Detect inherent associated types not having CamelCase | Deadbeef | -0/+26 |
| 2022-12-16 | Add test for presence of read more links | Guillaume Gomez | -2/+34 |
| 2022-12-16 | Don't add "Read more" link if there is no extra content | Guillaume Gomez | -8/+24 |
| 2022-12-16 | Rollup merge of #105774 - TaKO8Ki:remove-unused-stderr-files, r=tmiasko | Matthias Krüger | -16/+0 |
| 2022-12-16 | Rollup merge of #105764 - notriddle:notriddle/src-sidebar-toggle, r=Guillaume... | Matthias Krüger | -37/+37 |
| 2022-12-16 | Rollup merge of #105757 - notriddle:notriddle/sub-settings, r=GuillaumeGomez | Matthias Krüger | -6/+0 |
| 2022-12-16 | Rollup merge of #105756 - notriddle:notriddle/example-wrap-tooltip, r=Guillau... | Matthias Krüger | -15/+9 |
| 2022-12-16 | Rollup merge of #105747 - chenyukang:yukang/fix-105732-auto-trait, r=compiler... | Matthias Krüger | -0/+41 |
| 2022-12-16 | Rollup merge of #105725 - fee1-dead-contrib:allow-impl-const-trait, r=oli-obk | Matthias Krüger | -51/+57 |
| 2022-12-16 | Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr | bors | -0/+76 |
| 2022-12-16 | remove unused stderr files | Takayuki Maeda | -16/+0 |
| 2022-12-16 | Auto merge of #105763 - Ezrashaw:rustc-book-relative-links, r=jyn514 | bors | -23/+23 |
| 2022-12-16 | Auto merge of #104334 - compiler-errors:ufcs-sugg-wrong-def-id, r=estebank | bors | -6/+69 |
| 2022-12-15 | rustdoc: name the source page sidebar-toggle `#src-sidebar-toggle` | Michael Howell | -37/+37 |
| 2022-12-15 | Auto merge of #105760 - matthiaskrgr:rollup-r8beo9w, r=matthiaskrgr | bors | -94/+282 |
| 2022-12-16 | remove relative links from `rustc-book` and `unstable-book` | Ezra Shaw | -23/+23 |
| 2022-12-16 | fix #105732, Fix ICE calling method on auto trait | yukang | -0/+41 |
| 2022-12-15 | Rollup merge of #105743 - nnethercote:SimplifiedType-cleanups, r=lcnr | Matthias Krüger | -3/+3 |
| 2022-12-15 | Rollup merge of #105739 - GuillaumeGomez:migrate-jump-to-def-link-to-css-var,... | Matthias Krüger | -11/+7 |
| 2022-12-15 | Rollup merge of #105727 - estebank:use-impl-trait, r=oli-obk | Matthias Krüger | -15/+65 |
| 2022-12-15 | Rollup merge of #105694 - ouz-a:issue_105689, r=estebank | Matthias Krüger | -0/+14 |
| 2022-12-15 | Rollup merge of #105679 - estebank:suggest-clone, r=compiler-errors | Matthias Krüger | -0/+78 |
| 2022-12-15 | Rollup merge of #105674 - estebank:iterator-chains, r=oli-obk | Matthias Krüger | -65/+114 |
| 2022-12-15 | Rollup merge of #105481 - lqd:mono-stats, r=wesleywiser | Matthias Krüger | -0/+1 |
| 2022-12-15 | Auto merge of #105356 - JakobDegen:more-custom-mir, r=oli-obk | bors | -0/+376 |
| 2022-12-15 | Consider lifetimes when comparing assoc types in method chain | Esteban Küber | -13/+43 |
| 2022-12-15 | Trim paths in E0599 | Esteban Küber | -37/+37 |
| 2022-12-15 | rustdoc: remove unused CSS `.sub-settings` | Michael Howell | -6/+0 |
| 2022-12-15 | Shorten trimmed display of closures | Esteban Küber | -3/+3 |
| 2022-12-15 | Use `with_forced_trimmed_paths` more | Esteban Küber | -13/+13 |
| 2022-12-15 | Point at method chains on `E0271` errors | Esteban Küber | -0/+19 |