Erlend Tobiassen
|
c550c6759d
|
Add test for placeholder parameters in trait fn defs
|
2019-01-22 18:46:15 +01:00 |
|
Erlend Tobiassen
|
8198cde13b
|
Update tests after allowing where predicate to accept types
|
2019-01-22 14:32:23 +01:00 |
|
Marcus Klaas de Vries
|
fa43ef30f4
|
Change parsing of struct field patterns
|
2019-01-19 15:37:26 +03:00 |
|
Marcus Klaas de Vries
|
bcbfa2cc11
|
Finish move of StructField for pattern type inference
|
2019-01-19 15:37:26 +03:00 |
|
DJMcNab
|
0b9e462ab0
|
Fix handling of attributes in positional field lists
|
2019-01-12 15:42:12 +00:00 |
|
DJMcNab
|
afdb569902
|
Fix handling of where clauses in tuple structs
|
2019-01-10 18:21:01 +00:00 |
|
Florian Diebold
|
bb029cd29b
|
Rename traits::impl_item -> impl_block as well, as well as the tests
|
2019-01-04 19:15:15 +01:00 |
|
Florian Diebold
|
fe6c4115f6
|
Rename ImplItem to ImplBlock
rustc uses the name ImplItem for items in impls, not the impl {} block itself,
which could lead to confusion.
|
2019-01-04 18:28:36 +01:00 |
|
csmoe
|
53c94e3ad8
|
parse minus before number literal
|
2018-12-30 23:25:07 +08:00 |
|
DJMcNab
|
bd5a358910
|
Fix where clauses using fully qualified path syntax
|
2018-12-21 17:20:38 +00:00 |
|
DJMcNab
|
a349db7178
|
Run gen-tests
|
2018-12-20 19:10:37 +00:00 |
|
DJMcNab
|
134fe4f566
|
Fix the tests and fix the precommit hook
|
2018-12-20 16:45:54 +00:00 |
|