]> git.lizzy.rs Git - rust.git/history - src
Add trailing comma when using mixed layout with block indent
[rust.git] / src /
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...
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 git-rustfmt crate
2018-02-07 topecongiroCreate rustfmt-format-diff crate
2018-02-07 topecongiroCreate rustfmt-bin crate
2018-02-07 topecongiroCreate cargo-fmt crate
2018-02-07 topecongiroCreate rustfmt_config crate
2018-02-07 topecongiroCreate rustfmt_core crate
2018-02-06 Nick CameronMerge pull request #2417 from topecongiro/issue-2415
2018-02-06 Nick CameronMerge pull request #2416 from topecongiro/eshell
2018-02-06 topecongiroAvoid orphan in chain with punctuation
2018-02-06 topecongiroExplicitly disable colored output when it is not supported
2018-02-05 Seiichi UchidaMerge pull request #2393 from RReverser/macro_rules
2018-02-04 Nick CameronMerge pull request #2412 from topecongiro/issue-2399
2018-02-04 Nick CameronMerge pull request #2413 from topecongiro/issue-2401
2018-02-04 Ingvar Stepanyancargo run cargo-fmt
2018-02-04 Ingvar StepanyanExtract branch rewrite function
2018-02-04 Ingvar StepanyanFormat
2018-02-04 Ingvar StepanyanMove ; between macro branches to a separator
2018-02-04 Ingvar StepanyanFix comment handling in macros
2018-02-04 Ingvar StepanyanComments WIP
2018-02-04 Ingvar StepanyanKeep delimiter as part of macro args list
2018-02-04 Ingvar StepanyanOmit newline for empty macro branches
2018-02-04 Ingvar StepanyanOptimise common `=> {{` macro pattern
2018-02-04 Ingvar StepanyanSupport compact macros 2.0 representation
2018-02-04 Ingvar StepanyanUpdate some macro tests
2018-02-04 Ingvar StepanyanInitial support for macros 1.1
2018-02-04 Seiichi UchidaUse correct offset when unindenting code block
2018-02-04 Nick CameronMerge pull request #2411 from topecongiro/update-travis
2018-02-04 Seiichi UchidaDo not reorder items with '#[macro_use]'
2018-02-04 Nick CameronMerge pull request #2410 from topecongiro/skip-repeat...
2018-02-04 Nick CameronMerge pull request #2406 from nrc/str-fix
2018-02-03 Seiichi UchidaSkip rewriting macro def with repeat
2018-02-02 Nick CameronMake `is_mod_decl` more accommodating
2018-02-02 Nick CameronUpdate libsyntax crates
2018-02-01 Nick CameronMerge pull request #2384 from topecongiro/init-shorthand
2018-02-01 Nick CameronMerge branch 'master' into init-shorthand
2018-02-01 Nick CameronMerge pull request #2380 from topecongiro/reorder-mods
2018-01-31 Seiichi UchidaMerge pull request #2400 from csmoe/support_immovable_g...
2018-01-30 csmoeadd a support for immovable generators
2018-01-29 Seiichi UchidaAdd 'use_field_init_shorthand' config option
2018-01-29 Seiichi UchidaCargo fmt with modules reordering enabled
2018-01-29 Seiichi UchidaReorder modules
2018-01-29 Seiichi UchidaUpdate to the latest libsyntax changes
2018-01-29 Nick CameronMerge pull request #2395 from davidalber/fix-configurat...
2018-01-28 Nick CameronMerge pull request #2396 from topecongiro/issue-2389
2018-01-26 Seiichi UchidaPut attributes and enum variants on different lines
2018-01-26 Seiichi UchidaCargo clippy
next