Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Simplify NO_BLOCK testing | DJMcNab | 2018-12-20 | 2 | -11/+3 | |
* | Fix ambiguity with if break | DJMcNab | 2018-12-20 | 4 | -5/+92 | |
* | Add tests and only traverse in the crates directory | DJMcNab | 2018-12-19 | 7 | -94/+185 | |
* | Move is_block to lower in the call tree | DJMcNab | 2018-12-19 | 4 | -115/+104 | |
* | Revert "Revert to f6f7c5" | DJMcNab | 2018-12-19 | 3 | -22/+36 | |
* | Fix handling of structs in match arms | DJMcNab | 2018-12-19 | 1 | -1/+1 | |
* | Revert to f6f7c5 | DJMcNab | 2018-12-19 | 3 | -36/+22 | |
* | Fix expression parsing by bailing out upon a macro block being found | DJMcNab | 2018-12-19 | 2 | -17/+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 | 6 | -37/+158 | |
* | Add a test to ensure that we can parse each file | DJMcNab | 2018-12-19 | 1 | -2/+43 | |
* | Fixed cast expression parsing in ra_syntax. | Roland Ruckerbauer | 2018-12-17 | 4 | -15/+66 | |
* | rename Edit to TextEdit and AtomEdit to AtomTextEdit | Bernardo | 2018-12-11 | 3 | -31/+31 | |
* | extract AtomEdit and Edit into new ra_text_edit crate | Bernardo | 2018-12-10 | 5 | -30/+6 | |
* | 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 | 3 | -10/+4 | |
* | Merge #256 | bors[bot] | 2018-12-06 | 11 | -1/+467 | |
|\ | ||||||
| * | Update use path test | DJMcNab | 2018-12-05 | 2 | -74/+2 | |
| * | Improve/add the use_item documentation | DJMcNab | 2018-12-05 | 11 | -1/+539 | |
* | | 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 | 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 | |
|\ |