]> git.lizzy.rs Git - rust.git/history - crates/hir_def/src/attr.rs
Merge #8882
[rust.git] / crates / hir_def / src / attr.rs
2021-05-17 bors[bot]Merge #8795
2021-05-13 bors[bot]Merge #8820
2021-05-13 bors[bot]Merge #8823
2021-05-12 bors[bot]Merge #8799
2021-05-12 bors[bot]Merge #8802
2021-05-11 bors[bot]Merge #8398
2021-05-11 bors[bot]Merge #8801
2021-05-11 bors[bot]Merge #8796
2021-05-10 Jonas SchievinkRewrite `attr.rs` to allow using syntax-based indices
2021-05-10 Jonas SchievinkMove `AttrId` back into `hir_def`
2021-05-06 bors[bot]Merge #8745
2021-05-06 bors[bot]Merge #8280
2021-05-06 bors[bot]Merge #8746
2021-05-06 Jonas SchievinkDon't store call-site text offsets in hygiene info
2021-05-05 bors[bot]Merge #8674
2021-05-04 bors[bot]Merge #8731
2021-05-04 bors[bot]Merge #8720
2021-05-04 bors[bot]Merge #8719
2021-05-04 Lukas Tobias WirthFix block comment intra doc link injection ranges
2021-05-03 bors[bot]Merge #8482
2021-05-03 bors[bot]Merge #8427
2021-04-23 bors[bot]Merge #8317
2021-04-21 bors[bot]Merge #8570
2021-04-19 bors[bot]Merge #8588
2021-04-19 bors[bot]Merge #8586
2021-04-19 bors[bot]Merge #8583
2021-04-19 bors[bot]Merge #8582
2021-04-19 bors[bot]Merge #8578
2021-04-19 Aleksey Kladovfix: false positive about inner attrs in docs
2021-04-18 bors[bot]Merge #8560
2021-04-13 bors[bot]Merge #8432
2021-04-13 bors[bot]Merge #8354
2021-04-13 bors[bot]Merge #8415
2021-04-10 bors[bot]Merge #8436
2021-04-10 bors[bot]Merge #8410
2021-04-09 bors[bot]Merge #8453
2021-04-09 Jonas SchievinkAvoid an unnecessary `collect`
2021-04-09 bors[bot]Merge #8450
2021-04-09 bors[bot]Merge #8443 #8446
2021-04-09 Jonas SchievinkRename `Attr`s `index` field to `id`
2021-04-09 Jonas SchievinkAdd `AttrId` to track attribute sources
2021-04-08 bors[bot]Merge #8207
2021-04-07 bors[bot]Merge #8394
2021-04-06 bors[bot]Merge #8382
2021-04-06 bors[bot]Merge #8386
2021-04-06 Jonas SchievinkAvoid O(n²) when constructing AttrSourceMap
2021-04-06 bors[bot]Merge #8379
2021-04-06 bors[bot]Merge #8381
2021-04-06 Jonas SchievinkLower attributes on tuple fields
2021-04-05 bors[bot]Merge #8352
2021-04-05 bors[bot]Merge #8342
2021-04-05 bors[bot]Merge #8245
2021-04-05 bors[bot]Merge #8326
2021-04-04 bors[bot]Merge #8295
2021-04-03 bors[bot]Merge #8320
2021-04-03 Jonas SchievinkMake `ast_to_token_tree` infallible
2021-04-02 bors[bot]Merge #8284
2021-04-01 Jonas SchievinkIntern Attr, MacroCall and Path components
2021-03-30 Lukas WirthReplace Range<usize> usage with TextRange
2021-03-30 Lukas WirthImplement basic Documentation source to syntax range...
2021-03-24 bors[bot]Merge #7907
2021-03-22 bors[bot]Merge #8054
2021-03-22 bors[bot]Merge #8144
2021-03-21 bors[bot]Merge #8134
2021-03-21 bors[bot]Merge #8133
2021-03-21 bors[bot]Merge #8132
2021-03-21 bors[bot]Merge #8135
2021-03-21 Matthias Krügerclippy::complexity simplifications related to Iterators
2021-03-20 bors[bot]Merge #8119
2021-03-19 bors[bot]Merge #8112
2021-03-19 Jonas SchievinkAdd `AttrsWithOwner` and clean up `source_map`
2021-03-19 bors[bot]Merge #8111
2021-03-19 Jonas SchievinkReturn `Either` from `MacroDefId::ast_id`
2021-03-19 bors[bot]Merge #8097
2021-03-19 Lukas WirthParse extended_key_value_attributes
2021-03-18 bors[bot]Merge #8095
2021-03-18 bors[bot]Merge #8083
2021-03-18 bors[bot]Merge #8087
2021-03-18 Jonas SchievinkMake MacroDefId's `AstId` mandatory when possible
2021-03-18 bors[bot]Merge #8082
2021-03-18 Lukas WirthTrack source file IDs in source mapping of Attrs
2021-03-18 bors[bot]Merge #8081
2021-03-18 bors[bot]Merge #8080
2021-03-18 Jonas SchievinkMake `ItemTreeId` its own type
2021-03-17 bors[bot]Merge #8065
2021-03-17 Lukas WirthFix incorrect newline emission in Attrs::docs
2021-03-17 Lukas WirthBetter handling of block doc comments
2021-03-17 bors[bot]Merge #8059
2021-03-17 Lukas WirthRemove quadratic attr source lookup
2021-03-17 bors[bot]Merge #8063
2021-03-17 Matthias Krügeravoid converting types into themselves via .into()...
2021-03-16 Lukas WirthProperly handle doc attributes in doc-comment highlight...
2021-03-16 Lukas WirthFix attribute index assignment in cfg_attr resolution
2021-03-16 Lukas WirthMove doc-comment highlight injection from AST to HIR
2021-03-16 bors[bot]Merge #7900 #8000
2021-03-15 bors[bot]Merge #7970
2021-03-15 bors[bot]Merge #8021 #8022
2021-03-15 bors[bot]Merge #7966
2021-03-14 bors[bot]Merge #7993
2021-03-14 bors[bot]Merge #8010
next