about summary refs log tree commit diff
path: root/crates/parser/src/grammar/generic_params.rs
AgeCommit message (Collapse)AuthorLines
2022-06-02fix: parsing of `?` opt-out trait boundsXFFXFF-0/+6
thanks to Veykril
2022-03-11refactor: Rename and move const_arg_pathSteven Joruk-0/+3
It wasn't testing the `const_arg` code path, it was actually hitting const_param's default value code path, so move it to the right place and rename it.
2022-03-11refactor: Rename const_arg_content to const_arg_exprSteven Joruk-1/+1
2022-03-11fix: Stop wrapping ConstParam's default values in ConstArgSteven Joruk-2/+5
This was causing ConstParam::default_val to always return None for block expressions. CONST_ARG@24..29 BLOCK_EXPR@24..29 ...
2021-10-19internal: Parse const trait boundsLukas Wirth-6/+16
2021-10-03Add semicolons for consistencyAramis Razzaghipour-2/+2
`clippy::semicolon_if_nothing_returned`
2021-09-19internal: more focused tests for const argumentsAleksey Kladov-2/+0
2021-09-18minor: improve readabilityAleksey Kladov-15/+17
2021-09-18internal: better namingAleksey Kladov-0/+220