]> git.lizzy.rs Git - rust.git/history - rustfmt-core/src/items.rs
Move items-related stuffs to item mod from visitor mod
[rust.git] / rustfmt-core / src / items.rs
2018-02-23 topecongiroMove items-related stuffs to item mod from visitor mod
2018-02-21 Nick CameronMerge pull request #2478 from csmoe/explict-version...
2018-02-19 Nick CameronMerge pull request #2468 from topecongiro/perf
2018-02-19 topecongiroUse Indent::to_string_with_newline to avoid unnecessary...
2018-02-19 topecongiroUse SnippetProvider to implement SpanUtils over CodeMap
2018-02-18 Nick CameronMerge pull request #2465 from karyon/fix_2346
2018-02-18 Nick CameronMerge pull request #2461 from topecongiro/reorder-mod
2018-02-17 topecongiroMove rewrite_mod to the items module
2018-02-17 Seiichi UchidaMerge pull request #2421 from brotzeit/clippy
2018-02-17 Seiichi UchidaMerge pull request #2454 from radix/issue-2446
2018-02-17 Christopher Armstrongonly wrap on trailing comments, allow /* */ comments...
2018-02-16 Christopher Armstronguse contains_comment instead of an ad-hoc check for...
2018-02-16 Christopher Armstronghacky solution that makes the tests pass but should...
2018-02-12 Chris EmersonMerge remote-tracking branch 'origin/master' into diffl...
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