Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | remove unused CompletionScore enum | Josh Mcguigan | 2021-03-12 | 1 | -2/+2 | |
* | | | add completion relevance score | Josh Mcguigan | 2021-03-12 | 1 | -2/+2 | |
* | | | Return original text range in PrepareRename responses when inside macro | Lukas Wirth | 2021-03-10 | 1 | -7/+47 | |
| |/ |/| | ||||||
* | | Merge #7958 | bors[bot] | 2021-03-10 | 1 | -0/+1 | |
|\ \ | ||||||
| * | | Avoid double text edits when renaming mod declaration | Lukas Wirth | 2021-03-10 | 1 | -0/+1 | |
* | | | add apply ssr assist | Josh Mcguigan | 2021-03-10 | 2 | -1/+266 | |
|/ / | ||||||
* | | Compilation speed | Aleksey Kladov | 2021-03-09 | 1 | -1/+1 | |
* | | Show whether a binding is mutable or not on hover | Lukas Wirth | 2021-03-09 | 2 | -21/+46 | |
* | | Don't show const items initializer expressions on hover | Lukas Wirth | 2021-03-09 | 1 | -5/+1 | |
* | | Work towards better import labels | Kirill Bulatov | 2021-03-08 | 1 | -2/+0 | |
* | | Use upstream cov-mark | Laurențiu Nicola | 2021-03-08 | 8 | -52/+51 | |
* | | Fix some warnings | Laurențiu Nicola | 2021-03-05 | 1 | -1/+1 | |
* | | Prevent renaming SelfType and BuiltinType | Lukas Wirth | 2021-03-03 | 1 | -0/+2 | |
* | | Reorder functions in rename.rs | Lukas Wirth | 2021-03-03 | 1 | -189/+187 | |
* | | Merge #7850 | bors[bot] | 2021-03-02 | 1 | -12/+62 | |
|\ \ | ||||||
| * | | Don't add space when joining line to opening quote | Aleksey Kladov | 2021-03-02 | 1 | -12/+62 | |
* | | | Merge #7795 | bors[bot] | 2021-03-02 | 1 | -13/+122 | |
|\ \ \ | ||||||
| * | | | Show docs on hover for keywords and primitives | Lukas Wirth | 2021-03-02 | 1 | -13/+122 | |
| |/ / | ||||||
* | | | Merge #7335 #7691 | bors[bot] | 2021-03-02 | 1 | -8/+47 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | corrected no newline at end of file | Luciano Bestia | 2021-02-13 | 1 | -1/+1 | |
| * | | removed logging stuff | Luciano Bestia | 2021-02-13 | 2 | -9/+1 | |
| * | | Update crates/ide/src/folding_ranges.rs | Luciano | 2021-02-13 | 1 | -2/+2 | |
| * | | simple comparison instead of regex | Luciano Bestia | 2021-02-05 | 2 | -25/+8 | |
| * | | added region folding | Luciano Bestia | 2021-01-18 | 2 | -8/+72 | |
* | | | Merge #7778 | bors[bot] | 2021-03-01 | 1 | -0/+29 | |
|\ \ \ | ||||||
| * | | | Fix lowering trailing self paths in UseTrees | Lukas Wirth | 2021-02-28 | 1 | -0/+29 | |
| | |/ | |/| | ||||||
* | | | Update vscode README with a small features list | Lukas Wirth | 2021-03-01 | 2 | -0/+18 | |
* | | | For unresolved macros, hightlight only the last segment | Aleksey Kladov | 2021-02-28 | 1 | -11/+56 | |
|/ / | ||||||
* | | Pickup ConstReference patterns in FindUsages | Lukas Wirth | 2021-02-23 | 1 | -0/+25 | |
* | | 7526: Renamed create ssr to ide_ssr. | Chetan Khilosiya | 2021-02-22 | 2 | -4/+5 | |
* | | 7526: Rename crate assists to ide_assists. | Chetan Khilosiya | 2021-02-22 | 5 | -5/+5 | |
* | | Merge #7732 | bors[bot] | 2021-02-20 | 1 | -2/+2 | |
|\ \ | ||||||
| * | | Don't lower TypeBound::Lifetime as GenericPredicate::Error | Lukas Wirth | 2021-02-20 | 1 | -2/+2 | |
* | | | Remove documentation of obsolete extend selection command | Laurențiu Nicola | 2021-02-20 | 1 | -3/+5 | |
|/ / | ||||||
* | | rename completion -> ide_completion | Aleksey Kladov | 2021-02-17 | 2 | -5/+5 | |
* | | Merge #7699 | bors[bot] | 2021-02-17 | 2 | -58/+31 | |
|\ \ | ||||||
| * | | Implement ast::AstNode for NameLike and move it to node_ext | Lukas Wirth | 2021-02-16 | 2 | -58/+31 | |
* | | | Merge #7705 | bors[bot] | 2021-02-17 | 1 | -2/+38 | |
|\ \ \ | ||||||
| * | | | Show hover info of the definition of ConstReference patterns instead of its type | Lukas Wirth | 2021-02-17 | 1 | -2/+38 | |
| |/ / | ||||||
* / / | Allow comments between newlines in chaining hints | Paco Soberón | 2021-02-16 | 1 | -16/+22 | |
|/ / | ||||||
* | | Merge #7657 | bors[bot] | 2021-02-16 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Make utf8 default, implement utf16 in terms of it | Aleksey Kladov | 2021-02-16 | 1 | -1/+1 | |
| * | | Prepare for utf-8 offsets | Aleksey Kladov | 2021-02-16 | 1 | -1/+1 | |
* | | | Fix a few clippy::perf warnings | kjeremy | 2021-02-16 | 4 | -5/+7 | |
|/ / | ||||||
* | | Actually fix runnable order | ivan770 | 2021-02-15 | 1 | -20/+20 | |
* | | Merge #7656 | bors[bot] | 2021-02-14 | 1 | -100/+170 | |
|\ \ | ||||||
| * | | Only use HIR when searching for enum constructors, otherwise fall back to AST | Lukas Wirth | 2021-02-13 | 1 | -48/+34 | |
| * | | Implement constructor usage search for almost all items | Lukas Wirth | 2021-02-12 | 1 | -105/+189 | |
* | | | Merge #7668 | bors[bot] | 2021-02-14 | 1 | -48/+131 | |
|\ \ \ | ||||||
| * | | | Don't rename field record patterns directly | Lukas Wirth | 2021-02-13 | 1 | -36/+71 |