]> git.lizzy.rs Git - rust.git/history - crates/hir
Merge #8133
[rust.git] / crates / hir /
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 Florian DieboldIgnore type bindings in generic_predicates_for_param
2021-03-21 Matthias Krügerclippy::complexity simplifications related to Iterators
2021-03-21 bors[bot]Merge #8123
2021-03-21 bors[bot]Merge #8127
2021-03-21 Lukas WirthTrack labels in scopes
2021-03-20 bors[bot]Merge #8119
2021-03-20 bors[bot]Merge #8117
2021-03-20 Florian DieboldTurn Obligation into something similar to chalk_ir...
2021-03-20 bors[bot]Merge #8115
2021-03-20 Florian DieboldRename GenericPredicate -> WhereClause
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 bors[bot]Merge #8101
2021-03-19 Lukas WirthReplace Projection variant in GenericPredicate with...
2021-03-18 bors[bot]Merge #8095
2021-03-18 bors[bot]Merge #8096
2021-03-18 Florian DieboldChalkify TraitRef
2021-03-18 bors[bot]Merge #8083
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 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-17 bors[bot]Merge #8059
2021-03-17 bors[bot]Merge #8063
2021-03-17 bors[bot]Merge #8048
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 WirthMove doc-comment highlight injection from AST to HIR
2021-03-16 bors[bot]Merge #8041
2021-03-16 Florian DieboldRename Substs -> Substitution
2021-03-16 bors[bot]Merge #8055
2021-03-16 bors[bot]Merge #8053
2021-03-16 Lukas WirthImplement HirDisplay for some more types
2021-03-16 bors[bot]Merge #8034
2021-03-16 bors[bot]Merge #8051
2021-03-16 bors[bot]Merge #7498
2021-03-16 Aleksey KladovUpgrade rowan
2021-03-16 bors[bot]Merge #7900 #8000
2021-03-16 bors[bot]Merge #8036 #8046
2021-03-16 bors[bot]Merge #8045
2021-03-16 bors[bot]Merge #8040
2021-03-15 Chetan Khilosiya7709: Import changes.
2021-03-15 Chetan Khilosiya7709: Added the check for return type of len function.
2021-03-15 bors[bot]Merge #7970
2021-03-15 bors[bot]Merge #8038
2021-03-15 bors[bot]Merge #8028
2021-03-15 Lukas WirthImplement Crate::transitive_reverse_dependencies
2021-03-15 oxalicaPretty print root module of extern crates
2021-03-15 oxalicaFix trait type parameter
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 oxalicaCollect HirDisplay impls to a single file
2021-03-15 bors[bot]Merge #8029
2021-03-15 bors[bot]Merge #8030
2021-03-15 Lukas WirthReturn multiple modules in `parent_module`
2021-03-15 bors[bot]Merge #8020
2021-03-15 Lukas Wirthgoto_implementation: Look at the entire crate graph...
2021-03-15 bors[bot]Merge #8015
2021-03-15 bors[bot]Merge #8008
2021-03-15 bors[bot]Merge #8018
2021-03-15 Lukas WirthSpeedup trait impl search for goto_implementation
2021-03-15 bors[bot]Merge #8026
2021-03-15 Aleksey KladovSimplify source maps for fields
2021-03-15 bors[bot]Merge #8025
2021-03-15 Aleksey KladovGoto definition works for `S { a: }` case
2021-03-15 Lukas Wirthmove Semantics::visit_file_defs to ide_db::helpers
2021-03-15 Lukas WirthIntroduce Semantics::visit_file_defs
2021-03-15 Lukas WirthPower up goto_implementation
2021-03-15 bors[bot]Merge #8021 #8022
2021-03-15 Matthias Krügersome clippy::performance fixes
2021-03-15 bors[bot]Merge #7966
2021-03-14 Florian DieboldDon't use Substs for Ref/Raw/Array/Slice
2021-03-14 bors[bot]Merge #8014
2021-03-14 bors[bot]Merge #8016
2021-03-14 Florian DieboldMore renaming
2021-03-14 Florian DieboldRename some fields to their Chalk names
2021-03-14 bors[bot]Merge #7993
2021-03-14 bors[bot]Merge #8010
2021-03-13 bors[bot]Merge #8003
2021-03-13 Florian DieboldMove type lowering methods to TyLoweringContext
2021-03-13 bors[bot]Merge #8002
2021-03-13 Florian DieboldCreate TraitEnvironment through a query
2021-03-13 bors[bot]Merge #8001
2021-03-13 Florian DieboldUse chalk_ir::PlaceholderIndex
2021-03-13 bors[bot]Merge #7998
next