Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Complete trait assoc items | Florian Diebold | 2019-11-01 | 3 | -5/+8 |
| | |||||
* | Refactor a bit | Florian Diebold | 2019-11-01 | 1 | -36/+25 |
| | |||||
* | Don't do autoderef for path resolution | Florian Diebold | 2019-11-01 | 1 | -18/+39 |
| | |||||
* | Refactor to unify with method resolution | Florian Diebold | 2019-11-01 | 6 | -137/+111 |
| | |||||
* | Record assoc item resolution | Florian Diebold | 2019-11-01 | 1 | -1/+3 |
| | |||||
* | Insert type vars before doing assoc item resolution | Florian Diebold | 2019-11-01 | 2 | -12/+15 |
| | |||||
* | Add another unrelated, currently not working test | Florian Diebold | 2019-11-01 | 1 | -0/+16 |
| | |||||
* | Get trait assoc item resolution mostly working | Florian Diebold | 2019-11-01 | 3 | -16/+261 |
| | |||||
* | Fixes #2143 | kjeremy | 2019-10-31 | 1 | -1/+3 |
| | |||||
* | move struct & enum data to hir_def | Aleksey Kladov | 2019-10-31 | 5 | -200/+72 |
| | |||||
* | add ModuleDefId to hir_def | Aleksey Kladov | 2019-10-31 | 2 | -9/+5 |
| | |||||
* | move builtin types to hir_def | Aleksey Kladov | 2019-10-31 | 6 | -78/+24 |
| | |||||
* | move mod_resolution to hir_def | Aleksey Kladov | 2019-10-31 | 3 | -84/+6 |
| | |||||
* | source_binder => match_ast! | kjeremy | 2019-10-30 | 1 | -28/+36 |
| | |||||
* | move hygiene to hir_expand | Aleksey Kladov | 2019-10-30 | 2 | -3/+7 |
| | |||||
* | push name down to hir_expand | Aleksey Kladov | 2019-10-30 | 15 | -30/+27 |
| | |||||
* | push either to hir_expand | Aleksey Kladov | 2019-10-30 | 1 | -9/+8 |
| | |||||
* | refactor $crate handling | Aleksey Kladov | 2019-10-30 | 2 | -7/+9 |
| | | | | | Introduce proper hygiene module, which should grow quite a bit eventually. | ||||
* | remove forward pointer for attrs | Aleksey Kladov | 2019-10-30 | 4 | -6/+2 |
| | |||||
* | fix compilation | Aleksey Kladov | 2019-10-30 | 4 | -6/+7 |
| | |||||
* | remove forward pointer for type_ref | Aleksey Kladov | 2019-10-30 | 14 | -24/+27 |
| | |||||
* | remove forward pointer to Path | Aleksey Kladov | 2019-10-30 | 12 | -20/+27 |
| | |||||
* | remove forward pointer for name | Aleksey Kladov | 2019-10-30 | 16 | -43/+52 |
| | |||||
* | move raw_items to hir_def | Aleksey Kladov | 2019-10-30 | 15 | -1367/+23 |
| | |||||
* | Move ids to hir_def crate | Aleksey Kladov | 2019-10-30 | 10 | -249/+26 |
| | |||||
* | introduce ra_hir_def | Aleksey Kladov | 2019-10-30 | 11 | -100/+100 |
| | |||||
* | move ty interning to ty | Aleksey Kladov | 2019-10-30 | 1 | -6/+6 |
| | |||||
* | Merge #2114 | bors[bot] | 2019-10-29 | 10 | -320/+43 |
|\ | | | | | | | | | | | | | | | 2114: Move macro expansion to a separate crate r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | cleanup | Aleksey Kladov | 2019-10-29 | 2 | -9/+4 |
| | | |||||
| * | remove not that useful indirection | Aleksey Kladov | 2019-10-29 | 3 | -4/+4 |
| | | |||||
| * | remove empty module | Aleksey Kladov | 2019-10-29 | 2 | -15/+6 |
| | | |||||
| * | reduce visibility | Aleksey Kladov | 2019-10-29 | 2 | -2/+2 |
| | | |||||
| * | flatten hir_expand | Aleksey Kladov | 2019-10-29 | 2 | -4/+2 |
| | | |||||
| * | rename hir_def -> hir_expand | Aleksey Kladov | 2019-10-29 | 4 | -4/+4 |
| | | |||||
| * | move expansion-related code to a separate crate | Aleksey Kladov | 2019-10-29 | 6 | -303/+42 |
| | | |||||
* | | Upgrade Chalk, make use of TypeName::Error variant | Florian Diebold | 2019-10-29 | 2 | -11/+10 |
|/ | |||||
* | start ra_hir_def crate | Aleksey Kladov | 2019-10-29 | 8 | -131/+40 |
| | |||||
* | weaken requirements of AstDef | Aleksey Kladov | 2019-10-28 | 1 | -23/+23 |
| | |||||
* | remove relative_path_buf workaround | Aleksey Kladov | 2019-10-27 | 1 | -10/+3 |
| | | | | The upstream problem was fixed with the change to 1.0 | ||||
* | Upgrade Chalk (without using its dyn/impl Trait support) | Florian Diebold | 2019-10-26 | 3 | -46/+76 |
| | |||||
* | Specify working chalk revisions in manifest | Laurențiu Nicola | 2019-10-25 | 1 | -3/+3 |
| | |||||
* | bump insta | kjeremy | 2019-10-24 | 1 | -1/+1 |
| | |||||
* | restore assert | Aleksey Kladov | 2019-10-23 | 1 | -0/+1 |
| | |||||
* | classify module from declaration | Ekaterina Babshukova | 2019-10-22 | 1 | -1/+0 |
| | |||||
* | replace trait by a bunch of functions | Ekaterina Babshukova | 2019-10-22 | 1 | -58/+2 |
| | |||||
* | return Declaration from classify_name_ref | Ekaterina Babshukova | 2019-10-22 | 1 | -1/+39 |
| | |||||
* | replace a chain of `if let` by macro | Ekaterina Babshukova | 2019-10-22 | 1 | -39/+1 |
| | |||||
* | initial classify_name | Ekaterina Babshukova | 2019-10-22 | 1 | -2/+58 |
| | |||||
* | relative-path 1.0 | kjeremy | 2019-10-17 | 1 | -1/+1 |
| | |||||
* | Bump deps | Laurențiu Nicola | 2019-10-17 | 3 | -5/+11 |
| |