Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move resolver to hir_def | Aleksey Kladov | 2019-11-21 | 1 | -8/+8 |
* | Decouple | Aleksey Kladov | 2019-11-21 | 1 | -4/+9 |
* | Split internal and user-visible ScopeDef | Aleksey Kladov | 2019-11-21 | 1 | -2/+17 |
* | Move ScopeDef | Aleksey Kladov | 2019-11-21 | 1 | -3/+3 |
* | Decouple | Aleksey Kladov | 2019-11-21 | 1 | -4/+4 |
* | Decouple | Aleksey Kladov | 2019-11-21 | 1 | -6/+6 |
* | Move expr resolver to resolve | Aleksey Kladov | 2019-11-21 | 1 | -3/+3 |
* | Decouple Resolver | Aleksey Kladov | 2019-11-21 | 1 | -9/+12 |
* | Add HasResolver trait | Aleksey Kladov | 2019-11-20 | 1 | -1/+1 |
* | Move constants to new ID | Aleksey Kladov | 2019-11-20 | 1 | -1/+6 |
* | Fix expand macro | Edwin Cheng | 2019-11-20 | 1 | -3/+10 |
* | Next gen IDs for functions | Aleksey Kladov | 2019-11-20 | 1 | -1/+1 |
* | Rename with_ast -> with_value | Aleksey Kladov | 2019-11-20 | 1 | -6/+6 |
* | Rename Source::ast -> Source::value | Aleksey Kladov | 2019-11-20 | 1 | -12/+12 |
* | Change to use Expansion::file_id and reordering | Edwin Cheng | 2019-11-19 | 1 | -6/+1 |
* | Rebase | Edwin Cheng | 2019-11-19 | 1 | -0/+5 |
* | More correct expansion mapping | Aleksey Kladov | 2019-11-17 | 1 | -4/+9 |
* | Goto definition works inside macros | Aleksey Kladov | 2019-11-16 | 1 | -1/+22 |
* | Force passing Source when creating a SourceAnalyzer | Aleksey Kladov | 2019-11-15 | 1 | -30/+20 |
* | Prepare SourceAnalyzer for macros | Aleksey Kladov | 2019-11-15 | 1 | -1/+0 |
* | Prepare SourceAnalyzer for macros | Aleksey Kladov | 2019-11-15 | 1 | -7/+6 |
* | Sourcify some more | Aleksey Kladov | 2019-11-15 | 1 | -13/+21 |
* | Sourcify some things | Aleksey Kladov | 2019-11-15 | 1 | -8/+7 |
* | Move scope tests to hir_def | Aleksey Kladov | 2019-11-15 | 1 | -19/+5 |
* | Reduce visibility | Aleksey Kladov | 2019-11-15 | 1 | -3/+3 |
* | Use Local more | Aleksey Kladov | 2019-11-15 | 1 | -8/+0 |
* | Move body queries to hir_def | Aleksey Kladov | 2019-11-14 | 1 | -1/+1 |
* | Move scopes to hir_def | Aleksey Kladov | 2019-11-14 | 1 | -5/+1 |
* | Handle macro-generated expressions slightly less wrong | Aleksey Kladov | 2019-11-14 | 1 | -13/+31 |
* | Remove owner from Body | Aleksey Kladov | 2019-11-12 | 1 | -1/+1 |
* | Introduce hir::GenericParam | Aleksey Kladov | 2019-11-11 | 1 | -4/+7 |
* | Add hir::Local | Aleksey Kladov | 2019-11-11 | 1 | -12/+8 |
* | Move CrateDefMap to hir_def | Aleksey Kladov | 2019-11-03 | 1 | -2/+5 |
* | Change SourceAnalyzer method resoltion API | Florian Diebold | 2019-11-01 | 1 | -2/+25 |
* | Complete trait assoc items | Florian Diebold | 2019-11-01 | 1 | -3/+5 |
* | Refactor to unify with method resolution | Florian Diebold | 2019-11-01 | 1 | -3/+4 |
* | Fixes #2143 | kjeremy | 2019-10-31 | 1 | -1/+3 |
* | source_binder => match_ast! | kjeremy | 2019-10-30 | 1 | -28/+36 |
* | push name down to hir_expand | Aleksey Kladov | 2019-10-30 | 1 | -1/+2 |
* | remove forward pointer to Path | Aleksey Kladov | 2019-10-30 | 1 | -2/+1 |
* | remove forward pointer for name | Aleksey Kladov | 2019-10-30 | 1 | -2/+3 |
* | Move ids to hir_def crate | Aleksey Kladov | 2019-10-30 | 1 | -1/+1 |
* | Support inferring `Self` type in enum definitions | ice1000 | 2019-10-08 | 1 | -1/+1 |
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 1 | -7/+7 |
* | Support `$crate` in item and expr place. | uHOOCCOOHu | 2019-09-26 | 1 | -0/+2 |
* | Remove redundant clone() | Shotaro Yamada | 2019-09-25 | 1 | -1/+1 |
* | introduce FromSource trait | Ekaterina Babshukova | 2019-09-19 | 1 | -107/+17 |
* | Refactor a bit to prepare for resolving trait assoc items | Florian Diebold | 2019-09-17 | 1 | -1/+1 |
* | Define known paths and group names | uHOOCCOOHu | 2019-09-15 | 1 | -6/+2 |
* | Support path starting with a type | uHOOCCOOHu | 2019-09-15 | 1 | -9/+5 |