]> git.lizzy.rs Git - rust.git/history - clippy_tests
Use span_lint_and_sugg
[rust.git] / clippy_tests /
2017-06-19 llogiqMerge pull request #1839 from Manishearth/rustup-tests
2017-06-19 mcartonFix the test suite after cargo update
2017-06-18 Martin CartonMerge pull request #1837 from Manishearth/step_by
2017-06-18 Oliver SchneiderReplace `Range::step_by` checking with `Iterator::step_by`
2017-06-17 Martin CartonMerge pull request #1799 from Manishearth/docs
2017-06-17 mcartonIgnore mix of {,non-}sugared doc in `doc_markdown`
2017-06-17 mcartonAdd a new `doc_markdown` test from issue comments
2017-06-17 mcartonFix spans in all cases in `doc_markdown`
2017-06-17 mcartonFix spans in `doc_markdown` in most cases
2017-06-16 Oliver SchneiderMerge pull request #1833 from messense/feature/fix...
2017-06-16 messenseUpdate ui tests
2017-06-16 messenserustup to rustc 1.19.0-nightly (258ae6dd9 2017-06-15)
2017-06-14 Martin CartonMerge pull request #1830 from scott-linder/generic...
2017-06-14 scott-linderIgnore new-without-default lint when `new` method has...
2017-06-13 Oliver SchneiderMerge pull request #1501 from scott-linder/types-borrow-box
2017-06-12 Oliver SchneiderMerge pull request #1826 from Manishearth/multi-zero...
2017-06-12 Andre Bogusdeal with multiple prefixed zeros in literals
2017-06-12 scott-linderTest for trait method decl/impl for borrowed box.
2017-06-12 Oliver SchneiderMerge pull request #1804 from camsteffen/never_loop
2017-06-11 Cameron SteffenMerge branch 'master' into never_loop
2017-06-11 scott-linderTest for local types in `LINKEDLIST` and `BOX_VEC`
2017-06-11 scott-linderAdd `check_local` to `TypePass` for `BORROWED_BOX`
2017-06-11 scott-linderCommit updated example stderr
2017-06-11 scott-linderMove old-style test to examples
2017-06-11 Manish GoregaokarMerge pull request #1823 from eddyb/nightly-magic
2017-06-11 Eduard-Mihai BurtescuUpdate for rustc 1.19.0-nightly (4bf5c99af 2017-06...
2017-06-07 Oliver SchneiderMerge pull request #1816 from Manishearth/fix-451
2017-06-06 Andre BogusCheck for AsRef/AsMut arguments in wrong_self_convention
2017-06-04 Martin CartonMerge pull request #1808 from messense/feature/try...
2017-06-04 Eduard-Mihai BurtescuFinish rustup.
2017-06-01 Cameron Steffenadd tests and fixes
2017-05-31 Cameron Steffenfix never_loop
2017-05-26 Georg BrandlMerge pull request #1784 from birkenfeld/update
2017-05-26 Georg BrandlUpdate stderr files for change in error reporting
2017-05-23 Oliver SchneiderMerge pull request #1766 from Manishearth/testing_refactor
2017-05-23 Oliver SchneiderMerge remote-tracking branch 'origin/master' into testi...
2017-05-17 Oliver SchneiderUse -Zremap-path-prefix to create system independent...
2017-05-17 Oliver SchneiderMake most tests an `example` so we can run them one...