Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Switch to StaticLoc for statics | Aleksey Kladov | 2019-11-24 | 5 | -14/+19 |
| | |||||
* | Remove ids module | Aleksey Kladov | 2019-11-24 | 6 | -41/+33 |
| | |||||
* | Pull macro up | Aleksey Kladov | 2019-11-24 | 1 | -14/+1 |
| | |||||
* | Cleanup imports | Aleksey Kladov | 2019-11-24 | 8 | -27/+20 |
| | |||||
* | Move ModuleSource back to hir | Aleksey Kladov | 2019-11-23 | 2 | -4/+65 |
| | |||||
* | Privatise nameres | Aleksey Kladov | 2019-11-23 | 1 | -1/+1 |
| | |||||
* | Rename CrateModuleId | Aleksey Kladov | 2019-11-23 | 1 | -3/+3 |
| | |||||
* | Move ImportId | Aleksey Kladov | 2019-11-23 | 1 | -4/+4 |
| | |||||
* | Simplify HasSource | Aleksey Kladov | 2019-11-23 | 1 | -21/+18 |
| | |||||
* | Hide ImportId | Aleksey Kladov | 2019-11-23 | 3 | -19/+24 |
| | |||||
* | Remove unneded supertrait | Aleksey Kladov | 2019-11-23 | 1 | -1/+1 |
| | |||||
* | Cleanup imports | Aleksey Kladov | 2019-11-23 | 1 | -1/+1 |
| | |||||
* | Note that debugging infra is broken | Aleksey Kladov | 2019-11-23 | 1 | -0/+2 |
| | |||||
* | Get rid of DefDatabase2 | Aleksey Kladov | 2019-11-23 | 2 | -5/+3 |
| | |||||
* | Move docs to hir_def | Aleksey Kladov | 2019-11-23 | 6 | -132/+43 |
| | |||||
* | Move lang_items to hir_def | Aleksey Kladov | 2019-11-23 | 7 | -199/+45 |
| | |||||
* | Use attrs rather than syntax for lang items | Aleksey Kladov | 2019-11-23 | 1 | -31/+25 |
| |