aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Remove ns-polymorphic type_for_defAleksey Kladov2019-11-268-164/+127
| |
* | Cleanup importsAleksey Kladov2019-11-262-6/+7
| |
* | Reduce visibilityAleksey Kladov2019-11-262-4/+5
| |
* | Use TraitId in TraitRefAleksey Kladov2019-11-266-68/+68
| |
* | Remove another helperAleksey Kladov2019-11-263-25/+27
| |
* | DocAleksey Kladov2019-11-261-0/+3
| |
* | Remove assoc_type_by_name helperAleksey Kladov2019-11-265-39/+34
| |
* | Store names in TraitDataAleksey Kladov2019-11-262-8/+5
| |
* | Detangle ty from traits a bitAleksey Kladov2019-11-265-49/+63
|/
* Merge #2406bors[bot]2019-11-261-5/+6
|\ | | | | | | | | | | | | | | 2406: Add hygiene information to SourceAnalyzer r=matklad a=edwin0cheng This should fix https://github.com/rust-analyzer/rust-analyzer/pull/2392#issuecomment-557964686 Co-authored-by: Edwin Cheng <[email protected]>
| * Remove dbg!Edwin Cheng2019-11-261-2/+0
| |
| * Add hygiene information to SourceAnalyzerEdwin Cheng2019-11-261-5/+8
| |
* | id-ify impls_in_crate_queryAleksey Kladov2019-11-265-51/+69
| |
* | Introduce hir_tyAleksey Kladov2019-11-262-190/+3
| |
* | Id-ify Ty::AdtAleksey Kladov2019-11-269-39/+93
| |
* | Introduce hir::TypeAleksey Kladov2019-11-263-29/+185
| | | | | | | | It should provide a convenient API over more low-level Ty
* | :arrow_up: salsaAleksey Kladov2019-11-261-0/+4
|/
* Use TypeAliasId in Ty, pt 2Aleksey Kladov2019-11-255-46/+40
|
* Use TypeAliasId in Ty, pt 1Aleksey Kladov2019-11-252-11/+29
|
* More ids in TyAleksey Kladov2019-11-254-17/+13
|
* Fixme for union fieldsAleksey Kladov2019-11-252-0/+3
|
* Fix hir for ast::UnionDefAleksey Kladov2019-11-256-18/+17
|
* Merge #2388bors[bot]2019-11-252-2/+8
|\ | | | | | | | | | | | | | | 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-242-2/+8
| |
* | Use ids for CallableAleksey Kladov2019-11-253-29/+42
| |
* | Use more IDsAleksey Kladov2019-11-251-17/+18
| |
* | Use GenericDefIdMoreAleksey Kladov2019-11-259-55/+43
| |
* | Use GenericDefId moreAleksey Kladov2019-11-255-33/+20
| |
* | Remove Resolver from autoderefAleksey Kladov2019-11-257-49/+73
| | | | | | | | | | 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-247-34/+59
| |
* | Simplify ADT fieldsAleksey Kladov2019-11-243-22/+11
| |
* | Remove impl_block moduleAleksey Kladov2019-11-244-55/+43
| |
* | SimplifyAleksey Kladov2019-11-247-99/+24
| |
* | Don't redo field resolution in the IDEAleksey Kladov2019-11-244-14/+26
|/
* SimplifyAleksey Kladov2019-11-243-6/+6
|
* Cleanup nameresAleksey Kladov2019-11-241-2/+2
|
* CleanupAleksey Kladov2019-11-241-1/+1
|
* SimplifyAleksey Kladov2019-11-241-1/+3
|
* Switch to StaticLoc for staticsAleksey Kladov2019-11-245-14/+19
|
* Remove ids moduleAleksey Kladov2019-11-246-41/+33
|
* Pull macro upAleksey Kladov2019-11-241-14/+1
|
* Cleanup importsAleksey Kladov2019-11-248-27/+20
|
* Move ModuleSource back to hirAleksey Kladov2019-11-232-4/+65
|
* Privatise nameresAleksey Kladov2019-11-231-1/+1
|
* Rename CrateModuleIdAleksey Kladov2019-11-231-3/+3
|
* Move ImportIdAleksey Kladov2019-11-231-4/+4
|
* Simplify HasSourceAleksey Kladov2019-11-231-21/+18
|
* Hide ImportIdAleksey Kladov2019-11-233-19/+24
|
* Remove unneded supertraitAleksey Kladov2019-11-231-1/+1
|