Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|/ / / | |||||
* / / | Do not merge imports with different attributes | Jesse Bakker | 2020-12-18 | 2 | -1/+28 |
|/ / | |||||
* | | Merge #6901 | bors[bot] | 2020-12-18 | 4 | -1/+22 |
|\ \ | |||||
| * | | Temp fixes panic caused by no ast for proc-macro | Edwin Cheng | 2020-12-18 | 4 | -1/+22 |
* | | | Refactor attributes API to allow handling cfg_attr | Jonas Schievink | 2020-12-18 | 8 | -114/+187 |
* | | | Show first fuzzy completions fully containing the input | Kirill Bulatov | 2020-12-17 | 1 | -5/+14 |
* | | | Merge #6912 | bors[bot] | 2020-12-17 | 1 | -2/+29 |
|\ \ \ | |||||
| * | | | Fun times with rustfmt | Jon Gjengset | 2020-12-17 | 1 | -2/+1 |
| * | | | Update crates/project_model/src/cargo_workspace.rs | Jon Gjengset | 2020-12-17 | 1 | -1/+1 |
| * | | | Default to host platform for cargo metadata | Jon Gjengset | 2020-12-17 | 1 | -2/+30 |
* | | | | Merge #6920 | bors[bot] | 2020-12-17 | 1 | -4/+2 |
|\ \ \ \ |