]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-02-19 topecongiroSkip formatting macro_rules! that are not using {}
2018-02-18 Nick CameronMerge pull request #2465 from karyon/fix_2346
2018-02-18 Nick CameronMerge pull request #2461 from topecongiro/reorder-mod
2018-02-18 Nick CameronMerge pull request #2464 from topecongiro/beginning...
2018-02-18 Johannes LinkeFix #2346: empty comments should not have any trailing...
2018-02-18 topecongiroFormat a match arm with the beginning vertical bar
2018-02-18 Seiichi UchidaMerge pull request #2463 from Razican/typo_fix
2018-02-17 RazicanFixed small typo in configuration help
2018-02-17 Seiichi UchidaAdd TODO
2018-02-17 Seiichi UchidaGet rid of macro
2018-02-17 Seiichi UchidaRename fns
2018-02-17 topecongiroGet rid of format_imports
2018-02-17 topecongiroMove reorder-related stuffs in visitor mod to reorder mod
2018-02-17 topecongiroMove rewrite_mod to the items module
2018-02-17 topecongiroAdd a reorder module
2018-02-17 Seiichi UchidaMerge pull request #2460 from matklad/simple-ci
2018-02-17 Aleksey KladovSimplify CI exaple in the readme
2018-02-17 Seiichi UchidaMerge pull request #2421 from brotzeit/clippy
2018-02-17 Seiichi UchidaMerge pull request #2454 from radix/issue-2446
2018-02-17 Christopher... only wrap on trailing comments, allow /* */ comments...
2018-02-16 Christopher... use contains_comment instead of an ad-hoc check for...
2018-02-16 Christopher... hacky solution that makes the tests pass but should...
2018-02-16 Christopher... test case for issue #2446
2018-02-16 Nick CameronMerge pull request #2453 from muja/patch-1
2018-02-16 DanyelFix typo "carfo" -> "cargo" in changelog.
2018-02-16 Nick CameronMerge pull request #2450 from topecongiro/issue-37
2018-02-16 Seiichi UchidaPreserve trailing spaces in doc comments even when...
2018-02-16 Nick CameronMerge pull request #2448 from jonathanmorley/patch-1
2018-02-16 Nick CameronMerge pull request #2443 from topecongiro/skip-children
2018-02-16 Nick CameronMerge pull request #2436 from topecongiro/markdown...
2018-02-15 Nick CameronMerge pull request #2449 from radix/patch-1
2018-02-15 Christopher... IRC channel is now #rust-dev-tools
2018-02-15 Jonathan MorleyRust 1.24 released, rustfmt now works on stable
2018-02-15 Seiichi UchidaDo not try to parse external modules when skipping...
2018-02-15 Seiichi UchidaAdd rustfmt_skip to a test with long string
2018-02-15 topecongiroPreserve two or more trailing spaces in doc comment
2018-02-15 topecongiroPreserve trailing whitespaces only for doc comment
2018-02-15 Nick CameronMerge pull request #2086 from jugglerchris/difflines_mode
2018-02-15 Nick CameronMerge pull request #2422 from davidalber/travis-config...
2018-02-15 Nick CameronMerge pull request #2441 from topecongiro/issue-2438
2018-02-15 Nick CameronMerge pull request #2428 from PSeitz/master
2018-02-14 David AlberAdding badge and explanation for Travis CI example...
2018-02-14 brotzeitapply some clippy suggestions
2018-02-14 topecongiroReturn None when format_code_block may have failed
2018-02-13 Nick CameronMerge pull request #2440 from topecongiro/issue-2439
2018-02-13 Nick CameronMerge pull request #2435 from davidalber/fix-option...
2018-02-13 Nick CameronMerge pull request #2187 from brotzeit/master
2018-02-13 topecongiroDisable formatting macro-def if args do not fit on...
2018-02-13 Pascal Seitzscale WidthHeuristics by max_width
2018-02-13 Seiichi UchidaPreserve trailing two whitespace in comments
2018-02-13 David AlberFixing command-line option name
2018-02-12 Chris EmersonUpdate comment to say that Modified is for internal...
2018-02-12 Chris EmersonUpdate after review comments.
2018-02-12 Chris EmersonMove the modified test files to the new location.
2018-02-12 Chris EmersonMerge remote-tracking branch 'origin/master' into diffl...
2018-02-12 Nick CameronMerge pull request #2409 from davidalber/configuration...
2018-02-12 David AlberFormatting snippets without configuration option marked...
2018-02-12 brotzeitdon't print verbose output when formatting with stdin
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]'
next