Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump chalk | Laurențiu Nicola | 2020-12-23 | 2 | -5/+12 |
* | Bump rustc_lexer | Laurențiu Nicola | 2020-12-23 | 1 | -1/+1 |
* | Disable unaligned feature for the object crate | Laurențiu Nicola | 2020-12-23 | 1 | -1/+1 |
* | Don't think that /submod.rs is /mod.rs | Aleksey Kladov | 2020-12-23 | 2 | -5/+5 |
* | Document, how to view config in effect | Aleksey Kladov | 2020-12-23 | 1 | -2/+2 |
* | Merge #7000 | bors[bot] | 2020-12-23 | 5 | -28/+52 |
|\ | |||||
| * | Store invocation site for eager macros | Jonas Schievink | 2020-12-22 | 5 | -28/+52 |
* | | Merge #6964 | bors[bot] | 2020-12-22 | 8 | -74/+363 |
|\ \ | |||||
| * | | Reduce some more code duplication | Lukas Wirth | 2020-12-22 | 5 | -94/+76 |
| * | | Insert snippet positions after fields names in record patterns | Lukas Wirth | 2020-12-21 | 2 | -6/+6 |
| * | | 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 |