Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Show type of Self on hover | Lukas Wirth | 2020-11-29 | 1 | -45/+74 |
* | Merge #6669 | bors[bot] | 2020-11-29 | 1 | -1/+1 |
|\ | |||||
| * | Align default importMergeBehaviour with VSCode | Florian Diebold | 2020-11-29 | 1 | -1/+1 |
|/ | |||||
* | Merge #6666 | bors[bot] | 2020-11-29 | 1 | -17/+39 |
|\ | |||||
| * | Support 'go to definition' for self | Lukas Wirth | 2020-11-29 | 1 | -17/+39 |
* | | Merge #6664 | bors[bot] | 2020-11-28 | 1 | -3/+43 |
|\ \ | |/ |/| | |||||
| * | Show type of self param on hover | Lukas Wirth | 2020-11-28 | 1 | -3/+43 |
* | | Merge #6660 | bors[bot] | 2020-11-28 | 1 | -6/+36 |
|\ \ | |||||
| * | | Support goto definition for ADT-SelfParams | Lukas Wirth | 2020-11-28 | 1 | -6/+36 |
| |/ | |||||
* | | Merge #6659 | bors[bot] | 2020-11-28 | 1 | -2/+7 |
|\ \ | |||||
| * | | Explain how we get precise spans for diagnostics. | Aleksey Kladov | 2020-11-28 | 1 | -2/+7 |
* | | | Merge #6645 | bors[bot] | 2020-11-28 | 10 | -9/+212 |
|\ \ \ | |/ / |/| | | |||||
| * | | More accurately place proc-macro diagnostic | Jonas Schievink | 2020-11-27 | 4 | -9/+49 |
| * | | Publish diagnostics for macro expansion errors | Jonas Schievink | 2020-11-27 | 8 | -7/+168 |
| * | | Add dedicated error for "proc macro not found" | Jonas Schievink | 2020-11-27 | 2 | -1/+3 |
| |/ | |||||
* | | Merge #6650 | bors[bot] | 2020-11-28 | 30 | -303/+305 |
|\ \ | |||||
| * | | Move the helpers into ide_db | Kirill Bulatov | 2020-11-28 | 27 | -70/+29 |
| * | | Rustdocs fixes | Kirill Bulatov | 2020-11-27 | 2 | -2/+4 |
| * | | Group import data in a struct | Kirill Bulatov | 2020-11-27 | 5 | -52/+49 |
| * | | Extract the import code into the shared module | Kirill Bulatov | 2020-11-27 | 30 | -254/+298 |
* | | | Merge #6656 | bors[bot] | 2020-11-28 | 1 | -45/+59 |
|\ \ \ | |||||
| * | | | Coalesce flycheck events | Jonas Schievink | 2020-11-27 | 1 | -45/+59 |
|/ / / | |||||
* | | | Merge #6653 | bors[bot] | 2020-11-27 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Downgrade "failed to load" error to warning | Jonas Schievink | 2020-11-27 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge #6652 | bors[bot] | 2020-11-27 | 1 | -2/+4 |
|\ \ \ | |/ / |/| | | |||||
| * | | Add/Fix macro expansion profiling | Jonas Schievink | 2020-11-27 | 1 | -2/+4 |
|/ / | |||||
* | | Merge #6651 | bors[bot] | 2020-11-27 | 9 | -0/+22 |
|\ \ | |/ |/| | |||||
| * | Fix the profiling string | Kirill Bulatov | 2020-11-27 | 1 | -1/+1 |
| * | Profile completions better | Kirill Bulatov | 2020-11-27 | 9 | -0/+22 |
|/ | |||||
* | Merge #6648 | bors[bot] | 2020-11-27 | 1 | -9/+18 |
|\ | |||||
| * | Avoid allocation in ast::String::value if the string needs no unescaping | Lukas Wirth | 2020-11-27 | 1 | -9/+18 |
* | | Merge #6586 | bors[bot] | 2020-11-27 | 1 | -8/+16 |
|\ \ | |||||
| * | | Don't call a closure function in infer_function_return_type label | Lukas Wirth | 2020-11-17 | 1 | -8/+16 |
* | | | Merge #6646 | bors[bot] | 2020-11-26 | 1 | -2/+2 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Don't use raw identifiers | Lukas Wirth | 2020-11-26 | 1 | -2/+2 |
|/ / | |||||
* | | Merge #6635 | bors[bot] | 2020-11-26 | 2 | -14/+46 |
|\ \ | |||||
| * | | Complete struct in irrefutable let | Lukas Wirth | 2020-11-26 | 2 | -14/+46 |
* | | | Merge #6644 | bors[bot] | 2020-11-26 | 2 | -8/+5 |
|\ \ \ | |||||
| * | | | Simplify error formatting | Laurențiu Nicola | 2020-11-26 | 2 | -8/+5 |
|/ / / | |||||
* | | | Merge #6643 | bors[bot] | 2020-11-26 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Remove unused import | Laurențiu Nicola | 2020-11-26 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge #6641 | bors[bot] | 2020-11-26 | 3 | -8/+13 |
|\ \ \ | |||||
| * | | | Don't store `SyntaxNodePtr` in `CrateDefMap` | Jonas Schievink | 2020-11-26 | 2 | -8/+7 |
| * | | | Test def map invalidation with #[cfg] below change | Jonas Schievink | 2020-11-26 | 1 | -0/+6 |
|/ / / | |||||
* | | | Merge #6640 | bors[bot] | 2020-11-26 | 2 | -0/+27 |
|\ \ \ | |||||
| * | | | Implement `Display` for macro expansion errors | Jonas Schievink | 2020-11-26 | 2 | -0/+27 |
|/ / / | |||||
* | | | Merge #6639 | bors[bot] | 2020-11-26 | 5 | -56/+42 |
|\ \ \ | |||||
| * | | | Use `ExpandResult` instead of `MacroResult` | Jonas Schievink | 2020-11-26 | 5 | -56/+42 |
|/ / / | |||||
* | | | Merge #6638 | bors[bot] | 2020-11-26 | 5 | -29/+39 |
|\ \ \ | |||||
| * | | | Use named fields in `ExpandResult` | Jonas Schievink | 2020-11-26 | 5 | -29/+39 |
|/ / / |