| Age | Commit message (Expand) | Author | Lines |
| 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-25 | Modify ui tests to reflect the change | Byron Zhong | -10/+11 |
| 2022-10-26 | Auto merge of #103158 - Bryanskiy:resolve_perf, r=petrochenkov | bors | -6/+6 |
| 2022-10-25 | diagnostics: add test case for issue 102354 | Michael Howell | -0/+34 |
| 2022-10-26 | add testcase for suggest self | yukang | -1/+28 |
| 2022-10-25 | Add regression test for inlined doc comment on impl block | Guillaume Gomez | -0/+13 |
| 2022-10-25 | Pinning tests for some macro_rules things discussed in the lang meeting | Scott McMurray | -0/+28 |
| 2022-10-26 | suggest calling the method of the same name when method not found | yukang | -4/+49 |
| 2022-10-25 | Name impl trait in region bound suggestion | Michael Goulet | -23/+23 |
| 2022-10-25 | Move a wf-check into the site where the value is instantiated | Oli Scherer | -12/+12 |
| 2022-10-25 | adopt to compiler changes | Maybe Waffle | -9/+20 |
| 2022-10-25 | add a test for gate `impl_trait_in_fn_trait_return` | Maybe Waffle | -0/+21 |
| 2022-10-25 | --bless | Maybe Waffle | -89/+106 |
| 2022-10-25 | Add even more tests for `impl Fn() -> impl Trait` | Maybe Waffle | -1/+53 |
| 2022-10-25 | Add more tests for `impl Fn() -> impl Trait` | Maybe Waffle | -0/+106 |
| 2022-10-25 | Allow `impl Fn() -> impl Trait` in return position | Maybe Waffle | -66/+61 |
| 2022-10-25 | Fix #103451, find_width_of_character_at_span return width with 1 when reachin... | yukang | -0/+37 |
| 2022-10-25 | Perf improvements for effective visibility calculating | Bryanskiy | -6/+6 |
| 2022-10-25 | add a test to verify that compile-flags are provided last | Pietro Albini | -0/+8 |
| 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 | rustdoc: parse self-closing tags and attributes in `invalid_html_tags` | Michael Howell | -0/+150 |
| 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 | Add more normalization and tests | mejrs | -8/+95 |
| 2022-10-24 | Address some comments | mejrs | -0/+17 |
| 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 | Make PROC_MACRO_DERIVE_RESOLUTION_FALLBACK a hard error | Aaron Hill | -100/+36 |
| 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 | fix parentheses surrounding spacing issue in parser | yukang | -5/+27 |
| 2022-10-24 | suggest type annotation for local statement initialed by ref expression | SparrowLii | -0/+98 |
| 2022-10-24 | Port `dead_code` lints to be translatable. | Charles Lew | -6/+6 |
| 2022-10-24 | fix #103435, unused lint won't produce invalid code | yukang | -0/+75 |
| 2022-10-23 | rustdoc: don't mark Box<T> as Iterator, Read, etc | Jacob Hoffman-Andrews | -0/+38 |
| 2022-10-24 | fix #103425, remove extra type error after missing semicolon error | yukang | -0/+44 |
| 2022-10-23 | `unchecked_{shl|shr}` should use `u32` as the RHS | Scott McMurray | -0/+65 |
| 2022-10-23 | Cleanup message and bless tests | Jack Huey | -15/+15 |
| 2022-10-23 | Enable varargs support for calling conventions other than C or cdecl | Soveu | -21/+104 |
| 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 |