| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-06-02 | fix: parsing of `?` opt-out trait bounds | XFFXFF | -0/+6 | |
| thanks to Veykril | ||||
| 2022-03-11 | refactor: Rename and move const_arg_path | Steven 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-11 | refactor: Rename const_arg_content to const_arg_expr | Steven Joruk | -1/+1 | |
| 2022-03-11 | fix: Stop wrapping ConstParam's default values in ConstArg | Steven 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-19 | internal: Parse const trait bounds | Lukas Wirth | -6/+16 | |
| 2021-10-03 | Add semicolons for consistency | Aramis Razzaghipour | -2/+2 | |
| `clippy::semicolon_if_nothing_returned` | ||||
| 2021-09-19 | internal: more focused tests for const arguments | Aleksey Kladov | -2/+0 | |
| 2021-09-18 | minor: improve readability | Aleksey Kladov | -15/+17 | |
| 2021-09-18 | internal: better naming | Aleksey Kladov | -0/+220 | |
