aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Collapse)AuthorAgeFilesLines
* Rename module_id -> local_idAleksey Kladov2019-11-2713-47/+47
|
* prune depsAleksey Kladov2019-11-273-31/+12
|
* Move TyAleksey Kladov2019-11-2734-1515/+1600
|
* DecoupleAleksey Kladov2019-11-271-20/+15
|
* Remove TypableDefAleksey Kladov2019-11-274-98/+7
|
* Cleanup importsAleksey Kladov2019-11-272-3/+3
|
* Use Id for variatsAleksey Kladov2019-11-277-52/+60
|
* More decouplingAleksey Kladov2019-11-274-33/+27
|
* Decouple moreAleksey Kladov2019-11-275-40/+41
|
* DecoupleAleksey Kladov2019-11-272-24/+32
|
* DecoupleAleksey Kladov2019-11-275-49/+71
|
* Cleanup importsAleksey Kladov2019-11-275-14/+20
|
* DecoupleAleksey Kladov2019-11-274-11/+24
|
* DecoupleAleksey Kladov2019-11-273-19/+29
|
* Crate -> CrateIdAleksey Kladov2019-11-274-35/+37
|
* Merge #2422bors[bot]2019-11-264-11/+125
|\ | | | | | | | | | | | | | | | | 2422: Use a simple progress bar instead of indicatif r=maklad a=edwin0cheng ![pb](https://user-images.githubusercontent.com/11014119/69669230-6a3d5a80-10cc-11ea-8ad7-4dccb10349c9.gif) Co-authored-by: Edwin Cheng <[email protected]>
| * Fill all last text to space and return the cursorEdwin Cheng2019-11-261-1/+8
| |
| * Remove progress bar and add a true counterEdwin Cheng2019-11-263-29/+12
| |
| * Remove commented codeEdwin Cheng2019-11-261-3/+0
| |
| * Use a simple progress bar instead of indicatifEdwin Cheng2019-11-264-11/+138
| |
* | CleanupAleksey Kladov2019-11-266-77/+85
| |
* | DecoupleAleksey Kladov2019-11-265-45/+42
| |
* | Merge #2420bors[bot]2019-11-268-77/+70
|\ \ | | | | | | | | | | | | | | | | | | | | | 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 TyAleksey Kladov2019-11-263-6/+7
| | |
| * | More precise NameKind::SelfAleksey Kladov2019-11-266-71/+63
| | |
* | | Merge #2418bors[bot]2019-11-264-13/+19
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | 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 MacroCallLocEdwin Cheng2019-11-264-13/+19
| |/
* | Merge #2419bors[bot]2019-11-2612-241/+207
|\ \ | | | | | | | | | | | | | | | | | | | | | 2419: Remove ns-polymorphic type_for_def r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | Remove ns-polymorphic type_for_defAleksey Kladov2019-11-269-165/+129
| | |
| * | Cleanup importsAleksey Kladov2019-11-262-6/+7
| | |
| * | Reduce visibilityAleksey Kladov2019-11-262-4/+5
| | |
| * | Use TraitId in TraitRefAleksey Kladov2019-11-266-68/+68
| | |
* | | Add noteAleksey Kladov2019-11-261-0/+2
|/ /
* | 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-263-25/+43
| |
* | Detangle ty from traits a bitAleksey Kladov2019-11-265-49/+63
|/
* Merge #2412bors[bot]2019-11-261-1/+1
|\ | | | | | | | | | | | | | | 2412: Fix stale crates that snuck in r=kjeremy a=kjeremy Co-authored-by: Jeremy Kolb <[email protected]>
| * Fix stale crates that snuck inJeremy Kolb2019-11-261-1/+1
| |
* | Merge #2406bors[bot]2019-11-265-13/+34
|\ \ | |/ |/| | | | | | | | | | | 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-265-13/+36
| |
* | Merge #2410bors[bot]2019-11-2611-245/+306
|\ \ | | | | | | | | | | | | | | | | | | | | | 2410: Introduce hir_ty r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | Doc primitivesAleksey Kladov2019-11-262-2/+6
| | |
| * | id-ify impls_in_crate_queryAleksey Kladov2019-11-266-56/+74
| | |
| * | Introduce hir_tyAleksey Kladov2019-11-266-190/+229
| | |
* | | Update parking_lot and smallvec to drop some dependenciesJeremy Kolb2019-11-262-2/+2
|/ /
* | Id-ify Ty::AdtAleksey Kladov2019-11-2611-39/+98
| |
* | Introduce hir::TypeAleksey Kladov2019-11-2615-136/+253
| | | | | | | | It should provide a convenient API over more low-level Ty