Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Update crates/ra_syntax/src/ast/generated.rs | Reinier Maas | 2018-10-10 | 1 | -32/+64 | |
| | | | | | | | | effect of running cargo gen-kinds | |||||
* | | Update generated.rs.tera | Reinier Maas | 2018-10-10 | 1 | -2/+1 | |
|/ | | | Removing `-` for #114 | |||||
* | 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 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 93: Support leading pipe in match arms r=matklad a=DJMcNab This adds support for match arms of the form: ```rust <...> | X | Y => <...>, | X => <...>, | 1..2 => <...>, etc ``` # Implementation discussion This just naïvely 'eats' a leading pipe if one is available. The equivalent line in the reference `libsyntax` is in [`parse_arm`](https://github.com/rust-lang/rust/blob/441519536c8bd138e8c651743249acd6814747a1/src/libsyntax/parse/parser.rs#L3552). As noted in the comment linked above, this feature was formally introduced as a result of rust-lang/rfcs#1925. This feature is in active use in the [`rust-analyzer` codebase](https://github.com/matklad/rust-analyzer/blob/c87fcb4ea5874a7307c1d9d1192e923f3ae2c922/crates/ra_syntax/src/syntax_kinds/generated.rs#L231) I have added some tests for this feature, but maybe more would be required EDIT: Always looking for feedback - is this PR description over-engineered? Co-authored-by: Daniel McNab <[email protected]> | |||||
| * | 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 | |
|/ | ||||||
* | support 2018 paths | Aleksey Kladov | 2018-09-29 | 3 | -3/+21 | |
| | ||||||
* | generate testsuite for impl_type | csmoe | 2018-09-26 | 5 | -13/+94 | |
| | ||||||
* | parse impl type | csmoe | 2018-09-25 | 3 | -57/+44 | |
| | ||||||
* | reject impl keyword in impl header | csmoe | 2018-09-24 | 1 | -2/+10 | |
| | ||||||
* | add test for impl recovery | csmoe | 2018-09-24 | 2 | -0/+70 | |
| | ||||||
* | Add emacs function for extend shirnk selection | Aleksey Kladov | 2018-09-18 | 1 | -1/+5 | |
| | ||||||
* | rename all things | Aleksey Kladov | 2018-09-16 | 422 | -0/+21903 | |