Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | 4 | -3/+371 | |
* | | 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 | |
|/ | ||||||
* | Fix resolve for field init shorthand | Aleksey Kladov | 2019-12-20 | 3 | -28/+47 | |
* | Fix highlighting for field init shorthand | Aleksey Kladov | 2019-12-20 | 2 | -5/+4 | |
* | Improve highlighting test | Aleksey Kladov | 2019-12-20 | 3 | -2/+7 | |
* | Add local functions to bodies | Aleksey Kladov | 2019-12-20 | 1 | -0/+17 | |
* | Omit default types for hover pop-ups | Kirill Bulatov | 2019-12-19 | 1 | -3/+3 | |
* | Remove TruncateOptions struct | Kirill Bulatov | 2019-12-19 | 2 | -15/+13 | |
* | Do not add any new configuration parameters | Kirill Bulatov | 2019-12-19 | 2 | -40/+11 | |
* | Ensure hover shows full type declaration | Kirill Bulatov | 2019-12-19 | 2 | -2/+19 | |
* | Omit default parameter types | Kirill Bulatov | 2019-12-19 | 2 | -20/+77 | |
* | Merge #2311 | bors[bot] | 2019-12-18 | 1 | -10/+33 | |
|\ | ||||||
| * | cargo fmt | Jeremy Kolb | 2019-12-18 | 1 | -1/+3 | |
| * | Pass test | Jeremy Kolb | 2019-12-18 | 1 | -1/+1 | |
| * | WIP: See through Macros for SignatureHelp | kjeremy | 2019-12-18 | 1 | -9/+30 | |
* | | Don't bother with focus range for navigation to locals | Aleksey Kladov | 2019-12-18 | 2 | -7/+49 | |
* | | Refactor goto tests to always specify texts | Aleksey Kladov | 2019-12-18 | 1 | -50/+74 | |
* | | Add blank lines for readability | Aleksey Kladov | 2019-12-18 | 1 | -0/+4 | |
|/ | ||||||
* | Merge #2580 | bors[bot] | 2019-12-17 | 3 | -3/+3 | |
|\ |