aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Merge #7498bors[bot]2021-03-1640-171/+373
|\
| * Upgrade rowanAleksey Kladov2021-03-1640-171/+373
| |
| \
*-. \ Merge #7900 #8000bors[bot]2021-03-1621-212/+1058
|\ \ \ | |_|/ |/| |
| | * Update testsoxalica2021-03-151-28/+57
| | * Pretty print root module of extern cratesoxalica2021-03-151-0/+4
| | * Clean usage of ShortLabeloxalica2021-03-152-7/+8
| | * Fix trait type parameteroxalica2021-03-151-1/+7
| | * Use hir formatter moreoxalica2021-03-158-53/+258
| | * Impl HirDisplay for function hover messageoxalica2021-03-155-14/+461
| | * Introduce FunctionQualifier for hir::FunctionDataoxalica2021-03-156-17/+45
| | * Collect HirDisplay impls to a single fileoxalica2021-03-152-20/+27
| | * Add test for hover of macro expanded functionoxalica2021-03-151-0/+38
| * | add params_display and ty_displayJosh Mcguigan2021-03-121-9/+17
| * | show function params in completion detailJosh Mcguigan2021-03-128-82/+155
| | |
| \ \
*-. \ \ Merge #8036 #8046bors[bot]2021-03-163-50/+172
|\ \ \ \
| * | | | completions: centralize calculation of relevance and ref matchesJosh Mcguigan2021-03-163-50/+172
* | | | | Merge #8040bors[bot]2021-03-162-9/+31
|\ \ \ \ \
| * | | | | 7709: Import changes.Chetan Khilosiya2021-03-151-4/+2
| * | | | | 7709: Added the check for return type of len function.Chetan Khilosiya2021-03-152-9/+33
| |/ / / /
* / / / / Fix macro expansion for statements w/o semicolonEdwin Cheng2021-03-168-62/+100
|/ / / /
* | | | Use SmallVec for SubstsFlorian Diebold2021-03-153-14/+29
* | | | Merge #7970bors[bot]2021-03-153-11/+69
|\ \ \ \
| * | | | Update crates/hir_def/src/nameres/collector.rsbrandondong2021-03-151-1/+1
| * | | | Fix incorrect diagnositics for failing built in eager macrosBrandon2021-03-142-10/+68
| * | | | Fix spelling errorBrandon2021-03-141-1/+1
* | | | | Merge #8038bors[bot]2021-03-152-101/+117
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix unification logicFlorian Diebold2021-03-152-101/+117
* | | | | Merge #8028bors[bot]2021-03-154-35/+75
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Return multiple modules in `parent_module`Lukas Wirth2021-03-154-35/+75
* | | | | Merge #8037bors[bot]2021-03-154-0/+288
|\ \ \ \ \
| * | | | | 7709: Updated the implementation.Chetan Khilosiya2021-03-153-37/+73
| * | | | | 7709: Added the assist to generate is_empty functionChetan Khilosiya2021-03-153-0/+252
| | |_|_|/ | |/| | |
* | | | | Merge #8035bors[bot]2021-03-153-120/+120
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | unqualfied_path completions aren't responsible for pattern completionsLukas Wirth2021-03-153-120/+120
* | | | | Merge #7992bors[bot]2021-03-152-1/+76
|\ \ \ \ \
| * | | | | implement function completion scoringJosh Mcguigan2021-03-152-1/+76
| |/ / / /
* | | | | Merge #8033bors[bot]2021-03-154-8/+17
|\ \ \ \ \
| * | | | | Add test for proc-macro meta info retrievalEdwin Cheng2021-03-154-8/+17
| |/ / / /
* / / / / Enable proc-macros by defaultAleksey Kladov2021-03-151-1/+1
|/ / / /
* | | | Merge #8029bors[bot]2021-03-1510-12/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Drop non-working markLaurențiu Nicola2021-03-151-2/+0
| * | | Enable thread-local coverage marksLaurențiu Nicola2021-03-159-10/+10
* | | | Merge #8020bors[bot]2021-03-154-64/+136
|\ \ \ \ | |/ / / |/| | |
| * | | goto_implementation: Look at the entire crate graph for trait implsLukas Wirth2021-03-151-8/+3
| * | | Speedup trait impl search for goto_implementationLukas Wirth2021-03-152-3/+19
| * | | Power up goto_implementationLukas Wirth2021-03-153-62/+123
* | | | Merge #8027bors[bot]2021-03-151-12/+4
|\ \ \ \
| * | | | remove expected_name_and_type method on completion context in favor of using ...Josh Mcguigan2021-03-151-12/+4
* | | | | Merge #8015bors[bot]2021-03-153-67/+108
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | move Semantics::visit_file_defs to ide_db::helpersLukas Wirth2021-03-154-27/+33