Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | reduce code duplication | Aleksey Kladov | 2018-11-05 | 2 | -21/+19 |
* | | grammar: for predicates in where | Aleksey Kladov | 2018-11-05 | 2 | -35/+67 |
|/ | |||||
* | Add character literal parsing and validation | Adolfo Ochagavía | 2018-11-04 | 6 | -2/+397 |
* | Don't order import alphabetical | Aleksey Kladov | 2018-11-01 | 1 | -1/+1 |
* | Use From to get an owned AST | Aleksey Kladov | 2018-11-01 | 2 | -400/+700 |
* | Remove DOC_COMMENT | Jeremy A. Kolb | 2018-10-31 | 4 | -5/+2 |
* | Reformat all | Aleksey Kladov | 2018-10-31 | 4 | -13/+16 |
* | `ast::DocCommentsOwner` which represents a documentation comment owner | Jeremy A. Kolb | 2018-10-31 | 3 | -0/+20 |
* | Move FnDescriptors to analyzer | Aleksey Kladov | 2018-10-31 | 2 | -100/+100 |
* | Introduce owned ast nodes | Aleksey Kladov | 2018-10-31 | 2 | -2/+1303 |