| Age | Commit message (Expand) | Author | Lines |
| 2022-05-01 | update diagnostic-docs crate name | Peh | -1/+1 |
| 2022-05-01 | updated ide-assist new dir name | Peh | -2/+2 |
| 2022-05-01 | delete a generated swap file | Peh | -0/+0 |
| 2022-05-01 | style: rename crates to kebab case | Peh | -75/+75 |
| 2022-05-01 | Auto merge of #12099 - bitgaoshu:master, r=flodiebold | bors | -1/+21 |
| 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 | small typo in log message | Justin Tracey | -1/+1 |
| 2022-04-28 | Fix outline mod completion with partial module name | Jonas Schievink | -1/+38 |
| 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 | -1/+6 |
| 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 | 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 | 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 | `signature_help`: use corresponding param list for methods | iDawer | -1/+23 |
| 2022-04-25 | Re-export `FxHashMap` and `FxHashSet` from `ide_db` | Lukas Wirth | -89/+70 |
| 2022-04-25 | minor: Remove either dependency from `ide_completion` | Lukas Wirth | -17/+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 | 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 | minor: clarify error message | Aleksey Kladov | -1/+1 |
| 2022-04-24 | Fix Reload Workspace command | Edwin Cheng | -6/+14 |
| 2022-04-23 | Auto merge of #12064 - Veykril:attr-range, r=Veykril | bors | -5/+47 |
| 2022-04-23 | fix: Fix ide_db::search not searching bodies of attributed items | Lukas Wirth | -5/+47 |
| 2022-04-23 | Auto merge of #12063 - iDawer:ide.signature_help, r=Veykril | bors | -26/+55 |
| 2022-04-23 | Add fallback for return type | iDawer | -7/+12 |