]> git.lizzy.rs Git - rust.git/history - src
formatting
[rust.git] / src /
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
2018-05-21 Nick Camerondocumentation
2018-05-21 Nick CameronReplace `use_colored_tty` with iatty crate
2018-05-21 Nick CameronRemove `format_and_emit_report` from the API
2018-05-21 Nick CameronReplace WriteMode with EmitMode and backup bool
2018-05-21 Nick CameronUse our own `FileName` struct rather than exporting...
2018-05-20 Nick CameronRefactor CliOptions
2018-05-20 Nick CameronMerge pull request #2715 from nrc/integr
2018-05-20 Nick CameronRationalise result and error types
2018-05-20 Nick CameronRationalise error types
2018-05-20 Nick CameronMake `format_snippet` and `format_code_block` private
2018-05-18 Nick CameronMerge pull request #2723 from topecongiro/rustc-ap...
2018-05-18 topecongiroFix breaking changes from rustc-ap-syntax
2018-05-18 Nick CameronMerge pull request #2720 from tlively/pub-auto-trait
2018-05-18 Thomas LivelyFix position of auto in auto trait declaration
2018-05-18 Nick CameronRemove `remove_blank_lines_at_start_or_end_of_block`
2018-05-18 Nick CameronUnstabilise `unstable_features`
2018-05-18 Nick Cameronstabilise `remove_nested_parens` and set default to...
2018-05-18 Nick Cameronstabilise shorthand options
2018-05-18 Nick CameronRemove spaces_within_parens_and_brackets
2018-05-18 Nick CameronStabilise reorder_imports and reorder_modules
2018-05-18 Nick CameronUnstabilise comments options
next