Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #6683 | bors[bot] | 2020-12-01 | 4 | -28/+88 |
|\ | |||||
| * | Emit unresolved proc macro errors | Jonas Schievink | 2020-12-01 | 2 | -9/+28 |
| * | Emit macro diagnostics when lowering bodies | Jonas Schievink | 2020-11-30 | 4 | -27/+68 |
* | | Place cursor correctly when completing assoc fns with self | Aleksey Kladov | 2020-12-01 | 4 | -31/+64 |
* | | Fix typo | Aleksey Kladov | 2020-12-01 | 1 | -2/+2 |
* | | Type-safer API for dealing with parameter lists with optional self | Aleksey Kladov | 2020-12-01 | 4 | -10/+21 |
|/ | |||||
* | builtin_macro: move to `mbe::ExpandResult` | Jonas Schievink | 2020-11-30 | 3 | -52/+81 |
* | Merge #6680 | bors[bot] | 2020-11-30 | 2 | -2/+11 |
|\ | |||||
| * | Fix use merging not using the first path segment | Lukas Wirth | 2020-11-30 | 2 | -2/+11 |
* | | bump lexer | kjeremy | 2020-11-30 | 1 | -1/+1 |
|/ | |||||
* | Minor cleanup | Aleksey Kladov | 2020-11-30 | 3 | -36/+31 |
* | Merge #6665 | bors[bot] | 2020-11-29 | 2 | -1/+103 |
|\ | |||||
| * | Support self in reference search | Lukas Wirth | 2020-11-29 | 2 | -1/+103 |
* | | Merge #6599 | bors[bot] | 2020-11-29 | 4 | -10/+23 |
|\ \ | |||||
| * | | Add attribute highlight modifier to all tokens inside attributes | Lukas Wirth | 2020-11-21 | 4 | -10/+23 |
* | | | Merge #6601 | bors[bot] | 2020-11-29 | 2 | -0/+61 |
|\ \ \ | |||||
| * | | | add let and letm postfix to turn expressions into variables | Benjamin Coenen | 2020-11-28 | 2 | -11/+56 |
| * | | | add let and letm postfix to turn expressions into variables | Benjamin Coenen | 2020-11-21 | 1 | -0/+16 |
* | | | | Reject more cases of invalid parameter to self renames | Lukas Wirth | 2020-11-29 | 1 | -13/+122 |
* | | | | Fix renaming owned self to parameter emitting ref | Lukas Wirth | 2020-11-29 | 1 | -1/+30 |
* | | | | 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 | 9 | -9/+198 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | More accurately place proc-macro diagnostic | Jonas Schievink | 2020-11-27 | 3 | -8/+48 |
| * | | | | Publish diagnostics for macro expansion errors | Jonas Schievink | 2020-11-27 | 7 | -7/+154 |
| * | | | | Add dedicated error for "proc macro not found" | Jonas Schievink | 2020-11-27 | 2 | -1/+3 |
| |/ / / | |||||
* | | | | Merge #6650 | bors[bot] | 2020-11-28 | 29 | -302/+304 |
|\ \ \ \ | |||||
| * | | | | Move the helpers into ide_db | Kirill Bulatov | 2020-11-28 | 26 | -53/+28 |
| * | | | | 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 | 29 | -253/+281 |
* | | | | | Coalesce flycheck events | Jonas Schievink | 2020-11-27 | 1 | -45/+59 |
* | | | | | Downgrade "failed to load" error to warning | Jonas Schievink | 2020-11-27 | 1 | -1/+1 |
* | | | | | Add/Fix macro expansion profiling | Jonas Schievink | 2020-11-27 | 1 | -2/+4 |
|/ / / / | |||||
* | | | | Fix the profiling string | Kirill Bulatov | 2020-11-27 | 1 | -1/+1 |
* | | | | Profile completions better | Kirill Bulatov | 2020-11-27 | 8 | -0/+21 |
|/ / / | |||||
* | | | 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 |
* | | | | | 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 |