Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Goto definition works for `S { a: }` case | Aleksey Kladov | 2021-03-15 | 1 | -0/+11 | |
|/ / / | ||||||
| | | | ||||||
| \ \ | ||||||
*-. \ \ | Merge #8021 #8022 | bors[bot] | 2021-03-15 | 4 | -12/+24 | |
|\ \ \ \ | ||||||
| | * | | | some clippy::performance fixes | Matthias Krüger | 2021-03-15 | 2 | -4/+3 | |
| | |/ / | ||||||
| * | / | Enable searching for builtin types | Lukas Wirth | 2021-03-15 | 2 | -8/+21 | |
| | |/ | |/| | ||||||
* | | | Move code to the appropriate layer | Aleksey Kladov | 2021-03-15 | 3 | -5/+11 | |
* | | | Merge #7975 | bors[bot] | 2021-03-15 | 2 | -48/+192 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Introduce StructureNodeKind | ivan770 | 2021-03-14 | 3 | -49/+94 | |
| * | | Added region intersection test | ivan770 | 2021-03-14 | 1 | -0/+53 | |
| * | | Shorten trim call | ivan770 | 2021-03-14 | 1 | -1/+1 | |
| * | | Provide regions in file structure | ivan770 | 2021-03-14 | 2 | -4/+50 | |
* | | | Merge #7966 | bors[bot] | 2021-03-15 | 3 | -3/+317 | |
|\ \ \ | ||||||
| * | | | Add module comment | Jonas Schievink | 2021-03-15 | 1 | -0/+2 | |
| * | | | Use pub(crate) | Jonas Schievink | 2021-03-15 | 1 | -3/+3 | |
| * | | | Redo it properly and add a quickfix | Jonas Schievink | 2021-03-15 | 3 | -7/+309 | |
| * | | | Diagnose files that aren't in the module tree | Jonas Schievink | 2021-03-10 | 1 | -3/+13 | |
* | | | | Don't drop type params in doc-test paths | Lukas Wirth | 2021-03-14 | 1 | -4/+51 | |
| |/ / |/| | | ||||||
* | | | Merge #7799 | bors[bot] | 2021-03-13 | 2 | -6/+347 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Add `Feature: Related Tests` comment | vsrs | 2021-03-11 | 1 | -0/+13 | |
| * | | Apply review suggestions | vsrs | 2021-03-11 | 1 | -2/+5 | |
| * | | Remove erroneous comment | vsrs | 2021-02-27 | 1 | -10/+0 | |
| * | | Add runnables::related_tests | vsrs | 2021-02-27 | 2 | -6/+341 | |
* | | | 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 |