Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cargo xtask format with 1.39 | kjeremy | 2019-11-07 | 1 | -3/+3 |
* | fix parsing of for loops inside expressions | Aleksey Kladov | 2019-10-28 | 1 | -1/+2 |
* | Merge #1951 | bors[bot] | 2019-10-08 | 1 | -1/+10 |
|\ | |||||
| * | Move tests around | Geoffry Song | 2019-10-06 | 1 | -6/+5 |
| * | Lower the precedence of the `as` operator. | Geoffry Song | 2019-10-03 | 1 | -2/+12 |
* | | Fix parsing of block expressions in "forbid_structs" contexts. | Geoffry Song | 2019-10-03 | 2 | -10/+25 |
|/ | |||||
* | Merge branch 'master' into feature/issue/1856 | Alexander Andreev | 2019-09-30 | 1 | -2/+17 |
|\ | |||||
| * | Fixes | uHOOCCOOHu | 2019-09-30 | 1 | -10/+8 |
| * | Parse correct AttrInput | uHOOCCOOHu | 2019-09-30 | 1 | -2/+19 |
* | | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 14 | -0/+28 |
|/ | |||||
* | Support loop as argument | kjeremy | 2019-09-20 | 1 | -0/+1 |
* | Simplify match arm | kjeremy | 2019-09-20 | 1 | -2/+1 |
* | Merge #1884 | bors[bot] | 2019-09-20 | 1 | -2/+12 |
|\ | |||||
| * | Apply suggestion | kjeremy | 2019-09-20 | 1 | -3/+2 |
| * | Add indexing to record_field_pat | kjeremy | 2019-09-20 | 1 | -2/+13 |
* | | fix infinite loop in the parser | Aleksey Kladov | 2019-09-20 | 1 | -7/+11 |
|/ | |||||
* | Merge #1881 | bors[bot] | 2019-09-20 | 1 | -1/+1 |
|\ | |||||
| * | don't confuse macro with != | Aleksey Kladov | 2019-09-20 | 1 | -1/+1 |
* | | Replace usages of bump_any with bump | kjeremy | 2019-09-19 | 13 | -80/+80 |
|/ | |||||
* | Merge #1848 | bors[bot] | 2019-09-15 | 1 | -10/+42 |
|\ | |||||
| * | Parse `..` as a proper pattern | Dylan MacKenzie | 2019-09-15 | 1 | -10/+42 |
* | | Allow an underscore as the identifier in `const` items | Dylan MacKenzie | 2019-09-15 | 2 | -2/+11 |
|/ | |||||
* | cleanup dollar handling in expressions | Aleksey Kladov | 2019-09-10 | 2 | -40/+34 |
* | WIP: switch to fully decomposed tokens internally | Aleksey Kladov | 2019-09-10 | 7 | -140/+160 |
* | rename bump -> bump_any | Aleksey Kladov | 2019-09-09 | 14 | -109/+109 |
* | tiny simplification | Aleksey Kladov | 2019-09-09 | 3 | -4/+7 |
* | better error recovery for use trees | Aleksey Kladov | 2019-09-05 | 2 | -2/+5 |
* | always wrap block into an expression | Aleksey Kladov | 2019-09-02 | 2 | -2/+7 |
* | cleanup | Aleksey Kladov | 2019-09-02 | 3 | -3/+3 |
* | Handle `Struct { box i }` syntax | Dylan MacKenzie | 2019-08-24 | 1 | -0/+3 |
* | Centralize `box` pattern tests in `patterns.rs` | Dylan MacKenzie | 2019-08-24 | 2 | -7/+0 |
* | Parse `BoxPat` | Dylan MacKenzie | 2019-08-24 | 1 | -19/+32 |
* | rename struct -> record, pos -> tuple | Aleksey Kladov | 2019-08-23 | 4 | -32/+32 |
* | Add test for nested box pattern | Dylan MacKenzie | 2019-08-22 | 1 | -0/+2 |
* | Add BOX_KW to PATTERN_FIRST | Dylan MacKenzie | 2019-08-22 | 1 | -1/+1 |
* | Merge #1685 | bors[bot] | 2019-08-15 | 1 | -1/+13 |
|\ | |||||
| * | fix test position | bravomikekilo | 2019-08-14 | 1 | -10/+6 |
| * | fix error of RangeFrom in for-loop | bravomikekilo | 2019-08-14 | 1 | -1/+17 |
* | | Merge #1676 | bors[bot] | 2019-08-14 | 8 | -12/+17 |
|\ \ | |/ |/| | |||||
| * | Fix is_path_start to accept T![<], fix is_path_start usages | Evgenii P | 2019-08-13 | 8 | -13/+17 |
| * | Fix for<'lifetime> for types specified by path | Evgenii P | 2019-08-11 | 1 | -1/+2 |
* | | Merge #1636 | bors[bot] | 2019-08-13 | 1 | -7/+12 |
|\ \ | |/ |/| | |||||
| * | add inline test | bravomikekilo | 2019-08-13 | 1 | -0/+6 |
| * | fix block parse problem | bravomikekilo | 2019-08-03 | 1 | -7/+6 |
* | | Move numeric names inside of `NameRef` | Aleksey Kladov | 2019-08-09 | 4 | -10/+8 |
* | | Make name_ref to accept numeric names optionally | Evgenii P | 2019-08-09 | 4 | -7/+7 |
* | | Parse tuple struct field initialization | Evgenii P | 2019-08-09 | 1 | -1/+2 |
* | | Merge #1661 | bors[bot] | 2019-08-08 | 1 | -1/+12 |
|\ \ | |||||
| * | | Fix parser tests according to review | Evgenii P | 2019-08-08 | 1 | -13/+4 |
| * | | Deduplicate while loop break condition | Evgenii P | 2019-08-08 | 1 | -2/+2 |