]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-02-13 David AlberFixing command-line option name
2018-02-12 Nick CameronMerge pull request #2409 from davidalber/configuration...
2018-02-12 David AlberFormatting snippets without configuration option marked...
2018-02-12 Seiichi UchidaMerge pull request #2432 from davidalber/remove-unused...
2018-02-12 Seiichi UchidaMerge pull request #2433 from davidalber/unhork-snippet...
2018-02-12 David AlberFixing path to Configurations.md
2018-02-12 David AlberRemoving unused import
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-11 David AlberFixing control flow examples
2018-02-07 Seiichi UchidaFix appveyor
2018-02-07 Seiichi UchidaPub use Config and Summary
2018-02-07 topecongiroCargo update
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 topecongiroAdd a test for #2208
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 StepanyanAdd repetition example
2018-02-04 Ingvar StepanyanOmit newline for empty macro branches
2018-02-04 Ingvar StepanyanOptimise common `=> {{` macro pattern
2018-02-04 Ingvar StepanyanRevert comments
2018-02-04 Ingvar StepanyanSupport compact macros 2.0 representation
2018-02-04 Ingvar StepanyanUpdate some macro tests
2018-02-04 Ingvar StepanyanAdd macro_rules 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 Seiichi UchidaAdd tests for reorder_extern_crates
2018-02-04 Seiichi UchidaUpdate a minimal travis example
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 Cameron0.3.7
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 Seiichi UchidaCargo update
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
2018-01-26 David AlberWrapping `match_arm_blocks=false` snippet in function
2018-01-26 David AlberWrapping `match_arm_blocks=true` snippet in function
2018-01-26 David AlberFixing `use_try_shorthand=true` snippet
2018-01-26 David AlberFixing `use_try_shorthand=false` snippet
2018-01-26 David AlberFixing `type_punctuation_density=Compressed` snippet
2018-01-26 David AlberFixing `type_punctuation_density=Wide` snippet
2018-01-26 David AlberWrapping `trailing_comma=Never` snippet in function
2018-01-26 David AlberWrapping `trailing_comma=Always` snippet in function
2018-01-26 David AlberWrapping `trailing_comma=Vertical` snippet in function
2018-01-26 David AlberFixing `tab_spaces=2` snippet
2018-01-26 David AlberFixing `tab_spaces=4` snippet
2018-01-26 David AlberWrapping `struct_lit_single_line=false` snippet in...
2018-01-26 David AlberFixing `spaces_within_parens_and_brackets=true` snippet
2018-01-26 David AlberFixing `spaces_within_parens_and_brackets=false` snippet
2018-01-26 David AlberFixing `force_multiline_blocks=true` snippet
2018-01-26 David AlberFixing `force_multiline_blocks=false` snippet
2018-01-26 Seiichi UchidaMerge pull request #2386 from acmcarther/master
2018-01-26 Seiichi UchidaMerge pull request #2369 from davidalber/fix-configurat...
2018-01-26 Seiichi UchidaMerge pull request #2383 from davidalber/range-spaces...
2018-01-23 Alex McArtherMake rustfmt-bin's CARGO_PKG_VERSION envvar optional
2018-01-22 Seiichi UchidaCargo fmt
2018-01-22 Seiichi UchidaUse field initialization shorthand if possible
2018-01-22 Seiichi UchidaAdd a test for field initialization shorthand
2018-01-22 David AlberExtending `spaces_around_ranges` to ranges in match...
2018-01-21 Seiichi UchidaMerge pull request #2341 from rust-lang-nursery/stevekl...
2018-01-21 Seiichi UchidaMerge pull request #2378 from kjvalencik/hard-tabs...
2018-01-19 K.J. ValencikLineOverflow: Count tabs as tab_spaces when measuring...
2018-01-18 Seiichi Uchida0.3.6
2018-01-18 Nick CameronMerge pull request #2371 from topecongiro/issue-2370
2018-01-17 Seiichi UchidaDo not panic when special macros have less args than...
2018-01-16 David AlberWrapping `match_block_trailing_comma=true` snippet...
2018-01-16 David AlberWrapping `match_block_trailing_comma=false` snippet...
2018-01-16 David AlberFixing `imports_layout="HorizontalVertical"` snippet
next