]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-07-24 Nick Cameronchains: simplify visual formatting a bit
2018-07-24 Nick Cameronfactor out treatment of 1-length chains
2018-07-24 Nick Cameronchains: split handling of chains in block and visual...
2018-07-24 Nick CameronChanges to chains with block indent
2018-07-24 Nick CameronRefactoring: factor `format_lines` and `format_project...
2018-07-24 Nick CameronReorganise formatting.rs
2018-07-24 Nick CameronRefactoring: factor out `format_file` and `FormatHandler`
2018-07-23 Nick CameronRefactoring: move `format_project` and `Timer` out...
2018-07-23 Nick CameronRefactoring: return a summary from `format_project`
2018-07-23 Nick CameronRefactoring: summary
2018-07-23 Nick CameronRefactoring: move code around in formatting
2018-07-23 Nick Cameronfactor out a `Session` object
2018-07-23 Nick CameronMove non-public API from lib.rs to its own module
2018-07-22 Nick Cameronupdate integration tests
2018-07-22 Nick CameronMerge pull request #2856 from snsmac/patch-1
2018-07-22 jrUpdate Readme.md
2018-07-20 Nick CameronMerge pull request #2853 from nrc/match-comment
2018-07-20 Nick CameronAllow futures integration test to fail
2018-07-20 Nick CameronMerge pull request #2854 from topecongiro/rustc-ap...
2018-07-20 Seiichi UchidaFix breaking changes
2018-07-20 Seiichi UchidaCargo update
2018-07-20 Nick CameronTrigger an internal error if we skip formatting due...
2018-07-20 Nick CameronCheck for comments after the `=>` in a match arm
2018-07-18 Nick CameronUpdate integration tests
2018-07-18 Nick CameronSet rustfmt-format_macro_matchers to false by default
2018-07-18 Nick CameronAdd config options for formatting macro matchers and...
2018-07-17 Nick Cameron`replace_with_system_newlines` doesn't need to be public
2018-07-17 Nick CameronMerge pull request #2847 from mbebenita/max-width
2018-07-17 Michael BebenitaAdd max_width option for all heuristics.
2018-07-17 Nick CameronFix an anomaly with comments and array literals
2018-07-16 Nick CameronMerge pull request #2790 from DevOrc/master
2018-07-16 Nick CameronMerge pull request #2823 from fwalch/default-newline...
2018-07-16 Nick CameronFix Configurations.md
2018-07-16 Seiichi UchidaMerge pull request #2829 from scampi/issue1210
2018-07-14 Stéphane Campinasremoved unused max_width argument of rewrite_string...
2018-07-14 Stéphane Campinasfix rewrite_string when a line feed is present in a...
2018-07-14 Seiichi Uchida0.8.3
2018-07-14 Seiichi UchidaCargo update (#2845)
2018-07-14 Seiichi UchidaMerge pull request #2826 from nrc/complex-struct
2018-07-12 Nick CameronAdd a link to ag_dubs' CI blog post to the README
2018-07-12 Nick Cameronaddress reviewer comments
2018-07-12 Nick CameronAdd test for #2802
2018-07-12 Nick CameronFixup formatting of tests and source
2018-07-12 Nick CameronImprove formatting of series of binop expressions
2018-07-12 Nick CameronMove pair handling to its own module
2018-07-12 Nick CameronFactor out PairParts::infix
2018-07-09 Nick CameronMerge pull request #2836 from topecongiro/async-closure
2018-07-09 Seiichi UchidaFormat async closure
2018-07-09 Seiichi UchidaAdd a configuration guide for edition
2018-07-09 Seiichi UchidaAdd a test for async closures
2018-07-09 Seiichi UchidaCargo update
2018-07-06 Seiichi UchidaMerge pull request #2828 from Dentosal/patch-1
2018-07-06 Hannes KarppilaAdd missing equals sign to example configuration
2018-07-06 Nick CameronMerge pull request #2827 from ehuss/help-doc
2018-07-06 Eric HussFix help for --help=file-lines
2018-07-02 Florian Walchtest: Assert CRLF line endings on Windows
2018-07-02 Florian WalchChange default newline style to "Native"
2018-07-01 Nick CameronUpdate rustc-ap-syntax
2018-07-01 Nick CameronUpdate rustc-ap-syntax to 181
2018-07-01 Nick CameronMerge pull request #2822 from topecongiro/issue-2782
2018-07-01 Nick CameronMerge pull request #2821 from topecongiro/issue-2721
2018-07-01 topecongiroFlatten multiple empty blocks at once
2018-07-01 topecongiroFactor out block_can_be_flattened
2018-07-01 topecongiroAvoid panicking on deeply nested expressions
2018-07-01 topecongiroAdd a test for #2782
2018-07-01 topecongiroReturn the trimmed original snippet when formatting...
2018-07-01 topecongiroAdd a test for #2721
2018-06-30 Nick CameronMerge pull request #2820 from scampi/defaults
2018-06-30 Nick CameronMerge pull request #2819 from topecongiro/duplicated...
2018-06-30 Stéphane Campinasreverted some defaults for tests that are fixing a...
2018-06-30 Stéphane Campinaswarn on use of default value for an option
2018-06-30 topecongiroCargo update
2018-06-30 topecongiroFix span bug when searching for the closing paren
2018-06-30 topecongiroAdd tests for #2818
2018-06-30 topecongiroFix compile error from breaking changes in libsyntax
2018-06-30 topecongiroCargo update
2018-06-28 Nick CameronMerge pull request #2814 from topecongiro/rustc-ap...
2018-06-28 Seiichi UchidaFix compile errors from breaking changes
2018-06-28 Seiichi UchidaCargo update
2018-06-28 Seiichi UchidaMerge pull request #2809 from nrc/formatting
2018-06-28 Seiichi UchidaMerge pull request #2811 from bemeurer/master
2018-06-28 Bernardo MeurerFixed typo Yess -> Yes
2018-06-27 Stéphane Campinasunecessary use of rustfmt-normalize_comments comment
2018-06-27 Stéphane Campinasformatting
2018-06-27 Stéphane Campinasremoved comment with default: rustfmt-remove_nested_parens
2018-06-27 Stéphane Campinasremoved comment with default: rustfmt-reorder_modules
2018-06-27 Stéphane Campinasremoved comment with default: rustfmt-imports_indent
2018-06-27 Stéphane Campinasremoved comment with default: rustfmt-reorder_imports
2018-06-26 Stéphane Campinasremoved comment with default: rustfmt-format_strings
2018-06-26 Stéphane Campinasremoved comment with default: rustfmt-control_brace_style
2018-06-26 Stéphane Campinasremoved comment with default: rustfmt-brace_style
2018-06-26 Stéphane Campinasremoved comment with default: rustfmt-max_width
2018-06-26 Stéphane Campinasremoved comment with default: rustfmt-error_on_line_ove...
2018-06-26 Stéphane Campinasremoved comment with default: rustfmt-normalize_comments
2018-06-26 Stéphane Campinasremoved comment with default: rustfmt-indent_style
2018-06-26 Nick CameronApply short function call heuristic to attributes
2018-06-26 Nick CameronRefactor and fixup attribute formatting
2018-06-26 Nick CameronIndent a match guard if the pattern is multiline
2018-06-25 Nick CameronMerge pull request #2807 from topecongiro/raw-identifiers
2018-06-25 Seiichi UchidaAdd more tests
next