]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 Seiichi UchidaAdd a test for #3060
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-11 Otavio SalvadorUpdate rustc-ap-* to 272.0.0
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 Seiichi UchidaMerge pull request #3085 from otavio/extend-gitignore
2018-10-09 Otavio SalvadorEnable `stdin_disable_all_formatting_test` test
2018-10-09 Otavio Salvador.gitignore: Ignore Emacs backup files
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 SalvadorBump rustc-ap-* to 270.0.0
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...
2018-10-08 Seiichi UchidaFormat a macro call with multile item-like arguments
2018-10-08 Seiichi UchidaFormat a macro call with a single item-like argument
2018-10-08 Seiichi UchidaAdd a test for #3031 and update test
2018-10-08 Nick CameronMerge pull request #3078 from YaLTeR/fix-closure-indent...
2018-10-08 Nick CameronMerge pull request #3077 from YaLTeR/fix-extra-commas
2018-10-08 Nick CameronMerge pull request #3070 from topecongiro/issue-3030
2018-10-08 Nick CameronMerge pull request #3069 from topecongiro/issue-3003
2018-10-07 Nick CameronMerge pull request #3067 from topecongiro/refactor...
2018-10-07 Nick CameronMerge pull request #3063 from otavio/add-doc-is_doc_comment
2018-10-06 Seiichi UchidaMerge pull request #3079 from topecongiro/rustc-ap
2018-10-06 Seiichi UchidaFix empty types being inserted to closure
2018-10-06 Seiichi UchidaCargo update
2018-10-06 Ivan MolodetskikhOverflow Visual functions even with one argument
2018-10-06 Ivan MolodetskikhAdd a test for #3049
2018-10-06 Ivan MolodetskikhNo trailing comma in struct literals (Visual)
2018-10-06 Ivan MolodetskikhAdd a test for #3066
2018-10-02 Seiichi UchidaMerge pull request #3073 from scampi/format_strings
2018-10-01 Stéphane Campinasformat_strings: take into account newline occurring...
2018-09-30 Seiichi UchidaFormat a paren expr with double slash comment
2018-09-30 Seiichi UchidaAdd a test for #3030
2018-09-30 Seiichi UchidaConsider a multi-lined array as a block-like expression
2018-09-30 Seiichi UchidaAdd a test for #3003
2018-09-30 Seiichi UchidaUpdate .travis.yml
2018-09-29 Seiichi UchidaFormat and update test
2018-09-29 Seiichi UchidaPut arguments of the fail attribute on the same line...
2018-09-29 Seiichi UchidaMove maybe_get_args_offset to overflow.rs
2018-09-29 Seiichi UchidaAvoid using to_expr as much as possible
2018-09-29 Seiichi UchidaGet rid of ToExpr trait
2018-09-29 Seiichi UchidaTake impl Iterator for overflow routines
2018-09-28 Otavio Salvadorcomment: Add documentation to `is_doc_comment` public...
2018-09-28 Nick CameronMerge pull request #3061 from mehcode/feature/default...
2018-09-28 Nick CameronMerge pull request #2816 from moxian/enum-discrim
2018-09-28 Ryan LeckeyFix help message for edition config option
2018-09-28 Seiichi UchidaMerge pull request #3050 from andrehjr/empty-impl-body...
2018-09-28 Seiichi UchidaMerge pull request #3052 from scampi/contributing
2018-09-28 Stéphane Campinasdo not format a code block in documentation if it is...
2018-09-26 Stéphane Campinasadded a note about the use of the RUST_LOG environment...
2018-09-26 moxianChange enum align semantics to care about absolute...
2018-09-26 moxianAdd option to vertically align enum discriminants.
2018-09-26 André Luis... Makes brace behavior consistent with empty bodies for...
2018-09-25 Nick CameronUpdate rustc_ap_syntax
2018-09-25 Nick CameronRemove unnecessary feature flag
2018-09-24 Nick CameronMerge pull request #3048 from emilio/merged-comments
2018-09-24 Nick CameronMerge pull request #3045 from scampi/issue2917
2018-09-24 Nick CameronMerge pull request #3044 from orium/fix-too-many-modsep
2018-09-22 Emilio Cobos... lists: Detect block comment by starting from the end.
2018-09-21 Stéphane CampinasPrevent right-shifting of block comments with bare...
2018-09-21 Diogo SousaFix bug in import where two consecutive module separato...
2018-09-21 Nick CameronMerge pull request #3042 from topecongiro/issue-3040
2018-09-20 Seiichi UchidaDo not trim a block from expression if its condition...
2018-09-20 Seiichi UchidaAdd a test for #3040
2018-09-19 Nick CameronMerge pull request #3036 from topecongiro/issue-2932
2018-09-19 Nick CameronMerge pull request #3035 from topecongiro/issue-3006
2018-09-19 Seiichi UchidaCargo fmt
2018-09-19 Seiichi UchidaFix shape for index
2018-09-19 Seiichi UchidaCombine chain items only when the item will get orphaned
2018-09-19 Seiichi UchidaUpdate tests
2018-09-19 Seiichi UchidaFormat generics on associated types
2018-09-19 Seiichi UchidaAdd a test for #3006
2018-09-18 Nick CameronMerge pull request #3028 from scampi/issue2973
2018-09-18 Nick CameronMerge pull request #3002 from lqd/normalize-doc-attributes
2018-09-18 Nick CameronMerge pull request #3001 from scampi/issue2977
2018-09-18 Nick CameronMerge pull request #3014 from PSeitz/master
2018-09-18 Seiichi UchidaMerge pull request #3013 from YaLTeR/fix-issue-2985
2018-09-18 Nathan SuttonImprove error message when failing cargo metadata ...
2018-09-18 Seiichi UchidaMerge pull request #3019 from yangby-cryptape/fix-typo...
2018-09-18 Seiichi UchidaMerge pull request #3017 from matthiaskrgr/typo
2018-09-18 Nick CameronMerge pull request #3012 from YaLTeR/fix-issue-2496
2018-09-17 Stéphane CampinasFix indent computation of a macro with braces.
next