]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-08-25 topecongiroIgnore empty lines inside arguments of macro with brace
2017-08-25 Nick CameronMerge pull request #1916 from topecongiro/issue-1914
2017-08-24 topecongiroAdd a test for #1914 and #1915
2017-08-24 topecongiroImplement Rewrite trait for ast::ForeignItem
2017-08-24 Nick CameronMerge pull request #1910 from topecongiro/config-merge_...
2017-08-24 topecongiroOnly merge consecutive derives
2017-08-24 topecongiroAdd merge_derives config option
2017-08-24 Nick CameronMerge pull request #1898 from spinda/overflow-controls
2017-08-22 Nick Cameron0.2.2
2017-08-22 Nick CameronMerge pull request #1907 from topecongiro/issue-1885
2017-08-21 Michael SmithAdd multiline_{closure,match_arm}_forces_block
2017-08-21 Seiichi UchidaAdd indent to macro we could not format
2017-08-20 Nick CameronMerge pull request #1900 from spinda/attributes-on...
2017-08-20 Nick CameronMerge pull request #1906 from topecongiro/remove_count_...
2017-08-20 Nick CameronMerge pull request #1895 from topecongiro/configs-match...
2017-08-20 Seiichi UchidaMerge pull request #1904 from spinda/assoc-types-bounds-fix
2017-08-20 topecongiroRemove count_missing_closing_parens()
2017-08-19 Michael SmithFix wrapping of bounds in associated types
2017-08-19 Michael SmithAdd attributes_on_same_line_as_{field,variant}
2017-08-19 Seiichi UchidaMerge pull request #1896 from spinda/fix-typos
2017-08-19 Michael SmithFix typos in comment
2017-08-19 Michael SmithFix typo in comment line overflow message
2017-08-18 Seiichi UchidaUpdate tests
2017-08-18 Seiichi UchidaSupport match_pattern_separator_break_point config...
2017-08-18 Seiichi UchidaAdd mach_pattern_separator_break_point config option
2017-08-18 Seiichi UchidaUse write_list() for rewriting match arms
2017-08-16 Nick CameronMerge pull request #1888 from topecongiro/no-panic...
2017-08-16 Nick CameronMerge pull request #1886 from topecongiro/issue-1882
2017-08-15 Nick CameronMerge pull request #1884 from topecongiro/better-error...
2017-08-15 topecongiroDo not panic against files with invalid attributes
2017-08-15 Seiichi UchidaUpdate visual guide
2017-08-15 Seiichi UchidaObey to array_layout when using mixed tactic for array
2017-08-15 topecongiroPrint error messages with colors if possible
2017-08-15 topecongiroEnhance error messages
2017-08-15 topecongiroAdd fields to FormattingError
2017-08-15 topecongiroNo more sorry
2017-08-15 topecongiroMove isatty() to utils.rs
2017-08-14 Seiichi UchidaMerge pull request #1872 from sinkuu/remove_newline
2017-08-13 Nick CameronMerge pull request #1879 from topecongiro/issue-1878
2017-08-13 Nick CameronMerge pull request #1876 from Marwes/patch-1
2017-08-13 Nick CameronMerge pull request #1875 from topecongiro/empty-tuple...
2017-08-13 Nick CameronMerge pull request #1829 from topecongiro/issue-1046
2017-08-13 topecongiroUse correct width for subexpr_list
2017-08-12 sinkuuUse utils::inner_attributes
2017-08-12 sinkuuUse attribute span
2017-08-12 Markus WesterlindExplain how to solve missing dll's on Windows
2017-08-12 topecongiroAllow empty tuple pattern
2017-08-11 topecongiroCargo update
2017-08-11 topecongiroRemove 'mut' notation
2017-08-11 topecongiroUpdate tests
2017-08-11 topecongiroUpdate tests
2017-08-11 topecongiroAllow attributes to stay on the same line with fields
2017-08-11 topecongiroGeneralize combine_attr_and_expr
2017-08-11 sinkuuFormat
2017-08-11 sinkuuRemove unnecessary blank lines at the start and the...
2017-08-11 Nick CameronMerge pull request #1870 from topecongiro/missing-comme...
2017-08-10 topecongiroCover comments between function args and the brace
2017-08-09 Nick CameronMerge pull request #1869 from topecongiro/configs-error...
2017-08-09 topecongiroAdd error_on_line_overflow_comments config option
2017-08-09 Nick CameronMerge pull request #1861 from topecongiro/refactor...
2017-08-09 Nick CameronMerge pull request #1864 from topecongiro/reorder-exter...
2017-08-09 topecongiroFix a typo
2017-08-09 topecongiroAvoid rewriting the last argument whenever possible
2017-08-09 topecongiroAdd leave_last field to ListItems
2017-08-09 Seiichi UchidaFormat source codes and update tests
2017-08-09 Seiichi UchidaAvoid trial and error in rewrite_chain whenever possible
2017-08-09 Seiichi UchidaHandle prefix and suffix try operators differently
2017-08-09 Nick CameronMerge pull request #1863 from topecongiro/issue-1862
2017-08-08 topecongiroFormat source codes and update tests
2017-08-08 topecongiroAdd reorder_extern_crates and reorder_extern_crates_in_...
2017-08-08 topecongiroKeep the pre-comment on the same line with item if...
2017-08-07 Nick CameronMerge pull request #1859 from porglezomp-misc/master
2017-08-07 Caleb JonesMove the empty path_list handling into rewrite_use_list()
2017-08-06 Caleb JonesFix #1858 - "Don't erase a use with attributes attached"
2017-08-05 Nick CameronMerge pull request #1855 from topecongiro/inner-outer...
2017-08-05 topecongiroUpdate tests
2017-08-05 topecongiroFormat inner attributes in match expr
2017-08-05 topecongiroDo not add missing snippet between arms if it's just...
2017-08-05 topecongiroDo not take inner attributes into account for span
2017-08-02 Nick CameronMerge pull request #1848 from topecongiro/refactor...
2017-08-02 Seiichi UchidaUpdate tests
2017-08-02 Seiichi UchidaInsert newline between type alias with where clause
2017-08-02 Seiichi UchidaSimplify comments separator
2017-08-02 Seiichi UchidaFactor out boolean flags for rewrite_where_clause()
2017-08-02 Nick CameronMerge pull request #1847 from topecongiro/issue-1843
2017-08-02 Nick CameronMerge pull request #1846 from topecongiro/where-clause...
2017-08-01 Seiichi UchidaUpdate tests
2017-08-01 Seiichi UchidaImplement compressed where clause with Rfc style
2017-08-01 Seiichi UchidaRefactor compute_budgets_for_args()
2017-08-01 Seiichi UchidaRefactoring
2017-08-01 Seiichi UchidaSet where_density default value to Density::Vertical
2017-08-01 Seiichi UchidaAdd format_constness() and last_line_used_width()
2017-08-01 topecongiroUse Span from ast::WhereClause
2017-08-01 Nick CameronMerge pull request #1840 from topecongiro/match-with...
2017-08-01 Nick CameronMerge pull request #1842 from emilio/rustfmt-format...
2017-08-01 Nick CameronMerge pull request #1841 from emilio/file-lines-fixes
2017-07-31 Emilio Cobos... rustfmt-format-diff: Use logging macros instead of...
2017-07-31 Emilio Cobos... bin: Add a very simple rustfmt-format-diff.
2017-07-31 Emilio Cobos... visitor: Only reorder imports if at least one of them...
2017-07-31 Emilio Cobos... visitor: Make sure to don't eat or realign items when...
next