]> git.lizzy.rs Git - rust.git/history - crates/hir/src/lib.rs
Use hir formatter more
[rust.git] / crates / hir / src / lib.rs
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 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 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
2021-03-13 Florian DieboldUse chalk_ir::FnDefId
2021-03-13 Florian DieboldUse chalk_ir::AssocTypeId
2021-03-13 bors[bot]Merge #7996
2021-03-13 Florian DieboldSeparate `Ty` and `TyKind` like in Chalk
2021-03-13 bors[bot]Merge #7799
2021-03-13 bors[bot]Merge #7994
2021-03-12 bors[bot]Merge #7956
2021-03-10 bors[bot]Merge #7961
2021-03-10 bors[bot]Merge #7958
2021-03-10 Lukas WirthAvoid double text edits when renaming mod declaration
2021-03-09 bors[bot]Merge #6822
2021-03-09 bors[bot]Merge #7948
2021-03-09 Jonas SchievinkDelete `ContainerId`
2021-03-09 bors[bot]Merge #7878
2021-03-09 Jonas SchievinkStop using `ContainerId` in `AssocContainerId`
2021-03-09 bors[bot]Merge #7945
2021-03-09 bors[bot]Merge #7942
2021-03-09 Lukas WirthShow whether a binding is mutable or not on hover
2021-03-09 bors[bot]Merge #7944
2021-03-09 Aleksey KladovCleanup auto-ref in completion
2021-03-09 bors[bot]Merge #7941
2021-03-09 bors[bot]Merge #7873 #7933
2021-03-09 bors[bot]Merge #7931
2021-03-09 Jonas SchievinkUse `Type::new_with_resolver_inner` more
2021-03-08 bors[bot]Merge #7898
2021-03-08 Kirill BulatovRefactor the import location
2021-03-08 bors[bot]Merge #7923
2021-03-08 Aleksey KladovHygiene is an internal implementation detail of the...
2021-03-08 Aleksey KladovRemove useless code_model indirection
2021-03-05 bors[bot]Merge #7880
2021-03-02 bors[bot]Merge #7851
2021-03-02 bors[bot]Merge #7850
2021-03-02 bors[bot]Merge #7849
2021-03-02 bors[bot]Merge #7795
2021-03-02 Lukas WirthShow docs on hover for keywords and primitives
2021-01-14 bors[bot]Merge #7110
2021-01-03 bors[bot]Merge #7113
2021-01-03 bors[bot]Merge #7136
2021-01-03 bors[bot]Merge #7068
2021-01-03 bors[bot]Merge #7115
2021-01-03 bors[bot]Merge #7128
2021-01-02 bors[bot]Merge #7133
2021-01-02 bors[bot]Merge #7134
2021-01-01 Lukas WirthImpl HasAttrs for GenericParam
2021-01-01 bors[bot]Merge #7080
2021-01-01 Lukas WirthAdd ConstParams to the HIR
2020-12-31 bors[bot]Merge #7106
2020-12-29 bors[bot]Merge #7075
2020-12-27 bors[bot]Merge #7047
2020-12-25 bors[bot]Merge #7038
2020-12-25 bors[bot]Merge #7036
2020-12-24 bors[bot]Merge #7030
2020-12-24 bors[bot]Merge #7029
2020-12-24 bors[bot]Merge #7028
2020-12-24 bors[bot]Merge #7021
2020-12-24 Lukas WirthTrack labels in the HIR
2020-12-20 bors[bot]Merge #6968
2020-12-20 bors[bot]Merge #6963
2020-12-20 bors[bot]Merge #6961
2020-12-20 bors[bot]Merge #6921
2020-12-20 bors[bot]Merge #6958
2020-12-20 Aleksey KladovAlign code_model name with ungrammar
2020-12-18 bors[bot]Merge #6901
2020-12-17 bors[bot]Merge #6912
2020-12-17 bors[bot]Merge #6914
2020-12-17 Aleksey KladovRename ImplDef -> Impl
2020-12-14 bors[bot]Merge #6817
2020-12-12 bors[bot]Merge #6845
2020-12-12 bors[bot]Merge #6818
2020-12-11 Lukas WirthAdd Lifetimes to the HIR
next