]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-12-28 David AlberTesting that config option tests use the expected confi...
2017-12-28 David AlberMoving config option tests to subdirectory
2017-12-28 David AlberRenaming tests to match existing convention
2017-12-28 David AlberRenaming test to match existing convention
2017-12-28 Seiichi UchidaMerge pull request #2317 from vishalsodani/master
2017-12-28 Vishal SodaniFix sentence structure
2017-12-27 Nick CameronMerge pull request #2314 from hcpl/fix-readme-ci-instru...
2017-12-27 Nick CameronMake the import of Config pub
2017-12-27 hcplFix version replacement notes for CI in README.md
2017-12-27 Seiichi UchidaMerge pull request #2308 from davidalber/recursive...
2017-12-27 Marcus KlaasUse std time
2017-12-27 Marcus KlaasAdd rudimentary timing of parsing and formatting phases
2017-12-27 Nick CameronMerge pull request #2310 from topecongiro/issue-2309
2017-12-27 Nick CameronMerge pull request #2311 from topecongiro/format-code...
2017-12-24 David AlberUpdating error message
2017-12-24 Seiichi UchidaRefactoring
2017-12-24 Seiichi UchidaFormat code block in comment
2017-12-24 Seiichi UchidaDo not give up rewriting struct field when attribute...
2017-12-23 David AlberAdding ability to recursively find test files
2017-12-23 Seiichi UchidaGet rid of GenericsArg wrapper type
2017-12-23 Seiichi UchidaCargo fmt
2017-12-23 Seiichi Uchida0.3.4
2017-12-23 Seiichi UchidaRemove workspace membership check
2017-12-23 Seiichi UchidaRustup to rustc 1.24.0-nightly (5165ee9e2 2017-12-22)
2017-12-22 Nick CameronMerge pull request #2298 from davidalber/fix-2269
2017-12-22 topecongiroUpdate CHANGELOG
2017-12-22 Nick CameronMerge pull request #2303 from topecongiro/issue-2296
2017-12-22 Nick Cameron0.3.3
2017-12-22 topecongiroFix indent width bug when recovering comments
2017-12-22 Nick CameronMerge pull request #2288 from davidalber/fix-2078
2017-12-22 Nick Cameronfix tests
2017-12-22 Nick CameronMerge pull request #2302 from bkchr/rust_nightly_21_22_2017
2017-12-22 Bastian KöcherFixes compilation with rust version 2017-12-21
2017-12-21 Nick CameronMerge pull request #2291 from topecongiro/issue-2289
2017-12-21 Nick CameronMerge pull request #2295 from topecongiro/issue-2280
2017-12-21 Nick Cameronfix libsyntax fallout
2017-12-21 Nick CameronMerge pull request #2297 from topecongiro/type-alias...
2017-12-21 David AlberUsing common execute rustfmt function
2017-12-21 David AlberReusing status-handling function
2017-12-21 David AlberFactoring out status code values
2017-12-21 David AlberAdding --version option to cargo-fmt
2017-12-21 topecongiroFix wrong indentation on type alias
2017-12-20 Seiichi UchidaMake 'cargo fmt' formats every workspace member
2017-12-20 topecongiroTake the width of block's prefix into account only...
2017-12-18 David AlberUsing `if let` to be more concise
2017-12-18 David AlberReporting test parse errors as test failures
2017-12-17 Nick CameronMerge pull request #2286 from topecongiro/issue-2123
2017-12-17 Seiichi UchidaDo not put comment's line start and closer on the same...
2017-12-17 Seiichi UchidaRespect leading whitespace in original comment when...
2017-12-17 Seiichi UchidaAdd a test for #2123 and update tests
2017-12-17 Nick CameronMerge pull request #2228 from CAD97/patch-1
2017-12-17 Christopher... Remove reference to env var
2017-12-17 Christopher... Mention un/stable configuration in README
2017-12-17 Christopher... Remove `chain_indent`
2017-12-17 Christopher... Add configuration stability information
2017-12-15 Nick CameronFix CI instructions in README.md
2017-12-15 Nick CameronMerge pull request #2284 from topecongiro/trait-aliases
2017-12-15 topecongiroFormat trait aliases
2017-12-15 topecongiroAdd tests for trait aliases
2017-12-15 topecongiro0.3.2
2017-12-15 topecongiroAdd an initial support for trait aliases
2017-12-15 Oliver SchneiderMove from String to PathBuf where applicable
2017-12-14 Nick CameronMerge pull request #2271 from topecongiro/refactorings
2017-12-13 Nick CameronMerge pull request #2276 from topecongiro/changelog
2017-12-12 Seiichi UchidaUpdate CHANGELOG
2017-12-12 Seiichi UchidaDo not print to stderr when parsing the toml file succeeded
2017-12-12 Seiichi UchidaRefactor write_snippet_inner()
2017-12-12 Seiichi UchidaCargo clippy
2017-12-12 Nick CameronMerge pull request #2274 from topecongiro/better-error-msg
2017-12-11 topecongiroWarn when there are unknown config options
2017-12-11 topecongiroDo not print usage when rustfmt failed
2017-12-11 Seiichi Uchida0.3.1
2017-12-11 Nick CameronMerge pull request #2173 from topecongiro/assignment...
2017-12-11 Nick CameronMerge pull request #2257 from topecongiro/error-on...
2017-12-11 Nick CameronMerge pull request #2270 from topecongiro/issue-2260
2017-12-11 Seiichi UchidaUse enumerate()
2017-12-11 Seiichi UchidaRename error_on_unformatted_comments_or_strings to...
2017-12-11 Seiichi UchidaSet error_on_unformatted_comments_or_strings to true...
2017-12-11 Seiichi UchidaPrint command line options in alphabetical order
2017-12-11 Seiichi UchidaFix a typo
2017-12-11 Seiichi UchidaOrganize command line options and start with upper...
2017-12-11 Seiichi UchidaAdd error-on-unformatted command line option
2017-12-11 Seiichi UchidaCombine error_on_line_overflow_comments/strings
2017-12-11 Seiichi UchidaFix a typo
2017-12-11 Seiichi UchidaMake RichChar public
2017-12-11 Seiichi UchidaAdd a config option to suppress error message on string...
2017-12-11 Seiichi UchidaMake CharClasses and FullCodeCharKind public
2017-12-11 Seiichi UchidaAdd a test for error_on_line_overflow_strings
2017-12-11 Seiichi UchidaAdd a test fot #2260
2017-12-11 Nick CameronMerge pull request #2261 from topecongiro/replace-strin...
2017-12-11 Seiichi UchidaTrim a trailing whitespace on empty line inside code...
2017-12-11 Seiichi UchidaFix indent issue when recovering comments
2017-12-11 Seiichi UchidaReplace StringBuffer with String
2017-12-10 Nick Cameron0.3.0
2017-12-10 Nick CameronMerge pull request #2267 from topecongiro/issue-2264
2017-12-10 Nick CameronMerge pull request #2265 from topecongiro/issue-2262
2017-12-10 Nick CameronMerge pull request #2258 from topecongiro/issue-819
2017-12-10 Nick CameronMerge pull request #2255 from topecongiro/nested-imports
2017-12-10 Nick CameronMerge pull request #2250 from topecongiro/rustfmt-skip...
2017-12-10 Nick CameronMerge pull request #2249 from CAD97/patch-3
next