]> git.lizzy.rs Git - rust.git/history - src
Merge pull request #3042 from topecongiro/issue-3040
[rust.git] / src /
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-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 UchidaFormat generics on associated types
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.
2018-09-12 Rémy Rakicaddress review comment in Attribute rewrite fn
2018-09-12 Rémy Rakicmove config attribute
2018-09-12 Matthias Krügercargo fmt: fix typo in format_crate(): (verison ->...
2018-09-12 Stéphane Campinasimplement Drop from FmtVisitor in order to simplify...
2018-09-12 Nick CameronMerge pull request #3000 from dimbleby/dch/typo
2018-09-12 Nick CameronMerge pull request #2998 from ReapOmen/fix-rustfmt...
2018-09-12 Nick CameronMerge pull request #3010 from topecongiro/issue-3009
2018-09-12 Nick CameronMerge pull request #3011 from topecongiro/rustc-ap...
2018-09-12 Nick CameronMerge pull request #3015 from YaLTeR/fix-fn-type-comma
2018-09-11 Ivan MolodetskikhDon't insert a new line when fn has no return type
2018-09-11 Pascal Seitzfixes #2914 by handling BadIssue case
2018-09-11 Ivan MolodetskikhFix last chain item shape for Visual indent_style
2018-09-11 Ivan MolodetskikhUse correct heuristic for match block flattening
2018-09-11 Seiichi UchidaCargo update
2018-09-11 Seiichi UchidaRefactor the corner case of handling long function
2018-09-11 Nick CameronMerge pull request #2988 from YaLTeR/fix-issue-2922
2018-09-09 Nick CameronMerge pull request #3007 from alexcrichton/wasm
2018-09-09 Alex CrichtonSupport platforms without a timer
2018-09-07 lqdnormalize_doc_attributes option: convert doc attributes...
2018-09-07 Stéphane Campinaspropagate errors about failing to rewrite a macro
2018-09-07 David HothamFix typo in usage text
2018-09-06 Robert BartlenskyChange `print_diff` to output the correct line number.
2018-09-06 Nick CameronMerge pull request #2997 from matthiaskrgr/cargo_test_r...
2018-09-06 Matthias Krügerfix cargo test --release.
2018-09-04 Nick CameronMerge pull request #2983 from topecongiro/issue-2642
2018-09-04 Nick CameronMerge pull request #2993 from topecongiro/rustc-ap
2018-09-03 topecongiroCargo update
2018-09-03 Nick CameronMerge pull request #2992 from max-sixty/clippy2
2018-09-03 Nick CameronMerge pull request #2986 from topecongiro/issue-2907
2018-09-03 Nick CameronMerge pull request #2991 from topecongiro/raw-identifie...
2018-09-01 Maximilian Roosfinal clippy changes
2018-09-01 Seiichi UchidaHandle raw identifiers in chain
2018-09-01 Seiichi UchidaMerge pull request #2987 from YaLTeR/fix-issue-2930
2018-08-31 Ivan MolodetskikhUse correct fn args indent for Visual
2018-08-31 Ivan MolodetskikhAdd debug logging to fn-related functions
2018-08-31 Ivan MolodetskikhFix shape in rewrite_tuple_in_visual_indent_style
2018-08-31 Seiichi UchidaMerge pull request #2984 from mehcode/feature/edition...
2018-08-31 Seiichi UchidaSimplify post-comment extraction
2018-08-31 Seiichi UchidaUse trim_tries to extract post comment over simple...
2018-08-31 Seiichi UchidaUse trim_tries to extract pre-comments over simple...
2018-08-31 Seiichi UchidaAdd trim_tries
2018-08-31 Ryan LeckeyAccept 2015 and 2018 instead of Edition2015 and Edition...
2018-08-31 Maximilian RoosMerge branch 'master' into clippy2
2018-08-31 topecongiroHandle raw string literal without any sharps
2018-08-31 topecongiroHandle raw string literals in CharClasses
2018-08-30 Nick CameronMerge pull request #2981 from topecongiro/issue-2956
2018-08-30 Seiichi UchidaKeep formatting fn even if there is an unformattable...
2018-08-30 Nick CameronMerge pull request #2975 from max-sixty/clippy
2018-08-29 Nick CameronMerge pull request #2952 from crw5996/fix-use-bug
2018-08-29 Maximilian RoosMerge branch 'master' into clippy2
2018-08-29 Maximilian Roosmore clippy
2018-08-28 Maximilian Roosset of clippy changes
2018-08-28 crw5996Fixed overly complicated code as requested in the code...
2018-08-28 crw5996Merge branch 'master' of https://github.com/rust-lang...
2018-08-28 crw5996Fixed Issues brought up in PR
2018-08-28 Nick CameronMerge pull request #2972 from crw5996/fix-optional...
2018-08-27 crw5996Refactored to not use a mutable variable
2018-08-27 crw5996Fixed #2955. Added value to determine whether or not...
2018-08-27 crw5996Merge branch 'master' of https://github.com/rust-lang...
2018-08-27 crw5996Fixed #2955. Added value to determine whether or not...
2018-08-27 Nick CameronMerge pull request #2971 from topecongiro/issue-2969
2018-08-27 Seiichi UchidaUse span_ends_with_comma to find a trailing comma in...
2018-08-26 Nick CameronMerge pull request #2942 from crw5996/fix-ellipsis-bug
2018-08-26 Nick CameronMerge pull request #2966 from topecongiro/issue-2953
2018-08-26 Nick CameronMerge pull request #2948 from CAD97/patch-2
2018-08-26 Seiichi UchidaFormat in-place expression like assignment
2018-08-26 Seiichi UchidaRemove an unnecessary attribute
2018-08-26 Zach LuteFix build with rust nightly by updating try block synta...
2018-08-24 Maximilian RoosImpl only use (#2951)
2018-08-24 chrisFixed ellipsis bug where rustfmt was creating code...
2018-08-23 Nick CameronMerge pull request #2950 from CAD97/master
2018-08-23 cad97Reformat
2018-08-23 cad97Rename CodeMap/FileMap to SourceMap/SourceFile
2018-08-23 Christopher Durham Consider "dev" as nightly for feature (un)gating
2018-08-23 Christopher DurhamConsider "dev" as nightly for feature (un)gating
2018-08-22 Nick CameronMerge pull request #2925 from scampi/issue539
2018-08-21 Nick CameronMerge pull request #2935 from topecongiro/rustc-ap...
2018-08-21 Nick CameronMerge pull request #2915 from Xanewok/file-lines-ser...
2018-08-18 Seiichi UchidaUpdate import path to ThinVec
2018-08-17 Nick CameronMerge pull request #2920 from topecongiro/issue-2919
2018-08-16 Stéphane Campinasfix verbose output
2018-08-16 Stéphane Campinasdiscard trailing blank comments
next