Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
|/ / | ||||||
* | | Merge #1082 | bors[bot] | 2019-04-01 | 2 | -0/+95 | |
|\ \ | ||||||
| * | | Async block in argument position | Andrey Tkachenko | 2019-04-01 | 2 | -0/+95 | |
* | | | Merge #1081 | bors[bot] | 2019-04-01 | 2 | -6/+53 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Async closure syntax | robojumper | 2019-03-31 | 2 | -6/+53 | |
* | | | switch to new rowan | Aleksey Kladov | 2019-04-01 | 15 | -800/+599 | |
|/ / | ||||||
* | | Add WherePred to allow predicate access in WhereClause | Ville Penttinen | 2019-03-31 | 4 | -7/+131 | |
* | | Merge #1072 | bors[bot] | 2019-03-31 | 2 | -0/+40 | |
|\ \ | ||||||
| * | | add test for async blocks | memoryruins | 2019-03-28 | 2 | -0/+40 | |
| |/ | ||||||
* | | Add trait ast::TypeBoundsOwner | Ville Penttinen | 2019-03-31 | 3 | -5/+21 | |
* | | Update tests | Ville Penttinen | 2019-03-31 | 3 | -67/+115 | |
* | | Update tests | Ville Penttinen | 2019-03-30 | 25 | -418/+634 | |
* | | Add new TYPE_BOUND_LIST and TYPE_BOUND syntax kinds | Ville Penttinen | 2019-03-30 | 2 | -0/+81 | |
* | | Fix parsing <= in type_args | Ville Penttinen | 2019-03-30 | 2 | -6/+27 | |
|/ | ||||||
* | Add tests to ra_syntax for extern_crate_self | memoryruins | 2019-03-28 | 2 | -1/+17 | |
* | 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 | |
|/ | ||||||
* | Merge #1036 | bors[bot] | 2019-03-25 | 1 | -33/+45 | |
|\ | ||||||
| * | Target only the actual operator. | Marco Groppo | 2019-03-24 | 1 | -33/+45 | |
* | | Support references in higher-ranked trait bounds | Ville Penttinen | 2019-03-24 | 2 | -1/+127 | |
|/ | ||||||
* | replace todo with fixme | Aleksey Kladov | 2019-03-23 | 2 | -2/+2 | |
* | Fix reparsing failure when removing newline | pcpthm | 2019-03-21 | 2 | -0/+14 | |
* | Fix reparsing bug on "{}{}" | pcpthm | 2019-03-21 | 2 | -1/+5 | |
* | 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 | 2 | -0/+1 | |
* | Fix reparsing bug when lex result is different | pcpthm | 2019-03-21 | 3 | -2/+17 | |
* | Improve reparse fuzz test | pcpthm | 2019-03-21 | 1 | -1/+13 | |
* | Fix an arithmetic overflow in reparser | pcpthm | 2019-03-21 | 3 | -5/+11 | |
* | Add fuzz test for reparsing | pcpthm | 2019-03-21 | 4 | -1/+64 | |
* | Refactor parser fuzz testing | pcpthm | 2019-03-21 | 5 | -16/+23 | |
* | Error about attributes on | pcpthm | 2019-03-19 | 2 | -0/+59 | |
* | Allow attributes on top level expression | pcpthm | 2019-03-19 | 4 | -0/+152 | |
* | Merge #991 | bors[bot] | 2019-03-18 | 8 | -10/+88 | |
|\ | ||||||
| * | Use Marker argument for item parsers | pcpthm | 2019-03-18 | 8 | -10/+88 | |
* | | Merge #983 | bors[bot] | 2019-03-17 | 2 | -0/+217 | |
|\ \ |