]> git.lizzy.rs Git - rust.git/history - crates/hir_def
Merge #8133
[rust.git] / crates / hir_def /
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 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
2021-03-17 bors[bot]Merge #8072
2021-03-17 Jonas SchievinkUse first early expansion error during nameres
2021-03-17 bors[bot]Merge #8069
2021-03-17 bors[bot]Merge #8068
2021-03-17 Jonas SchievinkApply `#[cfg]`s when computing function signatures
2021-03-17 Jonas SchievinkItemTree: lower attributes on fn parameters
2021-03-17 bors[bot]Merge #8065
2021-03-17 Lukas WirthFix incorrect newline emission in Attrs::docs
2021-03-17 bors[bot]Merge #8066
2021-03-17 Jonas SchievinkHandle `#[cfg]` on call arguments
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 bors[bot]Merge #8048
2021-03-17 BrandonFollow established ErrorEmitted pattern
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 bors[bot]Merge #8042
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 #8034
2021-03-16 bors[bot]Merge #8051
2021-03-16 bors[bot]Merge #7498
2021-03-16 bors[bot]Merge #7900 #8000
2021-03-16 bors[bot]Merge #8036 #8046
2021-03-16 BrandonFix missing unresolved macro diagnostic in function...
2021-03-16 bors[bot]Merge #8040
2021-03-16 bors[bot]Merge #8044
2021-03-16 Edwin ChengFix macro expansion for statements w/o semicolon
2021-03-15 bors[bot]Merge #7970
2021-03-15 brandondongUpdate crates/hir_def/src/nameres/collector.rs
2021-03-15 bors[bot]Merge #8028
2021-03-15 oxalicaUse hir formatter more
2021-03-15 oxalicaImpl HirDisplay for function hover message
2021-03-15 oxalicaIntroduce FunctionQualifier for hir::FunctionData
2021-03-15 bors[bot]Merge #8029
2021-03-15 bors[bot]Merge #8020
2021-03-15 Laurențiu NicolaEnable thread-local coverage marks
2021-03-15 bors[bot]Merge #8015
2021-03-15 bors[bot]Merge #8008
2021-03-15 bors[bot]Merge #8018
2021-03-15 bors[bot]Merge #8026
2021-03-15 Aleksey KladovSimplify source maps for fields
next