Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support `$crate` in item and expr place. | uHOOCCOOHu | 2019-09-26 | 1 | -0/+105 |
| | |||||
* | fix module attr path | gfreezy | 2019-09-20 | 1 | -0/+31 |
| | |||||
* | introduce FromSource trait | Ekaterina Babshukova | 2019-09-19 | 1 | -2/+10 |
| | |||||
* | add macros with local_inner_macros argument | JasperDeSutter | 2019-09-12 | 1 | -0/+37 |
| | |||||
* | Fix typo | uHOOCCOOHu | 2019-09-11 | 1 | -1/+1 |
| | |||||
* | Make macro scope a real name scope | uHOOCCOOHu | 2019-09-09 | 1 | -10/+109 |
| | | | | Fix some details about module scoping | ||||
* | Fix test | uHOOCCOOHu | 2019-09-08 | 1 | -3/+0 |
| | |||||
* | Rename `textual_macro` -> `legacy_macro` | uHOOCCOOHu | 2019-09-08 | 1 | -1/+1 |
| | | | | Add comments | ||||
* | Resolve textual scoped macros inside item | uHOOCCOOHu | 2019-09-08 | 1 | -1/+15 |
| | |||||
* | Support textual scoped macros | uHOOCCOOHu | 2019-09-08 | 1 | -0/+91 |
| | |||||
* | don't cycle when processing macros from prelude in prelude | Aleksey Kladov | 2019-09-07 | 1 | -0/+29 |
| | |||||
* | Merge #1771 | bors[bot] | 2019-09-05 | 1 | -3/+60 |
|\ | | | | | | | | | | | | | | | | | | | | | 1771: Further tweak for macro_use on extern crate r=matklad a=uHOOCCOOHu Some more tweaks to #1743 to behave more like `rustc` 1. Hoist macros from `#[macro_use] extern crate`, so that they can be used before `extern crate`. 2. Implicit `#[macro_use]` for `prelude` if exists Co-authored-by: uHOOCCOOHu <[email protected]> | ||||
| * | Hoist macros from extern crate with macro_use | uHOOCCOOHu | 2019-09-05 | 1 | -3/+3 |
| | | |||||
| * | Consider prelude to be `macro_use` | uHOOCCOOHu | 2019-09-05 | 1 | -0/+57 |
| | | |||||
* | | rename test file to match impl file | Aleksey Kladov | 2019-09-05 | 1 | -0/+0 |
|/ | |||||
* | Fix typo | uHOOCCOOHu | 2019-09-05 | 1 | -2/+2 |
| | |||||
* | Let `macro_use` bypass module scope | uHOOCCOOHu | 2019-09-05 | 1 | -15/+14 |
| | |||||
* | Fix import strategy of `macro_use` and its test | uHOOCCOOHu | 2019-09-02 | 1 | -0/+10 |
| | |||||
* | Add test | uHOOCCOOHu | 2019-08-31 | 1 | -5/+50 |
| | |||||
* | :arrow_up: insta | Aleksey Kladov | 2019-08-29 | 4 | -37/+37 |
| | |||||
* | Resolve out of line modules inside inline module with attribute path | Alexander Andreev | 2019-08-03 | 1 | -13/+1 |
| | | | | | Fixed #1510 Fixed #1529 | ||||
* | Added resolve modules inside inline module | Alexander Andreev | 2019-07-29 | 1 | -15/+38 |
| | | | | #1510 | ||||
* | Fixed request comments | Alexander Andreev | 2019-07-14 | 1 | -59/+59 |
| | |||||
* | More resolution modules with attribute path | Alexander Andreev | 2019-07-13 | 1 | -0/+505 |
| | | | | #1211 | ||||
* | Moved module resolution test in mods.rs | Alexander Andreev | 2019-07-07 | 1 | -0/+192 |
| | |||||
* | remove some hacks from nameresolution for macros | Aleksey Kladov | 2019-06-08 | 1 | -4/+9 |
| | |||||
* | add tests for primitive types | Aleksey Kladov | 2019-05-30 | 1 | -0/+24 |
| | |||||
* | add built-in types to scopes | Aleksey Kladov | 2019-05-30 | 1 | -2/+2 |
| | |||||
* | Add Test for new item resolution | Edwin Cheng | 2019-05-26 | 1 | -0/+40 |
| | |||||
* | sort hash maps for tests | Aleksey Kladov | 2019-05-21 | 2 | -65/+65 |
| | |||||
* | more realistic test for incrementality | Aleksey Kladov | 2019-03-26 | 1 | -5/+22 |
| | |||||
* | store macro def inside macro id | Aleksey Kladov | 2019-03-26 | 1 | -15/+8 |
| | | | | | | | | This solves the problem of "macro expansion can't call into name resolution, because name resolution calls back into macro expansion" Because we store macro def as a part of call id, macro expansion just knows the def! | ||||
* | Reorganize name resolution | Aleksey Kladov | 2019-03-17 | 3 | -0/+335 |