]> git.lizzy.rs Git - rust.git/history - src
Put imports list on the next line if it exceeds max width
[rust.git] / src /
2018-04-05 Seiichi UchidaPut imports list on the next line if it exceeds max...
2018-04-05 memoryleak47typo (#2598)
2018-04-01 MarthogLet --dump-default-config default to stdout #2579 ...
2018-04-01 Seiichi UchidaMerge pull request #2584 from sinkuu/cleanup
2018-04-01 Shotaro YamadaDo not turn spaces in the beginning of the file into...
2018-04-01 Shotaro YamadaFix typo
2018-04-01 Shotaro YamadaUse ListItem::has_comment
2018-04-01 Shotaro YamadaRemove redudant parens
2018-04-01 Shotaro YamadaReturn String instead of always returing Cow::Owned
2018-04-01 Shotaro YamadaRemove stray comment
2018-04-01 Shotaro YamadaDo not collect into a Vec by hand
2018-04-01 Shotaro YamadaRemove unnecessary `[..]`s
2018-04-01 Shotaro YamadaUse Iterator methods
2018-04-01 Shotaro YamadaUse str::repeat
2018-03-30 Seiichi UchidaCargo update (#2575)
2018-03-29 Seiichi UchidaMerge pull request #2572 from codeworm96/remove_unreachable
2018-03-28 codeworm96Remove unreachable! from macros.rs
2018-03-28 Nick CameronMerge pull request #2571 from topecongiro/issue-2569
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 UchidaAvoid panicking on macro call with a single comma
2018-03-28 Seiichi UchidaFollow indent style config when formatting attrs
2018-03-28 Seiichi UchidaMerge pull request #2563 from rleungx/allow-underscore
2018-03-27 rleungxallow underscore
2018-03-26 Nick CameronMerge pull request #2567 from cramertj/master
2018-03-26 Taylor CramerAllow stabilization of match_default_bindings
2018-03-26 Nick CameronMerge pull request #2556 from topecongiro/issue-2554
2018-03-25 Seiichi UchidaUpdate tests and cargo fmt
2018-03-25 Seiichi UchidaFormat array using overflow module
2018-03-25 Seiichi UchidaFactor out default_tactic and fix indentation
2018-03-25 Seiichi UchidaReplace MacroStyle with ast::DelimToken
2018-03-25 Seiichi UchidaAvoid cloning RewriteContext
2018-03-25 topecongiroUse vertical layout for complex attributes
2018-03-23 Seiichi UchidaDo not add the beginning vert to the match arm
2018-03-22 Nick CameronMerge pull request #2549 from topecongiro/macro-def...
2018-03-22 Nick CameronMerge pull request #2553 from topecongiro/rustc-ap...
2018-03-22 topecongiroCargo fmt and update tests
2018-03-22 topecongiroRemove a space after a colon of metavariable def in...
2018-03-22 topecongiroUse `UseSegment::Slf` or `UseSegment::Super` when appro...
2018-03-22 topecongiroFix libsyntax updates
2018-03-22 topecongiroFix libsyntax update
2018-03-22 Nick CameronMerge pull request #2552 from alanhdu/master
2018-03-22 Alan DuClose #2551
2018-03-22 Alan DuFix build
2018-03-22 Nick CameronMerge pull request #2550 from sinkuu/chars_count_index
2018-03-22 Nick CameronMerge pull request #2548 from topecongiro/match-mod
2018-03-22 Nick CameronMerge pull request #2535 from nrc/import-ord
2018-03-21 Shotaro YamadaOmit unnecessary UTF-8 decoding
2018-03-21 Shotaro YamadaUse take_while
2018-03-21 Shotaro YamadaDon't index a string with `chars().count()`
2018-03-21 Seiichi UchidaDo not collapse block around expr with condition on...
2018-03-21 Seiichi UchidaAdd matches module
2018-03-19 Nick CameronReturn grouping `extern crate` to true by default
2018-03-19 Nick Cameronreviewer comments and rebase fallout
2018-03-19 Nick CameronBetter handle comments and newlines around erased imports
2018-03-19 Nick Cameroncargo fmt
2018-03-19 Nick CameronReimplement import reordering.
2018-03-19 Nick Cameronformat code and tests
2018-03-19 Nick CameronReorder imports by default
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 UchidaAdd some doc comments and factor out add_repeat and...
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 UchidaRemove has_prefix_space
2018-03-18 Seiichi UchidaFormat macro arguments with vertical layout
2018-03-18 Seiichi UchidaRemove unit tests
2018-03-18 Nick CameronMerge pull request #2541 from topecongiro/issue-2358
2018-03-18 Nick CameronMerge pull request #2540 from topecongiro/version
2018-03-17 Seiichi UchidaRemove FIXME about duplicated code
2018-03-17 Seiichi UchidaSkip name replacement in comments and strings
2018-03-17 Seiichi UchidaFix print_version
2018-03-15 topecongiroCargo update
2018-03-15 Nick CameronMerge pull request #2509 from topecongiro/issue-2493
2018-03-15 Nick CameronMerge pull request #2533 from topecongiro/rustc-ap...
2018-03-15 Seiichi UchidaCall syntax::with_globals before using a parser
2018-03-13 Seiichi UchidaMerge branch 'matthew-mcallister-attrib-block-expr'
2018-03-13 Matthew McAllisterFormat attributes on block expressions
2018-03-12 Nick CameronMerge pull request #2522 from topecongiro/ignore-config...
2018-03-12 Nick CameronMerge pull request #2528 from topecongiro/rfc/trait...
2018-03-11 topecongiroSimplify IgnoreList
2018-03-11 Seiichi UchidaSimplify join_bounds()
2018-03-11 Seiichi UchidaAdd a test for #2497
2018-03-11 Seiichi UchidaModify the placement of the opening brace of trait
2018-03-11 Seiichi UchidaUse rewrite_assign_rhs for rewriting bounds
2018-03-11 Seiichi UchidaAdd rewrite_assign_rhs_with
2018-03-11 Nick CameronMerge pull request #2513 from rtsuk/master
2018-03-11 Nick CameronMerge pull request #2527 from topecongiro/issue-2526
2018-03-11 Nick CameronMerge pull request #2524 from topecongiro/issue-2523
2018-03-11 Nick CameronMerge pull request #2516 from topecongiro/issue-2510
2018-03-10 Seiichi UchidaMerge pull request #2529 from dlukes/feat/enable-doctests
2018-03-10 David LukesEnable doctests
2018-03-09 Seiichi UchidaCheck whether '\\'' is char literal or lifetime
2018-03-09 Rob TsukCanonicalise the paths
2018-03-09 Rob TsukRestore cargo fmt behavior in workspaces
2018-03-09 topecongiroFormat macro call with item arguments
2018-03-09 topecongiroAvoid unindenting code block in comment with unformatta...
2018-03-09 Seiichi UchidaUse Option<SeparatorTactic> over bool to control traili...
2018-03-09 Seiichi UchidaMake INDENT_BUFFER longer
next