]> git.lizzy.rs Git - rust.git/history - src
Merge pull request #3171 from lqd/whitespace_jam
[rust.git] / src /
2018-11-05 Nick CameronMerge pull request #3171 from lqd/whitespace_jam
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-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...
2018-10-30 Seiichi UchidaMerge pull request #3155 from emilio/missed-spans-bug
2018-10-30 Emilio Cobos Álvarezmissed-spans: Fix bogus check.
2018-10-29 Seiichi UchidaUse edition in rustfmt.toml when no command line argume...
2018-10-28 Nick CameronMerge pull request #3141 from dfyz/issue-2810
2018-10-28 Nick CameronMerge pull request #3144 from otavio/issues-3143
2018-10-28 Nick CameronMerge pull request #3142 from topecongiro/issue-3139
2018-10-27 Ivan KomarovFix formatting failures on Windows
2018-10-27 Otavio Salvadorcargo-fmt: Fix splitting of targets across editions
2018-10-27 Otavio Salvadorcargo-fmt: Add --edition when printing the command
2018-10-27 Seiichi UchidaDo not remove path disambiugator inside macro
2018-10-26 Nick CameronMerge pull request #3140 from matthiaskrgr/redundant_clones
2018-10-26 Matthias Krügerfix clippy::redundant_clones warnings.
2018-10-26 Nick CameronMerge pull request #3138 from topecongiro/issue-3137
2018-10-26 Seiichi UchidaSimplify handling parens on generic bound trait
2018-10-25 Nick CameronMerge pull request #3134 from otavio/issue-3104
2018-10-25 Otavio SalvadorStabilize `edition` configuration option
2018-10-25 Nick CameronMerge pull request #3129 from otavio/issue-3104
2018-10-24 Nick CameronMerge pull request #3113 from scampi/issue3105
2018-10-24 Otavio Salvadorcargo-fmt: Take into account the edition for each target
2018-10-24 Stéphane Campinaskeep track of lines which formatting was disabled in...
2018-10-24 Stéphane CampinasFix handling of code that is annotated with rustfmt...
2018-10-24 Nick CameronMerge pull request #3130 from JoshBrudnak/master
2018-10-24 Nick CameronMerge pull request #3116 from kellerkindt/patch-1
2018-10-23 JoshBrudnakTreat crates non-alphabetically Fixes: #3118
2018-10-23 Otavio Salvadorrustfmt: add support to specify the Rust edition as...
2018-10-23 Otavio Salvadorlib: export config::Edition so it can be used externally
2018-10-23 Otavio Salvadorconfig: use 2015 as default Edition
2018-10-23 Otavio Salvadorrustfmt: avoid duplicating the error handling for ...
2018-10-22 Nick CameronMerge pull request #3126 from topecongiro/issue-3117
2018-10-22 Seiichi UchidaMerge pull request #3114 from matthiaskrgr/typos
2018-10-22 Seiichi UchidaUse correct width when formatting type on local statement
2018-10-19 Matthias Krügerfix a few typos found via codespell.
2018-10-19 Seiichi UchidaMerge pull request #3115 from matthiaskrgr/clippy
2018-10-18 Matthias Krügerfix a couple of clippy lint warnings
2018-10-18 Nick CameronMerge pull request #3109 from scampi/issue-3038
2018-10-18 Nick CameronRemove NLL feature
2018-10-18 Nick CameronRemove various feature flags
2018-10-17 Seiichi UchidaCatch parser panic in format_snippet (#3103)
2018-10-15 Stéphane Campinasforce a newline after the `if` condition if there is...
2018-10-15 Nick CameronMerge pull request #3106 from sinkuu/clippy
2018-10-15 Nick CameronMerge pull request #3102 from nrc/arm-guard-newline
2018-10-15 Nick CameronMerge pull request #3101 from nrc/pair-newline
2018-10-15 Shotaro YamadaReduce allocations
2018-10-15 Shotaro YamadaUse concat() instead of join("")
2018-10-15 Shotaro YamadaCleanup
2018-10-15 Shotaro YamadaClippy
2018-10-15 Shotaro YamadaUse UnOp::to_string
2018-10-15 Shotaro YamadaRemove an unsafe code
2018-10-15 Daniele D'Oraziotry to fix comment bad wrapping (#3099)
2018-10-15 Nick CameronOnly put `{` on a newline in a match arm where necessary
2018-10-14 Nick CameronMerge pull request #3096 from otavio/use-bytecount...
2018-10-14 Nick CameronFixup formatting
2018-10-14 Nick CameronSimplify situations in which the last sub-expr in a...
2018-10-14 Otavio Salvadorutils: rewrite `count_newlines` using `bytecount::count`
2018-10-14 Nick CameronMerge pull request #3100 from topecongiro/issue-3092
2018-10-14 Nick CameronMerge pull request #3093 from scampi/issue2633
2018-10-14 Nick CameronMerge pull request #3091 from topecongiro/issue-3060
2018-10-14 Seiichi UchidaUse correct width
2018-10-14 Seiichi UchidaAdd a correct indent before trait's closing brace with...
2018-10-14 Seiichi UchidaMerge pull request #3095 from otavio/avoid-overflow...
2018-10-14 Seiichi UchidaMerge pull request #3094 from otavio/avoid-unwrap-or
2018-10-13 Otavio SalvadorAvoid control flow expressions conditions to go multi...
2018-10-13 Stéphane Campinashandle lines prefixed with a # inside code blocks
2018-10-13 Seiichi UchidaMerge pull request #3090 from otavio/issue-3029
2018-10-12 Otavio Salvadorbin: replace `.unwrap_or` with `.map_or`
2018-10-12 Otavio Salvadorconfig: replace `.unwrap_or` with `.map_or`
2018-10-12 Otavio Salvadorexpr: replace `.unwrap_or` with `.map_or`
2018-10-12 Otavio SalvadorOnly combine `match` if its condition expression fits...
2018-10-12 Otavio Salvadorclosures: replace `.unwrap_or` with `.map_or`
2018-10-12 Stéphane Campinasdo not vertically align list items in case the tactic...
2018-10-12 Seiichi UchidaDo not add parens around lifetimes
2018-10-12 Nick CameronAdd `attr_fn_like_width` to the width heuristics
2018-10-11 Nick CameronMerge pull request #3089 from topecongiro/format-comment
2018-10-11 Nick CameronMerge pull request #3086 from otavio/bump-rustc-ap-272
2018-10-11 Seiichi UchidaAdd format_doc_comments
2018-10-11 Seiichi UchidaMerge pull request #3088 from otavio/fix-misleading...
2018-10-11 Otavio Salvadorrewrite: adjust comment as it refers to `is_if_else_block`
2018-10-11 Seiichi UchidaMerge pull request #3087 from scampi/lineoverflow
2018-10-11 Stéphane Campinasfixed display message for the LineOverflow error
2018-10-09 Nick CameronMerge pull request #3084 from otavio/issue-1990
2018-10-09 Nick CameronMerge pull request #3083 from scampi/itemized_blocks
2018-10-09 Stéphane Campinasrewrite_string: detect when a url is being split and...
2018-10-09 Otavio SalvadorEnable `stdin_disable_all_formatting_test` test
2018-10-08 Stéphane Campinashandle itemized items inside comments
2018-10-08 Nick CameronMerge pull request #3082 from otavio/bump-dependencies
2018-10-08 Nick CameronMerge pull request #3080 from topecongiro/issue-3031
2018-10-08 Otavio SalvadorReplace `isatty` crate with `atty`
2018-10-08 Stéphane Campinasrewrite_string: allow to break on a boundary character...
2018-10-08 Stéphane Campinasrewrite_string: retain blank lines that are trailing
2018-10-08 Stéphane Campinasrewrite_string: take care of blank lines appearing...
2018-10-08 Stéphane Campinasrewrite_string: handle newlines in the last line that...
2018-10-08 Stéphane Campinasrewrite_string: do not overflow the next line when...
2018-10-08 Stéphane Campinasrewrite_string: trim trailing whitespace in case the...
next