]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-03-18 Nick CameronMerge pull request #2540 from topecongiro/version
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
2018-03-06 Seiichi UchidaAdd tests for #2511
2018-03-05 Seiichi UchidaMerge pull request #2507 from kngwyu/issue-2506
2018-03-05 kngwyuadd offset_left(4) for 'dyn '
2018-03-05 David LukesMake license doctest pass again
2018-03-05 David LukesLoad and compile template in proper function
2018-03-05 David LukesWrap license-related errors in enum
2018-03-05 David LukesAdd license_template_path configuration snippet
2018-03-05 David LukesShorten var names to comply with line len reqs
2018-03-05 David LukesFix indentation in create_config macro definition
2018-03-05 David LukesRefactor parsing code into struct
2018-03-05 David LukesMove license template parsing into submodule
2018-03-05 David LukesAccount for possibly empty license_template_path
2018-03-05 David LukesSimplify match → if let
2018-03-05 David LukesMove license template parsing into config phase
2018-03-05 David LukesParse template with state machine instead of regex
2018-03-05 David LukesAttempt at checking for license (#209)
2018-03-05 topecongiroOnly format code blocks in comments with rust syntax...
2018-03-05 kngwyuadd tests for 2506
2018-03-05 kngwyusupport dyn keyword(2506)
2018-03-04 Nick CameronMerge pull request #2502 from topecongiro/fix-reorder...
next