Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move numeric names inside of `NameRef` | Aleksey Kladov | 2019-08-09 | 3 | -7/+12 |
| | |||||
* | Parse tuple struct field initialization | Evgenii P | 2019-08-09 | 2 | -6/+28 |
| | |||||
* | Merge #1661 | bors[bot] | 2019-08-08 | 6 | -0/+555 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1661: Parse function parameters attributes r=matklad a=eupn Fixes #1397. The [RFC-2565](https://github.com/rust-lang/rfcs/blob/master/text/2565-formal-function-parameter-attributes.md) specifies `#[attributes]` to function parameters: ```rust fn foo(#[attr] a, #[unused] b, #[must_use] ...) { // ... } ``` This PR adds those attributes into grammar and to the parser, extending corresponding inline tests. Co-authored-by: Evgenii P <[email protected]> | ||||
| * | Fix parser tests according to review | Evgenii P | 2019-08-08 | 18 | -485/+576 |
| | | |||||
| * | Fix variadic arg inline test | Evgenii P | 2019-08-07 | 2 | -24/+24 |
| | | |||||
| * | Add function parameters attributes | Evgenii P | 2019-08-07 | 12 | -21/+485 |
| | | |||||
* | | assoc types bounds | Aleksey Kladov | 2019-08-07 | 2 | -0/+56 |
|/ | |||||
* | move syntax tests to unit tests | Aleksey Kladov | 2019-07-24 | 508 | -0/+20491 |