]> git.lizzy.rs Git - rust.git/history - tests/compile-fail/methods.rs
Split `new_without_default` and `new_without_default_derive`.
[rust.git] / tests / compile-fail / methods.rs
2016-05-24 Andre BogusSplit `new_without_default` and `new_without_default_de...
2016-05-23 Martin CartonMerge pull request #944 from Manishearth/rustup
2016-05-23 mcartonRustup to *1.10.0-nightly (476fe6eef 2016-05-21)*
2016-05-23 mcartonRustup to *1.10.0-nightly (764ef92ae 2016-05-19)*
2016-05-13 Martin CartonMerge pull request #928 from oli-obk/unnecessary_operation
2016-05-13 Oliver Schneideradd a companion lint to `no_effect` with suggestions...
2016-05-12 Martin CartonMerge pull request #919 from oli-obk/fix/917
2016-05-12 Oliver Schneiderdon't suggest closures over constants
2016-04-23 llogiqMerge pull request #867 from Manishearth/#830
2016-04-20 mcartonCheck type for `SINGLE_CHAR_PATTERN`
2016-04-15 Manish GoregaokarMerge pull request #856 from Manishearth/stuffs
2016-04-14 mcartonAdd a `TEMPORARY_CSTRING_AS_PTR` lint
2016-03-28 llogiqMerge pull request #780 from mcarton/doc
2016-03-28 mcartonBeautify more docs
2016-03-26 Manish GoregaokarMerge pull request #803 from Manishearth/fixes
2016-03-26 Manish GoregaokarAdd test for new() -> Self<'static>
2016-03-24 Manish GoregaokarMerge pull request #795 from mcarton/deprecated
2016-03-24 mcartonDeprecates 4 lints
2016-03-21 Manish GoregaokarMerge pull request #727 from oli-obk/similar_names
2016-03-18 Oliver Schneiderlint on binding-names that are too similar
2016-03-13 Manish GoregaokarMerge pull request #698 from mcarton/conf
2016-03-12 mcartonAdd a `BLACKLISTED_NAME` lint
2016-03-11 Manish GoregaokarMerge pull request #742 from ctjhoa/master
2016-03-09 Manish GoregaokarMerge pull request #730 from mcarton/unused-labels
2016-03-08 mcartonFix types comparison
2016-03-08 mcartonLint types with `fn new() -> Self` and no `Default...
2016-02-18 Manish GoregaokarMerge pull request #688 from Manishearth/fix-671
2016-02-18 Manish GoregaokarMerge pull request #664 from Manishearth/fix_regex
2016-02-17 Martin CartonMerge pull request #679 from mcarton/rustup
2016-02-16 llogiqMerge pull request #669 from shssoichiro/single-char...
2016-02-15 Joshua HolmerAddress @ilogiq's nits
2016-02-15 Joshua HolmerLint single-character strings as P: Pattern args
2016-02-14 llogiqMerge pull request #662 from mcarton/#601
2016-02-13 llogiqMerge pull request #654 from mcarton/new
2016-02-13 mcartonLint about `new` methods not returning `Self`
2016-02-13 mcartonAdd `new` to WRONG_SELF_CONVENTION
2016-02-13 mcartonFix false negative with OK_EXPECT
2016-02-09 Manish GoregaokarMerge branch 'pr-613'
2016-02-07 Manish GoregaokarMerge branch 'pr-581'
2016-02-05 llogiqMerge branch 'master' into regex_syntax
2016-02-05 llogiqMerge pull request #621 from Manishearth/double-ref
2016-02-05 Manish GoregaokarTest for double-ref lint
2016-02-03 Manish GoregaokarMerge pull request #614 from mcarton/#604
2016-02-03 mcartonFix confusing message for STRING_TO_STRING
2016-02-02 Manish GoregaokarMerge branch 'pr-593'
2016-02-02 Manish GoregaokarMerge pull request #602 from mcarton/#594
2016-02-02 mcartonAdd a lint about using `clone` on `Copy` types
2016-01-28 Manish GoregaokarMerge pull request #549 from mcarton/ifs
2016-01-27 Manish GoregaokarMerge pull request #582 from Manishearth/extend
2016-01-27 llogiqMerge master and re-run update_lints.py
2016-01-27 llogiqfixed and extended tests
2016-01-27 llogiqfixed suggestion for iter case
2016-01-26 llogiqfixed argument check
2016-01-25 llogiqadded more test, now works with vecs and iter
2016-01-25 llogiqextend_from_slice lint
2016-01-22 Manish GoregaokarMerge branch 'rustup'
2016-01-20 llogiqMerge pull request #566 from mcarton/starts_with
2016-01-20 mcartonAdd a lint for starts_with
2016-01-20 llogiqMerge pull request #565 from mcarton/or_fun_call
2016-01-20 mcartonHandle Entry types in OR_FUN_CALL lint
2016-01-18 Manish GoregaokarMerge pull request #556 from mcarton/or_fun_call
2016-01-18 mcartonAdd a test for the OR_FUN_CALL lint
2016-01-18 mcartonImprove OR_FUN_CALL to suggest unwrap_or_default
2016-01-16 mcartonAdd a lint to warn about call to `.*or(foo(..))`
2016-01-15 llogiqMerge pull request #523 from sanxiyn/escape-arg
2016-01-02 mcartonMerge branch 'master' of https://github.com/Manishearth...
2015-12-31 Manish GoregaokarMerge pull request #524 from devonhollowood/iterator...
2015-12-30 Devon HollowoodMake MethodsPass lint notes clearer
2015-12-30 Devon HollowoodAdd SEARCH_IS_SOME lint
2015-12-29 Devon HollowoodAdd FILTER_NEXT lint
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()