]> git.lizzy.rs Git - rust.git/history - tests
Uncomment fixme associated with #184 in loop.rs as this issue is fixed.
[rust.git] / tests /
2017-10-04 Bryce Van DykUncomment fixme associated with #184 in loop.rs as...
2017-09-29 Nick CameronMerge pull request #2005 from topecongiro/issue-2003
2017-09-29 Nick CameronMerge pull request #1997 from topecongiro/issue-1995
2017-09-28 topecongiroAdd a test for #2003
2017-09-28 Seiichi UchidaMerge pull request #2000 from Badel2/dotdoteq
2017-09-27 Badel2Replace `...` by `..=` in range expr tests
2017-09-26 topecongiroFix a budget bug in Arg::rewrite()
2017-09-21 Nick CameronMerge pull request #1992 from opilar/bugfix/unused
2017-09-21 opilariumRemove unused import
2017-09-21 Nick CameronComment out `stdin_disable_all_formatting_test`
2017-09-19 Nick CameronMerge pull request #1983 from topecongiro/cleanup
2017-09-19 topecongiroAdd debug logging
2017-09-19 topecongiroCargo fmt and update tests
2017-09-19 topecongiroRemove noisy print from test
2017-09-18 Nick CameronMerge pull request #1973 from topecongiro/issue-1972
2017-09-18 topecongiroRemove a duplicate test
2017-09-18 topecongiroAdd a test for 'disable_all_formatting = true' with...
2017-09-18 Nick CameronMerge pull request #1968 from topecongiro/issue-1967
2017-09-18 Nick CameronMerge pull request #1966 from topecongiro/string-to-cow
2017-09-18 Nick CameronMerge pull request #1964 from topecongiro/rfc/binop
2017-09-15 Seiichi UchidaUpdate tests
2017-09-15 topecongiroSplit after the colon of type ascription
2017-09-15 topecongiroUpdate tests
2017-09-07 Nick CameronMerge pull request #1948 from topecongiro/issue-1137
2017-09-06 topecongiroUpdate tests
2017-09-05 Nick CameronMerge pull request #1947 from topecongiro/issue-1275
2017-09-05 Seiichi UchidaUse the last line's width for indent width in rewriting...
2017-09-04 Nick CameronMerge pull request #1945 from topecongiro/issue-1095
2017-09-04 Nick CameronMerge pull request #1944 from topecongiro/issue-1943
2017-09-04 Nick CameronMerge pull request #1942 from topecongiro/fixes
2017-09-04 Seiichi UchidaRemove colon from faulty span
2017-09-04 topecongiroTake attributes_on_same_line_as_field into account
2017-09-02 topecongiroFormat long derive
2017-09-02 topecongiroDo not allow single-lined closure with block body
2017-08-31 Nick CameronMerge pull request #1938 from topecongiro/changelog
2017-08-31 Nick CameronMerge pull request #1937 from topecongiro/enhance-macro...
2017-08-31 Nick CameronMerge pull request #1931 from topecongiro/cargo-clippy
2017-08-31 Nick CameronMerge pull request #1930 from topecongiro/poor/item_bra...
2017-08-31 topecongiroEnhance macro rewrite
2017-08-31 Seiichi UchidaApply refactoring from cargo clippy
2017-08-31 topecongiroPut the closing brace of empty enum on the same line...
2017-08-31 Vadim PetrochenkovUse getters to access `Span` fields
2017-08-30 Nick CameronMerge pull request #1933 from topecongiro/attributes...
2017-08-30 topecongiroFormat and preserve attributes on ast::Stmt
2017-08-28 Nick CameronMerge pull request #1929 from topecongiro/remove-unused...
2017-08-28 Seiichi UchidaRemove unused extern crate
2017-08-27 Nick CameronMerge pull request #1925 from topecongiro/enhance-comment
2017-08-27 Nick CameronMerge pull request #1924 from topecongiro/issue-1922
2017-08-27 Nick CameronMerge pull request #1923 from topecongiro/issue-1920
2017-08-27 Nick CameronMerge pull request #1918 from topecongiro/issue-1917
2017-08-27 topecongiroUpdate tests
2017-08-27 topecongiroFix a typo in calculating overhead for fn args
2017-08-27 topecongiroUpdate tests
2017-08-27 topecongiroHandle macros with tabs
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 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 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-19 Michael SmithFix wrapping of bounds in associated types
2017-08-19 Michael SmithAdd attributes_on_same_line_as_{field,variant}
2017-08-18 Seiichi UchidaUpdate tests
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 topecongiroDo not panic against files with invalid attributes
2017-08-15 Seiichi UchidaObey to array_layout when using mixed tactic for array
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 topecongiroAllow empty tuple pattern
2017-08-11 topecongiroUpdate tests
2017-08-11 topecongiroUpdate tests
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 Seiichi UchidaFormat source codes and update tests
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 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-06 Caleb JonesFix #1858 - "Don't erase a use with attributes attached"
2017-08-05 Nick CameronMerge pull request #1855 from topecongiro/inner-outer...
next