]> git.lizzy.rs Git - rust.git/history - tests/compile-fail/methods.rs
Extend escape analysis to arguments
[rust.git] / tests / compile-fail / methods.rs
2015-11-26 Manish GoregaokarMerge pull request #468 from devonhollowood/option...
2015-11-26 Devon HollowoodAdd lints suggesting map_or() and map_or_else()
2015-11-22 Manish GoregaokarMerge branch 'pr-462'
2015-11-19 Florian HartwigSimplify has_debug_impl
2015-11-19 Florian Hartwigwarn on use of ok().expect()
2015-11-14 llogiqMerge pull request #452 from fhartwig/lifetime-false...
2015-11-09 Manish GoregaokarTests shouldn't be executable (fixes #444)
2015-09-01 Manish GoregaokarMerge pull request #274 from birkenfeld/copy_fix
2015-09-01 Georg Brandlmethods: try to allow value self when type is Copy...
2015-09-01 Manish GoregaokarMerge pull request #272 from birkenfeld/conventions
2015-09-01 Georg Brandlnew lint: self conventions for certain method names...
2015-09-01 llogiqMerge pull request #271 from birkenfeld/lint_groups
2015-09-01 Georg Brandllib: add clippy_pedantic group with all Allow by defaul...
2015-08-27 Manish GoregaokarMerge branch 'pr-228'
2015-08-27 Manish GoregaokarMerge branch 'pr-228'
2015-08-25 Manish GoregaokarMerge pull request #237 from birkenfeld/iter_fix
2015-08-25 Manish GoregaokarMerge pull request #238 from birkenfeld/to_string_fix
2015-08-25 Georg Brandlmethods: suggest correct replacement for `to_string...
2015-08-25 Georg Brandlnew lint: inherent methods that should be trait impls...
2015-08-13 llogiqMerge
2015-08-13 llogiqMerge branch 'const' of https://github.com/Manishearth...
2015-08-13 Manish GoregaokarMerge branch 'pr-149'
2015-08-13 Georg Brandltests: use fragment of lint text for error checking
2015-08-12 Manish GoregaokarMerge branch 'pr-138'
2015-08-12 Manish GoregaokarMerge pull request #145 from birkenfeld/string_to_string
2015-08-12 Georg Brandlmethods: lint against String.to_string (fixes #100)
2015-08-11 Manish GoregaokarMerge pull request #129 from birkenfeld/unwrap_lint
2015-08-11 Georg Brandlnew lint for Option.unwrap() and Result.unwrap()