Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | cargo format | Adolfo Ochagavía | 2018-11-05 | 2 | -5/+9 | |
| * | Introduce Location and make SyntaxError fields private | Adolfo Ochagavía | 2018-11-05 | 9 | -50/+72 | |
| * | Introduce SyntaxErrorKind and TextRange in SyntaxError | Adolfo Ochagavía | 2018-11-04 | 9 | -62/+153 | |
* | | bring back testutils | Aleksey Kladov | 2018-11-05 | 1 | -1/+1 | |
* | | add description | Aleksey Kladov | 2018-11-05 | 1 | -1/+3 | |
* | | Switch ra_syntax to 2015 edition | Aleksey Kladov | 2018-11-05 | 2 | -1/+4 | |
* | | reduce code duplication | Aleksey Kladov | 2018-11-05 | 2 | -21/+19 | |
* | | grammar: for predicates in where | Aleksey Kladov | 2018-11-05 | 4 | -35/+129 | |
|/ | ||||||
* | Add character literal parsing and validation | Adolfo Ochagavía | 2018-11-04 | 6 | -2/+397 | |
* | Don't order import alphabetical | Aleksey Kladov | 2018-11-01 | 1 | -1/+1 | |
* | Use From to get an owned AST | Aleksey Kladov | 2018-11-01 | 2 | -400/+700 | |
* | Remove DOC_COMMENT | Jeremy A. Kolb | 2018-10-31 | 4 | -5/+2 | |
* | Reformat all | Aleksey Kladov | 2018-10-31 | 4 | -13/+16 | |
* | `ast::DocCommentsOwner` which represents a documentation comment owner | Jeremy A. Kolb | 2018-10-31 | 3 | -0/+20 | |
* | Move FnDescriptors to analyzer | Aleksey Kladov | 2018-10-31 | 2 | -100/+100 | |
* | Introduce owned ast nodes | Aleksey Kladov | 2018-10-31 | 2 | -2/+1303 | |
* | switch to TextRange::subrange | Aleksey Kladov | 2018-10-30 | 2 | -6/+2 | |
* | introduce syntax-ptr | Aleksey Kladov | 2018-10-30 | 1 | -0/+1 | |
* | Complete crate:: paths | Aleksey Kladov | 2018-10-24 | 3 | -1/+36 | |
* | Fix function calls | Alan Du | 2018-10-18 | 3 | -3/+3 | |
* | clippy: type_complexity | Alan Du | 2018-10-18 | 1 | -4/+5 | |
* | Remove Copy trait on LeafAtOffset | Alan Du | 2018-10-18 | 1 | -1/+1 | |
* | clippy: Use if lets and remove redundant returns | Alan Du | 2018-10-18 | 6 | -16/+12 | |
* | Update rowan | Aleksey Kladov | 2018-10-17 | 6 | -39/+16 | |
* | rename gen-kinds to gen-syntax | Aleksey Kladov | 2018-10-16 | 5 | -5/+5 | |
* | Cargo Format | Jeremy A. Kolb | 2018-10-16 | 31 | -391/+490 | |
* | start salsa migration | Aleksey Kladov | 2018-10-15 | 1 | -1/+1 | |
* | regenerate | Aleksey Kladov | 2018-10-15 | 1 | -1/+1 | |
* | Parse crate paths in expressions | Aleksey Kladov | 2018-10-15 | 3 | -1/+45 | |
* | switch base crates to 2018 | Aleksey Kladov | 2018-10-15 | 1 | -0/+1 | |
* | Run cargo fix | Aleksey Kladov | 2018-10-15 | 24 | -44/+44 | |
* | Merge #127 | bors[bot] | 2018-10-15 | 3 | -3/+44 | |
|\ | ||||||
| * | Only fold groups of similar comments | Adolfo Ochagavía | 2018-10-13 | 1 | -1/+1 | |
| * | Cleanup fold code and split logic to fold single elements | Adolfo Ochagavía | 2018-10-12 | 3 | -2/+43 | |
* | | Regenerate | Jeremy A. Kolb | 2018-10-12 | 1 | -1/+2 | |
* | | Language Server: textDocument/signatureHelp | Jeremy A. Kolb | 2018-10-11 | 2 | -2/+5 | |
|/ | ||||||
* | Merge #116 | bors[bot] | 2018-10-11 | 3 | -0/+62 | |
|\ | ||||||
| * | Use Comment wrapper | Adolfo Ochagavía | 2018-10-11 | 3 | -0/+62 | |
* | | Update crates/ra_syntax/src/ast/generated.rs | Reinier Maas | 2018-10-10 | 1 | -32/+64 | |
* | | Update generated.rs.tera | Reinier Maas | 2018-10-10 | 1 | -2/+1 | |
|/ | ||||||
* | Attach comments smartly | Aleksey Kladov | 2018-10-08 | 3 | -24/+81 | |
* | replace loop with iterators | Aleksey Kladov | 2018-10-08 | 1 | -6/+7 | |
* | Simplify event processing | Aleksey Kladov | 2018-10-08 | 5 | -94/+117 | |
* | Add `cargo gen-kinds` documentation | Daniel McNab | 2018-10-04 | 5 | -1/+20 | |
* | Merge #93 | bors[bot] | 2018-10-04 | 3 | -12/+59 | |
|\ | ||||||
| * | Support leading pipe in match arms | Daniel McNab | 2018-10-03 | 3 | -12/+59 | |
* | | Make siblings an inherent method | Aleksey Kladov | 2018-10-02 | 3 | -17/+14 | |
* | | make ancestors and descendants inherent | Aleksey Kladov | 2018-10-02 | 6 | -17/+16 | |
* | | use aliases | Aleksey Kladov | 2018-10-02 | 1 | -2/+2 | |
* | | Move to rowan for syntax tree impl | Aleksey Kladov | 2018-10-02 | 11 | -530/+137 | |
|/ |