]> git.lizzy.rs Git - rust.git/history - tests
Fix regression with `print!`
[rust.git] / tests /
2017-09-29 mcartonFix regression with `print!`
2017-09-29 mcartonFix regression with `format!`
2017-09-29 Oliver SchneiderMerge pull request #2084 from ykrivopalov/bit_mask_verb...
2017-09-28 Manish GoregaokarMerge pull request #2091 from rust-lang-nursery/rustup
2017-09-28 Manish GoregaokarUpdate ... -> ..= in tests
2017-09-26 Manish GoregaokarMerge branch 'pr-1945'
2017-09-26 Manish GoregaokarMake it a ui test, update
2017-09-25 Manish GoregaokarUpdate line numbers
2017-09-25 Michal Budzynskistabilizing feature iterator_for_each for rust 1.21.0
2017-09-25 Yury KrivopalovConfiguration option for VERBOSE_BIT_MASK threshold
2017-09-25 Manish GoregaokarMerge pull request #2079 from rust-lang-nursery/ptr_arg...
2017-09-25 Laura Peskinadd lint for mutable borrow; may have false positives...
2017-09-24 Laura Peskinrefactor, add spans to warnings, add tests
2017-09-24 Manish GoregaokarUpdate test, fix lint
2017-09-24 Laura Peskinimplement lint for mutable range bound
2017-09-24 Laura Peskinadd lint declaration and example that should trigger...
2017-09-24 Oliver SchneiderMerge pull request #2060 from mrecachinas/feature/int...
2017-09-23 Manish GoregaokarMerge pull request #2082 from rust-lang-nursery/rustup
2017-09-23 Manish GoregaokarUpdate test expectations
2017-09-23 Michael RecachinasUse span_lint_and_then as per feedback
2017-09-20 Andre Bogusavoid linting `ptr_arg` if `.capacity()` is called...
2017-09-17 Michael RecachinasAdd tests for 'int_plus_one'
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...
next