]> git.lizzy.rs Git - rust.git/history - tests
Rust upgrade to rustc 1.22.0-nightly (14039a42a 2017-09-22)
[rust.git] / tests /
2017-09-17 Oliver SchneiderMerge pull request #2058 from rust-lang-nursery/ptr_arg...
2017-09-17 llogiqMerge pull request #2059 from marcusklaas/manual-slice...
2017-09-16 Marcus KlaasExtend MANUAL_MEMCPY lint so that it also detects manua...
2017-09-16 Marcus KlaasAdd test for manual slice clones
2017-09-16 llogiqMerge pull request #2057 from topecongiro/issue-1818
2017-09-16 llogiqMerge pull request #2056 from topecongiro/issue-1851
2017-09-16 Andre Bogusadd suggestions for .clone() in ptr_arg fns
2017-09-16 topecongiroUpdate tests
2017-09-16 topecongiroUpdate tests
2017-09-15 Oliver SchneiderMerge pull request #2052 from topecongiro/issue-1990
2017-09-14 Seiichi UchidaUpdate a test
2017-09-14 Oliver SchneiderMerge pull request #2049 from topecongiro/rustc-fix
2017-09-14 topecongiroRemove '\t' from .stderr
2017-09-13 Oliver SchneiderMerge remote-tracking branch 'origin/master' into rustup
2017-09-13 Oliver SchneiderRustup
2017-09-12 Oliver SchneiderRegressions (#2041)
2017-09-11 Oliver SchneiderMerge pull request #2039 from rust-lang-nursery/ptr...
2017-09-10 Andre Bogussuggestion for ptr_arg
2017-09-10 Oliver SchneiderMerge pull request #2037 from Aaron1011/clone-rc
2017-09-10 Aaron HillAdd CLONE_ON_REF_PTR lint
2017-09-08 Oliver SchneiderMerge pull request #2029 from rust-lang-nursery/rustup
2017-09-08 Oliver SchneiderSoft rustup (only fixed some tests)
2017-09-06 Oliver SchneiderMerge pull request #1963 from rust-lang-nursery/upstream
2017-09-05 Manish GoregaokarMerge pull request #2004 from sunfishcode/master
2017-09-05 Manish Goregaokarformat comment
2017-09-05 Manish GoregaokarMerge pull request #2023 from montrivo/while_let_loop
2017-09-05 Manish GoregaokarMerge pull request #2022 from rust-lang-nursery/oli...
2017-09-05 Tim Nielens`while_let_loop` doesn't take into account break-with...
2017-09-05 Oliver SchneiderAlso ignore `continue` statements in `is_unit_expr`
2017-09-05 Dan GohmanOnly strip parens for binary expressions.
2017-09-05 Dan GohmanAdd a testcase demonstrating how precedence interacts...
2017-09-05 Dan GohmanWhen suggesting `from(x)` for lossless casts, strip...
2017-09-05 Oliver SchneiderMerge pull request #2021 from marcusklaas/needless...
2017-09-05 Marcus KlaasAdd lint to detect manual slice copies
2017-09-05 Oliver SchneiderRustfmt for_loop.rs and add false positive tests
2017-09-05 Oliver SchneiderRun nightly rustfmt
2017-09-04 Oliver SchneiderFix `len_zero` ICE
2017-09-03 Manish GoregaokarFix unit_expr expectations and changelog entry
2017-09-03 Manish GoregaokarMerge branch 'pr-2016' into HEAD
2017-09-03 Zaki ManianRustfmt tests
2017-09-03 Zaki ManianFix all the clippy lints
2017-09-03 Zaki ManianRustFmt file and tests
2017-09-03 Zaki ManianMore relevant tests
2017-09-03 Zaki ManianUpdate unit tests
2017-09-03 Zaki Manianearly tests
2017-09-01 Oliver SchneiderMerge pull request #2007 from rust-lang-nursery/wiki
2017-09-01 Oliver Schneiderwiki -> docs
2017-09-01 Oliver SchneiderDeprecate the wiki and remove the lint list from the...
2017-08-29 Oliver SchneiderMerge pull request #1999 from sunfishcode/master
2017-08-29 Dan GohmanEnable the cast_lossless warning by default.
2017-08-29 Oliver SchneiderMerge pull request #1956 from sunfishcode/master
2017-08-29 Oliver SchneiderMerge pull request #1998 from montrivo/bug/is_empty...
2017-08-28 Tim Nielenslen_without_is_empty false positive #1740
2017-08-28 Oliver SchneiderUpdate tests to current rustc
2017-08-28 Dan GohmanAdd a lint for lossless casts.
2017-08-28 Oliver SchneiderMerge pull request #1861 from CBenoit/master
2017-08-27 Oliver SchneiderMerge pull request #1986 from koivunej/manualtesting...
2017-08-26 Oliver SchneiderMerge pull request #1992 from rust-lang-nursery/infinit...
2017-08-25 Andre BogusNew lint: (maybe_)infinite_iter
2017-08-25 Martin CartonMerge pull request #1989 from Frederick888/fix-1988
2017-08-25 Martin CartonMerge pull request #1987 from alexeyzab/rename-match...
2017-08-25 Alexey ZabelinRename `match_path_old` to `match_path`
2017-08-24 Oliver SchneiderMerge pull request #1959 from DarkEld3r/1884-borrowed...
2017-08-24 Oliver SchneiderMerge pull request #1984 from MaloJaffre/fix_int_to_bits
2017-08-24 Oliver SchneiderMerge pull request #1982 from rust-lang-nursery/bytecount
2017-08-23 Andre Bogusadd closure arg check, also catch non-consts
2017-08-23 Oliver SchneiderMerge pull request #1979 from montrivo/use_self
2017-08-23 Stanislav TkachFix borrowed_box lint for Box<Any>
2017-08-22 Andre Bogusnew lint: naive_bytecount
2017-08-22 Tim Nielenslint #1674: lifetimed types exclusion
2017-08-22 Tim Nielenslint #1674: lifetimed types exclusion
2017-08-22 Oliver SchneiderMerge pull request #1977 from rust-lang-nursery/panic
2017-08-22 Oliver SchneiderMerge pull request #1975 from bjgill/clippy--all
2017-08-22 Oliver SchneiderMerge pull request #1978 from rust-lang-nursery/fix-768
2017-08-22 Benjamin GillMerge remote-tracking branch 'upstream/master' into...
2017-08-21 Andre Bogusfix #768 by checking for message macro expansion
2017-08-21 Oliver SchneiderRebase and update ui test
2017-08-21 Oliver SchneiderMerge pull request #1973 from rust-lang-nursery/fix...
2017-08-21 Oliver SchneiderDon't trigger `Self` suggestion inside derives
2017-08-21 Oliver SchneiderFix ICE #1969
2017-08-21 Oliver SchneiderTest changes
2017-08-21 Oliver SchneiderMerge pull request #1971 from Frederick888/fix-1970
2017-08-21 Oliver SchneiderMerge pull request #1931 from rust-lang-nursery/move_links
2017-08-19 Andre Bogusremove stars at the beginning of multiline comments
2017-08-18 Oliver SchneiderMerge pull request #1965 from montrivo/use_self
2017-08-18 Tim Nielenslint #1674: replace struct name with `Self` when applicable
2017-08-18 Oliver SchneiderMerge pull request #1967 from koivunej/issue-1964
2017-08-18 Joonas Koivunentests/ui/let_unit: fix comment and example code
2017-08-18 Joonas Koivunenis_from_for_desugar: add match for `for _ in x`
2017-08-17 Tim Nielenslint #1674: replace struct name with `Self` when applicable
2017-08-14 Oliver SchneiderMerge pull request #1953 from mati865/master
2017-08-14 Mateusz MikulaFix verbose_bit_mask off by one error
2017-08-14 Oliver SchneiderMerge branch 'master' into move_links
2017-08-14 Oliver SchneiderUpdate for rustc output changes
2017-08-14 Oliver SchneiderRustup
2017-08-14 Oliver SchneiderRustfmt
2017-08-07 Oliver SchneiderMerge pull request #1923 from killercup/feature/1917...
2017-08-06 Andre BogusChange all links to reflect the move to rust-lang-nursery
2017-08-04 Oliver SchneiderMerge pull request #1913 from rust-lang-nursery/while_l...
2017-08-04 Andre Bogusunify checks into single visitor, fix block walk
next