| Age | Commit message (Expand) | Author | Lines |
| 2022-04-30 | Downgrade kqueue to fix NetBSD | Laurențiu Nicola | -2/+2 |
| 2022-04-29 | Don't show signature help after closing bracket | iDawer | -10/+46 |
| 2022-04-29 | Auto merge of #12117 - Veykril:mexpand, r=Veykril | bors | -1/+1 |
| 2022-04-29 | minor: Insert whitespace after const token when formatting macro expansions | Lukas Wirth | -1/+1 |
| 2022-04-29 | Auto merge of #12113 - jtracey:patch-1, r=lnicola | bors | -1/+1 |
| 2022-04-29 | small typo in log message | Justin Tracey | -1/+1 |
| 2022-04-28 | Auto merge of #12111 - jonas-schievink:fix-outline-mod-completion, r=jonas-sc... | bors | -1/+38 |
| 2022-04-28 | Fix outline mod completion with partial module name | Jonas Schievink | -1/+38 |
| 2022-04-28 | Auto merge of #12110 - jonas-schievink:inline-self-type, r=jonas-schievink | bors | -17/+102 |
| 2022-04-28 | Add test with trait | Jonas Schievink | -0/+9 |
| 2022-04-28 | Make "inline type alias" work for `Self` | Jonas Schievink | -17/+93 |
| 2022-04-28 | Auto merge of #12108 - Veykril:simplify, r=Veykril | bors | -3/+8 |
| 2022-04-28 | minor: Record snippet config errors | Lukas Wirth | -3/+8 |
| 2022-04-28 | #11986 Aliases break resolution of qualified variants in patterns | bitgaoshu | -1/+21 |
| 2022-04-27 | Auto merge of #12103 - jonas-schievink:diagnose-unresolved-derives, r=jonas-s... | bors | -19/+44 |
| 2022-04-27 | Diagnose unresolved derive macros | Jonas Schievink | -19/+44 |
| 2022-04-27 | Auto merge of #12101 - Veykril:simplify, r=Veykril | bors | -40/+30 |
| 2022-04-27 | Simplify | Lukas Wirth | -40/+30 |
| 2022-04-27 | Auto merge of #12090 - Veykril:recov, r=Veykril | bors | -9/+6 |
| 2022-04-27 | fix: Use pattern recovery set when parsing ident patterns | Lukas Wirth | -9/+6 |
| 2022-04-27 | Reload project on .cargo/config[.toml] changes | unknown | -3/+8 |
| 2022-04-27 | Auto merge of #12057 - harpsword:fix_validata_visibility, r=jonas-schievink | bors | -2/+4 |
| 2022-04-27 | Auto merge of #12089 - lowr:fix/move-raw-ident-module-to-file, r=jonas-schievink | bors | -2/+85 |
| 2022-04-27 | fix visibility token validation in trait impl with proc-macro | harpsword | -2/+4 |
| 2022-04-27 | Auto merge of #12098 - jonas-schievink:macro-rules-snippet, r=jonas-schievink | bors | -21/+28 |
| 2022-04-27 | Show `macro_rules` snippet in blocks | Jonas Schievink | -21/+28 |
| 2022-04-27 | Auto merge of #12097 - lnicola:revert-11490, r=lnicola | bors | -4/+5 |
| 2022-04-27 | Revert "Correctly fix formatting doc tests with generics" | Laurențiu Nicola | -5/+5 |
| 2022-04-27 | Revert "Update crates/ide/src/runnables.rs" | Laurențiu Nicola | -1/+2 |
| 2022-04-27 | Auto merge of #12085 - rainy-me:fix_fn_param, r=Veykril | bors | -26/+29 |
| 2022-04-27 | fix: remove lookup and handle mut kw case | rainy-me | -26/+29 |
| 2022-04-27 | fix: handle raw identifiers in move_module_to_file | LowR | -2/+85 |
| 2022-04-26 | Auto merge of #12083 - Veykril:inlays, r=Veykril | bors | -16/+16 |
| 2022-04-26 | minor: Add test for parameter and reborrow hint order | Lukas Wirth | -16/+16 |
| 2022-04-26 | Auto merge of #12082 - iDawer:ide.signature_help, r=lnicola | bors | -1/+23 |
| 2022-04-26 | `signature_help`: use corresponding param list for methods | iDawer | -1/+23 |
| 2022-04-25 | Auto merge of #12078 - Veykril:neither, r=Veykril | bors | -94/+70 |
| 2022-04-25 | Re-export `FxHashMap` and `FxHashSet` from `ide_db` | Lukas Wirth | -94/+70 |
| 2022-04-25 | Auto merge of #12077 - Veykril:neither, r=Veykril | bors | -18/+19 |
| 2022-04-25 | minor: Remove either dependency from `ide_completion` | Lukas Wirth | -18/+19 |
| 2022-04-25 | Auto merge of #12075 - jonas-schievink:less-aggressive-quickfixes, r=jonas-sc... | bors | -67/+13 |
| 2022-04-25 | Don't emit a quickfix for placeholder suggestions | Jonas Schievink | -67/+13 |
| 2022-04-25 | Auto merge of #12007 - edwin0cheng:restart-proc-macro-reload, r=jonas-schievink | bors | -6/+14 |
| 2022-04-25 | Auto merge of #12071 - Ma124:fix-tabs-snippet, r=jonas-schievink | bors | -1/+11 |
| 2022-04-25 | Auto merge of #12074 - jonas-schievink:deprioritize-flyimport, r=jonas-schievink | bors | -2/+46 |
| 2022-04-25 | Reduce priority of flyimport completions | Jonas Schievink | -2/+46 |
| 2022-04-25 | Auto merge of #12072 - bitgaoshu:master, r=jonas-schievink | bors | -1/+50 |
| 2022-04-24 | Change tabs to spacs in macro_rules snippet | Ma_124 | -1/+11 |
| 2022-04-24 | #11973 associated type is unresolved | bitgaoshu | -1/+50 |
| 2022-04-24 | Auto merge of #12070 - rust-lang:message, r=matklad | bors | -1/+1 |