Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use prev_token and next_token | Edwin Cheng | 2020-01-12 | 1 | -44/+47 | |
* | Use indices first and last instead of min-max | Edwin Cheng | 2020-01-12 | 1 | -3/+4 | |
* | Use first and last token only | Edwin Cheng | 2020-01-12 | 1 | -35/+56 | |
* | Handle extend selection in recursive macro | Edwin Cheng | 2020-01-12 | 1 | -27/+49 | |
* | Minor fix | Edwin Cheng | 2020-01-12 | 1 | -5/+4 | |
* | Fix formatting | Edwin Cheng | 2020-01-12 | 1 | -1/+1 | |
* | Supporting extend selection inside macro calls | Edwin Cheng | 2020-01-12 | 1 | -14/+109 | |
* | Add test | Edwin Cheng | 2020-01-12 | 1 | -0/+12 | |
* | Use attr location for builtin macro goto-imp | Edwin Cheng | 2020-01-12 | 1 | -1/+5 | |
* | Fix ordering problem between qualifying paths and substituting params | Florian Diebold | 2020-01-11 | 1 | -4/+3 | |
* | Add AccessMode to decls | kjeremy | 2020-01-10 | 1 | -8/+57 | |
* | Split Declaration out into it's own type | kjeremy | 2020-01-10 | 2 | -49/+55 | |
* | Simplify and update tests to account for access | kjeremy | 2020-01-10 | 1 | -48/+53 | |
* | Tweaks | Jeremy Kolb | 2020-01-10 | 1 | -13/+35 | |
* | Basic DocumentHighlightKind support for assignments | Jeremy Kolb | 2020-01-10 | 2 | -6/+69 | |
* | Proper handling local in hover | Edwin Cheng | 2020-01-10 | 1 | -1/+19 | |
* | Merge pull request #2732 from detrumi/cargo-toml-not-found-message-toggle | Aleksey Kladov | 2020-01-09 | 1 | -0/+1 | |
|\ | ||||||
| * | Allow disabling Cargo.toml not found error | Wilco Kusee | 2020-01-03 | 1 | -0/+1 | |
* | | Merge #2772 | bors[bot] | 2020-01-09 | 2 | -15/+99 | |
|\ \ | ||||||
| * | | visibility tweak | Jeremy Kolb | 2020-01-09 | 1 | -2/+2 | |
| * | | Actually test references | kjeremy | 2020-01-08 | 2 | -15/+99 | |
* | | | Remove the Default impl for SourceRoot | Michal Terepeta | 2020-01-08 | 1 | -1/+2 | |
|/ / | ||||||
* | | Move private API down | kjeremy | 2020-01-08 | 1 | -15/+15 | |
* | | Implement proposed CallHierarchy feature | Jeremy Kolb | 2020-01-08 | 5 | -3/+372 | |
* | | Adds a way to limits reference search by StructLiteral | Mikhail Modin | 2020-01-08 | 2 | -12/+91 | |
* | | Merge pull request #2762 from edwin0cheng/fix-2759 | Aleksey Kladov | 2020-01-08 | 1 | -11/+25 | |
|\ \ | ||||||
| * | | Proper emit diagnostic without fix | Edwin Cheng | 2020-01-07 | 1 | -19/+25 | |
| * | | Reject tuple index for missing fields assist | Edwin Cheng | 2020-01-07 | 1 | -0/+8 | |
* | | | Use src node for analyze source | Edwin Cheng | 2020-01-07 | 1 | -2/+3 | |
|/ / | ||||||
* | | Fix a problem with `Durability` of libraries | Michal Terepeta | 2020-01-06 | 1 | -1/+1 | |
* | | Split `infer` query into two for better profiling | Michal Terepeta | 2020-01-03 | 1 | -2/+2 | |
* | | Split `crate_def_map` into two methods | Michal Terepeta | 2020-01-03 | 1 | -1/+1 | |
|/ | ||||||
* | Drop support for legacy colorization | Aleksey Kladov | 2019-12-31 | 3 | -16/+23 | |
* | Merge #2667 | bors[bot] | 2019-12-29 | 1 | -1/+56 | |
|\ | ||||||
| * | visible_from -> is_visible_from | Florian Diebold | 2019-12-27 | 1 | -1/+1 | |
| * | Hide completions for private struct fields | Florian Diebold | 2019-12-26 | 1 | -1/+56 | |
* | | Omit closure parameters | Kirill Bulatov | 2019-12-23 | 1 | -1/+36 | |
|/ | ||||||
* | Rudimentary name resolution for local items | Aleksey Kladov | 2019-12-22 | 1 | -0/+37 | |
* | Merge #2637 | bors[bot] | 2019-12-21 | 1 | -3/+8 | |
|\ | ||||||
| * | Optimize and profile | Aleksey Kladov | 2019-12-21 | 1 | -3/+8 | |
* | | Remove import source map | Aleksey Kladov | 2019-12-21 | 1 | -2/+0 | |
|/ | ||||||
* | Remove imports from hir | Aleksey Kladov | 2019-12-21 | 2 | -10/+12 | |
* | Revert "Merge #2629" | Aleksey Kladov | 2019-12-21 | 3 | -11/+12 | |
* | Remove import source map | Aleksey Kladov | 2019-12-21 | 1 | -2/+0 | |
* | Remove hir for imports | Aleksey Kladov | 2019-12-21 | 2 | -10/+11 | |
* | Clippy lints | kjeremy | 2019-12-20 | 5 | -47/+41 | |
* | Merge #2617 | bors[bot] | 2019-12-20 | 2 | -59/+23 | |
|\ | ||||||
| * | Remove unused imports | kjeremy | 2019-12-20 | 1 | -1/+1 | |
| * | Remove the index resolution from hover | kjeremy | 2019-12-20 | 1 | -58/+22 | |
* | | Fix parser for macro call in pattern position | Edwin Cheng | 2019-12-20 | 1 | -0/+36 | |
|/ |