]> git.lizzy.rs Git - rust.git/history - src
Format async closure
[rust.git] / src /
2018-07-09 Seiichi UchidaFormat async closure
2018-07-06 Nick CameronMerge pull request #2827 from ehuss/help-doc
2018-07-06 Eric HussFix help for --help=file-lines
2018-07-01 Nick CameronUpdate rustc-ap-syntax
2018-07-01 Nick CameronMerge pull request #2822 from topecongiro/issue-2782
2018-07-01 Nick CameronMerge pull request #2821 from topecongiro/issue-2721
2018-07-01 topecongiroFlatten multiple empty blocks at once
2018-07-01 topecongiroFactor out block_can_be_flattened
2018-07-01 topecongiroAvoid panicking on deeply nested expressions
2018-07-01 topecongiroReturn the trimmed original snippet when formatting...
2018-06-30 Nick CameronMerge pull request #2820 from scampi/defaults
2018-06-30 Nick CameronMerge pull request #2819 from topecongiro/duplicated...
2018-06-30 Stéphane Campinaswarn on use of default value for an option
2018-06-30 topecongiroFix span bug when searching for the closing paren
2018-06-30 topecongiroFix compile error from breaking changes in libsyntax
2018-06-28 Nick CameronMerge pull request #2814 from topecongiro/rustc-ap...
2018-06-28 Seiichi UchidaFix compile errors from breaking changes
2018-06-28 Seiichi UchidaMerge pull request #2809 from nrc/formatting
2018-06-26 Nick CameronApply short function call heuristic to attributes
2018-06-26 Nick CameronRefactor and fixup attribute formatting
2018-06-26 Nick CameronIndent a match guard if the pattern is multiline
2018-06-25 Nick CameronMerge pull request #2807 from topecongiro/raw-identifiers
2018-06-25 Seiichi UchidaHandle raw identifiers
2018-06-25 Nick CameronMerge pull request #2804 from Mike-Baker/mb-strip-vert...
2018-06-25 Nick CameronMerge pull request #2806 from topecongiro/rustc-ap...
2018-06-25 topecongiroFix compile errors from breaking changes in libsyntax
2018-06-24 Mike BakerStrip leading `|` in match arm patterns
2018-06-22 Nick CameronTODO -> FIXME
2018-06-19 Nick CameronMerge pull request #2795 from jechase/issue-2794
2018-06-19 Nick CameronMerge pull request #2785 from wada314/issue-2728
2018-06-19 Josh ChaseAdd flag to the ListFormatting struct for nested imports
2018-06-19 Josh ChaseRemove NestedImport tactic
2018-06-19 Shohei WadaFix #2728.
2018-06-19 Nick CameronRemove some unnecessary `pub`s
2018-06-19 Nick CameronChange `use_small_heuristics` to an enum and stabilise
2018-06-11 Seiichi UchidaMerge pull request #2779 from thibaultdelor/stableApi
2018-06-11 Seiichi UchidaMerge pull request #2780 from thibaultdelor/StopTrackin...
2018-06-10 Tibo DelorStop delaying Trailing whitespace error reporting
2018-06-10 Tibo DelorClean Up code where last whitspace tracking isn't used
2018-06-09 Tibo DelorMove newline logic inside the formatting process.
2018-06-09 Tibo DelorParse Error return an Error instead of a successful...
2018-06-07 Nick CameronMerge pull request #2775 from topecongiro/macro-def...
2018-06-07 Nick CameronMerge pull request #2774 from csmoe/repair_label
2018-06-07 Seiichi UchidaFix test failures
2018-06-07 Seiichi UchidaReturn None when the formatting of macro failed in...
2018-06-07 Seiichi UchidaAdd a field in Summary for notiyfing about formatting...
2018-06-07 Seiichi UchidaSet the flag in RewriteContext when rewriting macro...
2018-06-07 csmoerepair break_label format
2018-06-06 Nick CameronMerge pull request #2771 from topecongiro/issue-2746
2018-06-06 Nick CameronMerge pull request #2769 from topecongiro/issue-2765
2018-06-06 Seiichi UchidaRespect empty_item_single_line config option when forma...
2018-06-06 Seiichi UchidaPut the where clause next to the closing bracket only...
2018-06-06 Seiichi UchidaDo not put where clause on a single with multi-lined...
2018-06-06 Seiichi UchidaRemove unreachable lines
2018-06-05 Seiichi UchidaPut each nested import on its own line
2018-06-05 Nick CameronFix tests
2018-06-05 Nick CameronMerge pull request #2767 from topecongiro/issue-2759
2018-06-05 Nick CameronMerge pull request #2768 from king6cong/master
2018-06-05 king6congupdate rustfmt flags that should work without targets
2018-06-05 Seiichi UchidaTrim custom comment prefix even when we failed to forma...
2018-06-05 Seiichi UchidaHandle code block with indented escapce character
2018-06-05 Seiichi UchidaTrim custom comment prefixes from code block without...
2018-06-05 Nick CameronMerge pull request #2741 from csmoe/where_brace
2018-06-05 Nick CameronMerge pull request #2766 from topecongiro/issue-2761
2018-06-05 Seiichi UchidaAllow using mixed layout with comments
2018-06-04 csmoeformat exceeded comments
2018-06-04 csmoerecover suppressed comma
2018-06-04 Nick CameronMerge pull request #2751 from topecongiro/issue-2749
2018-05-31 csmoesnuggle where
2018-05-31 csmoesuppress and compress
2018-05-29 Seiichi UchidaDo not insert spaces around braces with empty body...
2018-05-29 Seiichi UchidaFix treating the delimiter right after repeat as repeat...
2018-05-29 Alex ButlerUpdate rustc-ap-* -> 149 (#2748)
2018-05-29 Seiichi UchidaMerge pull request #2745 from alexheretic/master
2018-05-28 Alex ButlerAdd mercy for devs that run `cargo test` without building
2018-05-28 Alex ButlerUpdate rustc-ap-* -> 148
2018-05-27 Nick Cameron0.8.2
2018-05-27 Nick CameronMake Range public
2018-05-27 Nick CameronFIXME for <-
2018-05-27 Nick CameronMerge pull request #2742 from topecongiro/travis-remove...
2018-05-27 Nick CameronMerge pull request #2739 from thibaultdelor/fixWindowsTest
2018-05-27 Nick CameronMerge pull request #2733 from topecongiro/issue-2727
2018-05-27 Seiichi UchidaMerge pull request #2735 from Pazzaz/string-changes
2018-05-27 topecongiroAdd a comment to describe hack
2018-05-26 TiboFix test failing on windows due to crlf
2018-05-24 PazzazSeperate and optimize grapheme conditions
2018-05-24 PazzazAvoid unnecessary comparisons with cur_end
2018-05-24 Nick CameronMerge pull request #2734 from andjo403/isatty
2018-05-24 Nick CameronMerge pull request #2732 from topecongiro/issue-2691
2018-05-23 topecongiroDo not call format_missing_inner in a common case
2018-05-23 topecongiroFormat code block with sharp prefix
2018-05-23 topecongiroHandle code block in doc comment without rust prefix
2018-05-23 Nick CameronMerge pull request #2730 from topecongiro/issue-2704
2018-05-22 Nick CameronMerge pull request #2731 from topecongiro/rustc-ap...
2018-05-22 topecongiroCargo fmt
2018-05-22 topecongiroDisallow combining a method call with prefix or suffix
2018-05-22 topecongiroFix breaking changes from introducing AnonConst
2018-05-21 Seiichi UchidaMerge pull request #2726 from csmoe/label_break
2018-05-21 csmoefix label prefix
2018-05-21 csmoeformat label break
next