Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | switch back to the latest beta | Aleksey Kladov | 2018-11-24 | 1 | -2/+4 |
* | Complete paths after :: | Aleksey Kladov | 2018-11-21 | 2 | -2/+2 |
* | Some import resolution boilerplate | Aleksey Kladov | 2018-11-20 | 1 | -0/+6 |
* | Split string lexing and run rustfmt | Adolfo Ochagavía | 2018-11-11 | 10 | -521/+548 |
* | Validate byte string literals | Adolfo Ochagavía | 2018-11-11 | 8 | -24/+305 |
* | Add validator for byte | Adolfo Ochagavía | 2018-11-11 | 8 | -90/+416 |
* | Validate string literals | Adolfo Ochagavía | 2018-11-09 | 9 | -274/+621 |
* | Complete paths in use trees | Aleksey Kladov | 2018-11-07 | 1 | -0/+9 |
* | rename ROOT -> SOURCE_FILE | Aleksey Kladov | 2018-11-07 | 183 | -232/+231 |
* | Rename File -> SourceFileNode | Aleksey Kladov | 2018-11-07 | 5 | -24/+24 |
* | Add some more DocCommentsOwner | Jeremy A. Kolb | 2018-11-07 | 2 | -2/+14 |
* | Merge #207 | bors[bot] | 2018-11-07 | 7 | -13/+234 |
|\ | |||||
| * | Fix backslash escape | Adolfo Ochagavía | 2018-11-07 | 1 | -2/+4 |
| * | Use ArrayString instead of hand rolled data structure | Adolfo Ochagavía | 2018-11-07 | 4 | -39/+5 |
| * | cargo format | Adolfo Ochagavía | 2018-11-07 | 2 | -30/+39 |
| * | Add lots of tests | Adolfo Ochagavía | 2018-11-07 | 3 | -6/+125 |
| * | Store hex digits in a stack-allocated buffer | Adolfo Ochagavía | 2018-11-07 | 2 | -5/+45 |
| * | Finish implementing char validation | Adolfo Ochagavía | 2018-11-06 | 3 | -8/+93 |
* | | ra_syntax::File is just RootNode | Aleksey Kladov | 2018-11-06 | 4 | -206/+969 |
* | | Add a pinch of comments | Aleksey Kladov | 2018-11-06 | 3 | -0/+16 |
* | | Generalize Owned nodes | Aleksey Kladov | 2018-11-06 | 2 | -1806/+1237 |
* | | grammar: fix where clause parsing | Aleksey Kladov | 2018-11-06 | 3 | -1/+35 |
* | | upstream basic tree algorithms to rowan | Aleksey Kladov | 2018-11-06 | 3 | -107/+10 |
|/ | |||||
* | Merge #188 | bors[bot] | 2018-11-05 | 10 | -66/+183 |
|\ | |||||
| * | 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 |