aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove uselessly wrapped ?s. (clippy::meedless_question_markMatthias Krüger2021-03-173-4/+4
* don't clone types that are copy (clippy::clone_on_copy)Matthias Krüger2021-03-1712-28/+18
* use if let Some(x) instead of if x.is_some() and x.unwrap() (clippy::unneces...Matthias Krüger2021-03-171-6/+6
* avoid converting types into themselves via .into() (clippy::useless-conversion)Matthias Krüger2021-03-1724-61/+56
* Merge #8062bors[bot]2021-03-162-14/+17
|\
| * pit-of-successify tree editorAleksey Kladov2021-03-162-14/+17
* | Merge #8061bors[bot]2021-03-162-23/+58
|\|
| * Auto-magical whitespaceAleksey Kladov2021-03-162-23/+58
* | Merge #8042bors[bot]2021-03-161-2/+6
|\ \
| * | Add perf_revision to benchmark resultsDouglas Weber2021-03-151-2/+6
* | | Merge #8060bors[bot]2021-03-162-36/+54
|\ \ \ | | |/ | |/|
| * | Move more boundsAleksey Kladov2021-03-162-36/+54
|/ /
* | Merge #8041bors[bot]2021-03-1617-155/+167
|\ \
| * | Rename Substs -> SubstitutionFlorian Diebold2021-03-1617-155/+167
|/ /
* | Merge #8055bors[bot]2021-03-162-16/+32
|\ \
| * | Implement HirDisplay for some more typesLukas Wirth2021-03-162-16/+32
* | | Merge #8053bors[bot]2021-03-163-145/+16
|\ \ \
| * | | Remove ShortLabelLukas Wirth2021-03-163-145/+16
| |/ /
* | | Merge #8034bors[bot]2021-03-166-8/+94
|\ \ \ | |/ / |/| |
| * | Don't repeat work in transitive_reverse_dependenciesLukas Wirth2021-03-161-11/+10
| * | Add new_source_root meta to test fixturesLukas Wirth2021-03-163-7/+28
| * | Implement Crate::transitive_reverse_dependenciesLukas Wirth2021-03-154-5/+71
* | | Merge #8052bors[bot]2021-03-161-27/+21
|\ \ \
| * | | minor style fixes per feedback on #8036Josh Mcguigan2021-03-161-27/+21
* | | | Merge #8051bors[bot]2021-03-161-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Fix more unused wariable warningsLaurențiu Nicola2021-03-161-3/+3
* | | | Merge #7498bors[bot]2021-03-1641-175/+375
|\ \ \ \
| * | | | Upgrade rowanAleksey Kladov2021-03-1641-175/+375
| | | | |
| \ \ \ \
*-. \ \ \ \ 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-164-50/+193
|\ \ \ \ \ \
| | * | | | | Prefer match to if let elseAleksey Kladov2021-03-161-0/+21
| * | | | | | completions: centralize calculation of relevance and ref matchesJosh Mcguigan2021-03-163-50/+172
| | |_|_|_|/ | |/| | | |
* | | | | | Merge #8045bors[bot]2021-03-161-0/+17
|\ \ \ \ \ \
| * | | | | | Increase fetch-depth to make `git describe` workLaurențiu Nicola2021-03-161-0/+17
| | |_|_|_|/ | |/| | | |
* | | | | | 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
| |/ / / /
* | | | | Merge #8044bors[bot]2021-03-1610-65/+103
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix macro expansion for statements w/o semicolonEdwin Cheng2021-03-1610-65/+103
|/ / / /