Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Collapse TokenMap and RevTokenMap | Aleksey Kladov | 2019-11-18 | 2 | -7/+5 |
| | |||||
* | Token-based reverse-mapping | Aleksey Kladov | 2019-11-18 | 1 | -29/+22 |
| | |||||
* | More correct expansion mapping | Aleksey Kladov | 2019-11-17 | 1 | -14/+30 |
| | | | | We can't really map arbitrary ranges, we only can map tokens | ||||
* | Make shift an implementation detail of mbe | Aleksey Kladov | 2019-11-17 | 2 | -9/+16 |
| | |||||
* | Merge #2287 | bors[bot] | 2019-11-17 | 1 | -0/+3 |
|\ | | | | | | | | | | | | | | | 2287: Disable doctests r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | Disable doctests | Aleksey Kladov | 2019-11-17 | 1 | -0/+3 |
| | | |||||
* | | Don't store shift redundantly | Aleksey Kladov | 2019-11-17 | 1 | -6/+5 |
|/ | |||||
* | Goto definition works inside macros | Aleksey Kladov | 2019-11-16 | 1 | -0/+9 |
| | |||||
* | Prepare SourceAnalyzer for macros | Aleksey Kladov | 2019-11-15 | 1 | -2/+8 |
| | |||||
* | Sourcify some more | Aleksey Kladov | 2019-11-15 | 1 | -0/+2 |
| | |||||
* | Sourcify some things | Aleksey Kladov | 2019-11-15 | 1 | -0/+4 |
| | | | | | If we want to support macros properly, we need to get rid of those FileIds everywhere... | ||||
* | Heed the advice of rustc's into_iter() warning | memoryruins | 2019-11-15 | 1 | -4/+2 |
| | |||||
* | Handle macro-generated expressions slightly less wrong | Aleksey Kladov | 2019-11-14 | 1 | -1/+4 |
| | |||||
* | Add MacroDefKind | Edwin Cheng | 2019-11-11 | 4 | -35/+19 |
| | |||||
* | Add line macro and tests | Edwin Cheng | 2019-11-11 | 2 | -7/+65 |
| | |||||
* | Add quote macro | Edwin Cheng | 2019-11-11 | 2 | -0/+262 |
| | |||||
* | Add basic bultin macro infrastructure | Edwin Cheng | 2019-11-11 | 5 | -22/+109 |
| | |||||
* | Remove typed macro parsing API | Aleksey Kladov | 2019-11-09 | 2 | -8/+8 |
| | | | | | We do type-erasure on every path anyway, so it doesn't make much sense to duplicate this function for every type | ||||
* | Minor cleanup | Aleksey Kladov | 2019-11-09 | 1 | -6/+8 |
| | |||||
* | Remove map_ranges in RevTokenMap | Edwin Cheng | 2019-11-09 | 2 | -34/+33 |
| | |||||
* | Refactor and simpfily | Edwin Cheng | 2019-11-08 | 2 | -82/+38 |
| | |||||
* | Refactor and add more comments | Edwin Cheng | 2019-11-08 | 1 | -8/+6 |
| | |||||
* | Refactor a bit | Edwin Cheng | 2019-11-04 | 1 | -2/+1 |
| | |||||
* | Use macro_rules shift to map text ranges | Edwin Cheng | 2019-11-04 | 1 | -4/+9 |
| | |||||
* | Use ? and destructing to simplifed long code | Edwin Cheng | 2019-11-04 | 1 | -19/+17 |
| | |||||
* | Rename and fix typos | Edwin Cheng | 2019-11-04 | 2 | -10/+20 |
| | |||||
* | Remove dbg! | Edwin Cheng | 2019-11-04 | 1 | -4/+0 |
| | |||||
* | Add parent_expansion to HirFileId | Edwin Cheng | 2019-11-04 | 1 | -0/+19 |
| | |||||
* | Add macro_expansion_info in hir_expand | Edwin Cheng | 2019-11-04 | 2 | -19/+109 |
| | |||||
* | Move diagnostics to hir_expand | Aleksey Kladov | 2019-11-02 | 2 | -0/+86 |
| | |||||
* | Move Source to hir_expand | Aleksey Kladov | 2019-11-02 | 1 | -1/+19 |
| | |||||
* | move hygiene to hir_expand | Aleksey Kladov | 2019-10-30 | 2 | -11/+47 |
| | |||||
* | push name down to hir_expand | Aleksey Kladov | 2019-10-30 | 2 | -0/+143 |
| | |||||
* | push either to hir_expand | Aleksey Kladov | 2019-10-30 | 2 | -0/+55 |
| | |||||
* | move raw_items to hir_def | Aleksey Kladov | 2019-10-30 | 1 | -4/+4 |
| | |||||
* | cleanup | Aleksey Kladov | 2019-10-29 | 1 | -14/+8 |
| | |||||
* | switch expand to dyn Trait | Aleksey Kladov | 2019-10-29 | 2 | -9/+9 |
| | |||||
* | reduce visibility | Aleksey Kladov | 2019-10-29 | 1 | -2/+2 |
| | |||||
* | add doc comment | Aleksey Kladov | 2019-10-29 | 1 | -0/+2 |
| | |||||
* | remove not that useful indirection | Aleksey Kladov | 2019-10-29 | 1 | -14/+4 |
| | |||||
* | reduce visibility | Aleksey Kladov | 2019-10-29 | 2 | -18/+7 |
| | |||||
* | remove unused query | Aleksey Kladov | 2019-10-29 | 2 | -15/+5 |
| | |||||
* | less generics | Aleksey Kladov | 2019-10-29 | 2 | -6/+9 |
| | |||||
* | flatten hir_expand | Aleksey Kladov | 2019-10-29 | 3 | -257/+241 |
| | |||||
* | make file id repr private again | Aleksey Kladov | 2019-10-29 | 1 | -12/+17 |
| | |||||
* | rename hir_def -> hir_expand | Aleksey Kladov | 2019-10-29 | 5 | -0/+429 |