]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-01-25 rchaser53change new line point in the case of no args
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
2018-12-07 Isaac NgFix formatting in Configurations.md
2018-12-06 Nick CameronMerge pull request #3231 from LucianBuzzo/minor-typo...
2018-12-06 LucianFix minor typos and grammar
2018-12-01 Stéphane Campinasrewrite_comment: fix block fallback when failing to...
2018-11-30 Seiichi UchidaMerge pull request #3223 from scampi/issue3213
2018-11-29 Stéphane Campinasend expressions like return/continue/break with a semicolon
2018-11-28 Nick CameronMerge pull request #3222 from scampi/issue-3217
2018-11-28 Stéphane Campinasfix the visitor's starting position when visiting a...
2018-11-28 Nick CameronMerge pull request #3221 from alexreg/cosmetic-1
2018-11-28 Nick CameronMerge pull request #3220 from topecongiro/bytecount...
2018-11-27 Alexander RegueiroCosmetic improvements
2018-11-27 Seiichi UchidaCargo update
2018-11-27 Nick CameronAdd a version option
2018-11-26 Nick CameronMerge pull request #3215 from scampi/issue3214
2018-11-26 Stéphane Campinasallow to run a rustfmt command from cargo-fmt even...
2018-11-19 Nick Cameron1.0.0
2018-11-19 Nick Cameronfixup minor bugs
2018-11-19 Nick CameronMerge pull request #3177 from kestred/kstenerson/preser...
2018-11-18 Seiichi UchidaPrefer to break arguments over putting output type...
2018-11-17 Kevin StenersonAlways enforce exactly one space between `macro!` and...
2018-11-17 Nick CameronMerge pull request #3205 from matthiaskrgr/clippy
2018-11-16 Kevin StenersonPreserve possibly one whitespace for brace macros
2018-11-16 Matthias Krügerfix a few clippy warnings
2018-11-15 Nick Cameron0.99.9
2018-11-15 Nick CameronUpdate rustc_ap_syntax
2018-11-15 Nick Camerontest for #3128
2018-11-15 Nick CameronDon't align comments on `extern crate`s
2018-11-14 Seiichi Uchida0.99.8
2018-11-14 Nick CameronMerge pull request #3200 from scampi/issue-3194
2018-11-13 Stéphane Campinascompute the span after a struct-like item based on...
2018-11-11 Nick CameronMerge pull request #3189 from scampi/issue3032
2018-11-09 Stéphane Campinasfix logic for adding or not a newline after a missed...
2018-11-09 Nick CameronMerge pull request #3175 from kestred/kstenerson/delimi...
2018-11-09 Kevin StenersonAdd tests that include comments before the overflow...
2018-11-09 Kevin StenersonReplace always true conditionals with `true`
2018-11-09 Nick CameronMerge pull request #3188 from scampi/issue3124
2018-11-09 Nick CameronMerge pull request #3183 from scampi/issue3182
2018-11-08 Stéphane Campinasdo not add a newline after a missed span if it is the...
2018-11-08 Seiichi UchidaCargo update (#3186)
2018-11-08 Alan DuDo not count /*/ as both start and end comment (#3185)
2018-11-08 Seiichi UchidaMerge pull request #3181 from scampi/issue3131
2018-11-07 Nick Cameron0.99.7
2018-11-07 Stéphane Campinasdo not wrap comments in doctest to avoid failing doctes...
2018-11-07 Stéphane Campinasfix the logic for retaining a comment before the arrow...
2018-11-07 Kevin StenersonTrim the indentation on macros which heuristically...
2018-11-06 Kevin StenersonAdd docs to Configuration guide
2018-11-06 Kevin StenersonAdd config option to more aggressively allow overflow
2018-11-05 Nick CameronMerge pull request #3172 from scampi/issue3153
2018-11-05 Nick CameronMerge pull request #3171 from lqd/whitespace_jam
2018-11-05 Stéphane Campinastrim the start of a line when wrapping an item in prepa...
2018-11-05 Rémy Rakicnormalize_doc_attributes: remove leading whitespace...
2018-11-04 Nick CameronMerge pull request #3165 from scampi/alignment
2018-11-04 Stéphane Campinasfix alignment of a struct's fields with the visual...
2018-11-01 Nick CameronMerge pull request #3145 from otavio/allow-failure...
2018-11-01 Otavio SalvadorTravis CI: Move `futures-rs` out from allow-failures
2018-11-01 Otavio SalvadorCI: Rework integration script so only lib unit tests...
2018-10-31 Nick CameronMerge pull request #3159 from scampi/issue-3132
2018-10-31 Nick CameronMerge pull request #3152 from topecongiro/do-not-overri...
2018-10-30 Stéphane CampinasThe method trim_left_preserve_layout didn't handle...
next