Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | switch to the upstream rowan | Aleksey Kladov | 2019-07-19 | 1 | -1/+1 | |
* | migrate ra_assists to the new AST | Aleksey Kladov | 2019-07-19 | 1 | -1/+1 | |
* | migrate ra_hir to the new rowan | Aleksey Kladov | 2019-07-19 | 1 | -1/+1 | |
* | migrate ra_syntax to the new rowan API | Aleksey Kladov | 2019-07-19 | 18 | -2347/+1183 | |
* | use Parse in mbe | Aleksey Kladov | 2019-07-18 | 2 | -6/+13 | |
* | make Parse generic | Aleksey Kladov | 2019-07-18 | 1 | -14/+33 | |
* | cleanup imports | Aleksey Kladov | 2019-07-18 | 1 | -1/+1 | |
* | highlight mutable variables differently | Ekaterina Babshukova | 2019-07-18 | 1 | -1/+1 | |
* | use more correct phantom types for ptrs | Aleksey Kladov | 2019-07-18 | 1 | -1/+1 | |
* | make Parse fields private | Aleksey Kladov | 2019-07-12 | 2 | -4/+12 | |
* | Make clippy a bit happier | Pascal Hertleif | 2019-07-10 | 1 | -0/+4 | |
* | Resolve a FIXME | Pascal Hertleif | 2019-07-10 | 1 | -3/+1 | |
* | Remove unused dependencies | Shotaro Yamada | 2019-07-08 | 1 | -3/+0 | |
* | Constify KnownName's | Muhammad Mominul Huque | 2019-07-07 | 1 | -1/+1 | |
* | Clippy changes | Jeremy Kolb | 2019-07-05 | 1 | -1/+1 | |
* | Some clippy fixes for 1.36 | Jeremy Kolb | 2019-07-04 | 5 | -6/+6 | |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 23 | -81/+72 | |
* | Remove parse error on array initializer attributes | Ryan Cumming | 2019-06-30 | 2 | -65/+0 | |
* | Support attributes on array members | Ryan Cumming | 2019-06-30 | 6 | -0/+177 | |
* | fixed #1384 | zjy | 2019-06-28 | 2 | -0/+70 | |
* | Merge #1415 | bors[bot] | 2019-06-24 | 4 | -0/+121 | |
|\ | ||||||
| * | fix: specialization(with blindly parsing) | csmoe | 2019-06-19 | 4 | -0/+121 | |
* | | fix: box_pattern | csmoe | 2019-06-19 | 5 | -6/+69 | |
* | | fix: box_syntax(#1412) | csmoe | 2019-06-18 | 1 | -0/+3 | |
|/ | ||||||
* | Fix formatting | Shotaro Yamada | 2019-06-15 | 1 | -7/+3 | |
* | Skip attrs in `Literal::token` | Shotaro Yamada | 2019-06-15 | 1 | -2/+17 | |
* | Get rid of failure: ra_batch ra_cli | Muhammad Mominul Huque | 2019-06-15 | 1 | -1/+1 | |
* | fix: support existential type | csmoe | 2019-06-12 | 5 | -3/+36 | |
* | fix: never type with binding | csmoe | 2019-06-07 | 2 | -6/+38 | |
* | [#1083] Try block syntax: fix tests | Andrey Tkachenko | 2019-06-06 | 4 | -37/+34 | |
* | [#1083] Try block syntax | Andrey Tkachenko | 2019-06-06 | 5 | -0/+86 | |
* | fix: clean up warnings | csmoe | 2019-06-06 | 1 | -3/+3 | |
* | Fix clippy::or_fun_call | Alan Du | 2019-06-04 | 1 | -1/+1 | |
* | Fix clippy::single_char_pattern | Alan Du | 2019-06-04 | 1 | -1/+1 | |
* | :arrow_up: parking_lot | Aleksey Kladov | 2019-05-30 | 1 | -1/+0 | |
* | flip Into to From | Aleksey Kladov | 2019-05-29 | 1 | -6/+6 | |
* | show error offsets in tests | Aleksey Kladov | 2019-05-29 | 46 | -290/+299 | |
* | remove old parsing methods | Aleksey Kladov | 2019-05-28 | 7 | -62/+54 | |
* | update test data | Aleksey Kladov | 2019-05-28 | 45 | -289/+290 | |
* | update tests | Aleksey Kladov | 2019-05-28 | 4 | -47/+36 | |
* | drop error from SOurceFile constructor | Aleksey Kladov | 2019-05-28 | 2 | -5/+5 | |
* | return errors from tree builder | Aleksey Kladov | 2019-05-28 | 1 | -3/+3 | |
* | drop errors from SyntaxNode | Aleksey Kladov | 2019-05-28 | 2 | -9/+6 | |
* | add Parse | Aleksey Kladov | 2019-05-28 | 1 | -2/+26 | |
* | Make rainbows optional | Pascal Hertleif | 2019-05-27 | 1 | -1/+2 | |
* | More clever highlighting, incl draft for structs | Pascal Hertleif | 2019-05-27 | 1 | -4/+0 | |
* | Hash based on binding name and shadow counter | Pascal Hertleif | 2019-05-27 | 1 | -1/+6 | |
* | Semantic highlighting spike | Pascal Hertleif | 2019-05-27 | 1 | -0/+4 | |
* | Change TokenSource to iteration based | Edwin Cheng | 2019-05-25 | 3 | -17/+38 | |
* | sort hash maps for tests | Aleksey Kladov | 2019-05-21 | 1 | -1/+1 |