Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add expansion infrastructure for derive macros | Florian Diebold | 2019-12-05 | 1 | -2/+4 |
* | Replace `ra_hir_expand::either` with crate | ice1000 | 2019-12-03 | 1 | -5/+4 |
* | Add BuiltinShadowMode | Edwin Cheng | 2019-11-30 | 1 | -2/+5 |
* | Move source-related traits to a separate module | Aleksey Kladov | 2019-11-28 | 1 | -1/+2 |
* | Rename Source -> InFile | Aleksey Kladov | 2019-11-28 | 1 | -7/+7 |
* | Rename module_id -> local_id | Aleksey Kladov | 2019-11-27 | 1 | -1/+1 |
* | Hide MacroCallLoc | Edwin Cheng | 2019-11-26 | 1 | -3/+2 |
* | Docs | Aleksey Kladov | 2019-11-24 | 1 | -1/+2 |
* | Simplify | Aleksey Kladov | 2019-11-24 | 1 | -22/+6 |
* | Cleanup | Aleksey Kladov | 2019-11-24 | 1 | -1/+1 |
* | Switch to StaticLoc for statics | Aleksey Kladov | 2019-11-24 | 1 | -1/+2 |
* | Get rid of DefDatabase2 | Aleksey Kladov | 2019-11-23 | 1 | -8/+8 |
* | Move constants to new ID | Aleksey Kladov | 2019-11-20 | 1 | -0/+1 |
* | Next gen IDs for functions | Aleksey Kladov | 2019-11-20 | 1 | -1/+2 |
* | Rename Source::ast -> Source::value | Aleksey Kladov | 2019-11-20 | 1 | -6/+6 |
* | Move body queries to hir_def | Aleksey Kladov | 2019-11-14 | 1 | -2/+32 |
* | Move scopes to hir_def | Aleksey Kladov | 2019-11-14 | 1 | -0/+1 |
* | Slightly better naming | Aleksey Kladov | 2019-11-14 | 1 | -9/+6 |
* | Handle macro-generated expressions slightly less wrong | Aleksey Kladov | 2019-11-14 | 1 | -19/+9 |
* | Move expansion to Expander | Aleksey Kladov | 2019-11-14 | 1 | -2/+34 |
* | Move parse_path to Expander | Aleksey Kladov | 2019-11-14 | 1 | -0/+4 |
* | Expansion stack scaffold | Aleksey Kladov | 2019-11-14 | 1 | -2/+35 |
* | Add Expader::to_source | Aleksey Kladov | 2019-11-14 | 1 | -0/+4 |
* | Move original_file to Expander | Aleksey Kladov | 2019-11-14 | 1 | -1/+7 |
* | Rename MacroResolver -> Expander | Aleksey Kladov | 2019-11-14 | 1 | -10/+6 |
* | Move current file to MacroResolver | Aleksey Kladov | 2019-11-14 | 1 | -4/+9 |
* | Reduce visibility | Aleksey Kladov | 2019-11-14 | 1 | -5/+1 |
* | Move expression lowering to hir_def | Aleksey Kladov | 2019-11-12 | 1 | -0/+142 |
* | Move definition of exprs to hir_def | Aleksey Kladov | 2019-11-12 | 1 | -0/+2 |