aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/ty.rs
Commit message (Expand)AuthorAgeFilesLines
* remove forward pointer for type_refAleksey Kladov2019-10-301-2/+2
* make_mut_sliceShotaro Yamada2019-10-141-16/+10
* `.collect()` directly into `Arc<[T]>`Shotaro Yamada2019-10-141-4/+2
* Avoid cloning `Arc<[T]>` into a vec if possibleShotaro Yamada2019-10-141-19/+17
* Add SubstsBuilderFlorian Diebold2019-09-261-6/+135
* Avoid intermediate allocationShotaro Yamada2019-09-251-1/+1
* Give closures typesFlorian Diebold2019-09-241-1/+22
* Handle associated type shorthand (`T::Item`)Florian Diebold2019-09-221-2/+2
* Upgrade ChalkFlorian Diebold2019-09-141-45/+0
* rename AdtDef -> AdtAleksey Kladov2019-09-121-6/+6
* Make type walking infrastructure a bit nicerFlorian Diebold2019-09-031-113/+120
* Properly format `impl Trait<Type = Foo>` typesFlorian Diebold2019-09-031-19/+93
* Add support for associated type bindings (`where Trait<Type = X>`)Florian Diebold2019-09-031-0/+33
* Handle impl/dyn Trait in method resolutionFlorian Diebold2019-08-221-0/+13
* Add `impl Trait` and `dyn Trait` typesFlorian Diebold2019-08-221-10/+110
* Improve debug logging a bitFlorian Diebold2019-08-121-0/+14
* Add representations of associated typesFlorian Diebold2019-08-121-0/+86
* provide completion in struct patternsEkaterina Babshukova2019-07-211-1/+1
* Some renamings for clarityFlorian Diebold2019-07-141-1/+1
* Unify `normalize` and `implements` to simplify codeFlorian Diebold2019-07-081-1/+1
* Refactor a bit & introduce Environment structFlorian Diebold2019-07-081-1/+1
* Add trait obligations for where clauses when calling functions/methodsFlorian Diebold2019-07-061-2/+2
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-5/+8
* Simplifications / cleanup from reviewFlorian Diebold2019-06-161-0/+1
* Somewhat handle variables in the derefed type, and add another testFlorian Diebold2019-06-151-0/+11
* Implement autoderef using the Deref traitFlorian Diebold2019-06-151-2/+3
* Add basic infrastructure for assoc type projectionFlorian Diebold2019-06-151-1/+10
* Fix clippy::or_fun_callAlan Du2019-06-041-1/+1
* add union to code_modelAleksey Kladov2019-05-231-0/+1
* profile type inferenceAleksey Kladov2019-05-211-1/+1
* Add infer for generic default typeEdwin Cheng2019-05-191-1/+1
* Handle where clauses in trait solvingFlorian Diebold2019-05-111-1/+30
* Add a HirDisplay implementation for TraitRefFlorian Diebold2019-05-071-0/+17
* Turn `implements` into a query againFlorian Diebold2019-05-071-1/+1
* Differentiate Tuple / FnPtr type constructors by cardinalityFlorian Diebold2019-05-041-7/+9
* Simplify subst / subst_bound_vars a bitFlorian Diebold2019-05-041-12/+2
* Canonicalize before doing method resolutionFlorian Diebold2019-05-041-0/+11
* Implement Deref<Target=[Ty]> for SubstsFlorian Diebold2019-05-041-17/+18
* Chalk integrationFlorian Diebold2019-05-041-1/+48
* Add Ty::Bound variant for use in Chalk integrationFlorian Diebold2019-05-041-2/+7
* Make callable signature handling a bit nicerFlorian Diebold2019-04-141-0/+22
* More trait infrastructureFlorian Diebold2019-04-141-0/+11
* Make call info to use real name resolutionAleksey Kladov2019-04-111-2/+12
* Added ArrayExprKind,Lenard Pratt2019-04-071-1/+1
* Added inference of array lengthLenard Pratt2019-04-071-1/+5
* Implement a very naive implements checkFlorian Diebold2019-03-251-4/+19
* Assert in apply_substs that the number of parameters doesn't changeFlorian Diebold2019-03-211-1/+6
* Rename name field to ctor as wellFlorian Diebold2019-03-211-14/+14
* Some more doc commentsFlorian Diebold2019-03-211-2/+12
* TypeName => TypeCtorFlorian Diebold2019-03-211-24/+24