Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | move abstract traits to top | Aleksey Kladov | 2019-02-20 | 4 | -65/+59 | |
* | switch to dynamic dispatch for TokenSource | Aleksey Kladov | 2019-02-20 | 2 | -9/+7 | |
* | route parsing via TokenSource trait | Aleksey Kladov | 2019-02-20 | 3 | -64/+59 | |
* | rename Sink -> TreeSink | Aleksey Kladov | 2019-02-20 | 3 | -8/+8 | |
* | fix tests | Aleksey Kladov | 2019-02-20 | 2 | -4/+7 | |
* | rearrange modules in a suggestd reading order | Aleksey Kladov | 2019-02-20 | 2 | -9/+10 | |
* | flatten modules | Aleksey Kladov | 2019-02-20 | 15 | -40/+37 | |
* | move reparsers to grammar | Aleksey Kladov | 2019-02-20 | 2 | -33/+27 | |
* | tighten visibility | Aleksey Kladov | 2019-02-20 | 1 | -3/+3 | |
* | move all parsing related bits to a separate module | Aleksey Kladov | 2019-02-20 | 31 | -47/+78 | |
* | slightly better name | Aleksey Kladov | 2019-02-20 | 3 | -12/+20 | |
* | make stuff private | Aleksey Kladov | 2019-02-20 | 1 | -2/+2 | |
* | handle != operator | Aleksey Kladov | 2019-02-18 | 1 | -1/+4 | |
* | Enable parsing attributes for generic lifetimes and type parameters | Ville Penttinen | 2019-02-17 | 5 | -9/+85 | |
* | Remove match_armlist validator | Ville Penttinen | 2019-02-17 | 2 | -30/+0 | |
* | Parse only outer_attributes for match arms for now | Ville Penttinen | 2019-02-17 | 3 | -47/+60 | |
* | Enable parsing of attributes inside a match block | Ville Penttinen | 2019-02-17 | 16 | -1/+589 | |
* | Handle generic args for method calls | Florian Diebold | 2019-02-16 | 2 | -1/+5 | |
* | Add generic params to impl blocks | Florian Diebold | 2019-02-16 | 2 | -1/+2 | |
* | Import the prelude | Florian Diebold | 2019-02-13 | 2 | -1/+3 | |
* | rename yellow -> syntax_node | Aleksey Kladov | 2019-02-12 | 18 | -20/+20 | |
* | make macro a NameOwner | Aleksey Kladov | 2019-02-11 | 6 | -5/+14 | |
* | Fix typo in Cargo.toml authors | Ville Penttinen | 2019-02-11 | 2 | -2/+2 | |
* | Update authors field in Cargo.tomls to "rust-analyzer developers" | Ville Penttinen | 2019-02-11 | 2 | -2/+2 | |
* | Fix handling of literal patterns | Florian Diebold | 2019-02-09 | 7 | -41/+104 | |
* | Extract project model to separate crate | Florian Diebold | 2019-02-09 | 1 | -1/+1 | |
* | reformat the world | Aleksey Kladov | 2019-02-08 | 26 | -314/+95 | |
* | Fill deprecation for LSP | kjeremy | 2019-02-05 | 3 | -1/+12 | |
* | Add AST for extern crate | Florian Diebold | 2019-02-04 | 5 | -6/+16 | |
* | Fix number of extern_inner_attributes | DJMcNab | 2019-02-02 | 2 | -0/+0 | |
* | Pass aliases to ImportData | Florian Diebold | 2019-02-01 | 2 | -1/+37 | |
* | convert punts and literals | Aleksey Kladov | 2019-01-31 | 3 | -18/+113 | |
* | Merge #692 | bors[bot] | 2019-01-31 | 15 | -0/+432 | |
|\ | ||||||
| * | Parse and validate attributes in blocks | DJMcNab | 2019-01-28 | 10 | -0/+352 | |
| * | Add a test for inner attributes on extern blocks | DJMcNab | 2019-01-27 | 2 | -0/+30 | |
| * | Correctly parse inner attributes of impl blocks | DJMcNab | 2019-01-27 | 3 | -0/+50 | |
* | | Infer type of match guard | Marcus Klaas de Vries | 2019-01-28 | 6 | -44/+117 | |
* | | Typos | Erlend Tobiassen | 2019-01-27 | 1 | -2/+2 | |
|/ | ||||||
* | Merge #685 | bors[bot] | 2019-01-27 | 4 | -36/+125 | |
|\ | ||||||
| * | Stop using let_stmt twice | DJMcNab | 2019-01-27 | 1 | -43/+41 | |
| * | Make attrs be a child of the let statement | DJMcNab | 2019-01-26 | 3 | -23/+26 | |
| * | Support attributes on let statements | DJMcNab | 2019-01-26 | 3 | -20/+108 |