Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge #7498 | bors[bot] | 2021-03-16 | 14 | -52/+65 | |
|\ | ||||||
| * | Upgrade rowan | Aleksey Kladov | 2021-03-16 | 14 | -52/+65 | |
| | | ||||||
| \ | ||||||
*-. \ | Merge #7900 #8000 | bors[bot] | 2021-03-16 | 3 | -73/+124 | |
|\ \ \ | |_|/ |/| | | ||||||
| | * | Update tests | oxalica | 2021-03-15 | 1 | -28/+57 | |
| | * | Clean usage of ShortLabel | oxalica | 2021-03-15 | 2 | -7/+8 | |
| | * | Use hir formatter more | oxalica | 2021-03-15 | 1 | -42/+17 | |
| | * | Impl HirDisplay for function hover message | oxalica | 2021-03-15 | 1 | -1/+9 | |
| | * | Add test for hover of macro expanded function | oxalica | 2021-03-15 | 1 | -0/+38 | |
* | | | Return multiple modules in `parent_module` | Lukas Wirth | 2021-03-15 | 1 | -25/+54 | |
| |/ |/| | ||||||
* | | Merge #8020 | bors[bot] | 2021-03-15 | 2 | -49/+83 | |
|\ \ | ||||||
| * | | Power up goto_implementation | Lukas Wirth | 2021-03-15 | 2 | -49/+83 | |
* | | | Merge #8015 | bors[bot] | 2021-03-15 | 2 | -67/+80 | |
|\ \ \ | ||||||
| * | | | move Semantics::visit_file_defs to ide_db::helpers | Lukas Wirth | 2021-03-15 | 2 | -2/+4 | |
| * | | | Introduce Semantics::visit_file_defs | Lukas Wirth | 2021-03-15 | 2 | -67/+78 | |
* | | | | 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 | 2 | -3/+316 | |
|\ \ \ | ||||||
| * | | | 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 | 2 | -7/+308 | |
| * | | | 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 | |
|/ / | ||||||
* | | 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 | 7 | -52/+50 | |
* | | 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 |