Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | push name down to hir_expand | Aleksey Kladov | 2019-10-30 | 1 | -1/+2 |
* | remove forward pointer for attrs | Aleksey Kladov | 2019-10-30 | 1 | -2/+1 |
* | remove forward pointer for name | Aleksey Kladov | 2019-10-30 | 1 | -3/+2 |
* | move raw_items to hir_def | Aleksey Kladov | 2019-10-30 | 1 | -1/+2 |
* | Move ids to hir_def crate | Aleksey Kladov | 2019-10-30 | 1 | -1/+1 |
* | introduce ra_hir_def | Aleksey Kladov | 2019-10-30 | 1 | -12/+11 |
* | remove not that useful indirection | Aleksey Kladov | 2019-10-29 | 1 | -2/+2 |
* | move expansion-related code to a separate crate | Aleksey Kladov | 2019-10-29 | 1 | -1/+2 |
* | start ra_hir_def crate | Aleksey Kladov | 2019-10-29 | 1 | -8/+5 |
* | remove last traces of source roots from hir | Aleksey Kladov | 2019-10-11 | 1 | -1/+1 |
* | don't special case macro_use | Aleksey Kladov | 2019-10-10 | 1 | -4/+9 |
* | don't special case path attr | Aleksey Kladov | 2019-10-10 | 1 | -7/+14 |
* | simplify a bit | Aleksey Kladov | 2019-10-10 | 1 | -8/+5 |
* | Refactor and fix some more edge cases around name resolution | Aleksey Kladov | 2019-10-10 | 1 | -22/+18 |
* | Optimize | uHOOCCOOHu | 2019-10-02 | 1 | -3/+6 |
* | Support cfg attribute on impl blocks | uHOOCCOOHu | 2019-10-02 | 1 | -4/+1 |
* | Introduce ra_cfg to parse and evaluate CfgExpr | uHOOCCOOHu | 2019-10-02 | 1 | -16/+36 |
* | Pass attributes as token tree to DefCollector | uHOOCCOOHu | 2019-10-02 | 1 | -10/+9 |
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 1 | -0/+2 |
* | Store crate info in `MacroDefId` | uHOOCCOOHu | 2019-09-26 | 1 | -1/+4 |
* | Remove redundant clone() | Shotaro Yamada | 2019-09-25 | 1 | -1/+1 |
* | fix module attr path | gfreezy | 2019-09-20 | 1 | -1/+7 |
* | remove confusing code | Aleksey Kladov | 2019-09-17 | 1 | -31/+1 |
* | make PerNs non-generic | Aleksey Kladov | 2019-09-13 | 1 | -3/+3 |
* | rename AdtDef -> Adt | Aleksey Kladov | 2019-09-12 | 1 | -3/+3 |
* | make various enums "inherit" from AdtDef | Aleksey Kladov | 2019-09-12 | 1 | -3/+3 |
* | Make macro scope a real name scope | uHOOCCOOHu | 2019-09-09 | 1 | -83/+95 |
* | Rename `textual_macro` -> `legacy_macro` | uHOOCCOOHu | 2019-09-08 | 1 | -20/+17 |
* | Revert "Replace with immutable map to avoid heavy cloning" | uHOOCCOOHu | 2019-09-08 | 1 | -3/+0 |
* | Replace with immutable map to avoid heavy cloning | uHOOCCOOHu | 2019-09-08 | 1 | -0/+3 |
* | Resolve textual scoped macros inside item | uHOOCCOOHu | 2019-09-08 | 1 | -7/+9 |
* | Support textual scoped macros | uHOOCCOOHu | 2019-09-08 | 1 | -32/+52 |
* | cleanup hir db imports | Aleksey Kladov | 2019-09-08 | 1 | -3/+4 |
* | don't cycle when processing macros from prelude in prelude | Aleksey Kladov | 2019-09-07 | 1 | -2/+4 |
* | Merge #1771 | bors[bot] | 2019-09-05 | 1 | -15/+30 |
|\ | |||||
| * | Hoist macros from extern crate with macro_use | uHOOCCOOHu | 2019-09-05 | 1 | -11/+17 |
| * | Consider prelude to be `macro_use` | uHOOCCOOHu | 2019-09-05 | 1 | -4/+13 |
* | | move mod resolution to a separate file | Aleksey Kladov | 2019-09-05 | 1 | -183/+7 |
|/ | |||||
* | Let `macro_use` bypass module scope | uHOOCCOOHu | 2019-09-05 | 1 | -20/+38 |
* | Fix import strategy of `macro_use` and its test | uHOOCCOOHu | 2019-09-02 | 1 | -9/+12 |
* | Support resolution of `#[macro_use] extern crate` | uHOOCCOOHu | 2019-08-31 | 1 | -0/+17 |
* | Resolve out of line modules inside inline module with attribute path | Alexander Andreev | 2019-08-03 | 1 | -12/+55 |
* | Fixed request changes. | Alexander Andreev | 2019-07-29 | 1 | -9/+19 |
* | Added resolve modules inside inline module | Alexander Andreev | 2019-07-29 | 1 | -39/+109 |
* | Fixed request comments | Alexander Andreev | 2019-07-14 | 1 | -7/+13 |
* | Fixed comments | Alexander Andreev | 2019-07-13 | 1 | -2/+2 |
* | More resolution modules with attribute path | Alexander Andreev | 2019-07-13 | 1 | -4/+16 |
* | cargo format | Muhammad Mominul Huque | 2019-07-07 | 1 | -2/+2 |
* | Constify KnownName's | Muhammad Mominul Huque | 2019-07-07 | 1 | -2/+3 |
* | Added support attribute path in resolusion module fn | Alexander Andreev | 2019-07-06 | 1 | -5/+24 |