Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add tests and only traverse in the crates directory | DJMcNab | 2018-12-19 | 2 | -2/+7 | |
* | Move is_block to lower in the call tree | DJMcNab | 2018-12-19 | 2 | -54/+43 | |
* | Revert "Revert to f6f7c5" | DJMcNab | 2018-12-19 | 2 | -19/+36 | |
* | Fix handling of structs in match arms | DJMcNab | 2018-12-19 | 1 | -1/+1 | |
* | Revert to f6f7c5 | DJMcNab | 2018-12-19 | 2 | -36/+19 | |
* | Fix expression parsing by bailing out upon a macro block being found | DJMcNab | 2018-12-19 | 1 | -14/+12 | |
* | Possibly fix #225 | DJMcNab | 2018-12-19 | 2 | -21/+40 | |
* | Actually fix at_ts doc comment (committed wrong file :P) | DJMcNab | 2018-12-19 | 1 | -1/+1 | |
* | Fix at_ts doc comment | DJMcNab | 2018-12-19 | 1 | -1/+1 | |
* | Fix parsing of inclusive ranges (#214) | DJMcNab | 2018-12-19 | 2 | -4/+8 | |
* | Fixed cast expression parsing in ra_syntax. | Roland Ruckerbauer | 2018-12-17 | 2 | -9/+18 | |
* | rename Edit to TextEdit and AtomEdit to AtomTextEdit | Bernardo | 2018-12-11 | 2 | -12/+12 | |
* | extract AtomEdit and Edit into new ra_text_edit crate | Bernardo | 2018-12-10 | 4 | -30/+5 | |
* | grand module rename | Aleksey Kladov | 2018-12-08 | 11 | -0/+0 | |
* | Add a better text for hover and stop duplicating work done in approximatelly_... | DJMcNab | 2018-12-08 | 2 | -2/+0 | |
* | Clarify and correct comment about multi_byte_tokens | DJMcNab | 2018-12-08 | 1 | -2/+2 | |
* | Use json comparison code from cargo for heavy tests | Florian Diebold | 2018-12-06 | 1 | -1/+1 | |
* | modernize even more | Aleksey Kladov | 2018-12-06 | 2 | -8/+4 | |
* | modernize some files | Aleksey Kladov | 2018-12-06 | 2 | -9/+3 | |
* | Merge #256 | bors[bot] | 2018-12-06 | 1 | -1/+54 | |
|\ | ||||||
| * | Improve/add the use_item documentation | DJMcNab | 2018-12-05 | 1 | -1/+54 | |
* | | Fix a copy and pasting typo | DJMcNab | 2018-12-05 | 1 | -1/+1 | |
|/ | ||||||
* | 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 | 6 | -55/+54 | |
* | Rename File -> SourceFileNode | Aleksey Kladov | 2018-11-07 | 4 | -22/+22 | |
* | Add some more DocCommentsOwner | Jeremy A. Kolb | 2018-11-07 | 2 | -2/+14 | |
* | Merge #207 | bors[bot] | 2018-11-07 | 6 | -13/+233 | |
|\ | ||||||
| * | 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 | 3 | -39/+4 | |
| * | 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 | 1 | -1/+5 | |
* | | upstream basic tree algorithms to rowan | Aleksey Kladov | 2018-11-06 | 2 | -106/+9 | |
|/ | ||||||
* | 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 | |
* | | Switch ra_syntax to 2015 edition | Aleksey Kladov | 2018-11-05 | 1 | -0/+3 |