| Age | Commit message (Collapse) | 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 | |
| fix #11986 Aliases break resolution of qualified variants in patterns | ||||
| 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 | |
| minor: Insert whitespace after const token when formatting macro expansions | ||||
| 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 | |
| minor: Record snippet config errors | ||||
| 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, ↵ | bors | -19/+44 | |
| r=jonas-schievink feat: diagnose unresolved derive macros  | ||||
| 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 | |
| Simplify | ||||
| 2022-04-27 | Simplify | Lukas Wirth | -40/+30 | |
| 2022-04-27 | Auto merge of #12090 - Veykril:recov, r=Veykril | bors | -9/+6 | |
| fix: Use pattern recovery set when parsing ident patterns | ||||
| 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 | |
| Fixes #11024 | ||||
| 2022-04-27 | Auto merge of #12057 - harpsword:fix_validata_visibility, r=jonas-schievink | bors | -2/+4 | |
| fix visibility token validation in trait impl with proc-macro fix #11828 | ||||
| 2022-04-27 | Auto merge of #12089 - lowr:fix/move-raw-ident-module-to-file, r=jonas-schievink | bors | -2/+85 | |
| fix: handle raw identifiers in move_module_to_file Fixes #12045 Note that I special case'd mod named `r#mod` as commented in the code. Although it's very unlikely that one would use such name, I included it in this fix for the sake of completeness. | ||||
| 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 | |
| fix: show `macro_rules` snippet in blocks fixes https://github.com/rust-lang/rust-analyzer/issues/12092 | ||||
| 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 | |
| This reverts commit 5f3327a6b8925791ecdd9dbecb1bf1537c3ef9fc. | ||||
| 2022-04-27 | Revert "Update crates/ide/src/runnables.rs" | Laurențiu Nicola | -1/+2 | |
| This reverts commit bf47acf1d3451eb281ea56a6ad8f5e1834ce6a8f. | ||||
| 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 | |
| minor: Add test for parameter and reborrow hint order | ||||
| 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, ↵ | bors | -67/+13 | |
| r=jonas-schievink fix: Don't emit a quickfix for placeholder suggestions from rustc/clippy Fixes https://github.com/rust-lang/rust-analyzer/issues/12069 | ||||
| 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 | |
| Restart proc-macro client when server reload Fix #10719 | ||||
| 2022-04-25 | Auto merge of #12071 - Ma124:fix-tabs-snippet, r=jonas-schievink | bors | -1/+11 | |
| Change tabs to spacs in macro_rules snippet This PR changes the `macro_rules!` snippet to use spaces instead of tabs. The other snippets like [this one][test-snippet] already use spaces. The snippet was introduced in 5575588 where no reason is provided to use tabs. [test-snippet]: https://github.com/rust-lang/rust-analyzer/blob/master/crates/ide_completion/src/completions/snippet.rs#L70= | ||||
| 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 | |
| fix #11973 associated type is unresolved | ||||
| 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 | |
| Clarify that the server is a whole is OK, and that it's only a single requests that's dead | ||||
| 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 | |
| fix: Fix `ide_db::search` not searching bodies of attributed items Fixes https://github.com/rust-lang/rust-analyzer/issues/12050 | ||||
| 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 | |
| fix: Fall back to parameter definitions on error types in signature help Fixes #10432 | ||||
| 2022-04-23 | Add fallback for return type | iDawer | -7/+12 | |
