Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Create non-exhaustive patterns for non_exhaustive attributed items | Lukas Wirth | 2020-12-20 | 1 | -3/+5 | |
| * | | | | Reduce code duplication in pattern completion | Lukas Wirth | 2020-12-20 | 1 | -34/+29 | |
| * | | | | Emit snippets for struct pattern completion if enabled | Lukas Wirth | 2020-12-20 | 2 | -15/+36 | |
| * | | | | Add completions for patterns | Lukas Wirth | 2020-12-20 | 6 | -26/+315 | |
| | |/ / | |/| | | ||||||
* | | | | Merge #7005 | bors[bot] | 2020-12-22 | 1 | -103/+66 | |
|\ \ \ \ | ||||||
| * | | | | Improve extract_module_to_file assist | Aleksey Kladov | 2020-12-22 | 1 | -103/+66 | |
| | |/ / | |/| | | ||||||
* | | | | Merge #6993 | bors[bot] | 2020-12-22 | 1 | -17/+17 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Clean up descriptions for settings | Rüdiger Herrmann | 2020-12-22 | 1 | -17/+17 | |
* | | | | Merge #6746 | bors[bot] | 2020-12-22 | 9 | -18/+251 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Fix assist test logic | Daiki Ihara | 2020-12-21 | 1 | -2/+6 | |
| * | | | Update test diagnostics in ide | Daiki Ihara | 2020-12-21 | 1 | -0/+1 | |
| * | | | Add initial_contents field for CreateFile | Daiki Ihara | 2020-12-21 | 5 | -50/+47 | |
| * | | | Add extract_module_to_file assist | Daiki Ihara | 2020-12-21 | 3 | -0/+187 | |
| * | | | Add handling file_system_edit in test assists | Daiki Ihara | 2020-12-21 | 2 | -15/+59 | |
* | | | | Delete related whitespace when removing unused param | Rüdiger Herrmann | 2020-12-21 | 1 | -7/+74 | |
* | | | | Merge #6982 | bors[bot] | 2020-12-21 | 2 | -1/+16 | |
|\ \ \ \ | ||||||
| * | | | | Remove parentheses when inverting `!(cond)` | Jesse Bakker | 2020-12-21 | 2 | -1/+16 | |
| | |_|/ | |/| | | ||||||
* | | | | Acquire original text range when searching for references | Lukas Wirth | 2020-12-21 | 1 | -6/+42 | |
* | | | | Filter out empty rustc spans | Jonas Schievink | 2020-12-21 | 1 | -0/+4 | |
|/ / / | ||||||
* | | | Merge #6965 | bors[bot] | 2020-12-21 | 7 | -147/+199 | |
|\ \ \ | ||||||
| * | | | Parse attributes in tuple expressions | Lukas Wirth | 2020-12-20 | 3 | -3/+56 | |
| * | | | Properly attach attributes to Param instead of parent ParamList | Lukas Wirth | 2020-12-20 | 4 | -144/+143 | |
| | |/ | |/| | ||||||
* | | | Merge #6967 | bors[bot] | 2020-12-21 | 4 | -9/+63 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Properly parse legacy trait objects with leading ForType | Lukas Wirth | 2020-12-20 | 4 | -9/+63 | |
| |/ | ||||||
* | | Merge #6959 | bors[bot] | 2020-12-20 | 3 | -2/+14 | |
|\ \ | ||||||
| * | | Use pattern_single instead of pattern in mbe pat | Edwin Cheng | 2020-12-20 | 3 | -2/+14 | |
| |/ | ||||||
* | | Merge #6921 | bors[bot] | 2020-12-20 | 5 | -19/+74 | |
|\ \ | |/ |/| | ||||||
| * | Higher-ranked trait bounds for where clauses | Lukas Wirth | 2020-12-17 | 4 | -18/+74 | |
| * | Remove obsolete FIXME | Lukas Wirth | 2020-12-17 | 1 | -1/+0 | |
* | | Align code_model name with ungrammar | Aleksey Kladov | 2020-12-20 | 22 | -102/+88 | |
* | | Merge #6929 | bors[bot] | 2020-12-20 | 4 | -3/+18 | |
|\ \ | ||||||
| * | | mbe: treat _ as ident | Laurențiu Nicola | 2020-12-20 | 4 | -3/+18 | |
* | | | Merge #6953 | bors[bot] | 2020-12-19 | 1 | -0/+35 | |
|\ \ \ | ||||||
| * | | | Add test_rename_bind_pat | bjorn3 | 2020-12-19 | 1 | -0/+35 | |
* | | | | Merge #6946 | bors[bot] | 2020-12-19 | 12 | -216/+263 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Fewer allocations | Kirill Bulatov | 2020-12-19 | 1 | -5/+7 | |
| * | | | Tidy up | Kirill Bulatov | 2020-12-19 | 2 | -32/+26 | |
| * | | | Keep the original completion order in tests | Kirill Bulatov | 2020-12-19 | 12 | -194/+193 | |
| * | | | Add a slightly better fuzzy search heuristics | Kirill Bulatov | 2020-12-19 | 1 | -10/+62 | |
* | | | | Make sure that HighlightModifier::ALL is synchronized with enum | Aleksey Kladov | 2020-12-19 | 6 | -36/+39 | |
* | | | | Merge #6948 | bors[bot] | 2020-12-19 | 1 | -23/+55 | |
|\ \ \ \ | ||||||
| * | | | | Add API for mapping `Attr` back to its syntax node | Jonas Schievink | 2020-12-19 | 1 | -23/+55 | |
| |/ / / | ||||||
* | | | | Clarify the meaning of no-op highlight tag | Aleksey Kladov | 2020-12-19 | 4 | -15/+14 | |
* | | | | Use more Rustic highlighting specifiers | Aleksey Kladov | 2020-12-19 | 8 | -47/+69 | |
|/ / / | ||||||
* | | | Make `RawAttrs` crate-private | Jonas Schievink | 2020-12-19 | 1 | -2/+2 | |
* | | | Remove `Attrs::merge` | Jonas Schievink | 2020-12-19 | 1 | -12/+0 | |
* | | | Remove resolved FIXME | Jonas Schievink | 2020-12-19 | 1 | -1/+0 | |
* | | | fixture -> ra_fixture | Jonas Schievink | 2020-12-19 | 2 | -4/+4 | |
* | | | Test paths to derive macros | Jonas Schievink | 2020-12-19 | 1 | -2/+2 | |
* | | | More accurate `#[derive]` parsing | Jonas Schievink | 2020-12-19 | 4 | -27/+60 |