Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into feature/issue/1856 | Alexander Andreev | 2019-09-30 | 1 | -3/+2 |
|\ | |||||
| * | Fix API of Attr | uHOOCCOOHu | 2019-09-30 | 1 | -3/+2 |
* | | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 3 | -0/+6 |
|/ | |||||
* | Fix | uHOOCCOOHu | 2019-09-27 | 1 | -1/+1 |
* | Support `$crate` in item and expr place. | uHOOCCOOHu | 2019-09-26 | 2 | -15/+131 |
* | Store crate info in `MacroDefId` | uHOOCCOOHu | 2019-09-26 | 1 | -1/+4 |
* | Remove redundant clone() | Shotaro Yamada | 2019-09-25 | 2 | -5/+2 |
* | fix module attr path | gfreezy | 2019-09-20 | 3 | -2/+40 |
* | introduce FromSource trait | Ekaterina Babshukova | 2019-09-19 | 1 | -2/+10 |
* | remove confusing code | Aleksey Kladov | 2019-09-17 | 1 | -31/+1 |
* | make PerNs non-generic | Aleksey Kladov | 2019-09-13 | 2 | -18/+18 |
* | Specify desirable namespace when calling resolve | Aleksey Kladov | 2019-09-13 | 1 | -9/+0 |
* | 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 |
* | add macros with local_inner_macros argument | JasperDeSutter | 2019-09-12 | 2 | -1/+40 |
* | Merge #1796 | bors[bot] | 2019-09-11 | 1 | -1/+1 |
|\ | |||||
| * | Fix typo | uHOOCCOOHu | 2019-09-11 | 1 | -1/+1 |
* | | cleanup expansion to item list | Aleksey Kladov | 2019-09-10 | 1 | -1/+3 |
|/ | |||||
* | Strip | uHOOCCOOHu | 2019-09-09 | 1 | -9/+3 |
* | Make macro scope a real name scope | uHOOCCOOHu | 2019-09-09 | 4 | -137/+265 |
* | Fix test | uHOOCCOOHu | 2019-09-08 | 1 | -3/+0 |
* | Rename `textual_macro` -> `legacy_macro` | uHOOCCOOHu | 2019-09-08 | 2 | -21/+18 |
* | 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 | 2 | -8/+24 |
* | Support textual scoped macros | uHOOCCOOHu | 2019-09-08 | 3 | -34/+153 |
* | cleanup hir db imports | Aleksey Kladov | 2019-09-08 | 3 | -6/+7 |
* | don't cycle when processing macros from prelude in prelude | Aleksey Kladov | 2019-09-07 | 2 | -2/+33 |
* | Merge #1779 | bors[bot] | 2019-09-06 | 1 | -1/+3 |
|\ | |||||
| * | minor | Aleksey Kladov | 2019-09-06 | 1 | -1/+3 |
* | | make source_root API more abstract | Aleksey Kladov | 2019-09-06 | 1 | -6/+8 |
|/ | |||||
* | Merge #1771 | bors[bot] | 2019-09-05 | 2 | -18/+90 |
|\ | |||||
| * | Hoist macros from extern crate with macro_use | uHOOCCOOHu | 2019-09-05 | 2 | -14/+20 |
| * | Consider prelude to be `macro_use` | uHOOCCOOHu | 2019-09-05 | 2 | -4/+70 |
* | | rename test file to match impl file | Aleksey Kladov | 2019-09-05 | 2 | -1/+1 |
* | | move mod resolution to a separate file | Aleksey Kladov | 2019-09-05 | 2 | -183/+189 |
|/ | |||||
* | Fix typo | uHOOCCOOHu | 2019-09-05 | 1 | -2/+2 |
* | Let `macro_use` bypass module scope | uHOOCCOOHu | 2019-09-05 | 2 | -35/+52 |
* | Fix import strategy of `macro_use` and its test | uHOOCCOOHu | 2019-09-02 | 2 | -9/+22 |
* | Add test | uHOOCCOOHu | 2019-08-31 | 1 | -5/+50 |
* | Support resolution of `#[macro_use] extern crate` | uHOOCCOOHu | 2019-08-31 | 2 | -2/+28 |
* | :arrow_up: insta | Aleksey Kladov | 2019-08-29 | 5 | -53/+53 |
* | remove ast::*Kind from hir | Aleksey Kladov | 2019-08-19 | 1 | -12/+12 |
* | Resolve out of line modules inside inline module with attribute path | Alexander Andreev | 2019-08-03 | 3 | -28/+70 |
* | Fixed request changes. | Alexander Andreev | 2019-07-29 | 1 | -9/+19 |
* | Added resolve modules inside inline module | Alexander Andreev | 2019-07-29 | 2 | -54/+147 |
* | migrate ra_hir to the new rowan | Aleksey Kladov | 2019-07-19 | 1 | -26/+26 |
* | Fixed request comments | Alexander Andreev | 2019-07-14 | 2 | -66/+72 |
* | Fixed comments | Alexander Andreev | 2019-07-13 | 1 | -2/+2 |
* | More resolution modules with attribute path | Alexander Andreev | 2019-07-13 | 2 | -4/+521 |