Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | :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 #1510 Fixed #1529 | ||||
* | 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 |
| | | | | #1510 | ||||
* | 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 |
| | | | | #1211 | ||||
* | cargo format | Muhammad Mominul Huque | 2019-07-07 | 1 | -2/+2 |
| | |||||
* | Constify KnownName's | Muhammad Mominul Huque | 2019-07-07 | 1 | -2/+3 |
| | |||||
* | Moved module resolution test in mods.rs | Alexander Andreev | 2019-07-07 | 2 | -191/+193 |
| | |||||
* | Added support attribute path in resolusion module fn | Alexander Andreev | 2019-07-06 | 2 | -5/+119 |
| | |||||
* | Added extract path attribute for current module | Alexander Andreev | 2019-07-06 | 2 | -5/+21 |
| | | | | #1211 | ||||
* | Some clippy fixes for 1.36 | Jeremy Kolb | 2019-07-04 | 1 | -9/+5 |
| | |||||
* | Merge #1486 | bors[bot] | 2019-07-04 | 3 | -23/+23 |
|\ | | | | | | | | | | | | | | | 1486: allow rustfmt to reorder imports r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 3 | -23/+23 |
| | | | | | | | | | | | | 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 | ||||
* | | Fixed request changes | Alexander Andreev | 2019-07-03 | 1 | -2/+1 |
| | | |||||
* | | Move resolve raw name in name.rs | Alexander Andreev | 2019-07-03 | 2 | -9/+27 |
| | | | | | | | | Added test for check module resolution with raw name | ||||
* | | Added resolve submodules with raw name | Alexander Andreev | 2019-07-03 | 1 | -0/+9 |
|/ | | | | #1211 | ||||
* | make sure that CrateDefMap is independent from syntax | Aleksey Kladov | 2019-06-26 | 1 | -10/+7 |
| | |||||
* | use single version of either in hir | Aleksey Kladov | 2019-06-10 | 2 | -34/+25 |
| | |||||
* | remove some hacks from nameresolution for macros | Aleksey Kladov | 2019-06-08 | 2 | -14/+37 |
| | |||||
* | Fix clippy::identity_conversion | Alan Du | 2019-06-04 | 2 | -2/+2 |
| | |||||
* | add AstDatabase | Aleksey Kladov | 2019-06-02 | 2 | -9/+15 |
| | |||||
* | add tests for primitive types | Aleksey Kladov | 2019-05-30 | 2 | -0/+25 |
| | |||||
* | add built-in types to scopes | Aleksey Kladov | 2019-05-30 | 1 | -2/+2 |
| | |||||
* | add cacellation checks to expensive queries | Aleksey Kladov | 2019-05-29 | 1 | -0/+1 |
| | |||||
* | Add Test for new item resolution | Edwin Cheng | 2019-05-26 | 2 | -2/+55 |
| | |||||
* | Use ItemOrMacro in item resolution | Edwin Cheng | 2019-05-26 | 1 | -58/+126 |
| | |||||
* | Put back unexpaned_macros after resolve | Edwin Cheng | 2019-05-26 | 1 | -0/+3 |
| | |||||
* | add union to code_model | Aleksey Kladov | 2019-05-23 | 2 | -10/+15 |
| | |||||
* | fix odrer-of-iteration bug in tests | Aleksey Kladov | 2019-05-21 | 1 | -4/+12 |
| | |||||
* | sort hash maps for tests | Aleksey Kladov | 2019-05-21 | 3 | -210/+194 |
| | |||||
* | expand to syntax node | Aleksey Kladov | 2019-05-14 | 1 | -2/+5 |
| | |||||
* | store macro kind in HirFileId | Aleksey Kladov | 2019-05-14 | 1 | -2/+2 |
| | |||||
* | make AstId untyped | Aleksey Kladov | 2019-05-13 | 1 | -1/+4 |
| | |||||
* | Sidestep two-phase borrow violation signaled by ↵ | Felix S. Klock II | 2019-04-29 | 1 | -2/+3 |
| | | | | | | mutable_borrow_reservation_conflict. See rust-lang/rust#59159 for further information/discussion. | ||||
* | Introduced resolve_macro_call on resolver | Lenard Pratt | 2019-04-23 | 1 | -1/+2 |
| | | | | | | changed to manual expansion fix for nested macros | ||||
* | Added macro resolution and expansion | Lenard Pratt | 2019-04-22 | 1 | -3/+5 |
| | |||||
* | Change macro stack monitor test to func ptr based | Edwin Cheng | 2019-04-22 | 1 | -40/+25 |
| | |||||
* | Add mbe expand limit and poision macro set | Edwin Cheng | 2019-04-22 | 1 | -14/+172 |
| | |||||
* | Fix bugs | Edwin Cheng | 2019-04-20 | 1 | -4/+17 |
| | |||||
* | 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 |
| | |||||
* | more realistic test for incrementality | Aleksey Kladov | 2019-03-26 | 1 | -5/+22 |
| | |||||
* | rename | Aleksey Kladov | 2019-03-26 | 1 | -12/+12 |
| | |||||
* | more type safety | Aleksey Kladov | 2019-03-26 | 2 | -29/+42 |
| | |||||
* | strongy-typed ids for macros | Aleksey Kladov | 2019-03-26 | 2 | -19/+11 |
| |