]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-03-19 Nick CameronBetter handle comments and newlines around erased imports
2018-03-19 Nick Cameronfixup tests
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 Seiichi UchidaUpdate 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 UchidaAdd a test for #2538
2018-03-17 Seiichi UchidaFix print_version
2018-03-15 topecongiro0.4.1
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-15 Seiichi UchidaCargo update
2018-03-13 Seiichi UchidaMerge branch 'matthew-mcallister-attrib-block-expr'
2018-03-13 Matthew McAllisterFormat attributes on block expressions
2018-03-13 Seiichi UchidaUpdate CHANGELOG
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 UchidaUpdate tests
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 Seiichi UchidaUpdate tests for traits with long bounds
2018-03-11 Seiichi UchidaUpdate tests for braces on trait
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-10 Seiichi UchidaMerge pull request #2525 from Eijebong/dedup
2018-03-09 Seiichi UchidaCheck whether '\\'' is char literal or lifetime
2018-03-09 Seiichi UchidaAdd a test for #2526
2018-03-09 Bastien OrivelDedupe syn/quote
2018-03-09 Rob TsukSpecify required version of cargo_metadata
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 topecongiroAdd a test for #2523
2018-03-09 Seiichi UchidaUse Option<SeparatorTactic> over bool to control traili...
2018-03-09 Seiichi UchidaAdd a test for #2510
2018-03-09 Seiichi UchidaMake INDENT_BUFFER longer
2018-03-09 Seiichi UchidaUpdate tests
2018-03-09 Seiichi UchidaUse overflow::rewrite_with_angle_brackets to rewrite...
2018-03-09 Seiichi UchidaAdd overflow module
2018-03-09 Seiichi UchidaUse RefCell for RewriteContext fields
2018-03-09 Seiichi UchidaAdd ignore config option
2018-03-09 Nick CameronMerge pull request #2521 from topecongiro/issue-2520
2018-03-09 Nick CameronMerge pull request #2519 from topecongiro/nested-parens
2018-03-09 Nick CameronMerge pull request #2518 from topecongiro/issue-2491
2018-03-09 Nick CameronCatch panics in the parser before they crash rustfmt
2018-03-09 Seiichi UchidaKeep code block without correct backticks enclosing
2018-03-09 Seiichi UchidaRestrict the width of doc comments with comment_width
2018-03-09 Seiichi UchidaFix a bug in attr::take_while_with_pred
2018-03-09 Seiichi UchidaAdd a test for #2520
2018-03-08 Nick CameronList limitations in the README
2018-03-08 Seiichi UchidaUpdate tests
2018-03-08 Seiichi UchidaRemove nested parens
2018-03-08 Seiichi UchidaAdd a test for removing nested parens
2018-03-08 Seiichi UchidaUpdate tests
2018-03-08 Seiichi UchidaDisallow combining parens and brackets in impl
2018-03-08 Seiichi UchidaAdd a test for #2491
2018-03-08 Seiichi UchidaCargo update and cargo clippy
2018-03-08 moefix adds a trailing comma to struct-like macro (#2490)
2018-03-08 Seiichi UchidaPut lhs and rhs of binop on the same line if lhs is...
2018-03-08 Seiichi UchidaAdd a test for #2493
2018-03-08 Nick CameronMerge pull request #2512 from topecongiro/rustc-ap...
2018-03-08 Seiichi UchidaReplace Option<Vec<&'a ast::pat>> with Vec<&'a ast...
2018-03-08 Nick CameronMerge pull request #2456 from dlukes/feat/check-license
2018-03-08 Nick CameronMerge pull request #2508 from topecongiro/issue-2494
2018-03-08 Nick CameronMerge pull request #2517 from davidalber/update-conduct
2018-03-07 David AlberSynchronizing with code of conduct in rust-www
2018-03-07 Seiichi UchidaMerge pull request #2515 from sinkuu/nested_shape_lazy_...
2018-03-07 Shotaro YamadaUse nested_shape for indenting types of lazy_static
2018-03-06 Seiichi UchidaSupport parentheses in patterns
2018-03-06 Seiichi UchidaFormat multiple patterns in 'if let' and `while let'
2018-03-06 Seiichi UchidaWork around removal of beginning_vert field from ast...
2018-03-06 Seiichi UchidaModify code around ast::Visibility
2018-03-06 Seiichi UchidaAdd opt_span_before() to SpanUtils trait
2018-03-06 Seiichi UchidaCargo update
2018-03-06 Seiichi UchidaAdd tests for #2398
next