Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | start structured editing API | Aleksey Kladov | 2019-04-21 | 3 | -3/+82 | |
* | Merge #1154 | bors[bot] | 2019-04-20 | 3 | -1/+16 | |
|\ | ||||||
| * | Initial support for lang items. | Marco Groppo | 2019-04-19 | 3 | -1/+16 | |
* | | Add MacroItems and MacroStmts in grammer.ron | Edwin Cheng | 2019-04-18 | 2 | -0/+81 | |
|/ | ||||||
* | Merge #1138 | bors[bot] | 2019-04-14 | 1 | -0/+2 | |
|\ | ||||||
| * | Add L_DOLLAR and R_DOLLAR | Edwin Cheng | 2019-04-11 | 1 | -0/+2 | |
* | | replace usages of `algo::generate` with `iter::successors` from std | Robin Freyler | 2019-04-13 | 3 | -18/+10 | |
* | | migrate to untyped rowan | Aleksey Kladov | 2019-04-09 | 6 | -154/+152 | |
|/ | ||||||
* | updated snapshots | Lenard Pratt | 2019-04-07 | 4 | -8/+3 | |
* | Added ArrayExprKind, | Lenard Pratt | 2019-04-07 | 2 | -2/+24 | |
* | Added inference of array length | Lenard Pratt | 2019-04-07 | 2 | -1/+6 | |
* | Parse and infer tuple indices | robojumper | 2019-04-06 | 5 | -6/+48 | |
* | Add proper test for literals and fixed typo bug | Edwin Cheng | 2019-04-05 | 1 | -1/+1 | |
* | Add classify_literal and undo expose next_token | Edwin Cheng | 2019-04-05 | 3 | -2/+11 | |
* | Fix literal support in token tree to ast item list | Edwin Cheng | 2019-04-05 | 2 | -2/+2 | |
* | Merge #1076 | bors[bot] | 2019-04-02 | 2 | -2/+12 | |
|\ | ||||||
| * | Added const bodies and static body to the ast | Lenard Pratt | 2019-04-02 | 2 | -5/+12 | |
| * | Added defWithBody | Lenard Pratt | 2019-03-30 | 2 | -0/+3 | |
* | | simplify | Aleksey Kladov | 2019-04-02 | 7 | -400/+336 | |
* | | Merge #1090 | bors[bot] | 2019-04-02 | 1 | -11/+10 | |
|\ \ | ||||||
| * | | always show token text | Aleksey Kladov | 2019-04-02 | 1 | -11/+10 | |
* | | | fix inner block doc comments | Aleksey Kladov | 2019-04-02 | 1 | -1/+1 | |
|/ / | ||||||
* | | add minimal comments | Aleksey Kladov | 2019-04-02 | 5 | -0/+13 | |
* | | rename flavor to kind | Aleksey Kladov | 2019-04-02 | 3 | -26/+26 | |
* | | move extensions to submodules | Aleksey Kladov | 2019-04-02 | 3 | -549/+566 | |
* | | remove flavor | Aleksey Kladov | 2019-04-02 | 1 | -4/+4 | |
* | | More future-proof comment kind | Aleksey Kladov | 2019-04-02 | 2 | -33/+52 | |
* | | fix comment naming | Aleksey Kladov | 2019-04-02 | 1 | -10/+9 | |
* | | allow empty doc comments | Aleksey Kladov | 2019-04-02 | 1 | -4/+6 | |
* | | add ast::tokens | Aleksey Kladov | 2019-04-02 | 3 | -95/+106 | |
* | | simplify | Aleksey Kladov | 2019-04-02 | 1 | -23/+19 | |
* | | move ast traits to a separate file | Aleksey Kladov | 2019-04-02 | 2 | -144/+155 | |
* | | Merge #1084 | bors[bot] | 2019-04-01 | 3 | -37/+0 | |
|\ \ | ||||||
| * | | remove dead code | Aleksey Kladov | 2019-04-01 | 3 | -37/+0 | |
* | | | intelligently add parens when inlining local varaibles | gfreezy | 2019-04-01 | 2 | -1/+10 | |
|/ / | ||||||
* | | switch to new rowan | Aleksey Kladov | 2019-04-01 | 14 | -799/+598 | |
* | | Add WherePred to allow predicate access in WhereClause | Ville Penttinen | 2019-03-31 | 3 | -2/+123 | |
* | | Add trait ast::TypeBoundsOwner | Ville Penttinen | 2019-03-31 | 3 | -5/+21 | |
* | | Add new TYPE_BOUND_LIST and TYPE_BOUND syntax kinds | Ville Penttinen | 2019-03-30 | 2 | -0/+81 | |
|/ | ||||||
* | Basics for trait method resolution | Florian Diebold | 2019-03-25 | 2 | -2/+9 | |
* | Merge #1034 | bors[bot] | 2019-03-25 | 1 | -0/+6 | |
|\ | ||||||
| * | allow dyn diagnostics | Aleksey Kladov | 2019-03-25 | 1 | -0/+6 | |
* | | simplify | Aleksey Kladov | 2019-03-25 | 1 | -37/+34 | |
|/ | ||||||
* | Target only the actual operator. | Marco Groppo | 2019-03-24 | 1 | -33/+45 | |
* | replace todo with fixme | Aleksey Kladov | 2019-03-23 | 1 | -1/+1 | |
* | Fix reparsing failure when removing newline | pcpthm | 2019-03-21 | 1 | -0/+7 | |
* | Fix reparsing bug on "{}{}" | pcpthm | 2019-03-21 | 1 | -1/+1 | |
* | Completely ignore errors for reparse fuzz | pcpthm | 2019-03-21 | 1 | -1/+0 | |
* | Use template text to improve reparse fuzzing | pcpthm | 2019-03-21 | 1 | -1/+5 | |
* | Fix lexer not producing right token on "_" | pcpthm | 2019-03-21 | 1 | -0/+1 |