]> git.lizzy.rs Git - rust.git/history - tests
Make is_from_for_desugar sound (rust/28973 got fixed)
[rust.git] / tests /
2015-10-15 Manish GoregaokarFix type complexity lint
2015-10-15 llogiqMerge pull request #395 from Manishearth/rustup
2015-10-15 Andre BogusMerge branch 'master' of https://github.com/Manishearth...
2015-10-15 Andre Bogusworkaround for failing test
2015-10-14 Andre BogusMerged #365
2015-10-14 Andre BogusMerged #366
2015-10-14 Andre BogusMerge PR #374
2015-10-13 Manish GoregaokarMerge pull request #382 from Manishearth/empty_loop
2015-10-13 Andre Bogusnew lint to detect
2015-10-12 Manish GoregaokarImprove cmp_owned suggestions (fixes #386)
2015-10-12 Ravi Shankarwhup the while_let_loop for ignoring expressions!
2015-10-12 Manish GoregaokarMerge pull request #379 from swgillespie/zero_div_zero_nan
2015-10-12 swgillespieimplement 0.0/0.0 -> NaN lint as described in #370
2015-10-11 Manish GoregaokarMerge pull request #377 from Manishearth/rustup
2015-10-11 Manish GoregaokarRust upgrade to rustc 1.5.0-nightly (9d3e79ad3 2015...
2015-10-07 Florian HartwigAdd a lint for sized integer types in a mutex
2015-10-07 PyriphlegethonAdd "nonsensical OpenOptions" lint
2015-10-06 Florian HartwigSuggest using an atomic value instead of a Mutex where...
2015-10-06 Manish GoregaokarMerge pull request #354 from Pyriphlegethon/master
2015-10-02 Manish GoregaokarMerge pull request #360 from Manishearth/fix-ice
2015-10-02 Manish GoregaokarFix a panic caused by while let
2015-09-30 Manish GoregaokarMerge pull request #351 from Wafflespeanut/while_let
2015-09-30 PyriphlegethonWell, fix them again
2015-09-30 PyriphlegethonFix tests
2015-09-30 Manish GoregaokarFix rustup fallout: lifetimes false positives
2015-09-30 PyriphlegethonAdd test for unnecessary mut passed lint
2015-09-29 Ravi Shankarextending while_let to warn for more statements
2015-09-28 Georg Brandlall: remove trailing spaces
2015-09-22 llogiqMerge pull request #344 from Manishearth/reflet
2015-09-22 Manish GoregaokarHandle let ref in toplevel_ref_arg as well
2015-09-20 llogiqMerge pull request #341 from Manishearth/issue340
2015-09-20 Georg Brandlgeneralize let_and_return for any block (closes #340)
2015-09-19 Manish GoregaokarUpgrade Rust to rustc 1.5.0-nightly (cff041170 2015...
2015-09-17 llogiqMerge pull request #337 from Manishearth/indentfix
2015-09-17 llogiqMerge pull request #336 from Manishearth/issue335
2015-09-17 Georg Brandlref matches: false positive with only wildcard pattern...
2015-09-17 Manish GoregaokarRustup to rustc 1.5.0-nightly (fc4d566b4 2015-09-16)
2015-09-15 Manish GoregaokarMerge pull request #314 from nweston/loop-counter
2015-09-15 Nathan WestonCheck for mutable borrow of counter variable
2015-09-15 Nathan WestonNew lint: loop with explicit counter variable (fixes...
2015-09-15 llogiqMerge pull request #332 from Manishearth/step_by
2015-09-15 llogiqadded fp test against negative .step_by(_)
2015-09-15 Manish GoregaokarMerge pull request #331 from swgillespie/empty-range
2015-09-15 swgillespieuse the constant folder to generalize the lint a little...
2015-09-15 swgillespieimplement empty range lint as described in #330
2015-09-10 llogiqMerge pull request #326 from Manishearth/fix-323
2015-09-10 llogiqadditional macro check + more tests
2015-09-08 llogiqMerge pull request #321 from Manishearth/fix-319
2015-09-08 llogiqmade shadow_unrelated allow, added previous binding...
2015-09-07 llogiqMerge pull request #316 from Manishearth/mutmut
2015-09-07 Manish GoregaokarFix mut_mut false positive, make Allow (fixes #309)
2015-09-06 llogiqMerge pull request #308 from Manishearth/unit_cmp
2015-09-06 Manish GoregaokarMerge pull request #304 from Manishearth/bit_mask
2015-09-06 Andre Bogusfixed bad_bit_mask false positive
2015-09-06 llogiqMerge pull request #303 from inrustwetrust/master
2015-09-06 inrustwetrustDon't show the explicit_iter_loop lint for arrays with...
2015-09-05 llogiqMerge pull request #300 from Manishearth/minmax
2015-09-05 llogiqadded test against const lookup
2015-09-05 llogiqnew lint: min_max
2015-09-04 llogiqMerge pull request #299 from Manishearth/unicode_str
2015-09-04 Manish GoregaokarAdd false positive checks to unicode test
2015-09-04 llogiqUnicode lints, second attempt: Lint whole strings,...
2015-09-04 Manish GoregaokarMerge pull request #298 from birkenfeld/as_mut
2015-09-04 Manish GoregaokarMerge pull request #295 from Manishearth/hir3
2015-09-03 Manish GoregaokarUpdate rust to 0efb9dab8c7c07fa28e9df0eccc5c07ea3c17fbb...
2015-09-02 llogiqMerge pull request #280 from Manishearth/fx-279
2015-09-02 Manish GoregaokarOnly handle ranges starting with 0 for needless_range_l...
2015-09-02 Manish GoregaokarMerge pull request #276 from Manishearth/float_cmp
2015-09-02 llogiqcheck item name for eq, fixes #268
2015-09-02 llogiqMerge pull request #275 from Manishearth/shadow
2015-09-02 llogiqreporting improvements
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-31 Manish GoregaokarMerge branch 'pr-260'
2015-08-31 llogiqMerge pull request #264 from birkenfeld/fix2
2015-08-31 Georg Brandllifetimes lint: walk type bounds as well as types ...
2015-08-31 llogiqMerge pull request #263 from birkenfeld/fix
2015-08-31 Georg Brandlloops: fix false positives with explicit_iter_loop...
2015-08-30 llogiqMerge pull request #255 from TimNN/precedence-negative...
2015-08-30 Georg Brandlnew lint: unnecessary patterns (x@_ -> x)
2015-08-30 Tim Neumannadd precedence_negative_literal lint
2015-08-30 llogiqMerge pull request #258 from birkenfeld/collect-exhaust
2015-08-30 Georg Brandlnew lint: using collect() to just exhaust an iterator
2015-08-30 Georg Brandlnew lint: loop-match-break, which could be while-let...
2015-08-30 llogiqMerge pull request #254 from birkenfeld/lifetimes-where
2015-08-30 Georg Brandllifetimes lint: take "where" clauses into account ...
2015-08-27 Manish GoregaokarMerge branch 'pr-228'
2015-08-27 Manish GoregaokarMerge branch 'pr-228'
2015-08-26 Manish GoregaokarMerge pull request #239 from jedisct1/nightly
2015-08-26 Manish GoregaokarMerge pull request #242 from Manishearth/autolink
2015-08-26 llogiqMerge pull request #245 from birkenfeld/eta_unsafe
2015-08-26 Georg Brandleta_reduction: fix false positive for unsafe fns (fixes...
2015-08-25 llogiqMerge pull request #240 from Manishearth/shadow_scope
2015-08-25 llogiqcorrect scoping for shadow lints
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
next