Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove dead code | Aleksey Kladov | 2019-04-01 | 1 | -7/+0 |
* | switch to new rowan | Aleksey Kladov | 2019-04-01 | 1 | -85/+161 |
* | Add WherePred to allow predicate access in WhereClause | Ville Penttinen | 2019-03-31 | 1 | -0/+67 |
* | Add trait ast::TypeBoundsOwner | Ville Penttinen | 2019-03-31 | 1 | -0/+6 |
* | simplify | Aleksey Kladov | 2019-03-25 | 1 | -37/+34 |
* | Target only the actual operator. | Marco Groppo | 2019-03-24 | 1 | -33/+45 |
* | add name resolution from the old impl | Aleksey Kladov | 2019-03-17 | 1 | -6/+3 |
* | Add new trait TypeAscriptionOwner | Ville Penttinen | 2019-02-26 | 1 | -0/+6 |
* | complete struct literals | Aleksey Kladov | 2019-02-24 | 1 | -0/+6 |
* | docs | Aleksey Kladov | 2019-02-21 | 1 | -0/+1 |
* | handle != operator | Aleksey Kladov | 2019-02-18 | 1 | -1/+4 |
* | Enable parsing of attributes inside a match block | Ville Penttinen | 2019-02-17 | 1 | -0/+14 |
* | rename yellow -> syntax_node | Aleksey Kladov | 2019-02-12 | 1 | -1/+1 |
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -27/+10 |
* | Fill deprecation for LSP | kjeremy | 2019-02-05 | 1 | -0/+10 |
* | Merge #662 | bors[bot] | 2019-01-27 | 1 | -13/+62 |
|\ | |||||
| * | Make doc comments optional | Jeremy Kolb | 2019-01-26 | 1 | -5/+24 |
| * | Do not unconditionally trim comments | Jeremy Kolb | 2019-01-26 | 1 | -2/+1 |
| * | Preserve indentation in doc comments | Jeremy Kolb | 2019-01-26 | 1 | -9/+40 |
* | | fix AST for if expressions | Aleksey Kladov | 2019-01-26 | 1 | -2/+16 |
|/ | |||||
* | rename POS_FIELD -> POS_FIELD_DEF | Aleksey Kladov | 2019-01-25 | 1 | -2/+2 |
* | Merge #633 | bors[bot] | 2019-01-24 | 1 | -2/+3 |
|\ | |||||
| * | use ToOwned trait instead of inherent method | Aleksey Kladov | 2019-01-24 | 1 | -2/+3 |
* | | migrate enums to new id | Aleksey Kladov | 2019-01-24 | 1 | -0/+7 |
|/ | |||||
* | fix completion bugs | gfreezy | 2019-01-23 | 1 | -0/+7 |
* | Move parsing of field pattern lists to the parser (where it belongs) | Marcus Klaas de Vries | 2019-01-19 | 1 | -49/+0 |
* | Add initial (flawed) implementation of binding annotations | Marcus Klaas de Vries | 2019-01-19 | 1 | -0/+10 |
* | Implement unlabeled struct field pattern inference | Marcus Klaas de Vries | 2019-01-19 | 1 | -31/+11 |
* | Create struct patterns up to the hir level | Marcus Klaas de Vries | 2019-01-19 | 1 | -0/+69 |
* | Merge #536 | bors[bot] | 2019-01-16 | 1 | -0/+9 |
|\ | |||||
| * | add has_semi to ExprStmt | Yerkebulan Tulibergenov | 2019-01-16 | 1 | -0/+9 |
* | | Fixup tests | Marcus Klaas de Vries | 2019-01-14 | 1 | -0/+46 |
|/ | |||||
* | support ref-patterns | Aleksey Kladov | 2019-01-13 | 1 | -0/+6 |
* | rename TreePtr -> TreeArc | Aleksey Kladov | 2019-01-11 | 1 | -2/+2 |
* | assist to convert if-let to match | Aleksey Kladov | 2019-01-08 | 1 | -1/+1 |
* | itroduce trait for ast tokens | Aleksey Kladov | 2019-01-08 | 1 | -42/+10 |
* | migrate ra_hir to rowan 2.0 | Aleksey Kladov | 2019-01-08 | 1 | -0/+27 |
* | switch ra_syntax to new rowan API | Aleksey Kladov | 2019-01-08 | 1 | -115/+84 |
* | Implement type inference for more binary operators | Marcus Klaas de Vries | 2019-01-07 | 1 | -2/+2 |
* | Add remaining binary operations to AST | Marcus Klaas de Vries | 2019-01-07 | 1 | -1/+69 |
* | Touch up type inference for boolean operators | Marcus Klaas de Vries | 2019-01-06 | 1 | -11/+24 |
* | Implement type inference for boolean operators | Marcus Klaas de Vries | 2019-01-05 | 1 | -0/+39 |
* | split import assist | Aleksey Kladov | 2019-01-05 | 1 | -0/+6 |
* | Type the self parameter | Florian Diebold | 2019-01-04 | 1 | -0/+31 |
* | Rename ImplItem to ImplBlock | Florian Diebold | 2019-01-04 | 1 | -1/+1 |
* | add mod doc comments test in ast | csmoe | 2019-01-04 | 1 | -0/+13 |
* | parse doc comment for items | csmoe | 2019-01-04 | 1 | -0/+12 |
* | visibility owner | Aleksey Kladov | 2019-01-03 | 1 | -0/+6 |
* | add items from macros to modules | Aleksey Kladov | 2019-01-01 | 1 | -0/+30 |
* | Implement reference / pointer types | Florian Diebold | 2018-12-25 | 1 | -0/+39 |