| Age | Commit message (Expand) | Author | Lines |
| 2022-04-17 | Bump deps | Laurențiu Nicola | -67/+77 |
| 2022-04-17 | Auto merge of #12013 - XFFXFF:associated_const_equality, r=Veykril | bors | -4/+121 |
| 2022-04-17 | Update docs link | Arjo Chakravarty | -1/+1 |
| 2022-04-17 | update parser to support associated const equality | XFFXFF | -3/+119 |
| 2022-04-17 | Auto merge of #12014 - Veykril:expmacfmt, r=Veykril | bors | -19/+98 |
| 2022-04-17 | Disable rustfmt for expand_macro on wasm platforms | Lukas Wirth | -3/+5 |
| 2022-04-17 | Fix macro patterns not getting formatted properly | Lukas Wirth | -17/+26 |
| 2022-04-17 | feat: Attempt to format expand_macro output with rustfmt if possible | Lukas Wirth | -8/+76 |
| 2022-04-17 | update grammer to support associated const equality | XFFXFF | -1/+2 |
| 2022-04-16 | Auto merge of #12011 - iDawer:completion_detail.impl_trait, r=Veykril | bors | -19/+39 |
| 2022-04-16 | Show `impl Trait` in argument positon in completion details | iDawer | -19/+39 |
| 2022-04-16 | Auto merge of #12009 - matklad:debug-reloads, r=matklad | bors | -28/+35 |
| 2022-04-16 | internal: more visibility into why things happen | Aleksey Kladov | -28/+35 |
| 2022-04-16 | Auto merge of #12008 - Veykril:patch-1, r=Veykril | bors | -1/+1 |
| 2022-04-16 | fix: Fix proc-macro change check being inverted | Lukas Wirth | -1/+1 |
| 2022-04-16 | Auto merge of #11991 - iDawer:completion_detail.impl_trait, r=iDawer | bors | -6/+77 |
| 2022-04-16 | minor: address nit | iDawer | -1/+4 |
| 2022-04-16 | `extract_function`: use appropriate return type for async fns | iDawer | -2/+13 |
| 2022-04-16 | Add `hir::Function::async_ret_type` method | iDawer | -3/+21 |
| 2022-04-16 | fix: comletion detail shows `{unknown}` for `impl Trait` in return position | iDawer | -3/+42 |
| 2022-04-16 | Auto merge of #12006 - lnicola:toggle-inlay-hints, r=lnicola | bors | -21/+8 |
| 2022-04-16 | Remove old inlay hints settings | Laurențiu Nicola | -21/+8 |
| 2022-04-15 | Auto merge of #12005 - Veykril:hir-ty-simplify, r=Veykril | bors | -81/+86 |
| 2022-04-15 | minor: Remove frequent `Arc<Body>` clones in type checking | Lukas Wirth | -25/+29 |
| 2022-04-15 | Simplify | Lukas Wirth | -58/+59 |
| 2022-04-15 | Auto merge of #12003 - Veykril:hir-ty-simplify, r=Veykril | bors | -87/+55 |
| 2022-04-15 | Slightly optimize `Resolver::krate` | Lukas Wirth | -1/+7 |
| 2022-04-15 | Auto merge of #11997 - lnicola:es-target, r=lnicola | bors | -3/+3 |
| 2022-04-15 | Remove duplicated crate id field from hir::Type | Lukas Wirth | -86/+48 |
| 2022-04-15 | Auto merge of #12002 - Veykril:proc-macro-change-panic, r=Veykril | bors | -21/+17 |
| 2022-04-15 | fix: Fix source root panic in global state when checking out older git revs | Lukas Wirth | -21/+17 |
| 2022-04-15 | Auto merge of #12001 - Veykril:refs, r=Veykril | bors | -59/+100 |
| 2022-04-15 | fix: Do reference search on all downmapped tokens with the same kind only | Lukas Wirth | -59/+100 |
| 2022-04-15 | Auto merge of #12000 - Veykril:hlmac, r=Veykril | bors | -18/+18 |
| 2022-04-15 | fix: Tag `macro_rules` macro bang with `MacroBang` tag | Lukas Wirth | -18/+18 |
| 2022-04-15 | Auto merge of #11999 - Veykril:config-valid, r=Veykril | bors | -13/+10 |
| 2022-04-15 | Update feature listing in extension README | Lukas Wirth | -13/+10 |
| 2022-04-15 | Bump target JS version | Laurențiu Nicola | -3/+3 |
| 2022-04-14 | Auto merge of #11993 - jonas-schievink:adt-completions-in-block, r=jonas-schi... | bors | -1/+13 |
| 2022-04-14 | Enable ADT keyword completions in block expression | Jonas Schievink | -1/+13 |
| 2022-04-14 | Auto merge of #11992 - jonas-schievink:unresolved-primitive-module-fallback, ... | bors | -0/+39 |
| 2022-04-14 | Fallback to primitive when path doesn't resolve | Jonas Schievink | -0/+39 |
| 2022-04-14 | Auto merge of #11971 - jonas-schievink:on-type-fmt-assignments, r=jonas-schie... | bors | -9/+183 |
| 2022-04-14 | Auto merge of #11990 - jonas-schievink:improve-itemtree-prettyprint, r=jonas-... | bors | -38/+50 |
| 2022-04-14 | Improve ItemTree pretty print output | Jonas Schievink | -38/+50 |
| 2022-04-14 | add docs | Jonas Schievink | -0/+3 |
| 2022-04-14 | Auto merge of #11988 - jonas-schievink:expand-glob, r=jonas-schievink | bors | -42/+33 |
| 2022-04-14 | reenable test | Jonas Schievink | -31/+28 |
| 2022-04-14 | simplify | Jonas Schievink | -11/+5 |
| 2022-04-14 | Auto merge of #11985 - Veykril:config-valid, r=Veykril | bors | -50/+96 |