aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/ty
Commit message (Collapse)AuthorAgeFilesLines
* Move TyAleksey Kladov2019-11-2718-10588/+0
|
* DecoupleAleksey Kladov2019-11-271-20/+15
|
* Remove TypableDefAleksey Kladov2019-11-272-41/+2
|
* Cleanup importsAleksey Kladov2019-11-272-3/+3
|
* Use Id for variatsAleksey Kladov2019-11-275-42/+58
|
* More decouplingAleksey Kladov2019-11-271-15/+12
|
* Decouple moreAleksey Kladov2019-11-273-36/+37
|
* DecoupleAleksey Kladov2019-11-272-24/+32
|
* DecoupleAleksey Kladov2019-11-273-45/+57
|
* Cleanup importsAleksey Kladov2019-11-275-14/+20
|
* DecoupleAleksey Kladov2019-11-273-8/+21
|
* DecoupleAleksey Kladov2019-11-273-19/+29
|
* Crate -> CrateIdAleksey Kladov2019-11-272-20/+25
|
* CleanupAleksey Kladov2019-11-262-63/+40
|
* DecoupleAleksey Kladov2019-11-263-32/+32
|
* Remove ns-polymorphic type_for_defAleksey Kladov2019-11-265-150/+111
|
* Cleanup importsAleksey Kladov2019-11-261-2/+1
|
* Reduce visibilityAleksey Kladov2019-11-262-4/+5
|
* Use TraitId in TraitRefAleksey Kladov2019-11-264-62/+59
|
* Remove another helperAleksey Kladov2019-11-262-12/+25
|
* DocAleksey Kladov2019-11-261-0/+3
|
* Remove assoc_type_by_name helperAleksey Kladov2019-11-264-33/+32
|
* Store names in TraitDataAleksey Kladov2019-11-261-3/+3
|
* Detangle ty from traits a bitAleksey Kladov2019-11-263-3/+55
|
* id-ify impls_in_crate_queryAleksey Kladov2019-11-263-49/+58
|
* Introduce hir_tyAleksey Kladov2019-11-262-190/+3
|
* Id-ify Ty::AdtAleksey Kladov2019-11-265-20/+25
|
* Use TypeAliasId in Ty, pt 2Aleksey Kladov2019-11-254-29/+22
|
* Use TypeAliasId in Ty, pt 1Aleksey Kladov2019-11-251-1/+13
|
* More ids in TyAleksey Kladov2019-11-252-4/+7
|
* Fixme for union fieldsAleksey Kladov2019-11-252-0/+3
|
* Fix hir for ast::UnionDefAleksey Kladov2019-11-252-3/+3
|
* Merge #2388bors[bot]2019-11-251-1/+2
|\ | | | | | | | | | | | | | | 2388: Show missing struct fields in the error message r=matklad a=Frizi This provides the most interesting information about the "missing structure fields" error directly to the user. Co-authored-by: Frizi <[email protected]>
| * Show missing struct fields in the error messageFrizi2019-11-241-1/+2
| |
* | Use ids for CallableAleksey Kladov2019-11-252-23/+29
| |
* | Use more IDsAleksey Kladov2019-11-251-17/+18
| |
* | Use GenericDefIdMoreAleksey Kladov2019-11-254-18/+20
| |
* | Use GenericDefId moreAleksey Kladov2019-11-252-13/+13
| |
* | Remove Resolver from autoderefAleksey Kladov2019-11-256-47/+65
| | | | | | | | | | Resolver holds onto too much context, including local scopes. Let's try to pass in only what is necessary -- the trait environment.
* | Push resolver upAleksey Kladov2019-11-251-12/+15
| |
* | Switch to variant-granularity field type inferenceAleksey Kladov2019-11-244-22/+41
| |
* | Simplify ADT fieldsAleksey Kladov2019-11-241-11/+5
| |
* | SimplifyAleksey Kladov2019-11-242-6/+5
| |
* | Don't redo field resolution in the IDEAleksey Kladov2019-11-242-13/+20
|/
* SimplifyAleksey Kladov2019-11-241-2/+2
|
* Switch to StaticLoc for staticsAleksey Kladov2019-11-241-2/+0
|
* Remove ids moduleAleksey Kladov2019-11-242-10/+19
|
* Move lang_items to hir_defAleksey Kladov2019-11-234-27/+39
|
* Expand column!()Jeremy Kolb2019-11-221-0/+19
|
* Merge #2357bors[bot]2019-11-221-0/+19
|\ | | | | | | | | | | | | | | 2357: Expand file! to dummy "" r=edwin0cheng a=kjeremy See https://github.com/rust-analyzer/rust-analyzer/pull/2355#issuecomment-557541873 Co-authored-by: kjeremy <[email protected]>