aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Add tests for callable modifierGrayJack2020-10-212-0/+38
* Add Callable modifier for variables that implements FnonceGrayJack2020-10-162-3/+24
* Add HighlightModifier::Callable and add it for localsGrayJack2020-10-164-0/+8
* Merge #6220bors[bot]2020-10-153-5/+126
|\
| * binary operator overload type inference: add test markRoland Ruckerbauer2020-10-142-0/+6
| * Implement binary operator overloading type inferenceRoland Ruckerbauer2020-10-133-5/+120
* | Clarify the names one more timeAleksey Kladov2020-10-157-17/+26
* | More idiomatic classification APIAleksey Kladov2020-10-1511-196/+196
* | More clarificationsAleksey Kladov2020-10-156-17/+17
* | Unconfuse expression and pattern field init shorthandsAleksey Kladov2020-10-153-8/+12
* | Clarify NameClass names a bitAleksey Kladov2020-10-156-7/+7
* | Merge #6242bors[bot]2020-10-152-91/+210
|\ \
| * | Move field_shorthand to a separate moduleAleksey Kladov2020-10-152-196/+211
| * | Diagnose shorthand in patterns as wellAleksey Kladov2020-10-151-5/+94
| * | flattenAleksey Kladov2020-10-151-26/+33
| * | Prepare for pat_field_shorthandAleksey Kladov2020-10-151-5/+13
* | | Merge #6234bors[bot]2020-10-151-1/+24
|\ \ \ | |/ / |/| |
| * | Fix hover over field pattern shorthandVlad Shcherbina2020-10-141-1/+24
* | | Document auto_import as a featureLukas Wirth2020-10-151-0/+55
* | | Merge #6231bors[bot]2020-10-143-190/+231
|\ \ \
| * | | Default::default the highlightersLukas Wirth2020-10-143-18/+7
| * | | Factor macro_rules! highlighting outLukas Wirth2020-10-142-117/+154
| * | | Factor format string highlighting outLukas Wirth2020-10-142-75/+90
| | |/ | |/|
* | | Log around sysroot discoveryAleksey Kladov2020-10-141-0/+4
| |/ |/|
* | Add docs for dbgr and callLaurențiu Nicola2020-10-141-0/+2
| |
| \
*-. \ Merge #6207 #6224 #6226 #6227bors[bot]2020-10-144-242/+298
|\ \ \
* \ \ \ Merge #6217bors[bot]2020-10-142-13/+16
|\ \ \ \
| * | | | Bump pulldown-cmarkLaurențiu Nicola2020-10-132-13/+16
| | |_|/ | |/| |
* / | | Fix stackoverflow in insert_use::recursive_mergeLukas Wirth2020-10-143-2/+53
|/ / /
| | * :arrow_up: salsaAleksey Kladov2020-10-141-1/+1
| |/ |/|
* | Merge #6216bors[bot]2020-10-135-6/+6
|\ \
| * | Bump rustc_lexerLaurențiu Nicola2020-10-131-1/+1
| * | Bump crossbeam-channel and lsp-server in rust-analyzerLaurențiu Nicola2020-10-131-2/+2
| * | Bump crossbeam-channel in cratesLaurențiu Nicola2020-10-133-3/+3
* | | Fix MergeBehaviour::Full not working when merging nested long pathsLukas Wirth2020-10-132-4/+33
|/ /
| * Slightly cleanup import_assets moduleLukas Wirth2020-10-132-62/+84
| * Adhere to style guidelines in import_assetsLukas Wirth2020-10-132-43/+45
| * Extract ImportAssets out of auto_importLukas Wirth2020-10-133-241/+273
|/
*-. Merge #6130 #6135bors[bot]2020-10-1215-84/+1407
|\ \
| | * when generating new function, focus on return type instead of bodyBenjamin Coenen2020-10-083-68/+80
| * | Use TextRange::contains_inclusive in fixes checkIgor Aleksanov2020-10-122-5/+4
| * | Keep SyntaxNodePtr::range privateIgor Aleksanov2020-10-124-9/+17
| * | Replace 'if let' with 'match' in decl_check.rsIgor Aleksanov2020-10-121-30/+33
| * | Add to_upper_snake_case function to stdxIgor Aleksanov2020-10-123-6/+13
| * | Fix compilation errorIgor Aleksanov2020-10-121-2/+1
| * | Apply suggestions from code reviewIgor Aleksanov2020-10-122-3/+3
| * | Fix code style issuesIgor Aleksanov2020-10-123-4/+7
| * | Apply case check diagnostic to impl itemsIgor Aleksanov2020-10-122-1/+26
| * | Fix issues with match arm bindingsIgor Aleksanov2020-10-121-7/+12
| * | Code style adjustmentsIgor Aleksanov2020-10-123-8/+88