]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-02-14 topecongiro1.0.3
2019-02-14 Seiichi UchidaMerge pull request #3401 from topecongiro/rustcap
2019-02-14 topecongiroCargo update
2019-02-14 topecongiro1.0.2
2019-02-13 Stéphane Campinaspoint unstable options to tracking issues
2019-02-12 Seiichi UchidaMerge pull request #3342 from topecongiro/visibility...
2019-02-12 topecongiroFormat visibility on trait alias
2019-02-10 Seiichi UchidaMerge pull request #3335 from h-michael/rust-2018
2019-02-10 Seiichi UchidaMerge pull request #3333 from topecongiro/macro-arg...
2019-02-10 topecongiroHandle a macro argument with a single keyword
2019-02-10 Seiichi UchidaMerge pull request #3326 from scampi/issue-3302
2019-02-09 Stéphane Campinasremove unneeded Version import
2019-02-09 Hirokazu Hatacargo fmt
2019-02-09 Hirokazu HataFix rust_2018_idioms warnings
2019-02-09 Hirokazu Hatadeny rust_2018_idioms
2019-02-09 Hirokazu Hatacargo +nightly fix --edition-idioms
2019-02-08 Stéphane CampinasMerge pull request #3328 from topecongiro/edition-2018
2019-02-08 Seiichi UchidaMerge pull request #3332 from rchaser53/issue-3234
2019-02-07 Seiichi UchidaMerge pull request #3325 from topecongiro/rustcap
2019-02-07 topecongiroUse edition 2018
2019-02-07 rchaser53add issue-3234 test
2019-02-07 Stéphane CampinasMerge pull request #3322 from fyrchik/fix/3304
2019-02-07 Evgeniiadd more tests
2019-02-07 Evgeniifix review comments
2019-02-06 Stéphane Campinasfix formatting of strings within a macro
2019-02-06 Seiichi UchidaAdd a test for #3313
2019-02-06 Seiichi UchidaFix how we get span of the PathSegment separator
2019-02-06 topecongiroCargo update
2019-02-06 Seiichi UchidaMerge pull request #3323 from scampi/failure-repo
2019-02-06 Stéphane Campinassilence testing on the failure repo until it's fixed
2019-02-06 Evgeniicalculate statement first line properly
2019-02-06 Seiichi UchidaMerge pull request #3320 from scampi/unecessary-source...
2019-02-05 Stéphane Campinasremove unecessary source test file
2019-02-05 Seiichi UchidaMerge pull request #3318 from rchaser53/issue-3314
2019-02-05 rchaser53fix Removed indentation after nested comments error
2019-02-05 Seiichi UchidaMerge pull request #3317 from fyrchik/fix/edition
2019-02-04 Evgeniitransition to Rust 2018
2019-02-03 Seiichi UchidaMerge pull request #3308 from topecongiro/issue-2835
2019-02-03 Seiichi UchidaMerge pull request #3311 from rchaser53/issue-3295
2019-02-01 rchaser53fix "internal error: left behind trailing whitespace...
2019-01-31 Seiichi UchidaMerge pull request #3306 from topecongiro/issue-2841
2019-01-31 topecongiroPrioritize single_line_fn and empty_item_single_line...
2019-01-31 topecongiroDo not force trailing comma when using mixed layout
2019-01-29 Seiichi UchidaMerge pull request #3298 from topecongiro/issue-3272
2019-01-28 topecongiroUse the same rule with macro and function calls with...
2019-01-28 topecongiroAvoid putting a long macro call in a single line
2019-01-27 Seiichi UchidaMerge pull request #3293 from scampi/issue-3241
2019-01-27 Seiichi UchidaMerge pull request #3280 from m-ou-se/global-config
2019-01-27 Mara BosAlso look in home directory for global config.
2019-01-27 Mara BosDocument the global rustfmt.toml feature.
2019-01-27 Mara BosLook for a global rustfmt.toml.
2019-01-27 Stéphane Campinasfix glob and nested global imports
2019-01-27 Seiichi UchidaMerge pull request #3294 from rchaser53/issue-3278
2019-01-27 Seiichi UchidaApply rustfmt::skip on imports (#3289)
2019-01-27 rchaser53add the version gate to the code and test
2019-01-27 Stéphane CampinasMerge pull request #3297 from matthiaskrgr/deps
2019-01-26 Matthias Krügerupdate dependencies
2019-01-25 rchaser53change new line point in the case of no args
2019-01-22 Stéphane Campinaskeep leading double-colon to respect the 2018 edition...
2019-01-20 Stéphane Campinasindicate in the readme that edition may need to be...
2019-01-17 Nick CameronMerge pull request #3284 from scampi/issue-3270
2019-01-16 Stéphane Campinasversion-gate the formatting of commented strings
2019-01-14 wada314Use Unicode-standard char width to wrap comments or...
2019-01-14 Stéphane CampinasMerge pull request #3225 from scampi/issue-3224
2019-01-10 Stéphane CampinasMerge pull request #3285 from arnavb/patch-1
2019-01-10 Stéphane Campinasrecognize strings inside comments in order to avoid...
2019-01-10 Arnav BorborahFix incorrect documentation for `unstable_features`
2019-01-07 Nick CameronMerge pull request #3260 from topecongiro/issue-3004
2019-01-07 Nick CameronMerge pull request #3276 from dten/allow-p
2019-01-01 David Hewsonallow specifying package with -p
2018-12-25 Stéphane Campinassimplify function to create a string from the itemized...
2018-12-25 Seiichi UchidaFix shape when formatting return or break expr on state...
2018-12-25 wada314Fix issue #3263 (#3264)
2018-12-25 Seiichi UchidaMerge pull request #3266 from wada314/fix-2973
2018-12-25 Seiichi UchidaMerge pull request #3269 from wada314/lc-unreachable
2018-12-24 Shohei WadaRemove a trivial redundant code.
2018-12-23 Shohei WadaChange \r detection much simpler.
2018-12-23 Shohei WadaAdd test cases.
2018-12-23 Shohei WadaFix #2973 in Windows CRLF env.
2018-12-20 Seiichi UchidaMerge pull request #3258 from scampi/version-gate
2018-12-19 topecongiroDo not modify original source code inside macro call
2018-12-19 topecongiro Add a test for #3004
2018-12-19 Stéphane Campinasclarify the version-gate used for the #3229 change
2018-12-19 Stéphane Campinasadd a section to the Contributing.md file about version...
2018-12-18 Seiichi UchidaMerge pull request #3240 from Xanewok/parser-panic
2018-12-18 Seiichi UchidaMerge pull request #3250 from scampi/issue3229
2018-12-18 Philipp HanschFix trim_right/trim_left deprecation warnings (#3252)
2018-12-17 Nick CameronMerge pull request #3249 from andjo403/assert_cli
2018-12-14 Andreas Jonsonuse the rustfmt function to find the bin
2018-12-14 Andreas Jonsonremove deprecated dependency assert_cli
2018-12-14 Stéphane Campinasbump the version of formatting rules to Two
2018-12-14 Stéphane Campinasversion-gate the trailing semicolon change of return...
2018-12-13 Igor MatuszewskiDon't ignore parse error when constructing report
2018-12-13 Igor MatuszewskiUse non-panicking maybe_parser_from_source_str
2018-12-13 Igor MatuszewskiAdd test asserting we catch Rust parser panics
2018-12-12 Seiichi UchidaMerge pull request #3232 from ForsakenDurian/patch-1
2018-12-09 Nick Cameron1.0.1
2018-12-09 Nick Cameronremove from README.md
2018-12-08 Nick CameronMerge pull request #3236 from kngwyu/upd-syntax
2018-12-08 kngwyuUpdate rustc-ap-syntax to 306.0
next