]> git.lizzy.rs Git - rust.git/history - tests
Improved suggestion on misrefactored_assign_op lint. Fixes #1239
[rust.git] / tests /
2018-01-30 flip1995Improved suggestion on misrefactored_assign_op lint...
2018-01-30 Oliver SchneiderMerge pull request #2340 from phansch/newline_after_att...
2018-01-30 Oliver SchneiderMerge pull request #2412 from topecongiro/double-comparison
2018-01-30 Seiichi UchidaAdd double comparions lint
2018-01-29 Oliver SchneiderMerge pull request #2409 from montrivo/while_let_on_ite...
2018-01-29 Tim Nielens#1121: already fixed, adding a test
2018-01-29 Philipp HanschMake lint work on all members of ast::Item_
2018-01-29 Philipp HanschAdd test case for comments between item and attr
2018-01-29 Philipp HanschWarn on empty lines after outer attributes
2018-01-29 Manish GoregaokarMerge pull request #2408 from rust-lang-nursery/rustup
2018-01-29 Manish GoregaokarUpdate spans
2018-01-29 Manish Goregaokarmut_mut_macro is missing plugin(clippy)
2018-01-25 Manish GoregaokarMerge pull request #2400 from devonhollowood/misaligned...
2018-01-25 Devon HollowoodAdd misaligned_transmute lint
2018-01-24 Oliver SchneiderMerge pull request #2396 from rust-lang-nursery/author
2018-01-24 Oliver SchneiderEnable more patterns in the author lint
2018-01-23 Oliver SchneiderMerge pull request #2393 from flip1995/regex
2018-01-23 flip1995let invalid_regex point to the right place for raw...
2018-01-23 Oliver SchneiderMerge pull request #2362 from flip1995/master
2018-01-23 flip1995Apply requested changes
2018-01-23 flip1995Adapt to updated ui tests
2018-01-23 flip1995Add configurable threshold, default: 4096
2018-01-22 Oliver SchneiderMerge pull request #2392 from theotherphil/bugfix
2018-01-22 Phil EllisonFix unnecessary_fold bug
2018-01-19 Oliver SchneiderMerge pull request #2350 from theotherphil/fold_any
2018-01-19 Oliver SchneiderMerge pull request #2363 from rust-lang-nursery/appveyor
2018-01-19 Oliver SchneiderUpdate error count
2018-01-19 Oliver SchneiderDon't run dogfood on windows or in the rustc test suite
2018-01-19 Oliver SchneiderMerge branch 'master' of github.com:Manishearth/rust...
2018-01-19 Oliver SchneiderMerge pull request #2364 from flip1995/precedence
2018-01-19 Oliver SchneiderMerge pull request #2367 from etaoins/inline-fn-without...
2018-01-19 Oliver SchneiderMerge pull request #2381 from HMPerson1/remove_is_unit_expr
2018-01-19 Oliver SchneiderMerge pull request #2299 from mikerite/option_option_pr
2018-01-19 Michael WrightAdded further tests
2018-01-19 Michael WrightMerge branch 'master' into option_option_pr
2018-01-18 HMPerson1Replace `is_unit_expr`
2018-01-18 Oliver SchneiderDon't run dogfood tests in the rustc test suite
2018-01-18 Oliver SchneiderMerge pull request #2375 from rust-lang-nursery/needles...
2018-01-18 Oliver SchneiderOnly suggest implementing Copy if it can actually be...
2018-01-18 Ryan CummingSuggest removing inline attributes
2018-01-18 Ryan CummingLint for trait methods without bodies
2018-01-18 Manish Goregaokarneedless_pass_by_value: Whitelist RangeArgument (fixes...
2018-01-18 Manish Goregaokarneedless_pass_by_value: Add suggestion for implementing...
2018-01-18 Manish Goregaokarneedless_pass_by_value: Ignore for extern funcs (fixes...
2018-01-18 Michael WrightFixed tests
2018-01-18 Michael WrightMerge branch 'master' into option_option_pr
2018-01-17 Phil EllisonAdd some reviewer comments
2018-01-17 Phil EllisonFix bug. Don't expect lint when acc is on rhs
2018-01-17 Phil EllisonLint on folds implementing .all, .sum and .product
2018-01-17 Oliver SchneiderMerge pull request #2309 from rust-lang-nursery/rustc...
2018-01-17 Oliver SchneiderUpdate changed ui tests
2018-01-17 Oliver SchneiderMerge pull request #2298 from goodmanjonathan/else_if_w...
2018-01-17 Michael WrightMade requested changes
2018-01-17 Michael WrightMerge branch 'master' into option_option_pr
2018-01-16 Phil EllisonFix error span to play nicely with rustfix
2018-01-16 Oliver SchneiderMerge pull request #2366 from rust-lang-nursery/const...
2018-01-16 Manish GoregaokarShow wider and more accurate suggestion for const_stati...
2018-01-16 flip1995Add macro check to precedence lint
2018-01-16 flip1995Lint for numeric literals that have a better representa...
2018-01-16 Oliver SchneiderMerge pull request #2355 from alusch/clone_on_ref_ptr_r...
2018-01-16 Oliver SchneiderUpdate changed test output from rustc
2018-01-15 Jonathan Goodmanadd new lint else_if_without_else
2018-01-15 Adam LuschAdds the missing turbofish
2018-01-15 Adam LuschUpdate UI test expected output
2018-01-15 Adam LuschMoves `clone_on_ref_ptr` to be a restriction lint
2018-01-14 Phil EllisonCheck that we're calling Iterator::fold
2018-01-14 Phil EllisonAddress some review comments
2018-01-14 Oliver SchneiderMerge pull request #2349 from rust-lang-nursery/no...
2018-01-14 Phil EllisonTidy using if_chain and snippet function. Actually...
2018-01-14 Phil EllisonFirst pass at linting for .any expressed as a .fold
2018-01-14 Manish GoregaokarDon't warn about missing docs for main()
2018-01-13 Oliver SchneiderMerge pull request #2347 from kimsnj/extrem_comp
2018-01-12 kimsnjFix #1159: avoid comparing fixed and target sized types...
2018-01-12 Oliver SchneiderMerge pull request #2344 from HMPerson1/svar_to_cfn
2018-01-12 Oliver SchneiderMerge pull request #2296 from DarrenTsung/test_types
2018-01-11 HMPerson1Add lint to replace `const`s with `const fn`s
2018-01-11 Oliver SchneiderDon't suggest changing explicit Clone impls if they...
2018-01-09 Oliver SchneiderMerge pull request #2316 from tspiteri/doc-names
2018-01-08 Oliver SchneiderMerge pull request #2328 from phansch/master
2018-01-06 Philipp HanschSplit up casting UI tests
2018-01-04 Manish GoregaokarMerge pull request #2324 from killercup/feature/2319...
2018-01-04 Pascal HertleifAdd auto-fixable `println!()` suggestion
2017-12-26 Michael WrightImplemented option_option lint
2017-12-23 Darren TsungStart regression tests for types.rs
2017-12-23 Oliver SchneiderMerge pull request #2291 from DarrenTsung/fix_2265
2017-12-22 Darren TsungCreate failing test for equal inside macro
2017-12-20 Oliver SchneiderMerge pull request #2284 from rust-lang-nursery/new...
2017-12-20 Manish GoregaokarMove mini-macro to proc macro
2017-12-20 Oliver SchneiderMerge pull request #2281 from detrumi/match-as-ref
2017-12-20 Wilco KuseeAlso suggest as_mut for match_as_ref
2017-12-19 Wilco KuseeLint for matching option as ref
2017-12-17 Oliver SchneiderMerge pull request #2269 from letheed/fix-2267
2017-12-15 Oliver SchneiderRustup and lazy_static version mismatch fix
2017-12-07 Oliver SchneiderUpdate ui tests to latest rustc changes
2017-12-01 Oliver SchneiderMerge pull request #2254 from LaurentMazare/master
2017-12-01 laurentRevert the regex test change.
2017-12-01 laurentDo raise a same-arms warning when the two arms are...
2017-12-01 Oliver SchneiderMerge pull request #2166 from HMPerson1/fix_2160
2017-12-01 HMPerson1Update ui test
2017-12-01 HMPerson1Add linting for empty blocks too
next