]> git.lizzy.rs Git - rust.git/history - src/parse
Do not flatten match arm block with leading attributes
[rust.git] / src / parse /
2021-12-29 Caleb Cartwrightfeat: support parsing asm! args
2021-12-21 Caleb Cartwrightchore: cleanup unused imports
2021-12-21 Caleb Cartwrightrefactor: encapsulate cfg_if parsing within parse mod
2021-12-21 Caleb Cartwrightrefactor: extract final rustc_parse touchpoint from...
2021-12-21 Caleb Cartwrightrefactor: move lazy_static parsing to parse mod
2021-12-21 Caleb Cartwrightrefactor: move macro arg parsing to parse mod
2021-12-21 Caleb Cartwrightrefactor: rename syntux mod to parse