aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge #8099bors[bot]2021-03-181-1/+5
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | 8099: Document fields of `ModuleId` r=jonas-schievink a=jonas-schievink bors r+ Co-authored-by: Jonas Schievink <[email protected]>
| * | Document fields of `ModuleId`Jonas Schievink2021-03-181-1/+5
|/ /
* | Merge #8095bors[bot]2021-03-182-3/+40
|\ \ | | | | | | | | | | | | | | | | | | | | | 8095: Fix associated items not being appended to paths in import_assets r=SomeoneToIgnore a=Veykril Co-authored-by: Lukas Wirth <[email protected]>
| * | Fix associated items not being appended to paths in import_assetsLukas Wirth2021-03-182-3/+40
| |/
* | Merge #8086bors[bot]2021-03-1814-31/+55
|\ \ | | | | | | | | | | | | | | | | | | | | | 8086: Use a highlight modifier for intra doc links r=Veykril a=Veykril Co-authored-by: Lukas Wirth <[email protected]>
| * | Use a highlight modifier for intra doc linksLukas Wirth2021-03-1814-31/+55
|/ /
* | Merge #8096bors[bot]2021-03-1815-73/+99
|\ \ | | | | | | | | | | | | | | | | | | | | | 8096: Chalkify TraitRef r=flodiebold a=flodiebold Co-authored-by: Florian Diebold <[email protected]>
| * | Chalkify TraitRefFlorian Diebold2021-03-1815-73/+99
|/ /
* | Merge #8083bors[bot]2021-03-183-26/+76
|\ \ | | | | | | | | | | | | | | | | | | | | | 8083: Track source file IDs in source mapping of Attrs r=jonas-schievink a=Veykril Fixes the panics/incorrect injection highlighting of outline module declarations until we figure out a nicer source mapping strategy for attributes. Co-authored-by: Lukas Wirth <[email protected]>
| * | Track source file IDs in source mapping of AttrsLukas Wirth2021-03-183-26/+76
| | |
* | | Merge #8094bors[bot]2021-03-181-1/+14
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8094: Fix infinite recursion when computing diagnostics for inner items r=jonas-schievink a=jonas-schievink bors r+ Co-authored-by: Jonas Schievink <[email protected]>
| * | | Fix infinite recursion when computing diagnostics for inner itemsJonas Schievink2021-03-181-1/+14
| | | |
* | | | Merge #8093bors[bot]2021-03-184-25/+117
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8093: Record custom derive helpers in `DefMap` r=jonas-schievink a=jonas-schievink Also clean up proc macro attribute parsing a bit bors r+ Co-authored-by: Jonas Schievink <[email protected]>
| * | | Add testJonas Schievink2021-03-181-0/+26
| | | |
| * | | Record custom derive helpers in `DefMap`Jonas Schievink2021-03-183-25/+91
|/ / / | | | | | | | | | Also clean up proc macro attribute parsing a bit
* | | Merge #8091bors[bot]2021-03-181-0/+17
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8091: Add test for goto def on proc macro invocation r=jonas-schievink a=jonas-schievink Fixes https://github.com/rust-analyzer/rust-analyzer/issues/7073 bors r+ Co-authored-by: Jonas Schievink <[email protected]>
| * | | Add test for goto def on proc macro invocationJonas Schievink2021-03-181-0/+17
|/ / /
* | | Merge #8089bors[bot]2021-03-181-4/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8089: Update info about Eclipse Corrosion r=matklad a=mickaelistria Co-authored-by: Mickael Istria <[email protected]> Co-authored-by: Aleksey Kladov <[email protected]>
| * | | 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
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8088: Store an `AstId` for procedural macros r=jonas-schievink a=jonas-schievink Point `HasSource` to the `ast::Fn`, and go to it in `TryToNav`. bors r+ Co-authored-by: Jonas Schievink <[email protected]>
| * | | Store an `AstId` for procedural macrosJonas Schievink2021-03-1811-26/+47
|/ / /
* | | Merge #8087bors[bot]2021-03-1813-55/+58
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | 8087: Make MacroDefId's `AstId` mandatory when possible r=jonas-schievink a=jonas-schievink This makes it clearer (in the type definition) which macros have or don't have an `AstId` bors r+ Co-authored-by: Jonas Schievink <[email protected]>
| * | Make MacroDefId's `AstId` mandatory when possibleJonas Schievink2021-03-1813-55/+58
|/ /
* | Merge #8085bors[bot]2021-03-181-13/+28
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 8085: Create AstId for builtin_derive macro in tests r=jonas-schievink a=jonas-schievink This moves them closer to the builtin_macro tests bors r+ Co-authored-by: Jonas Schievink <[email protected]>
| * | Create AstId for builtin_derive macro in testsJonas Schievink2021-03-181-13/+28
|/ /
* | Merge #8082bors[bot]2021-03-183-0/+34
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | 8082: Proper handle inner recursive macro rules cases r=edwin0cheng a=edwin0cheng Fixes #7645 cc @jonas-schievink bors r+ Co-authored-by: Edwin Cheng <[email protected]>
| * Handle inner recursive macro rules casesEdwin Cheng2021-03-183-0/+34
| |
* | Merge #8081bors[bot]2021-03-183-1959/+1952
|\ \ | | | | | | | | | | | | | | | | | | | | | 8081: Reorganize mbe tests r=edwin0cheng a=edwin0cheng bors r+ Co-authored-by: Edwin Cheng <[email protected]>
| * | Reorganize mbe testsEdwin Cheng2021-03-183-1959/+1952
| |/
* | Merge #8080bors[bot]2021-03-1812-52/+92
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 8080: Change ItemTree API to accomodate creating an ItemTree per block expression r=jonas-schievink a=jonas-schievink ...which won't go through salsa because the AST is already cached anyways bors r+ Co-authored-by: Jonas Schievink <[email protected]>
| * | 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
|\ \ | | | | | | | | | | | | | | | | | | | | | 8079: Avoid cloning `CfgOptions` r=jonas-schievink a=jonas-schievink bors r+ Co-authored-by: Jonas Schievink <[email protected]>
| * | Avoid cloning `CfgOptions`Jonas Schievink2021-03-181-2/+3
|/ /
* | Merge #8078bors[bot]2021-03-182-5/+24
|\ \ | | | | | | | | | | | | | | | | | | | | | 8078: Support `#[cfg]` on all associated items r=jonas-schievink a=jonas-schievink bors r+ Co-authored-by: Jonas Schievink <[email protected]>
| * | Support `#[cfg]` on all associated itemsJonas Schievink2021-03-182-5/+24
|/ /
* | Merge #8076bors[bot]2021-03-171-0/+21
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 8076: Add test for self-calling inner function r=jonas-schievink a=jonas-schievink Fixes https://github.com/rust-analyzer/rust-analyzer/issues/4438 (and duplicates) bors r+ Co-authored-by: Jonas Schievink <[email protected]>
| * | Add test for self-calling inner functionJonas Schievink2021-03-171-0/+21
| | |
* | | Merge #8075bors[bot]2021-03-172-16/+37
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8075: Fix `use crate as <name>;` imports r=jonas-schievink a=jonas-schievink Fixes https://github.com/rust-analyzer/rust-analyzer/issues/4644 bors r+ Co-authored-by: Jonas Schievink <[email protected]>
| * | | Fix `use crate as <name>;` importsJonas Schievink2021-03-172-16/+37
| |/ /
* | | Merge #8073bors[bot]2021-03-173-12/+13
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | 8073: Improve diagnostic when including nonexistent file r=jonas-schievink a=jonas-schievink bors r+ Co-authored-by: Jonas Schievink <[email protected]>
| * | Improve diagnostic when including nonexistent fileJonas Schievink2021-03-173-12/+13
|/ /
* | Merge #8072bors[bot]2021-03-172-1/+20
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 8072: Fix "unset `OUT_DIR`" diagnostic when using it in item position r=jonas-schievink a=jonas-schievink "load out dirs from check" is enabled by default now, but better late than never I guess. bors r+ Co-authored-by: Jonas Schievink <[email protected]>
| * | Use first early expansion error during nameresJonas Schievink2021-03-172-1/+20
|/ /
* | Merge #8071bors[bot]2021-03-1716-55/+132
|\ \ | | | | | | | | | | | | | | | | | | | | | 8071: Semantic highlight intradoclinks in documentation r=Veykril a=Veykril Co-authored-by: Lukas Wirth <[email protected]>
| * | Semantic highlight intradoclinks in documentationLukas Wirth2021-03-1716-55/+132
|/ /
* | Merge #8069bors[bot]2021-03-173-28/+72
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 8069: Inject highlight into block doc comments r=Veykril a=Veykril bors r+ Closes https://github.com/rust-analyzer/rust-analyzer/issues/6873 Co-authored-by: Lukas Wirth <[email protected]>
| * | Inject highlight into block doc commentsLukas Wirth2021-03-173-28/+72
| | |
* | | Merge #8068bors[bot]2021-03-177-79/+172
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8068: Correctly handle `#[cfg]` on function parameters r=jonas-schievink a=jonas-schievink Fixes https://github.com/rust-analyzer/rust-analyzer/issues/5649 Co-authored-by: Jonas Schievink <[email protected]>