Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Specify desirable namespace when calling resolve | Aleksey Kladov | 2019-09-13 | 1 | -25/+41 |
* | start cleaning up the resolution | Aleksey Kladov | 2019-09-12 | 1 | -6/+5 |
* | cleanup hir db imports | Aleksey Kladov | 2019-09-08 | 1 | -3/+3 |
* | Correctly build BodySourceMap for macro-expanded expressions | Aleksey Kladov | 2019-09-03 | 1 | -7/+22 |
* | fix hir for new block syntax | Aleksey Kladov | 2019-09-02 | 1 | -4/+10 |
* | Add an expr_source method analogous to the source methods in the code model | Florian Diebold | 2019-09-02 | 1 | -3/+3 |
* | rename struct -> record, pos -> tuple | Aleksey Kladov | 2019-08-23 | 1 | -4/+4 |
* | rustfmt | Evgenii P | 2019-08-04 | 1 | -3/+1 |
* | Idiomatic return | Evgenii P | 2019-08-04 | 1 | -1/+1 |
* | Employ early return pattern more | Evgenii P | 2019-08-04 | 1 | -10/+8 |
* | source_binder.rs: fix order of imports | Evgenii P | 2019-08-04 | 1 | -9/+10 |
* | Use std::future::Future trait from stdlib | Evgenii P | 2019-08-03 | 1 | -21/+36 |
* | Use future lang item instead of hardcoded std::future::Future | Evgenii P | 2019-08-02 | 1 | -31/+10 |
* | rustfmt | Evgenii P | 2019-08-02 | 1 | -10/+13 |