| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-04-17 | update parser to support associated const equality | XFFXFF | -3/+11 | |
| 2022-03-11 | refactor: Rename and move const_arg_path | Steven Joruk | -2/+1 | |
| 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 | -2/+2 | |
| 2022-03-11 | fix: Stop wrapping ConstParam's default values in ConstArg | Steven Joruk | -10/+12 | |
| This was causing ConstParam::default_val to always return None for block expressions. CONST_ARG@24..29 BLOCK_EXPR@24..29 ... | ||||
| 2021-10-06 | parser: fix parsing of macro call inside generic args | cynecx | -1/+4 | |
| 2021-09-19 | internal: more focused tests for const arguments | Aleksey Kladov | -8/+22 | |
| 2021-09-19 | minor: simplify | Aleksey Kladov | -16/+3 | |
| 2021-09-19 | minor: simplify | Aleksey Kladov | -11/+3 | |
| 2021-09-19 | fix: don't allow two turbo-fishes in generic arguments | Aleksey Kladov | -1/+0 | |
| 2021-09-19 | minor: improve readability | Aleksey Kladov | -10/+14 | |
| 2021-09-19 | minor: reduce duplication | Aleksey Kladov | -21/+5 | |
| 2021-09-18 | fix: correctly handle jointness | Aleksey Kladov | -1/+1 | |
| 2021-09-18 | internal: better naming | Aleksey Kladov | -0/+139 | |
