Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 1 | -0/+2 |
* | Support `$crate` in item and expr place. | uHOOCCOOHu | 2019-09-26 | 1 | -12/+52 |
* | Refactor some more | Florian Diebold | 2019-09-17 | 1 | -0/+7 |
* | Define known paths and group names | uHOOCCOOHu | 2019-09-15 | 1 | -1/+29 |
* | Move store TypeRef of type based path in PathKind | uHOOCCOOHu | 2019-09-15 | 1 | -13/+6 |
* | Support path starting with a type | uHOOCCOOHu | 2019-09-15 | 1 | -28/+53 |
* | Lower `Fn(X, Y) -> Z` paths | Florian Diebold | 2019-09-07 | 1 | -4/+40 |
* | Add support for associated type bindings (`where Trait<Type = X>`) | Florian Diebold | 2019-09-03 | 1 | -6/+15 |
* | Lower fully qualified associated type paths | Florian Diebold | 2019-08-12 | 1 | -1/+37 |
* | migrate ra_hir to the new rowan | Aleksey Kladov | 2019-07-19 | 1 | -13/+13 |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -2/+5 |
* | Fix clippy::len_zero | Alan Du | 2019-06-04 | 1 | -2/+2 |
* | Added macro resolution and expansion | Lenard Pratt | 2019-04-22 | 1 | -0/+4 |
* | fix a panic with glob-import missing a source map | Aleksey Kladov | 2019-04-02 | 1 | -8/+5 |
* | replace todo with fixme | Aleksey Kladov | 2019-03-23 | 1 | -3/+3 |
* | Make GenericArgs::from_ast pub(crate) | Florian Diebold | 2019-02-17 | 1 | -1/+1 |
* | Handle generic args for method calls | Florian Diebold | 2019-02-16 | 1 | -1/+1 |
* | Fix some typos | Pascal Hertleif | 2019-02-12 | 1 | -1/+1 |
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -33/+11 |
* | Pass aliases to ImportData | Florian Diebold | 2019-02-01 | 1 | -6/+7 |
* | fix completion bugs | gfreezy | 2019-01-23 | 1 | -0/+7 |
* | Add AST/HIR for type args in path segments | Florian Diebold | 2019-01-19 | 1 | -6/+62 |
* | switched to lowerd module | Aleksey Kladov | 2019-01-19 | 1 | -12/+13 |
* | Fix use tree desugaring | Florian Diebold | 2019-01-08 | 1 | -1/+1 |
* | migrate ra_hir to rowan 2.0 | Aleksey Kladov | 2019-01-08 | 1 | -6/+6 |
* | Add fn signature query | Florian Diebold | 2019-01-06 | 1 | -4/+10 |
* | Add HIR Expr machinery | Florian Diebold | 2019-01-05 | 1 | -0/+8 |
* | Resolve the self parameter during type inference | Florian Diebold | 2019-01-04 | 1 | -0/+5 |
* | introduce hir::Name | Aleksey Kladov | 2018-12-27 | 1 | -4/+14 |
* | Add a hir::TypeRef as an intermediate between ast::TypeRef and ty::Ty | Florian Diebold | 2018-12-25 | 1 | -2/+2 |
* | Move the self handling from directly inside the loop | DJMcNab | 2018-12-21 | 1 | -13/+12 |
* | Fix handling of nested self in paths | DJMcNab | 2018-12-21 | 1 | -2/+20 |
* | Move hir to a separate crate | Aleksey Kladov | 2018-11-28 | 1 | -7/+7 |
* | introduce hir crate | Aleksey Kladov | 2018-11-28 | 1 | -0/+148 |