]> git.lizzy.rs Git - rust.git/history - crates/hir_def
Merge #8210
[rust.git] / crates / hir_def /
2021-03-31 bors[bot]Merge #8210
2021-03-31 bors[bot]Merge #8269
2021-03-31 bors[bot]Merge #8267
2021-03-31 bors[bot]Merge #8266
2021-03-30 Lukas WirthFix generic arguments being incorrectly offset in quali...
2021-03-30 bors[bot]Merge #8186
2021-03-29 Lukas WirthRemove TraitRef::Error
2021-03-29 Lukas WirthRename target_ty to self_ty
2021-03-29 Lukas WirthLower traits to TraitRef instead of TypeRef
2021-03-29 bors[bot]Merge #8222
2021-03-28 bors[bot]Merge #8212
2021-03-28 Edwin ChengRemove unused test fixtures
2021-03-27 bors[bot]Merge #8221
2021-03-27 bors[bot]Merge #8220
2021-03-27 bors[bot]Merge #8213
2021-03-27 Edwin ChengBasic Support Macro 2.0
2021-03-27 bors[bot]Merge #8201
2021-03-25 Edwin ChengFix recursive macro statement expansion
2021-03-24 bors[bot]Merge #7907
2021-03-24 cynecxhir_def: move visibility queries from hir_ty to hir_def
2021-03-24 bors[bot]Merge #8168
2021-03-23 bors[bot]Merge #8159
2021-03-23 bors[bot]Merge #8178
2021-03-23 bors[bot]Merge #8176
2021-03-23 bors[bot]Merge #8173
2021-03-23 bors[bot]Merge #8174
2021-03-23 bors[bot]Merge #8170
2021-03-23 Jonas SchievinkMerge bang-macros and derives in name resolution
2021-03-23 bors[bot]Merge #8142
2021-03-22 bors[bot]Merge #8156
2021-03-22 bors[bot]Merge #8154 #8155
2021-03-22 Jonas Schievinkresolver: manually traverse nested block scopes
2021-03-22 bors[bot]Merge #8153
2021-03-22 bors[bot]Merge #8141
2021-03-22 Kirill BulatovCode review fixes
2021-03-22 bors[bot]Merge #8054
2021-03-22 bors[bot]Merge #8144
2021-03-22 bors[bot]Merge #8139
2021-03-22 bors[bot]Merge #8136 #8146
2021-03-21 Kirill BulatovDo not revisit recursively imported modules
2021-03-21 bors[bot]Merge #8137
2021-03-21 bors[bot]Merge #8134
2021-03-21 Yilin Chencheck is_include_macro only when attr_path is not specified
2021-03-21 bors[bot]Merge #8133
2021-03-21 bors[bot]Merge #8132
2021-03-21 bors[bot]Merge #8135
2021-03-21 bors[bot]Merge #8128
2021-03-21 Yilin Chenuse the included file as the source of expanded include...
2021-03-21 Matthias Krügerclippy::complexity simplifications related to Iterators
2021-03-21 Matthias Krügerremove more redundant clones (clippy::redundant_clone())
2021-03-21 bors[bot]Merge #8123
2021-03-21 Jonas SchievinkExpand legacy-scoped macro during collection
2021-03-21 bors[bot]Merge #8127
2021-03-21 Lukas WirthFix incorrect scoping in while expressions
2021-03-21 Lukas WirthTrack labels in scopes
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 #8110
2021-03-19 bors[bot]Merge #8109
2021-03-19 bors[bot]Merge #8108
2021-03-19 Jonas SchievinkFix handling of `#![cfg]` in outline module file
2021-03-19 bors[bot]Merge #8106
2021-03-19 Jonas SchievinkAdd builtin macro-like attributes
2021-03-19 bors[bot]Merge #8104
2021-03-19 Jonas SchievinkRename derive-specific APIs
2021-03-19 bors[bot]Merge #8097
2021-03-19 bors[bot]Merge #8101
2021-03-19 Lukas WirthParse extended_key_value_attributes
2021-03-18 bors[bot]Merge #8099
2021-03-18 Jonas SchievinkDocument fields of `ModuleId`
2021-03-18 bors[bot]Merge #8095
2021-03-18 bors[bot]Merge #8083
2021-03-18 bors[bot]Merge #8094
2021-03-18 bors[bot]Merge #8093
2021-03-18 Jonas SchievinkAdd test
2021-03-18 Jonas SchievinkRecord custom derive helpers in `DefMap`
2021-03-18 bors[bot]Merge #8089
2021-03-18 bors[bot]Merge #8088
2021-03-18 Jonas SchievinkStore an `AstId` for procedural macros
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 Edwin ChengHandle inner recursive macro rules cases
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 SchievinkRename `item_tree` query to `file_item_tree`
2021-03-18 Jonas SchievinkMake `ItemTreeId` its own type
2021-03-18 bors[bot]Merge #8079
2021-03-18 Jonas SchievinkAvoid cloning `CfgOptions`
2021-03-18 bors[bot]Merge #8078
2021-03-18 Jonas SchievinkSupport `#[cfg]` on all associated items
2021-03-17 bors[bot]Merge #8076
2021-03-17 bors[bot]Merge #8075
2021-03-17 Jonas SchievinkFix `use crate as <name>;` imports
2021-03-17 bors[bot]Merge #8073
2021-03-17 Jonas SchievinkImprove diagnostic when including nonexistent file
next