]> git.lizzy.rs Git - rust.git/history - tests/run-pass/mut_mut_macro.rs
Adapt run-pass tests to the tool_lints
[rust.git] / tests / run-pass / mut_mut_macro.rs
2018-08-29 flip1995Adapt run-pass tests to the tool_lints
2018-05-12 Oliver SchneiderMerge pull request #2712 from rust-lang-nursery/oli...
2018-05-11 Oliver SchneiderRemove all mention and testing of #[plugin(clippy)...
2017-12-17 Oliver SchneiderMerge pull request #2269 from letheed/fix-2267
2017-12-15 Oliver SchneiderRustup and lazy_static version mismatch fix
2017-10-07 Chris EmersonMerge branch 'master' into no_effect_with_drop
2017-10-03 Oliver SchneiderMerge pull request #2065 from rust-lang-nursery/cargo_c...
2017-10-03 Oliver SchneiderReduce the hackiness of cargo-clippy
2017-04-07 Oliver SchneiderMerge pull request #1649 from ensch/master
2017-04-06 Oliver Schneiderfix various rustup failures
2017-03-31 Enrico SchmitzReenable mut_mut_macro.rs test
2017-03-31 Enrico SchmitzFirst try for a fix for rustc 1.18.0-nightly (5c94997b6...
2017-03-24 Oliver SchneiderMerge remote-tracking branch 'origin/master' into 1537...
2017-03-07 Martin CartonMerge pull request #1610 from Manishearth/no_const_warnings
2017-03-07 Oliver SchneiderDon't lint `nan_cmp` and `zero_ptr` in constants
2016-03-11 Manish GoregaokarMerge pull request #742 from ctjhoa/master
2016-03-07 Manish GoregaokarMerge pull request #745 from mcarton/tests
2016-03-07 mcartonPut regex_macros tests in a separate feature