aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_def/src/attr.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy::redundant_closureMaan20032021-06-131-2/+2
* clippy::clone_on_copyMaan20032021-06-131-1/+1
* Don't stringify `cfg_attr`-gated attributesJonas Schievink2021-06-111-4/+18
* Make Documentation::new non-genericLaurențiu Nicola2021-06-071-2/+2
* Render documentation for derive completionLukas Wirth2021-06-041-0/+4
* internal: intern `AttrInput`Jonas Schievink2021-05-241-12/+12
* impl Display for AttrInput/ImportAliasJonas Schievink2021-05-211-1/+10
* Rewrite `attr.rs` to allow using syntax-based indicesJonas Schievink2021-05-101-58/+83
* Move `AttrId` back into `hir_def`Jonas Schievink2021-05-101-1/+4
* Don't store call-site text offsets in hygiene infoJonas Schievink2021-05-061-6/+15
* Fix block comment intra doc link injection rangesLukas Tobias Wirth2021-05-041-4/+8
* fix: false positive about inner attrs in docsAleksey Kladov2021-04-191-2/+2
* Avoid an unnecessary `collect`Jonas Schievink2021-04-091-3/+1
* Rename `Attr`s `index` field to `id`Jonas Schievink2021-04-091-8/+8
* Add `AttrId` to track attribute sourcesJonas Schievink2021-04-091-14/+17
* Avoid O(n²) when constructing AttrSourceMapJonas Schievink2021-04-061-9/+48
* Lower attributes on tuple fieldsJonas Schievink2021-04-061-5/+4
* Merge #8245bors[bot]2021-04-051-2/+93
|\
| * Replace Range<usize> usage with TextRangeLukas Wirth2021-03-301-28/+14
| * Implement basic Documentation source to syntax range mappingLukas Wirth2021-03-301-2/+107
* | Make `ast_to_token_tree` infallibleJonas Schievink2021-04-041-1/+1
* | Intern Attr, MacroCall and Path componentsJonas Schievink2021-04-011-3/+4
|/
* clippy::complexity simplifications related to IteratorsMatthias Krüger2021-03-211-1/+1
* Add `AttrsWithOwner` and clean up `source_map`Jonas Schievink2021-03-191-123/+189
* Return `Either` from `MacroDefId::ast_id`Jonas Schievink2021-03-191-3/+4
* Merge #8097bors[bot]2021-03-191-1/+1
|\
| * Parse extended_key_value_attributesLukas Wirth2021-03-191-1/+1
* | Merge #8083bors[bot]2021-03-181-16/+48
|\ \
| * | Track source file IDs in source mapping of AttrsLukas Wirth2021-03-181-16/+48
| |/
* / Make MacroDefId's `AstId` mandatory when possibleJonas Schievink2021-03-181-1/+1
|/
* Make `ItemTreeId` its own typeJonas Schievink2021-03-181-1/+1
* Fix incorrect newline emission in Attrs::docsLukas Wirth2021-03-171-14/+14
* Better handling of block doc commentsLukas Wirth2021-03-171-38/+45
* Merge #8059bors[bot]2021-03-171-6/+39
|\
| * Remove quadratic attr source lookupLukas Wirth2021-03-171-0/+25
| * Properly handle doc attributes in doc-comment highlight injectionLukas Wirth2021-03-161-1/+7
| * Fix attribute index assignment in cfg_attr resolutionLukas Wirth2021-03-161-5/+7
| * Move doc-comment highlight injection from AST to HIRLukas Wirth2021-03-161-1/+1
* | avoid converting types into themselves via .into() (clippy::useless-conversion)Matthias Krüger2021-03-171-1/+1
|/
* Handle `cfg_attr` gating multiple attributesJonas Schievink2021-03-131-29/+19
* Delete `ContainerId`Jonas Schievink2021-03-091-1/+1
* Use upstream cov-markLaurențiu Nicola2021-03-081-2/+1
* Fix some warningsLaurențiu Nicola2021-03-051-1/+1
* Return inner attributes of outline mod declarations in `attrs_query`Lukas Wirth2021-01-311-1/+9
* Obtain `ModuleId`'s `DefMap` through a methodJonas Schievink2021-01-221-1/+1
* Treat BlockExpr as a potential module originJonas Schievink2021-01-201-0/+1
* Remove map module from la-arena public APIAramis Razzaghipour2021-01-151-1/+1
* prepare to publish el libro de arenaAleksey Kladov2021-01-141-1/+1
* Introduce new queries to computeDaniel Frampton2021-01-051-10/+46
* Merge #7128bors[bot]2021-01-031-1/+20
|\