Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Propagate eager expansion errors | Jonas Schievink | 2020-12-03 | 3 | -33/+153 | |
* | | | Extract tests module to file in ide_db crate | Daiki Ihara | 2020-12-03 | 8 | -1441/+1419 | |
|/ / | ||||||
* / | Don't prime caches when just opening a file | Jonas Schievink | 2020-12-02 | 1 | -15/+18 | |
|/ | ||||||
* | Test macro diagnostics in body lowering | Jonas Schievink | 2020-12-02 | 1 | -0/+41 | |
* | Merge #6698 | bors[bot] | 2020-12-02 | 1 | -2/+5 | |
|\ | ||||||
| * | Attach macro expansion errors to the right file | Jonas Schievink | 2020-12-02 | 1 | -2/+5 | |
* | | Merge #6649 | bors[bot] | 2020-12-02 | 1 | -22/+55 | |
|\ \ | ||||||
| * | | Add ast::*Number::suffix tests unit tests | Lukas Wirth | 2020-11-28 | 1 | -0/+37 | |
| * | | Accept more than just the standard rust literal suffixes in *Number::suffix | Lukas Wirth | 2020-11-26 | 1 | -22/+18 | |
* | | | Merge #6673 | bors[bot] | 2020-12-02 | 1 | -45/+74 | |
|\ \ \ | ||||||
| * | | | Show type of Self on hover | Lukas Wirth | 2020-11-29 | 1 | -45/+74 | |
* | | | | Merge #6679 | bors[bot] | 2020-12-02 | 4 | -82/+74 | |
|\ \ \ \ | ||||||
| * | | | | Extract tests module to file in vfs crate | Daiki Ihara | 2020-11-30 | 4 | -82/+74 | |
* | | | | | Merge #6697 | bors[bot] | 2020-12-02 | 2 | -1/+22 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | Don't discard PathKind::Abs information in lower_use::convert_path | Lukas Wirth | 2020-12-02 | 2 | -1/+22 | |
* | | | | | Fix OptionalVersionedTextDocumentIdentifier type | kjeremy | 2020-12-01 | 2 | -2/+2 | |
* | | | | | Merge #6689 | bors[bot] | 2020-12-01 | 1 | -4/+31 | |
|\ \ \ \ \ | ||||||
| * | | | | | Trigger .let postfix snippet in the middle of the block | Aleksey Kladov | 2020-12-01 | 1 | -4/+31 | |
* | | | | | | 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 |