| Age | Commit message (Expand) | Author | Lines |
| 2022-10-26 | Auto merge of #103572 - Dylan-DPC:rollup-a8bnxrw, r=Dylan-DPC | bors | -122/+25 |
| 2022-10-26 | Rollup merge of #103428 - SarthakSingh31:issue-94187, r=compiler-errors | Dylan DPC | -0/+13 |
| 2022-10-26 | Rollup merge of #95710 - fee1-dead-contrib:stabilize_arbitrary_enum_discrimin... | Dylan DPC | -122/+12 |
| 2022-10-26 | Auto merge of #103284 - compiler-errors:const-sad, r=oli-obk | bors | -3/+19 |
| 2022-10-26 | Auto merge of #103562 - Dylan-DPC:rollup-sheepp5, r=Dylan-DPC | bors | -39/+343 |
| 2022-10-26 | Rollup merge of #103542 - scottmcm:invalid-macro-patterns, r=compiler-errors | Dylan DPC | -0/+28 |
| 2022-10-26 | Rollup merge of #103444 - chenyukang:yukang/fix-103425-extra-diag, r=davidtwco | Dylan DPC | -0/+44 |
| 2022-10-26 | Rollup merge of #103430 - cjgillot:receiver-attrs, r=petrochenkov | Dylan DPC | -14/+17 |
| 2022-10-26 | Rollup merge of #103416 - compiler-errors:rpit-named, r=cjgillot | Dylan DPC | -23/+23 |
| 2022-10-26 | Rollup merge of #103209 - Xiretza:multiple-suggestions, r=davidtwco | Dylan DPC | -2/+133 |
| 2022-10-26 | Rollup merge of #102951 - SparrowLii:type_annotation, r=estebank | Dylan DPC | -0/+98 |
| 2022-10-26 | Auto merge of #103279 - compiler-errors:normalize-hack-back, r=lcnr | bors | -0/+31 |
| 2022-10-26 | Auto merge of #103158 - Bryanskiy:resolve_perf, r=petrochenkov | bors | -6/+6 |
| 2022-10-25 | Pinning tests for some macro_rules things discussed in the lang meeting | Scott McMurray | -0/+28 |
| 2022-10-25 | Name impl trait in region bound suggestion | Michael Goulet | -23/+23 |
| 2022-10-25 | Perf improvements for effective visibility calculating | Bryanskiy | -6/+6 |
| 2022-10-25 | Added helper to prevent verbose printing from the `PrettyPrinter` when printi... | Sarthak Singh | -0/+13 |
| 2022-10-25 | Auto merge of #102988 - dpaoliello:inlinerawdylib, r=dpaoliello | bors | -0/+102 |
| 2022-10-24 | Support raw-dylib functions being used inside inlined functions | Daniel Paoliello | -0/+102 |
| 2022-10-25 | Rollup merge of #103493 - notriddle:notriddle/source-sidebar-logo, r=Guillaum... | Yuki Okushi | -1/+1 |
| 2022-10-25 | Rollup merge of #103486 - GuillaumeGomez:cleanup-rustdoc-gui-highlight-colors... | Yuki Okushi | -52/+89 |
| 2022-10-25 | Rollup merge of #103409 - compiler-errors:rpitit-signature-mismatch, r=lcnr | Yuki Okushi | -0/+37 |
| 2022-10-25 | Rollup merge of #103382 - compiler-errors:anon-apit-lt-region-ice, r=cjgillot | Yuki Okushi | -0/+28 |
| 2022-10-25 | Rollup merge of #103350 - clubby789:refer-to-assoc-method, r=wesleywiser | Yuki Okushi | -9/+44 |
| 2022-10-25 | Rollup merge of #103333 - chenyukang:yukang/fix-103143, r=wesleywiser | Yuki Okushi | -0/+25 |
| 2022-10-24 | Delay span bug when we can't map lifetimes back in collect_trait_impl_trait_tys | Michael Goulet | -0/+37 |
| 2022-10-24 | rustdoc: remove unused `.sidebar-logo` DOM on source pages | Michael Howell | -1/+1 |
| 2022-10-24 | Use functions in highlight-colors rustdoc GUI test | Guillaume Gomez | -52/+89 |
| 2022-10-24 | Auto merge of #94063 - Aaron1011:pretty-print-rental, r=lcnr | bors | -105/+321 |
| 2022-10-24 | Rollup merge of #99939 - saethlin:pre-sort-tests, r=thomcc,jackh726 | Yuki Okushi | -0/+82 |
| 2022-10-24 | suggest type annotation for local statement initialed by ref expression | SparrowLii | -0/+98 |
| 2022-10-24 | fix #103425, remove extra type error after missing semicolon error | yukang | -0/+44 |
| 2022-10-23 | Rollup merge of #103434 - GuillaumeGomez:gui-test-jump-to-def-background-clea... | Michael Howell | -38/+17 |
| 2022-10-23 | Rollup merge of #103414 - compiler-errors:rpit-print-lt, r=cjgillot | Michael Howell | -21/+21 |
| 2022-10-23 | Rollup merge of #103402 - joshtriplett:niche-wrap-fix, r=oli-obk | Michael Howell | -51/+69 |
| 2022-10-23 | Rollup merge of #103254 - fmease:fix-24183, r=GuillaumeGomez | Michael Howell | -0/+33 |
| 2022-10-23 | Rollup merge of #103140 - chenyukang:yukang/fix-103112, r=estebank | Michael Howell | -0/+19 |
| 2022-10-23 | Add normalize hack back | Michael Goulet | -0/+31 |
| 2022-10-23 | Annotate static lifetimes too | Michael Goulet | -19/+19 |
| 2022-10-23 | Allow specifying multiple alternative suggestions | Xiretza | -2/+133 |
| 2022-10-23 | Auto merge of #101403 - bjorn3:dylib_lto, r=Mark-Simulacrum | bors | -0/+1 |
| 2022-10-23 | Use functions for jump-to-def-background rustodoc GUI test | Guillaume Gomez | -38/+17 |
| 2022-10-23 | Introduce dedicated `-Zdylib-lto` flag for enabling LTO on `dylib`s | Jakub Beránek | -0/+1 |
| 2022-10-23 | Auto merge of #103431 - Dylan-DPC:rollup-oozfo89, r=Dylan-DPC | bors | -13/+214 |
| 2022-10-23 | Rollup merge of #103305 - c410-f3r:moar-errors, r=petrochenkov | Dylan DPC | -0/+0 |
| 2022-10-23 | Rollup merge of #103249 - petrochenkov:revaddids, r=oli-obk | Dylan DPC | -1/+8 |
| 2022-10-23 | Rollup merge of #101908 - chenyukang:fix-101880, r=estebank | Dylan DPC | -0/+94 |
| 2022-10-23 | Rollup merge of #101293 - compiler-errors:lt-is-actually-char, r=estebank | Dylan DPC | -12/+112 |
| 2022-10-23 | Workaround unstable stmt_expr_attributes for method receiver expressions. | Camille GILLOT | -14/+17 |
| 2022-10-23 | Auto merge of #103345 - Nilstrieb:diag-flat, r=compiler-errors | bors | -342/+356 |