]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-12-06 Seiichi UchidaUse package name instead of target name for --package...
2017-12-06 Nick CameronMerge pull request #2221 from topecongiro/rfc/blank...
2017-12-05 Seiichi UchidaAdd more tests
2017-12-05 Seiichi UchidaHandle cases when bound changed from the default
2017-12-05 Seiichi UchidaAdd a test for 'blank_lines_lower_bound = 1'
2017-12-05 Seiichi UchidaUpdate tests
2017-12-05 Seiichi UchidaCargo fmt
2017-12-05 Seiichi UchidaTake into account a trailing newline in buffer
2017-12-05 Seiichi UchidaProcess blank lines if only they're within file lines...
2017-12-05 Seiichi UchidaKeep blank lines around comments with range
2017-12-05 Seiichi UchidaFactor out process_comment()
2017-12-05 Seiichi UchidaChange the type of argument of push_vertical_spaces()
2017-12-05 Seiichi UchidaAdd count_newlines() utility function
2017-12-05 Nick CameronMerge pull request #2239 from topecongiro/issue-2157
2017-12-05 Nick CameronMerge pull request #2238 from topecongiro/issue-1209
2017-12-05 Nick CameronMerge pull request #2237 from topecongiro/issue-2131
2017-12-05 Seiichi UchidaFix indent of chain with small parent
2017-12-05 Seiichi UchidaAdd a test for #2157
2017-12-04 Seiichi UchidaUpdate a test
2017-12-04 Seiichi UchidaForamt macro on types
2017-12-04 Seiichi UchidaAdd a test for #1209
2017-12-04 Seiichi UchidaDo not pass files as arguments to rustfmt when dumping...
2017-12-04 Nick CameronMerge pull request #2236 from topecongiro/simple-array
2017-12-04 Nick CameronMerge pull request #2235 from topecongiro/option_env
2017-12-04 topecongiroCompress an array with simple items
2017-12-04 topecongiroFactor out array_tactic
2017-12-04 topecongiroUpdate tests
2017-12-04 topecongiroInspect CFG_RELEASE_CHANNEL env var at compile time
2017-12-03 Nick CameronMerge pull request #2219 from topecongiro/issue-549
2017-12-03 Seiichi UchidaCargo fmt
2017-12-03 Seiichi UchidaAdd macros from the log crate to whitelist
2017-12-03 topecongiroCargo fmt
2017-12-03 topecongiroFactor out a mess
2017-12-03 topecongiroCargo fmt and update a test
2017-12-03 topecongiroHandle special-case macros
2017-12-03 topecongiroAdd whitelists of macros that need special-case format
2017-12-03 topecongiroAdd a test for special case macros like format! and...
2017-12-03 Nick CameronMerge pull request #2222 from topecongiro/issue-2197
2017-12-03 Nick CameronMerge pull request #2224 from kbacha/issue-2220
2017-12-03 Nick Cameron0.2.17
2017-12-02 Kevin ChoubachaCombine 3 repeated sections into a single section
2017-12-02 Seiichi UchidaDo not format fenced code blocks in comment
2017-12-02 Seiichi UchidaAdd a test for #2197
2017-12-02 Seiichi UchidaCargo fmt and update tests
2017-12-02 Seiichi UchidaKeep vertical spaces between items or statements within...
2017-12-02 Seiichi UchidaMerge pull request #2218 from pietroalbini/fix-ast...
2017-12-01 Nick CameronMerge pull request #2210 from topecongiro/issue-2178
2017-12-01 Seiichi UchidaMerge pull request #2215 from iapain/master
2017-11-30 Nick CameronMerge pull request #2216 from topecongiro/issue-2214
2017-11-30 Pietro AlbiniFix imports formatting broken after AST change
2017-11-30 Nick CameronMerge pull request #2213 from topecongiro/issue-2212
2017-11-30 Nick CameronMerge pull request #1889 from topecongiro/match-arm
2017-11-30 Nick CameronMerge pull request #2211 from oli-obk/master
2017-11-30 Oliver SchneiderRun rustfmt
2017-11-30 Deepak Thukraldocs: fixes incorrect output
2017-11-30 topecongiroLook for trailing comma on array and preserve it inside...
2017-11-30 topecongiroGeneralize rewrite_array() to types other than ast...
2017-11-30 topecongiroAdd a test for #2214
2017-11-30 Deepak Thukraldocs: Adds where_single_line in configuration documentation
2017-11-30 topecongiroFormat defualtness on specialized impl const
2017-11-30 topecongiroAdd a test for #2212
2017-11-30 Seiichi UchidaCargo fmt & update a test
2017-11-30 topecongiroFormat source codes
2017-11-30 topecongiroDo not put if on the same line as match arm
2017-11-30 Oliver SchneiderAddress clippy lints
2017-11-30 topecongiroCombine a sigle argument and a short callee
2017-11-30 topecongiroUpdate a test
2017-11-30 topecongiroAdd a test for #2178
2017-11-29 Nick CameronMerge pull request #2209 from topecongiro/issue-2207
2017-11-29 Seiichi UchidaRename is_dummy to has_braces
2017-11-29 Seiichi UchidaFix a typo
2017-11-29 Seiichi UchidaUse an explicit flag to decide on whether to add brace...
2017-11-29 Seiichi UchidaUpdate tests
2017-11-29 Seiichi UchidaAdd a test for #2207
2017-11-29 Seiichi UchidaFix a typo
2017-11-29 Nick CameronMerge pull request #2205 from topecongiro/issue-2202
2017-11-29 Nick CameronMerge pull request #2203 from topecongiro/issue-2200
2017-11-29 Seiichi UchidaPrint unstable option's name on warning
2017-11-29 topecongiroUpdate tests
2017-11-29 topecongiroCargo fmt
2017-11-29 topecongiroIgnore fn_call_width when rewriting a call with a singl...
2017-11-29 topecongiroUse correct shape when rewriting the last arg with...
2017-11-29 topecongiroTake into account the rhs overhead when rewriting the...
2017-11-29 topecongiroFix a test target
2017-11-29 topecongiroAdd a test for #2200
2017-11-28 Seiichi UchidaCargo update
2017-11-28 Nick CameronUse the right kind of doc comment in chains.rs
2017-11-27 Nick CameronMerge pull request #2194 from topecongiro/use-cargo_met...
2017-11-27 Nick CameronMerge pull request #2195 from topecongiro/issue-2193
2017-11-27 topecongiroReplace TargetKind with simple String
2017-11-27 topecongiroCargo fmt
2017-11-27 topecongiroRemove FIXME
2017-11-27 topecongiroMinor refactoring
2017-11-27 topecongiroRemove width of a trailing comma on variant
2017-11-27 topecongiroAdd a test for #2193
2017-11-27 topecongiroAllow '--package <package>'
2017-11-27 topecongiroRename WorkspaceHitlist to CargoFmtStrategy
2017-11-27 topecongiroRandom formatting
2017-11-27 topecongiroUse cargo_metadata crate over json crate
2017-11-27 topecongiroImplement PartialEq, Eq and Hash trait for Target
next