| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2019-02-27 | Remove `TypeRef` from item opts which implement TypeAscriptionOwner | Ville Penttinen | -33/+14 |
| 2019-02-26 | Add new trait TypeAscriptionOwner | Ville Penttinen | -9/+36 |
| 2019-02-25 | rename type to type_alias in the AST as well | Aleksey Kladov | -89/+89 |
| 2019-02-24 | complete struct literals | Aleksey Kladov | -0/+6 |
| 2019-02-24 | support upcastig in AST enum | Aleksey Kladov | -0/+407 |
| 2019-02-23 | introduce tree builder | Aleksey Kladov | -20/+61 |
| 2019-02-23 | rename | Aleksey Kladov | -23/+19 |
| 2019-02-21 | Merge #876 | bors[bot] | -1/+6 |
| 2019-02-21 | Move `non_trivia_sibling` to `ra_syntax::algo` | Ville Penttinen | -1/+6 |
| 2019-02-21 | add API guide to ra_syntax | Aleksey Kladov | -0/+173 |
| 2019-02-21 | simplify trait bounds | Aleksey Kladov | -12/+18 |
| 2019-02-21 | rearrange methods | Aleksey Kladov | -67/+67 |
| 2019-02-21 | kill utils module | Aleksey Kladov | -104/+96 |
| 2019-02-21 | Ignore lockfile in fuzz | Aleksey Kladov | -521/+1 |
| 2019-02-21 | docs | Aleksey Kladov | -83/+104 |
| 2019-02-21 | fix compilation | Aleksey Kladov | -52/+31 |
| 2019-02-21 | move parser to a separate crate | Aleksey Kladov | -4217/+0 |
| 2019-02-21 | make grammar independent of syntax tree | Aleksey Kladov | -14/+18 |
| 2019-02-21 | minor | Aleksey Kladov | -1/+1 |
| 2019-02-21 | move whitespace handling to tree builder | Aleksey Kladov | -188/+159 |
| 2019-02-20 | move syntax error to parser | Aleksey Kladov | -25/+24 |
| 2019-02-20 | simplify | Aleksey Kladov | -29/+4 |
| 2019-02-20 | remove TokenPos | Aleksey Kladov | -49/+28 |
| 2019-02-20 | flattern module structure | Aleksey Kladov | -14/+30 |
| 2019-02-20 | merge parse_impl and parser_api | Aleksey Kladov | -171/+102 |
| 2019-02-20 | fix off by one error | Aleksey Kladov | -1/+1 |
| 2019-02-20 | move abstract traits to top | Aleksey Kladov | -65/+59 |
| 2019-02-20 | switch to dynamic dispatch for TokenSource | Aleksey Kladov | -9/+7 |
| 2019-02-20 | route parsing via TokenSource trait | Aleksey Kladov | -64/+59 |
| 2019-02-20 | rename Sink -> TreeSink | Aleksey Kladov | -8/+8 |
| 2019-02-20 | fix tests | Aleksey Kladov | -4/+7 |
| 2019-02-20 | rearrange modules in a suggestd reading order | Aleksey Kladov | -9/+10 |
| 2019-02-20 | flatten modules | Aleksey Kladov | -40/+37 |
| 2019-02-20 | move reparsers to grammar | Aleksey Kladov | -33/+27 |
| 2019-02-20 | tighten visibility | Aleksey Kladov | -3/+3 |
| 2019-02-20 | move all parsing related bits to a separate module | Aleksey Kladov | -47/+78 |
| 2019-02-20 | slightly better name | Aleksey Kladov | -12/+20 |
| 2019-02-20 | make stuff private | Aleksey Kladov | -2/+2 |
| 2019-02-18 | handle != operator | Aleksey Kladov | -1/+4 |
| 2019-02-17 | Enable parsing attributes for generic lifetimes and type parameters | Ville Penttinen | -9/+85 |
| 2019-02-17 | Remove match_armlist validator | Ville Penttinen | -30/+0 |
| 2019-02-17 | Parse only outer_attributes for match arms for now | Ville Penttinen | -47/+60 |
| 2019-02-17 | Enable parsing of attributes inside a match block | Ville Penttinen | -1/+589 |
| 2019-02-16 | Handle generic args for method calls | Florian Diebold | -1/+5 |
| 2019-02-16 | Add generic params to impl blocks | Florian Diebold | -1/+2 |
| 2019-02-13 | Import the prelude | Florian Diebold | -1/+3 |
| 2019-02-12 | rename yellow -> syntax_node | Aleksey Kladov | -20/+20 |
| 2019-02-11 | make macro a NameOwner | Aleksey Kladov | -5/+14 |
| 2019-02-11 | Fix typo in Cargo.toml authors | Ville Penttinen | -2/+2 |
| 2019-02-11 | Update authors field in Cargo.tomls to "rust-analyzer developers" | Ville Penttinen | -2/+2 |
