Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | add is_union to structs AST | Aleksey Kladov | 2019-05-20 | 1 | -1/+17 |
* | :arrow_up: text_unit | Aleksey Kladov | 2019-05-15 | 2 | -40/+27 |
* | apply T! macro where it is possible | Sergey Parilin | 2019-05-15 | 6 | -87/+86 |
* | make AstId untyped | Aleksey Kladov | 2019-05-13 | 2 | -8/+9 |
* | Merge #1257 | bors[bot] | 2019-05-13 | 1 | -0/+1 |
|\ | |||||
| * | Implemented T! macro for syntax kinds | Sergey Parilin | 2019-05-13 | 1 | -0/+1 |
* | | Handle auto traits & negative impls | Florian Diebold | 2019-05-11 | 1 | -0/+10 |
* | | share literal validation logic with compiler | Aleksey Kladov | 2019-05-07 | 10 | -1201/+620 |
|/ | |||||
* | fill struct fields diagnostic | Sergey Parilin | 2019-05-06 | 2 | -6/+9 |
* | Merge #1208 | bors[bot] | 2019-05-04 | 2 | -1/+2 |
|\ | |||||
| * | Added local macro goto | Lenard Pratt | 2019-05-04 | 2 | -1/+2 |
* | | Revert "eagarly clean astd maps" | Aleksey Kladov | 2019-05-04 | 1 | -1/+1 |
* | | eagarly clean astd maps | Aleksey Kladov | 2019-05-04 | 1 | -1/+1 |
* | | Add default type param in TypeParam Node | Edwin Cheng | 2019-05-03 | 3 | -1/+8 |
|/ | |||||
* | Add macro pat parsing | Edwin Cheng | 2019-04-30 | 2 | -0/+39 |
* | Merge #1213 | bors[bot] | 2019-04-28 | 5 | -105/+106 |
|\ | |||||
| * | Refactor parser handle mult-char punct internally | Edwin Cheng | 2019-04-28 | 5 | -105/+106 |
* | | Fix hover on the beginning of a nested expression | Florian Diebold | 2019-04-28 | 1 | -3/+18 |
|/ | |||||
* | Add `...` parsing for fn pointer type | Edwin Cheng | 2019-04-23 | 2 | -1/+44 |
* | move add_missing_members to structured editing API | Aleksey Kladov | 2019-04-22 | 2 | -17/+53 |
* | test short structs | Aleksey Kladov | 2019-04-21 | 1 | -0/+1 |
* | start structured editing API | Aleksey Kladov | 2019-04-21 | 3 | -3/+82 |