| Age | Commit message (Expand) | Author | Lines |
| 2022-10-26 | No need to probe when relating opaques in nll_relate | Michael Goulet | -0/+24 |
| 2022-10-26 | Process registered region obligation in resolve_regions_with_wf_tys | Michael Goulet | -0/+36 |
| 2022-10-26 | Auto merge of #103572 - Dylan-DPC:rollup-a8bnxrw, r=Dylan-DPC | bors | -122/+25 |
| 2022-10-26 | privacy: Rename "accessibility levels" to "effective visibilities" | Vadim Petrochenkov | -209/+209 |
| 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 | Adjust normalization | mejrs | -16/+16 |
| 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 | -37/+210 |
| 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 #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 | 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 | 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 | -5/+88 |
| 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 | Auto merge of #94063 - Aaron1011:pretty-print-rental, r=lcnr | bors | -105/+321 |
| 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-24 | fix #103425, remove extra type error after missing semicolon error | yukang | -0/+44 |
| 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 #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 |