Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Crate -> CrateId | Aleksey Kladov | 2019-11-27 | 4 | -35/+37 | |
| | ||||||
* | Cleanup | Aleksey Kladov | 2019-11-26 | 4 | -74/+82 | |
| | ||||||
* | Decouple | Aleksey Kladov | 2019-11-26 | 5 | -45/+42 | |
| | ||||||
* | Merge #2420 | bors[bot] | 2019-11-26 | 3 | -7/+8 | |
|\ | | | | | | | | | | | | | | | 2420: Remove last traces of adt from Ty r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | Remove last traces of adt from Ty | Aleksey Kladov | 2019-11-26 | 3 | -6/+7 | |
| | | ||||||
| * | More precise NameKind::Self | Aleksey Kladov | 2019-11-26 | 1 | -1/+1 | |
| | | ||||||
* | | Merge #2418 | bors[bot] | 2019-11-26 | 1 | -4/+2 | |
|\ \ | |/ |/| | | | | | | | | | | | 2418: Hide MacroCallLoc outside hir_expand r=matklad a=edwin0cheng This PR refactor `MacroCallLoc` such that it be hided to become implementation details of hir_expand. Co-authored-by: Edwin Cheng <[email protected]> | |||||
| * | Hide MacroCallLoc | Edwin Cheng | 2019-11-26 | 1 | -4/+2 | |
| | | ||||||
* | | Remove ns-polymorphic type_for_def | Aleksey Kladov | 2019-11-26 | 8 | -164/+127 | |
| | | ||||||
* | | Cleanup imports | Aleksey Kladov | 2019-11-26 | 2 | -6/+7 | |
| | | ||||||
* | | Reduce visibility | Aleksey Kladov | 2019-11-26 | 2 | -4/+5 | |
| | | ||||||
* | | Use TraitId in TraitRef | Aleksey Kladov | 2019-11-26 | 6 | -68/+68 | |
| | | ||||||
* | | Remove another helper | Aleksey Kladov | 2019-11-26 | 3 | -25/+27 | |
| | | ||||||
* | | Doc | Aleksey Kladov | 2019-11-26 | 1 | -0/+3 | |
| | | ||||||
* | | Remove assoc_type_by_name helper | Aleksey Kladov | 2019-11-26 | 5 | -39/+34 | |
| | | ||||||
* | | Store names in TraitData | Aleksey Kladov | 2019-11-26 | 2 | -8/+5 | |
| | | ||||||
* | | Detangle ty from traits a bit | Aleksey Kladov | 2019-11-26 | 5 | -49/+63 | |
|/ | ||||||
* | Merge #2406 | bors[bot] | 2019-11-26 | 1 | -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 Cheng | 2019-11-26 | 1 | -2/+0 | |
| | | ||||||
| * | Add hygiene information to SourceAnalyzer | Edwin Cheng | 2019-11-26 | 1 | -5/+8 | |
| | | ||||||
* | | Merge #2410 | bors[bot] | 2019-11-26 | 7 | -240/+72 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 2410: Introduce hir_ty r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | id-ify impls_in_crate_query | Aleksey Kladov | 2019-11-26 | 5 | -51/+69 | |
| | | | ||||||
| * | | Introduce hir_ty | Aleksey Kladov | 2019-11-26 | 3 | -190/+4 | |
| | | | ||||||
* | | | Update parking_lot and smallvec to drop some dependencies | Jeremy Kolb | 2019-11-26 | 1 | -1/+1 | |
|/ / | ||||||
* | | Id-ify Ty::Adt | Aleksey Kladov | 2019-11-26 | 9 | -39/+93 | |
| | | ||||||
* | | Introduce hir::Type | Aleksey Kladov | 2019-11-26 | 3 | -29/+185 | |
| | | | | | | | | It should provide a convenient API over more low-level Ty | |||||
* | | Use chalk fork to paper over #2052 | Aleksey Kladov | 2019-11-26 | 1 | -3/+5 | |
| | | ||||||
* | | :arrow_up: salsa | Aleksey Kladov | 2019-11-26 | 1 | -0/+4 | |
|/ | ||||||
* | Use TypeAliasId in Ty, pt 2 | Aleksey Kladov | 2019-11-25 | 5 | -46/+40 | |
| | ||||||
* | Use TypeAliasId in Ty, pt 1 | Aleksey Kladov | 2019-11-25 | 2 | -11/+29 | |
| | ||||||
* | More ids in Ty | Aleksey Kladov | 2019-11-25 | 4 | -17/+13 | |
| | ||||||
* | Fixme for union fields | Aleksey Kladov | 2019-11-25 | 2 | -0/+3 | |
| | ||||||
* | Fix hir for ast::UnionDef | Aleksey Kladov | 2019-11-25 | 6 | -18/+17 | |
| | ||||||
* | Merge #2388 | bors[bot] | 2019-11-25 | 2 | -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 message | Frizi | 2019-11-24 | 2 | -2/+8 | |
| | | ||||||
* | | Use ids for Callable | Aleksey Kladov | 2019-11-25 | 3 | -29/+42 | |
| | | ||||||
* | | Use more IDs | Aleksey Kladov | 2019-11-25 | 1 | -17/+18 | |
| | | ||||||
* | | Use GenericDefIdMore | Aleksey Kladov | 2019-11-25 | 9 | -55/+43 | |
| | | ||||||
* | | Use GenericDefId more | Aleksey Kladov | 2019-11-25 | 5 | -33/+20 | |
| | | ||||||
* | | Remove Resolver from autoderef | Aleksey Kladov | 2019-11-25 | 7 | -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 up | Aleksey Kladov | 2019-11-25 | 1 | -12/+15 | |
| | | ||||||
* | | Switch to variant-granularity field type inference | Aleksey Kladov | 2019-11-24 | 7 | -34/+59 | |
| | | ||||||
* | | Simplify ADT fields | Aleksey Kladov | 2019-11-24 | 3 | -22/+11 | |
| | | ||||||
* | | Remove impl_block module | Aleksey Kladov | 2019-11-24 | 4 | -55/+43 | |
| | | ||||||
* | | Simplify | Aleksey Kladov | 2019-11-24 | 7 | -99/+24 | |
| | | ||||||
* | | Don't redo field resolution in the IDE | Aleksey Kladov | 2019-11-24 | 4 | -14/+26 | |
|/ | ||||||
* | Simplify | Aleksey Kladov | 2019-11-24 | 3 | -6/+6 | |
| | ||||||
* | Cleanup nameres | Aleksey Kladov | 2019-11-24 | 1 | -2/+2 | |
| | ||||||
* | Cleanup | Aleksey Kladov | 2019-11-24 | 1 | -1/+1 | |
| | ||||||
* | Simplify | Aleksey Kladov | 2019-11-24 | 1 | -1/+3 | |
| |