Dylan MacKenzie
|
3e14b16c4d
|
Add test for nested box pattern
|
2019-08-22 12:53:54 -07:00 |
|
bors[bot]
|
5ed6a13a2c
|
Merge #1685
1685: fix error of RangeFrom in for-loop r=DJMcNab a=bravomikekilo
fix [issue-1542](https://github.com/rust-analyzer/rust-analyzer/issues/1542) @matklad
Co-authored-by: bravomikekilo <bmk1221@126.com>
|
2019-08-15 05:49:13 +00:00 |
|
bors[bot]
|
19e0d7d596
|
Merge #1676
1676: Fix for<'lifetime> for types specified by path r=matklad a=eupn
Fixes #1467.
Co-authored-by: Evgenii P <eupn@protonmail.com>
|
2019-08-14 15:10:31 +00:00 |
|
bravomikekilo
|
4f31fed362
|
fix test position
|
2019-08-14 21:20:04 +08:00 |
|
bravomikekilo
|
3fce56280f
|
fix test
|
2019-08-14 12:42:58 +08:00 |
|
bravomikekilo
|
2bebdf0b37
|
fix error of RangeFrom in for-loop
|
2019-08-14 11:55:21 +08:00 |
|
bors[bot]
|
978e3e384b
|
Merge #1636
1636: fix block parse problem r=matklad a=bravomikekilo
try to fix [issue-1598](https://github.com/rust-analyzer/rust-analyzer/issues/1598).
Co-authored-by: bravomikekilo <bmk1221@126.com>
|
2019-08-13 12:46:47 +00:00 |
|
bravomikekilo
|
eb0e9bd981
|
add inline test
|
2019-08-13 18:17:10 +08:00 |
|
Evgenii P
|
f1e62501c3
|
Fix for<'lifetime> for types specified by path
|
2019-08-11 16:56:05 +07:00 |
|
Aleksey Kladov
|
f3ee5a1509
|
Move numeric names inside of NameRef
|
2019-08-09 12:16:47 +02:00 |
|
Evgenii P
|
957b5ed23a
|
Parse tuple struct field initialization
|
2019-08-09 15:38:52 +07:00 |
|
bors[bot]
|
87608904f6
|
Merge #1661
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 <eupn@protonmail.com>
|
2019-08-08 13:04:28 +00:00 |
|
Evgenii P
|
6fa2d82147
|
Fix parser tests according to review
|
2019-08-08 09:12:07 +07:00 |
|
Aleksey Kladov
|
d6ab1af086
|
assoc types bounds
|
2019-08-07 21:00:02 +02:00 |
|
Evgenii P
|
9ea36703d2
|
Fix variadic arg inline test
|
2019-08-07 23:48:21 +07:00 |
|
Evgenii P
|
3fb58c620c
|
Add function parameters attributes
|
2019-08-07 23:42:28 +07:00 |
|
Aleksey Kladov
|
459241f272
|
move syntax tests to unit tests
|
2019-07-24 12:49:19 +03:00 |
|