| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a way to resolve certain assists | Kirill Bulatov | 2021-05-03 | 10 | -92/+178 |
* | fix: don't duplicate Progerss::Finised for cache priming | Aleksey Kladov | 2021-05-02 | 2 | -20/+11 |
* | Merge #8693 | bors[bot] | 2021-05-02 | 2 | -0/+18 |
|\ |
|
| * | Ensure that only one cache priming task can run at a time | Boris-Chengbiao Zhou | 2021-04-30 | 2 | -0/+18 |
* | | Fix feature description inconsistency | Brandon | 2021-05-01 | 1 | -1/+1 |
* | | find_path: check only crate-level prelude | Jonas Schievink | 2021-04-30 | 1 | -2/+28 |
* | | Merge #8692 | bors[bot] | 2021-04-30 | 4 | -25/+100 |
|\ \ |
|
| * | | Don't look in super traits for <T as Trait>::Assoc | Florian Diebold | 2021-04-29 | 2 | -7/+14 |
| * | | Rewrite all_super_trait_refs as an iterator | Florian Diebold | 2021-04-29 | 1 | -18/+34 |
| * | | Handle cycles in generic_defaults more gracefully | Florian Diebold | 2021-04-29 | 2 | -0/+22 |
| * | | Add test for #8686 | Florian Diebold | 2021-04-29 | 1 | -0/+30 |
| |/ |
|
* | | Merge #8695 | bors[bot] | 2021-04-30 | 8 | -12/+12 |
|\ \
| |/
|/| |
|
| * | internal: fix naming polarity | Aleksey Kladov | 2021-04-30 | 4 | -6/+6 |
| * | internal: normalize name | Aleksey Kladov | 2021-04-30 | 5 | -6/+6 |
* | | fix: closure unify without check ClosureId | Comonad | 2021-04-29 | 2 | -0/+40 |
* | | Parse const param defaults | Jonas Schievink | 2021-04-29 | 4 | -0/+141 |
* | | Correctly parse negated literals as const args | Jonas Schievink | 2021-04-29 | 3 | -0/+40 |
|/ |
|
* | internal: ensure that client and server-side configs are not mixed up | Aleksey Kladov | 2021-04-28 | 1 | -2/+5 |
* | Merge #8679 | bors[bot] | 2021-04-27 | 1 | -0/+6 |
|\ |
|
| * | fix: don't show error message for a valid notification | Aleksey Kladov | 2021-04-27 | 1 | -0/+6 |
* | | Return ServerNotInitialized according to the spec | Jeremy Kolb | 2021-04-27 | 1 | -1/+1 |
* | | Add config options | Jorge Mederos Alvarado | 2021-04-27 | 1 | -0/+2 |
* | | minor: simplify | Aleksey Kladov | 2021-04-26 | 1 | -12/+3 |
* | | fix: make error message in the status bar more useful | Aleksey Kladov | 2021-04-26 | 1 | -1/+1 |
|/ |
|
* | Use -u instead of --utc date flag | Kirill Bulatov | 2021-04-26 | 1 | -1/+1 |
* | fix: add date to the version string on Mac | Aleksey Kladov | 2021-04-26 | 1 | -1/+1 |
* | Fixed formatting | Bastian Kersting | 2021-04-26 | 1 | -1/+1 |
* | Added mutable semantic token modifier for &mut self methods | Bastian Kersting | 2021-04-26 | 2 | -4/+9 |
* | Check more carefully for cases where a rename can't be done | Danny Zhu | 2021-04-25 | 2 | -6/+105 |
* | Split out merge_imports module from helpers::insert_use | Lukas Wirth | 2021-04-24 | 8 | -329/+344 |
* | fix: correct version string to contain hash, build date and channel | Aleksey Kladov | 2021-04-24 | 1 | -21/+41 |
*-. | Merge #8591 #8638 | bors[bot] | 2021-04-23 | 15 | -355/+331 |
|\ \ |
|
| | * | Remove SyntaxRewriter::from_fn | Lukas Wirth | 2021-04-23 | 3 | -31/+24 |
| |/
|/| |
|
* | | Simplify highlight token match guards | Lukas Wirth | 2021-04-23 | 2 | -102/+92 |
* | | Sort HlMod variants and ALL const | Lukas Wirth | 2021-04-23 | 6 | -46/+45 |
* | | Tag `yield` and `await` as ControlFlow in semantic highlighting | Lukas Wirth | 2021-04-23 | 2 | -5/+13 |
* | | Merge #8317 | bors[bot] | 2021-04-23 | 5 | -7/+636 |
|\ \ |
|
| * | | Add missing test case for "Convert to named struct" assist | unexge | 2021-04-23 | 1 | -0/+40 |
| * | | Stop iterating reference after made an edit in "Convert to named struct" assist | unexge | 2021-04-23 | 1 | -2/+47 |
| * | | Move reference editing logic into own function to make error handling more ea... | unexge | 2021-04-22 | 1 | -68/+61 |
| * | | Use multiple loops instead of `Iterator::chain` in `FindUsages` | unexge | 2021-04-21 | 1 | -13/+22 |
| * | | Add multi file test for "Convert to named struct" assist | unexge | 2021-04-21 | 1 | -0/+33 |
| * | | Remove `unwrap`s in "Convert to named struct" assist | unexge | 2021-04-21 | 1 | -9/+19 |
| * | | Add larger example for "Convert to named struct" assist | unexge | 2021-04-21 | 2 | -8/+60 |
| * | | Fix incorrectly replacing method calls in "Convert to named struct" assist | unexge | 2021-04-21 | 1 | -17/+41 |
| * | | Add convert tuple struct to named struct assist | unexge | 2021-04-04 | 5 | -9/+397 |
| * | | Allow including `Self` kw references to `FindUsages` | unexge | 2021-04-04 | 1 | -4/+39 |
* | | | Merge #8628 | bors[bot] | 2021-04-22 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | Add one more profiling span to add_dep | Laurențiu Nicola | 2021-04-22 | 1 | -0/+1 |
* | | | | Merge #8627 | bors[bot] | 2021-04-22 | 3 | -3/+6 |
|\| | | |
|