]> git.lizzy.rs Git - rust.git/history - crates/ra_hir/src/ty/infer.rs
Merge #982
[rust.git] / crates / ra_hir / src / ty / infer.rs
2019-03-17 bors[bot]Merge #982
2019-03-17 Michael KilloughSplit test case and use tested_by!.
2019-03-17 Michael KilloughSimplify match statement.
2019-03-17 Michael Killoughimpl Default for BindingMode.
2019-03-16 Michael KilloughImplement BindingMode for pattern matching.
2019-03-16 bors[bot]Merge #981
2019-03-16 Florian DieboldRemove FnSig from FnDef type
2019-03-16 Florian DieboldRefactor FnSig a bit
2019-03-06 bors[bot]Merge #933
2019-03-05 bors[bot]Merge #930
2019-03-05 bors[bot]Merge #912
2019-03-04 kjeremyUse impl_froms!
2019-03-04 kjeremyMake ExpOrPatId private
2019-03-04 Jeremy KolbRemove commented out code
2019-03-04 Jeremy KolbUse ImplItems instead of just Function
2019-03-04 kjeremyMake goto definition/hover resolve constructors
2019-02-25 bors[bot]Merge #897
2019-02-25 Ville PenttinenAdd static type inference
2019-02-25 Ville PenttinenAdd const type inference
2019-02-24 bors[bot]Merge #894
2019-02-24 Florian DieboldRename Type => TypeAlias
2019-02-24 bors[bot]Merge #892
2019-02-24 Florian DieboldImplement support for type aliases
2019-02-24 bors[bot]Merge #885
2019-02-24 bors[bot]Merge #886
2019-02-23 Florian DieboldRefactor associated method resolution a bit and make...
2019-02-23 bors[bot]Merge #884
2019-02-23 Florian DieboldSplit ty.rs into several modules