aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make MacroDefId's `AstId` mandatory when possibleJonas Schievink2021-03-1813-55/+58
* Merge #8085bors[bot]2021-03-181-13/+28
|\
| * Create AstId for builtin_derive macro in testsJonas Schievink2021-03-181-13/+28
|/
* Merge #8082bors[bot]2021-03-183-0/+34
|\
| * Handle inner recursive macro rules casesEdwin Cheng2021-03-183-0/+34
* | Merge #8081bors[bot]2021-03-183-1959/+1952
|\ \
| * | Reorganize mbe testsEdwin Cheng2021-03-183-1959/+1952
| |/
* | Merge #8080bors[bot]2021-03-1812-52/+92
|\ \
| * | Rename `item_tree` query to `file_item_tree`Jonas Schievink2021-03-187-16/+16
| * | Make `ItemTreeId` its own typeJonas Schievink2021-03-188-37/+77
|/ /
* | Merge #8079bors[bot]2021-03-181-2/+3
|\ \
| * | Avoid cloning `CfgOptions`Jonas Schievink2021-03-181-2/+3
|/ /
* | Merge #8078bors[bot]2021-03-182-5/+24
|\ \
| * | Support `#[cfg]` on all associated itemsJonas Schievink2021-03-182-5/+24
|/ /
* | Merge #8076bors[bot]2021-03-171-0/+21
|\ \
| * | Add test for self-calling inner functionJonas Schievink2021-03-171-0/+21
* | | Merge #8075bors[bot]2021-03-172-16/+37
|\ \ \
| * | | Fix `use crate as <name>;` importsJonas Schievink2021-03-172-16/+37
| |/ /
* | | Merge #8073bors[bot]2021-03-173-12/+13
|\ \ \ | |/ / |/| |
| * | Improve diagnostic when including nonexistent fileJonas Schievink2021-03-173-12/+13
|/ /
* | Merge #8072bors[bot]2021-03-172-1/+20
|\ \
| * | Use first early expansion error during nameresJonas Schievink2021-03-172-1/+20
|/ /
* | Merge #8071bors[bot]2021-03-1716-55/+132
|\ \
| * | 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
* | | Merge #8068bors[bot]2021-03-177-79/+172
|\ \ \
| * | | 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
|/ / /
* | | Merge #8067bors[bot]2021-03-171-8/+14
|\ \ \ | |/ / |/| |
| * | 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
* | | Merge #8066bors[bot]2021-03-172-11/+39
|\ \ \ | |/ / |/| |
| * | 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