Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | | Merge #6937 | bors[bot] | 2020-12-18 | 6 | -124/+128 |
|\ \ \ | |||||
| * | | | Deduplicate highlight tags and symbol kinds | Aleksey Kladov | 2020-12-18 | 6 | -124/+128 |
* | | | | Merge #6935 | bors[bot] | 2020-12-18 | 3 | -15/+28 |
|\ \ \ \ | |||||
| * | | | | Don't look at attributes when lowering to ItemTree | Jonas Schievink | 2020-12-18 | 3 | -15/+28 |
| |/ / / | |||||
* | | | | Merge #6934 | bors[bot] | 2020-12-18 | 6 | -3/+97 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Hit a mark | Jonas Schievink | 2020-12-18 | 2 | -0/+5 |
| * | | | Add test | Jonas Schievink | 2020-12-18 | 1 | -0/+16 |
| * | | | Fix parsing of active cfg_attr | Jonas Schievink | 2020-12-18 | 1 | -2/+2 |
| * | | | Implement `RawAttr::filter` | Jonas Schievink | 2020-12-18 | 5 | -3/+76 |
* | | | | Reduce test verbosity | Aleksey Kladov | 2020-12-18 | 3 | -597/+169 |
* | | | | NavTarget doesn't assume that it points to a symbol | Aleksey Kladov | 2020-12-18 | 7 | -81/+196 |
* | | | | Minor, cleanup API | Aleksey Kladov | 2020-12-18 | 2 | -1/+4 |
* | | | | Don't expose SyntaxKind from IDE API | Aleksey Kladov | 2020-12-18 | 13 | -239/+337 |
* | | | | Cleaup imports | Aleksey Kladov | 2020-12-18 | 2 | -13/+13 |
|/ / / |