| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename declaration_name -> display_name | Aleksey Kladov | 2020-10-20 | 11 | -35/+28 |
* | Merge #6294 | bors[bot] | 2020-10-20 | 2 | -0/+28 |
|\ |
|
| * | Add a hacky remidy for #6038 | Aleksey Kladov | 2020-10-20 | 2 | -0/+28 |
* | | Add descriptions for diagnostics parseable by xtask | Igor Aleksanov | 2020-10-19 | 2 | -0/+64 |
|/ |
|
* | Minor, rename feature | Aleksey Kladov | 2020-10-19 | 1 | -1/+1 |
* | Try to fix publishing | Aleksey Kladov | 2020-10-19 | 1 | -1/+1 |
* | Change visibility works for type aliases | Aleksey Kladov | 2020-10-18 | 2 | -5/+19 |
* | Extract call_info and completion into separate crates | Igor Aleksanov | 2020-10-18 | 32 | -226/+300 |
* | update deps | Aleksey Kladov | 2020-10-18 | 1 | -1/+1 |
* | Complete methods when receiver is a macro | Aleksey Kladov | 2020-10-17 | 2 | -0/+16 |
* | Improve readability | Aleksey Kladov | 2020-10-17 | 1 | -2/+4 |
* | Scan all ancestors for the impl trait block check | Igor Aleksanov | 2020-10-17 | 2 | -14/+17 |
* | Allow hints after 'fn' keyword if it's an impl trait block | Igor Aleksanov | 2020-10-17 | 3 | -4/+37 |
* | Add test for new pattern functions | Igor Aleksanov | 2020-10-17 | 1 | -0/+8 |
* | Improve test_no_completions_required test | Igor Aleksanov | 2020-10-17 | 1 | -1/+17 |
* | Remove redundant completions | Igor Aleksanov | 2020-10-17 | 3 | -4/+70 |
* | Merge #6246 | bors[bot] | 2020-10-16 | 1 | -8/+9 |
|\ |
|
| * | Follow symlinks when walking project trees | Daniel Fox Franke | 2020-10-15 | 1 | -8/+9 |
* | | Merge #6220 | bors[bot] | 2020-10-15 | 3 | -5/+126 |
|\ \ |
|
| * | | binary operator overload type inference: add test mark | Roland Ruckerbauer | 2020-10-14 | 2 | -0/+6 |
| * | | Implement binary operator overloading type inference | Roland Ruckerbauer | 2020-10-13 | 3 | -5/+120 |
* | | | Clarify the names one more time | Aleksey Kladov | 2020-10-15 | 7 | -17/+26 |
* | | | More idiomatic classification API | Aleksey Kladov | 2020-10-15 | 11 | -196/+196 |
* | | | More clarifications | Aleksey Kladov | 2020-10-15 | 6 | -17/+17 |
* | | | Unconfuse expression and pattern field init shorthands | Aleksey Kladov | 2020-10-15 | 3 | -8/+12 |
* | | | Clarify NameClass names a bit | Aleksey Kladov | 2020-10-15 | 6 | -7/+7 |
* | | | Merge #6242 | bors[bot] | 2020-10-15 | 2 | -91/+210 |
|\ \ \ |
|
| * | | | Move field_shorthand to a separate module | Aleksey Kladov | 2020-10-15 | 2 | -196/+211 |
| * | | | Diagnose shorthand in patterns as well | Aleksey Kladov | 2020-10-15 | 1 | -5/+94 |
| * | | | flatten | Aleksey Kladov | 2020-10-15 | 1 | -26/+33 |
| * | | | Prepare for pat_field_shorthand | Aleksey Kladov | 2020-10-15 | 1 | -5/+13 |
* | | | | Merge #6234 | bors[bot] | 2020-10-15 | 1 | -1/+24 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Fix hover over field pattern shorthand | Vlad Shcherbina | 2020-10-14 | 1 | -1/+24 |
* | | | | Document auto_import as a feature | Lukas Wirth | 2020-10-15 | 1 | -0/+55 |
* | | | | Merge #6231 | bors[bot] | 2020-10-14 | 3 | -190/+231 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Default::default the highlighters | Lukas Wirth | 2020-10-14 | 3 | -18/+7 |
| * | | | Factor macro_rules! highlighting out | Lukas Wirth | 2020-10-14 | 2 | -117/+154 |
| * | | | Factor format string highlighting out | Lukas Wirth | 2020-10-14 | 2 | -75/+90 |
| | |/
| |/| |
|
* | | | Log around sysroot discovery | Aleksey Kladov | 2020-10-14 | 1 | -0/+4 |
| |/
|/| |
|
* | | Add docs for dbgr and call | Laurențiu Nicola | 2020-10-14 | 1 | -0/+2 |
| | | |
| \ | |
*-. \ | Merge #6207 #6224 #6226 #6227 | bors[bot] | 2020-10-14 | 4 | -242/+298 |
|\ \ \ |
|
* \ \ \ | Merge #6217 | bors[bot] | 2020-10-14 | 2 | -13/+16 |
|\ \ \ \ |
|
| * | | | | Bump pulldown-cmark | Laurențiu Nicola | 2020-10-13 | 2 | -13/+16 |
| | |_|/
| |/| | |
|
* / | | | Fix stackoverflow in insert_use::recursive_merge | Lukas Wirth | 2020-10-14 | 3 | -2/+53 |
|/ / / |
|
| | * | :arrow_up: salsa | Aleksey Kladov | 2020-10-14 | 1 | -1/+1 |
| |/
|/| |
|
* | | Merge #6216 | bors[bot] | 2020-10-13 | 5 | -6/+6 |
|\ \ |
|
| * | | Bump rustc_lexer | Laurențiu Nicola | 2020-10-13 | 1 | -1/+1 |
| * | | Bump crossbeam-channel and lsp-server in rust-analyzer | Laurențiu Nicola | 2020-10-13 | 1 | -2/+2 |
| * | | Bump crossbeam-channel in crates | Laurențiu Nicola | 2020-10-13 | 3 | -3/+3 |
* | | | Fix MergeBehaviour::Full not working when merging nested long paths | Lukas Wirth | 2020-10-13 | 2 | -4/+33 |
|/ / |
|