Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge #1084 | bors[bot] | 2019-04-01 | 3 | -37/+0 | |
|\ \ | ||||||
| * | | remove dead code | Aleksey Kladov | 2019-04-01 | 3 | -37/+0 | |
* | | | intelligently add parens when inlining local varaibles | gfreezy | 2019-04-01 | 2 | -1/+10 | |
|/ / | ||||||
* | | switch to new rowan | Aleksey Kladov | 2019-04-01 | 14 | -799/+598 | |
* | | Add WherePred to allow predicate access in WhereClause | Ville Penttinen | 2019-03-31 | 3 | -2/+123 | |
* | | Add trait ast::TypeBoundsOwner | Ville Penttinen | 2019-03-31 | 3 | -5/+21 | |
* | | Add new TYPE_BOUND_LIST and TYPE_BOUND syntax kinds | Ville Penttinen | 2019-03-30 | 2 | -0/+81 | |
|/ | ||||||
* | Basics for trait method resolution | Florian Diebold | 2019-03-25 | 2 | -2/+9 | |
* | Merge #1034 | bors[bot] | 2019-03-25 | 1 | -0/+6 | |
|\ | ||||||
| * | allow dyn diagnostics | Aleksey Kladov | 2019-03-25 | 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 | |
* | replace todo with fixme | Aleksey Kladov | 2019-03-23 | 1 | -1/+1 | |
* | Fix reparsing failure when removing newline | pcpthm | 2019-03-21 | 1 | -0/+7 | |
* | Fix reparsing bug on "{}{}" | pcpthm | 2019-03-21 | 1 | -1/+1 | |
* | Completely ignore errors for reparse fuzz | pcpthm | 2019-03-21 | 1 | -1/+0 | |
* | Use template text to improve reparse fuzzing | pcpthm | 2019-03-21 | 1 | -1/+5 | |
* | Fix lexer not producing right token on "_" | pcpthm | 2019-03-21 | 1 | -0/+1 | |
* | Fix reparsing bug when lex result is different | pcpthm | 2019-03-21 | 1 | -2/+9 | |
* | Improve reparse fuzz test | pcpthm | 2019-03-21 | 1 | -1/+13 | |
* | Fix an arithmetic overflow in reparser | pcpthm | 2019-03-21 | 2 | -5/+5 | |
* | Add fuzz test for reparsing | pcpthm | 2019-03-21 | 1 | -1/+41 | |
* | Refactor parser fuzz testing | pcpthm | 2019-03-21 | 2 | -7/+14 | |
* | add name resolution from the old impl | Aleksey Kladov | 2019-03-17 | 3 | -7/+5 | |
* | Add async keyword | Caio | 2019-03-09 | 1 | -0/+1 | |
* | Remove `TypeRef` from item opts which implement TypeAscriptionOwner | Ville Penttinen | 2019-02-27 | 2 | -33/+14 | |
* | Add new trait TypeAscriptionOwner | Ville Penttinen | 2019-02-26 | 3 | -9/+36 | |
* | rename type to type_alias in the AST as well | Aleksey Kladov | 2019-02-25 | 3 | -52/+52 | |
* | complete struct literals | Aleksey Kladov | 2019-02-24 | 1 | -0/+6 | |
* | support upcastig in AST enum | Aleksey Kladov | 2019-02-24 | 2 | -0/+407 | |
* | introduce tree builder | Aleksey Kladov | 2019-02-23 | 3 | -20/+61 | |
* | rename | Aleksey Kladov | 2019-02-23 | 4 | -23/+19 | |
* | Merge #876 | bors[bot] | 2019-02-21 | 1 | -1/+6 | |
|\ | ||||||
| * | Move `non_trivia_sibling` to `ra_syntax::algo` | Ville Penttinen | 2019-02-21 | 1 | -1/+6 | |
* | | add API guide to ra_syntax | Aleksey Kladov | 2019-02-21 | 1 | -0/+173 | |
|/ | ||||||
* | simplify trait bounds | Aleksey Kladov | 2019-02-21 | 1 | -12/+18 | |
* | rearrange methods | Aleksey Kladov | 2019-02-21 | 1 | -67/+67 | |
* | kill utils module | Aleksey Kladov | 2019-02-21 | 5 | -97/+92 | |
* | docs | Aleksey Kladov | 2019-02-21 | 8 | -83/+104 | |
* | fix compilation | Aleksey Kladov | 2019-02-21 | 6 | -52/+30 | |
* | move parser to a separate crate | Aleksey Kladov | 2019-02-21 | 21 | -4217/+0 | |
* | make grammar independent of syntax tree | Aleksey Kladov | 2019-02-21 | 2 | -14/+18 | |
* | minor | Aleksey Kladov | 2019-02-21 | 1 | -1/+1 | |
* | move whitespace handling to tree builder | Aleksey Kladov | 2019-02-21 | 4 | -188/+159 | |
* | move syntax error to parser | Aleksey Kladov | 2019-02-20 | 6 | -25/+24 | |
* | simplify | Aleksey Kladov | 2019-02-20 | 5 | -29/+4 | |
* | remove TokenPos | Aleksey Kladov | 2019-02-20 | 3 | -49/+28 | |
* | flattern module structure | Aleksey Kladov | 2019-02-20 | 5 | -14/+30 | |
* | merge parse_impl and parser_api | Aleksey Kladov | 2019-02-20 | 2 | -171/+102 | |
* | fix off by one error | Aleksey Kladov | 2019-02-20 | 1 | -1/+1 |