Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename AdtDef -> Adt | Aleksey Kladov | 2019-09-12 | 1 | -2/+2 |
* | rename struct -> record, pos -> tuple | Aleksey Kladov | 2019-08-23 | 1 | -1/+1 |
* | refactor fill_match_arms assist | Ekaterina Babshukova | 2019-08-22 | 1 | -123/+72 |
* | remove ast::*Kind enums from assists | Aleksey Kladov | 2019-08-19 | 1 | -3/+3 |
* | rename range -> text_range | Aleksey Kladov | 2019-07-20 | 1 | -2/+2 |
* | migrate ra_assists to the new AST | Aleksey Kladov | 2019-07-19 | 1 | -2/+2 |
* | Clippy changes | Jeremy Kolb | 2019-07-05 | 1 | -17/+14 |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -6/+3 |
* | Review 1 | Changyu Li | 2019-06-25 | 1 | -16/+19 |
* | fill_match_arm works with trivial arm | ironyman | 2019-06-24 | 1 | -2/+54 |
* | Implement autoderef using the Deref trait | Florian Diebold | 2019-06-15 | 1 | -1/+1 |
* | remove inherent source impls | Aleksey Kladov | 2019-06-11 | 1 | -1/+1 |
* | use Source for StructField | Aleksey Kladov | 2019-06-11 | 1 | -2/+2 |
* | use really correct resolver for expressions | Aleksey Kladov | 2019-04-12 | 1 | -1/+1 |
* | rename | Aleksey Kladov | 2019-04-11 | 1 | -1/+1 |
* | introduce SourceAnalyzer | Aleksey Kladov | 2019-04-11 | 1 | -7/+3 |
* | Remove the old variants replaced by Ty::Apply | Florian Diebold | 2019-03-21 | 1 | -9/+5 |
* | rename syntax_mapping as well | Aleksey Kladov | 2019-03-02 | 1 | -2/+2 |
* | rename syntax-mapping -> source-map | Aleksey Kladov | 2019-03-02 | 1 | -1/+1 |
* | Assign IDs to assists | Aleksey Kladov | 2019-02-24 | 1 | -2/+2 |
* | Simplify test_fill_match_arm_refs test cases | Ville Penttinen | 2019-02-23 | 1 | -24/+0 |
* | Fix fill_match_arms not working with references | Ville Penttinen | 2019-02-23 | 1 | -0/+103 |
* | ra_assists: assist "providers" can produce multiple assists | Andrea Pretto | 2019-02-11 | 1 | -3/+5 |
* | Add tests for action target ranges | robojumper | 2019-02-08 | 1 | -1/+17 |
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -4/+1 |
* | move assists to a separate crate | Aleksey Kladov | 2019-02-06 | 1 | -0/+145 |