| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | 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 |
|\| | | |
|
| * | | | Add profiling spans under cargo_to_crate_graph | Laurențiu Nicola | 2021-04-22 | 3 | -3/+6 |
* | | | | Merge #8620 | bors[bot] | 2021-04-22 | 1 | -14/+22 |
|\ \ \ \ |
|
| * | | | | Remove unnecessary braces for extracted block expression | Brandon | 2021-04-22 | 1 | -14/+22 |
* | | | | | Code review feedback. | James Leitch | 2021-04-21 | 3 | -8/+10 |
* | | | | | Diagnostic Remap Path Prefixes added. | James Leitch | 2021-04-21 | 3 | -36/+41 |
* | | | | | Diagnostic paths attempt to use VSCode's path join behavior before defaulting... | James Leitch | 2021-04-21 | 1 | -3/+30 |
* | | | | | Merge #8570 | bors[bot] | 2021-04-21 | 2 | -22/+47 |
|\ \ \ \ \ |
|
| * | | | | | Code review feedback. | James Leitch | 2021-04-19 | 1 | -15/+16 |
| * | | | | | Flycheck tries to parse both Cargo and Rustc messages. | James Leitch | 2021-04-19 | 2 | -22/+46 |
* | | | | | | Merge #8616 | bors[bot] | 2021-04-21 | 2 | -4/+4 |
|\ \ \ \ \ \ |
|
| * | | | | | | Bump chalk | Laurențiu Nicola | 2021-04-21 | 1 | -3/+3 |
| * | | | | | | Bump rustc_lexer | Laurențiu Nicola | 2021-04-21 | 1 | -1/+1 |
| | |_|/ / /
| |/| | | | |
|