Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Remove some duplicated test functions | Aleksey Kladov | 2019-11-04 | 1 | -81/+16 | |
|/ | ||||||
* | Cleanup unused marks | Aleksey Kladov | 2019-11-04 | 1 | -10/+0 | |
* | Use new text DSL instead of crate_graph! macro | Aleksey Kladov | 2019-11-04 | 3 | -128/+25 | |
* | Reexport relative_path from ra_db | Aleksey Kladov | 2019-11-03 | 1 | -2/+1 | |
* | Add small module-level docs | Aleksey Kladov | 2019-11-03 | 1 | -0/+5 | |
* | Remove last traces of nameres from hir | Aleksey Kladov | 2019-11-03 | 7 | -66/+11 | |
* | move crate_def_map tests to hir_def | Aleksey Kladov | 2019-11-03 | 7 | -2252/+0 | |
* | Move CrateDefMap to hir_def | Aleksey Kladov | 2019-11-03 | 17 | -1553/+183 | |
* | Move diagnostics to hir_expand | Aleksey Kladov | 2019-11-02 | 6 | -89/+21 | |
* | Move Source to hir_expand | Aleksey Kladov | 2019-11-02 | 2 | -3/+3 | |
* | Change SourceAnalyzer method resoltion API | Florian Diebold | 2019-11-01 | 2 | -4/+26 | |
* | Various review fixes | Florian Diebold | 2019-11-01 | 3 | -17/+13 | |
* | Add some doc comments | Florian Diebold | 2019-11-01 | 1 | -0/+6 | |
* | 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 | |
* | 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 | 10 | -100/+99 | |
* | move ty interning to ty | Aleksey Kladov | 2019-10-30 | 1 | -6/+6 | |
* | Merge #2114 | bors[bot] | 2019-10-29 | 9 | -319/+42 | |
|\ | ||||||
| * | 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 | 3 | -3/+3 | |
| * | 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 | 1 | -8/+7 | |
|/ | ||||||
* | start ra_hir_def crate | Aleksey Kladov | 2019-10-29 | 7 | -131/+39 |