Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove TraitItem and ImplItem in favor of AssocItem | Florian Diebold | 2019-09-17 | 1 | -18/+5 |
* | cleanup hir db imports | Aleksey Kladov | 2019-09-08 | 1 | -2/+4 |
* | remove ast::*Kind from hir | Aleksey Kladov | 2019-08-19 | 1 | -4/+4 |
* | migrate ra_hir to the new rowan | Aleksey Kladov | 2019-07-19 | 1 | -3/+3 |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -3/+3 |
* | remove inherent source impls | Aleksey Kladov | 2019-06-11 | 1 | -1/+1 |
* | use Source for Trait | Aleksey Kladov | 2019-06-11 | 1 | -5/+5 |
* | Fix clippy::single_match | Alan Du | 2019-06-04 | 1 | -6/+3 |
* | add AstDatabase | Aleksey Kladov | 2019-06-02 | 1 | -2/+8 |
* | Handle auto traits & negative impls | Florian Diebold | 2019-05-11 | 1 | -1/+7 |
* | More trait infrastructure | Florian Diebold | 2019-04-14 | 1 | -1/+32 |
* | Basics for trait method resolution | Florian Diebold | 2019-03-25 | 1 | -0/+52 |