Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Rename GenericPredicate -> WhereClause | Florian Diebold | 2021-03-20 | 10 | -105/+89 | |
| | | | ||||||
* | | | Add `AttrsWithOwner` and clean up `source_map` | Jonas Schievink | 2021-03-19 | 5 | -155/+216 | |
| | | | ||||||
* | | | Move `AttrsOwnerNode` to syntax and make it public | Jonas Schievink | 2021-03-19 | 3 | -33/+33 | |
| | | | ||||||
* | | | Return `Either` from `MacroDefId::ast_id` | Jonas Schievink | 2021-03-19 | 4 | -18/+15 | |
| | | | ||||||
* | | | Merge #8110 | bors[bot] | 2021-03-19 | 1 | -3/+3 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8110: simplify r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | | simplify | Aleksey Kladov | 2021-03-19 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | changelog skip | |||||
* | | | | Merge #8109 | bors[bot] | 2021-03-19 | 2 | -40/+66 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8109: Make ast editing more ergonomic r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | | Make ast editing more ergonomic | Aleksey Kladov | 2021-03-19 | 2 | -40/+66 | |
| |/ / | | | | | | | | | | changelog internal | |||||
* / / | Fix handling of `#![cfg]` in outline module file | Jonas Schievink | 2021-03-19 | 2 | -21/+48 | |
|/ / | ||||||
* | | Add builtin macro-like attributes | Jonas Schievink | 2021-03-19 | 1 | -2/+5 | |
| | | ||||||
* | | Rename derive-specific APIs | Jonas Schievink | 2021-03-19 | 5 | -13/+13 | |
| | | ||||||
* | | Cleanup qualify_path | Lukas Wirth | 2021-03-19 | 1 | -27/+17 | |
| | | ||||||
* | | Merge #8097 | bors[bot] | 2021-03-19 | 5 | -38/+29 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 8097: Parse extended_key_value_attributes r=jonas-schievink a=Veykril Companion PR https://github.com/rust-analyzer/ungrammar/pull/31 Co-authored-by: Lukas Wirth <[email protected]> | |||||
| * | | Parse extended_key_value_attributes | Lukas Wirth | 2021-03-19 | 5 | -38/+29 | |
| | | | ||||||
* | | | Merge #8101 | bors[bot] | 2021-03-19 | 10 | -131/+221 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8101: Replace Projection variant in GenericPredicate with AliasEq r=flodiebold a=Veykril Co-authored-by: Lukas Wirth <[email protected]> | |||||
| * | | | Replace Projection variant in GenericPredicate with AliasEq | Lukas Wirth | 2021-03-19 | 10 | -131/+221 | |
| | | | | ||||||
* | | | | Document fields of `ModuleId` | Jonas Schievink | 2021-03-18 | 1 | -1/+5 | |
|/ / / | ||||||
* | | | Merge #8095 | bors[bot] | 2021-03-18 | 2 | -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_assets | Lukas Wirth | 2021-03-18 | 2 | -3/+40 | |
| |/ / | ||||||
* | | | Use a highlight modifier for intra doc links | Lukas Wirth | 2021-03-18 | 14 | -31/+55 | |
| | | | ||||||
* | | | Chalkify TraitRef | Florian Diebold | 2021-03-18 | 15 | -73/+99 | |
| | | | ||||||
* | | | Merge #8083 | bors[bot] | 2021-03-18 | 3 | -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 Attrs | Lukas Wirth | 2021-03-18 | 3 | -26/+76 | |
| | | | | ||||||
* | | | | Merge #8094 | bors[bot] | 2021-03-18 | 1 | -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 items | Jonas Schievink | 2021-03-18 | 1 | -1/+14 | |
| | | | | | ||||||
* | | | | | Add test | Jonas Schievink | 2021-03-18 | 1 | -0/+26 | |
| | | | | | ||||||
* | | | | | Record custom derive helpers in `DefMap` | Jonas Schievink | 2021-03-18 | 3 | -25/+91 | |
|/ / / / | | | | | | | | | | | | | Also clean up proc macro attribute parsing a bit | |||||
* | | | | Add test for goto def on proc macro invocation | Jonas Schievink | 2021-03-18 | 1 | -0/+17 | |
| | | | | ||||||
* | | | | Store an `AstId` for procedural macros | Jonas Schievink | 2021-03-18 | 11 | -26/+47 | |
| | | | | ||||||
* | | | | Make MacroDefId's `AstId` mandatory when possible | Jonas Schievink | 2021-03-18 | 13 | -55/+58 | |
| |/ / |/| | | ||||||
* | | | Create AstId for builtin_derive macro in tests | Jonas Schievink | 2021-03-18 | 1 | -13/+28 | |
| | | | ||||||
* | | | Merge #8082 | bors[bot] | 2021-03-18 | 3 | -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 cases | Edwin Cheng | 2021-03-18 | 3 | -0/+34 | |
| | | | ||||||
* | | | Merge #8081 | bors[bot] | 2021-03-18 | 3 | -1959/+1952 | |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | 8081: Reorganize mbe tests r=edwin0cheng a=edwin0cheng bors r+ Co-authored-by: Edwin Cheng <[email protected]> | |||||
| * | | Reorganize mbe tests | Edwin Cheng | 2021-03-18 | 3 | -1959/+1952 | |
| |/ | ||||||
* | | Rename `item_tree` query to `file_item_tree` | Jonas Schievink | 2021-03-18 | 7 | -16/+16 | |
| | | ||||||
* | | Make `ItemTreeId` its own type | Jonas Schievink | 2021-03-18 | 8 | -37/+77 | |
| | | ||||||
* | | Avoid cloning `CfgOptions` | Jonas Schievink | 2021-03-18 | 1 | -2/+3 | |
| | | ||||||
* | | Support `#[cfg]` on all associated items | Jonas Schievink | 2021-03-18 | 2 | -5/+24 | |
| | | ||||||
* | | Merge #8076 | bors[bot] | 2021-03-17 | 1 | -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 function | Jonas Schievink | 2021-03-17 | 1 | -0/+21 | |
| | | | ||||||
* | | | Merge #8075 | bors[bot] | 2021-03-17 | 2 | -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>;` imports | Jonas Schievink | 2021-03-17 | 2 | -16/+37 | |
| |/ / | ||||||
* / / | Improve diagnostic when including nonexistent file | Jonas Schievink | 2021-03-17 | 3 | -12/+13 | |
|/ / | ||||||
* | | Use first early expansion error during nameres | Jonas Schievink | 2021-03-17 | 2 | -1/+20 | |
| | | ||||||
* | | Semantic highlight intradoclinks in documentation | Lukas Wirth | 2021-03-17 | 16 | -55/+132 | |
| | | ||||||
* | | Merge #8069 | bors[bot] | 2021-03-17 | 3 | -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 comments | Lukas Wirth | 2021-03-17 | 3 | -28/+72 | |
| | | | ||||||
* | | | Improve test | Jonas Schievink | 2021-03-17 | 1 | -0/+21 | |
| | | | ||||||
* | | | Apply `#[cfg]`s when computing function signatures | Jonas Schievink | 2021-03-17 | 2 | -4/+17 | |
| | | |