Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't special case macro_use | Aleksey Kladov | 2019-10-10 | 1 | -19/+3 |
| | |||||
* | don't special case path attr | Aleksey Kladov | 2019-10-10 | 1 | -20/+1 |
| | |||||
* | simplify a bit | Aleksey Kladov | 2019-10-10 | 1 | -2/+8 |
| | |||||
* | Optimize | uHOOCCOOHu | 2019-10-02 | 1 | -4/+7 |
| | |||||
* | Support cfg attribute on impl blocks | uHOOCCOOHu | 2019-10-02 | 1 | -3/+1 |
| | |||||
* | Introduce ra_cfg to parse and evaluate CfgExpr | uHOOCCOOHu | 2019-10-02 | 1 | -10/+11 |
| | |||||
* | Pass attributes as token tree to DefCollector | uHOOCCOOHu | 2019-10-02 | 1 | -10/+42 |
| | |||||
* | Merge branch 'master' into feature/issue/1856 | Alexander Andreev | 2019-09-30 | 1 | -3/+2 |
|\ | | | | | | | | | # Conflicts: # crates/ra_assists/src/ast_editor.rs | ||||
| * | Fix API of Attr | uHOOCCOOHu | 2019-09-30 | 1 | -3/+2 |
| | | |||||
* | | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 1 | -0/+2 |
|/ | | | | #1856 | ||||
* | Fix | uHOOCCOOHu | 2019-09-27 | 1 | -1/+1 |
| | |||||
* | Support `$crate` in item and expr place. | uHOOCCOOHu | 2019-09-26 | 1 | -15/+26 |
| | |||||
* | Remove redundant clone() | Shotaro Yamada | 2019-09-25 | 1 | -4/+1 |
| | |||||
* | add macros with local_inner_macros argument | JasperDeSutter | 2019-09-12 | 1 | -1/+3 |
| | |||||
* | cleanup expansion to item list | Aleksey Kladov | 2019-09-10 | 1 | -1/+3 |
| | |||||
* | Support textual scoped macros | uHOOCCOOHu | 2019-09-08 | 1 | -2/+10 |
| | |||||
* | cleanup hir db imports | Aleksey Kladov | 2019-09-08 | 1 | -2/+2 |
| | |||||
* | Support resolution of `#[macro_use] extern crate` | uHOOCCOOHu | 2019-08-31 | 1 | -2/+11 |
| | |||||
* | 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 | 1 | -3/+14 |
| | | | | | Fixed #1510 Fixed #1529 | ||||
* | migrate ra_hir to the new rowan | Aleksey Kladov | 2019-07-19 | 1 | -26/+26 |
| | |||||
* | Added extract path attribute for current module | Alexander Andreev | 2019-07-06 | 1 | -3/+19 |
| | | | | #1211 | ||||
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -6/+9 |
| | | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway | ||||
* | Fix clippy::identity_conversion | Alan Du | 2019-06-04 | 1 | -1/+1 |
| | |||||
* | add AstDatabase | Aleksey Kladov | 2019-06-02 | 1 | -3/+6 |
| | |||||
* | add union to code_model | Aleksey Kladov | 2019-05-23 | 1 | -9/+10 |
| | |||||
* | expand to syntax node | Aleksey Kladov | 2019-05-14 | 1 | -2/+5 |
| | |||||
* | make AstId untyped | Aleksey Kladov | 2019-05-13 | 1 | -1/+4 |
| | |||||
* | use either for uses | Aleksey Kladov | 2019-04-10 | 1 | -27/+6 |
| | |||||
* | always produce source for import | Aleksey Kladov | 2019-04-02 | 1 | -17/+52 |
| | |||||
* | fix a panic with glob-import missing a source map | Aleksey Kladov | 2019-04-02 | 1 | -9/+7 |
| | |||||
* | rename | Aleksey Kladov | 2019-03-26 | 1 | -12/+12 |
| | |||||
* | more type safety | Aleksey Kladov | 2019-03-26 | 1 | -18/+30 |
| | |||||
* | strongy-typed ids for macros | Aleksey Kladov | 2019-03-26 | 1 | -3/+3 |
| | |||||
* | add typed ids | Aleksey Kladov | 2019-03-26 | 1 | -7/+6 |
| | |||||
* | move source_id to a separate file | Aleksey Kladov | 2019-03-26 | 1 | -1/+1 |
| | |||||
* | reduce visibility | Aleksey Kladov | 2019-03-26 | 1 | -23/+27 |
| | |||||
* | store macro def inside macro id | Aleksey Kladov | 2019-03-26 | 1 | -24/+6 |
| | | | | | | | | 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! | ||||
* | rename persistent hir database -> def database | Aleksey Kladov | 2019-03-23 | 1 | -6/+3 |
| | |||||
* | Reorganize name resolution | Aleksey Kladov | 2019-03-17 | 1 | -0/+322 |