]> git.lizzy.rs Git - rust.git/history - src
Add a field in Summary for notiyfing about formatting failure of macro
[rust.git] / src /
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-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
2018-05-18 Nick CameronExit with 1 for license check in `--check` mode
2018-05-15 Nick CameronMerge pull request #2708 from sinkuu/saturating_sub
2018-05-15 Shotaro YamadaUse saturating_sub
2018-05-15 Nick CameronMerge pull request #2703 from nrc/attrs
2018-05-14 Nick CameronGive a deprecation warning on `rustfmt_skip` and an...
2018-05-14 Nick CameronUpdate uses of `rustfmt_skip` to `rustfmt::skip`
2018-05-14 Nick CameronSkip on `rustfmt::skip` as well as `rustfmt_skip`
2018-05-14 Nick CameronFormat attributes with paths
2018-05-13 Nick CameronReorder the --help message
2018-05-13 Nick CameronMake some write modes unstable
2018-05-13 Nick CameronSupport unstable options
2018-05-13 Nick CameronReplace `--write-mode` with `--emit`
2018-05-13 Nick CameronAdd `--backup` flag
2018-05-12 Nick CameronMerge pull request #2700 from Pazzaz/master
2018-05-12 Nick CameronMerge pull request #2702 from andjo403/bump
2018-05-12 PazzazRemove unnecessary use of Box in `format_function_type`
2018-05-12 Seiichi UchidaFix build failure (#2699)
2018-05-11 Seiichi UchidaMerge pull request #2693 from gnzlbg/integration
2018-05-11 Nick CameronReplace `--dump-minimal-config` and `--dump-default...
2018-05-11 Nick CameronAdd `--check` flag.
2018-05-11 Nick Cameron`--help` options
2018-05-11 Nick CameronRemove `--verbose-diff`
2018-05-11 Nick CameronAdd `--quiet` flag, remove `Plain` write mode
2018-05-09 Nick CameronMerge pull request #2687 from Marwes/issue_2641
2018-05-09 Nick CameronMerge pull request #2684 from topecongiro/issue-2175
next