aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Semantic highlight intradoclinks in documentationLukas Wirth2021-03-1716-55/+132
* Merge #8069bors[bot]2021-03-173-28/+72
|\
| * Inject highlight into block doc commentsLukas Wirth2021-03-173-28/+72
* | Improve testJonas Schievink2021-03-171-0/+21
* | Apply `#[cfg]`s when computing function signaturesJonas Schievink2021-03-172-4/+17
* | Add test for `#[cfg]` on function paramsJonas Schievink2021-03-171-0/+13
* | ItemTree: lower attributes on fn parametersJonas Schievink2021-03-173-23/+54
* | Correctly parse attributes on fn parametersJonas Schievink2021-03-173-56/+71
* | Check whether cursor is on and not between intra doc links in goto_definitionLukas Wirth2021-03-171-8/+14
|/
* Merge #8065bors[bot]2021-03-1710-140/+235
|\
| * Fix incorrect newline emission in Attrs::docsLukas Wirth2021-03-174-62/+80
| * Better handling of block doc commentsLukas Wirth2021-03-178-81/+158
* | Handle `#[cfg]` on call argumentsJonas Schievink2021-03-172-11/+39
|/
* Merge #8059bors[bot]2021-03-1710-27/+205
|\
| * Remove quadratic attr source lookupLukas Wirth2021-03-172-1/+27
| * Properly handle doc attributes in doc-comment highlight injectionLukas Wirth2021-03-165-8/+84
| * Fix attribute index assignment in cfg_attr resolutionLukas Wirth2021-03-161-5/+7
| * Replace trait object boxing with extra AttrsOwnerNodeLukas Wirth2021-03-162-20/+49
| * Move doc-comment highlight injection from AST to HIRLukas Wirth2021-03-166-18/+63
* | Merge #8063bors[bot]2021-03-1740-122/+97
|\ \
| * | use simpler .map(|x| y) instead of .and_then(|x| Some(y)) for Options. (clipp...Matthias Krüger2021-03-172-24/+14
| * | 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 #8048bors[bot]2021-03-178-47/+80
|\ \ \ | |/ / |/| |
| * | Follow established ErrorEmitted patternBrandon2021-03-173-17/+14
| * | Fix missing unresolved macro diagnostic in function bodyBrandon2021-03-167-39/+75
* | | pit-of-successify tree editorAleksey Kladov2021-03-162-14/+17
* | | Auto-magical whitespaceAleksey Kladov2021-03-162-23/+58
* | | Move more boundsAleksey Kladov2021-03-162-36/+54
* | | 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-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