]> git.lizzy.rs Git - rust.git/history - src
Merge pull request #2535 from nrc/import-ord
[rust.git] / src /
2018-03-22 Nick CameronMerge pull request #2535 from nrc/import-ord
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
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-08 Seiichi UchidaRemove nested parens
2018-03-08 Seiichi UchidaDisallow combining parens and brackets in impl
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 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-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-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 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 kngwyusupport dyn keyword(2506)
2018-03-04 Nick CameronMerge pull request #2502 from topecongiro/fix-reorder...
2018-03-02 Nick CameronMerge pull request #2503 from Eijebong/winapi
2018-03-02 Nick CameronMerge pull request #2499 from davidalber/add-rust-code...
2018-03-02 Bastien OrivelBump winapi to 0.3
2018-03-02 Seiichi UchidaDo not reorder inline modules
2018-03-02 Nick CameronTidy up and pass tests
2018-03-02 Nick CameronGo back to a non-workspace structure
2018-02-12 Chris EmersonMerge remote-tracking branch 'origin/master' into diffl...
next