Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Add expansion infrastructure for derive macros | Florian Diebold | 2019-12-05 | 3 | -5/+9 | |
| | | ||||||
* | | Reduce copy-paste | Aleksey Kladov | 2019-12-05 | 1 | -20/+30 | |
| | | ||||||
* | | Introduce ChildFromSource | Aleksey Kladov | 2019-12-05 | 1 | -101/+40 | |
|/ | ||||||
* | One pub function less is good! | ice1000 | 2019-12-05 | 1 | -5/+4 | |
| | ||||||
* | No block at the moment | ice1000 | 2019-12-04 | 1 | -1/+1 | |
| | ||||||
* | Remove almost unused `ModuleSource::new` | ice1000 | 2019-12-04 | 1 | -1/+1 | |
| | ||||||
* | Confluent `ModuleSource` usage | ice1000 | 2019-12-04 | 1 | -5/+1 | |
| | ||||||
* | Add `ModuleSource::Block` | ice1000 | 2019-12-04 | 5 | -69/+15 | |
| | ||||||
* | Replace `ra_hir_expand::either` with crate | ice1000 | 2019-12-03 | 4 | -12/+16 | |
| | ||||||
* | Add BuiltinShadowMode | Edwin Cheng | 2019-11-30 | 1 | -1/+1 | |
| | ||||||
* | Move source-related traits to a separate module | Aleksey Kladov | 2019-11-28 | 1 | -1/+4 | |
| | ||||||
* | Use InFile for AstId | Aleksey Kladov | 2019-11-28 | 1 | -1/+1 | |
| | ||||||
* | Rename Source -> InFile | Aleksey Kladov | 2019-11-28 | 5 | -67/+67 | |
| | ||||||
* | Use Name::missing consistently | Aleksey Kladov | 2019-11-27 | 1 | -10/+7 | |
| | ||||||
* | Minimize API | Aleksey Kladov | 2019-11-27 | 1 | -8/+1 | |
| | ||||||
* | Reformat | Aleksey Kladov | 2019-11-27 | 1 | -6/+5 | |
| | ||||||
* | Rename module_id -> local_id | Aleksey Kladov | 2019-11-27 | 3 | -16/+16 | |
| | ||||||
* | Move Ty | Aleksey Kladov | 2019-11-27 | 28 | -12229/+46 | |
| | ||||||
* | Decouple | Aleksey Kladov | 2019-11-27 | 1 | -20/+15 | |
| | ||||||
* | Remove TypableDef | Aleksey Kladov | 2019-11-27 | 4 | -98/+7 | |
| | ||||||
* | Cleanup imports | Aleksey Kladov | 2019-11-27 | 2 | -3/+3 | |
| | ||||||
* | Use Id for variats | Aleksey Kladov | 2019-11-27 | 7 | -52/+60 | |
| | ||||||
* | More decoupling | Aleksey Kladov | 2019-11-27 | 4 | -33/+27 | |
| | ||||||
* | Decouple more | Aleksey Kladov | 2019-11-27 | 5 | -40/+41 | |
| | ||||||
* | Decouple | Aleksey Kladov | 2019-11-27 | 2 | -24/+32 | |
| | ||||||
* | Decouple | Aleksey Kladov | 2019-11-27 | 4 | -49/+61 | |
| | ||||||
* | Cleanup imports | Aleksey Kladov | 2019-11-27 | 5 | -14/+20 | |
| | ||||||
* | Decouple | Aleksey Kladov | 2019-11-27 | 4 | -11/+24 | |
| | ||||||
* | Decouple | Aleksey Kladov | 2019-11-27 | 3 | -19/+29 | |
| | ||||||
* | 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 | |
| | | ||||||
* | | id-ify impls_in_crate_query | Aleksey Kladov | 2019-11-26 | 5 | -51/+69 | |
| | |