aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use a highlight modifier for intra doc linksLukas Wirth2021-03-1814-31/+55
* Merge #8096bors[bot]2021-03-1815-73/+99
|\
| * Chalkify TraitRefFlorian Diebold2021-03-1815-73/+99
|/
* Merge #8083bors[bot]2021-03-183-26/+76
|\
| * Track source file IDs in source mapping of AttrsLukas Wirth2021-03-183-26/+76
* | Merge #8094bors[bot]2021-03-181-1/+14
|\ \
| * | Fix infinite recursion when computing diagnostics for inner itemsJonas Schievink2021-03-181-1/+14
* | | Merge #8093bors[bot]2021-03-184-25/+117
|\ \ \ | |/ / |/| |
| * | Add testJonas Schievink2021-03-181-0/+26
| * | Record custom derive helpers in `DefMap`Jonas Schievink2021-03-183-25/+91
|/ /
* | Merge #8091bors[bot]2021-03-181-0/+17
|\ \
| * | Add test for goto def on proc macro invocationJonas Schievink2021-03-181-0/+17
|/ /
* | Merge #8089bors[bot]2021-03-181-4/+2
|\ \
| * | Update docs/user/manual.adocAleksey Kladov2021-03-181-1/+1
| * | Update info about Eclipse CorrosionMickael Istria2021-03-181-4/+2
* | | Merge #8088bors[bot]2021-03-1811-26/+47
|\ \ \ | |/ / |/| |
| * | Store an `AstId` for procedural macrosJonas Schievink2021-03-1811-26/+47
|/ /
* | Merge #8087bors[bot]2021-03-1813-55/+58
|\ \
| * | 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
|/ / /