]> git.lizzy.rs Git - rust.git/history - tests/source/macro_rules.rs
Remove unnecessary use of Box in `format_function_type`
[rust.git] / tests / source / macro_rules.rs
2018-03-29 Seiichi UchidaMerge pull request #2572 from codeworm96/remove_unreachable
2018-03-28 codeworm96Add test for #2558
2018-03-28 Nick CameronMerge pull request #2557 from topecongiro/vertical...
2018-03-28 Nick CameronMerge pull request #2562 from topecongiro/issue-2196
2018-03-28 Seiichi UchidaMerge pull request #2563 from rleungx/allow-underscore
2018-03-27 rleungxallow underscore
2018-03-19 Nick CameronMerge pull request #2542 from topecongiro/macro-2.0
2018-03-18 Seiichi UchidaPut a space before colon that appears after a meta...
2018-03-18 Seiichi UchidaPut spaces around braces
2018-03-18 Seiichi UchidaHandle binary operators and lifetimes
2018-03-18 Seiichi UchidaBreak before meta variables when using multiple lines
2018-03-18 Seiichi UchidaUpdate tests
2018-03-18 Nick CameronMerge pull request #2541 from topecongiro/issue-2358
2018-03-17 Seiichi UchidaAdd a test for #2538
2018-03-02 Nick CameronMerge pull request #2499 from davidalber/add-rust-code...
2018-03-02 Nick CameronTidy up and pass tests
2018-02-11 Nick CameronMerge pull request #2431 from davidalber/fix-indent...
2018-02-11 Nick CameronMerge pull request #2419 from topecongiro/core
2018-02-07 topecongiroCreate rustfmt_core crate
2018-02-05 Seiichi UchidaMerge pull request #2393 from RReverser/macro_rules
2018-02-04 Ingvar StepanyanFix comment handling in macros
2018-02-04 Ingvar StepanyanComments WIP
2018-02-04 Ingvar StepanyanAdd repetition example
2018-02-04 Ingvar StepanyanAdd macro_rules tests