]> git.lizzy.rs Git - rust.git/history - tests
didn't update lint correctly
[rust.git] / tests /
2020-12-03 RickyMoved map_err_ignore to restriction and updated help...
2020-12-03 borsAuto merge of #6415 - flip1995:rollup-fz7872l, r=flip1995
2020-12-03 Philipp KronesRollup merge of #6407 - matthiaskrgr:bors_website,...
2020-12-03 Philipp KronesRollup merge of #6402 - camsteffen:collapsible-match...
2020-12-03 Philipp KronesRollup merge of #6395 - Suyash458:master, r=flip1995
2020-12-03 Philipp KronesRollup merge of #6308 - matthiaskrgr:internal_lints...
2020-12-03 borsAuto merge of #6404 - flip1995:rustup, r=flip1995
2020-11-30 borsAuto merge of #79329 - camelid:int-lit-suffix-error...
2020-11-30 Cameron SteffenSplit tests
2020-11-29 Matthias Krügeraddress review comments and rebase
2020-11-29 Cameron SteffenAdd collapsible_match lint
2020-11-29 Matthias Krügeradd internal-lints feature to enable clippys internal...
2020-11-29 Suyash458add more tests for msrv
2020-11-29 bstrieUpdate tests to remove old numeric constants
2020-11-29 Suyash458fix msrv in test
2020-11-28 borsAuto merge of #6377 - CDirkx:redundant-pattern-match...
2020-11-28 borsAuto merge of #6398 - rajcspsg:issue_6357, r=flip1995
2020-11-28 borsAuto merge of #6397 - matsujika:fix-6384, r=flip1995
2020-11-28 borsAuto merge of #6290 - alex-700:fix-match-like-matches...
2020-11-28 borsAuto merge of #6390 - pro-grammer1:master, r=ebroto
2020-11-28 borsAuto merge of #6396 - flip1995:rustup, r=ebroto
2020-11-28 Rajkumar Natarajanissue_6357 update unreachable macro usage
2020-11-28 Hirochika MatsumotoFix a false positive in `unnecessary_wraps`
2020-11-28 flip1995items_after_statements: don't lint when they a separate...
2020-11-28 borsAuto merge of #6086 - Ryan1729:add-suspicious_chained_o...
2020-11-28 borsAuto merge of #6360 - mlegner:mod_one, r=llogiq
2020-11-28 CamelidUpdate error to reflect that integer literals can have...
2020-11-28 Ryan1729add suspicious_operation_groupings lint
2020-11-27 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-11-27 Markus LegnerTrigger modulo_one lint also on -1.
2020-11-27 borsAuto merge of #6386 - rust-lang:flip1995-patch-1, r...
2020-11-27 Takayuki NakataMerge remote-tracking branch 'upstream/master' into...
2020-11-26 borsAuto merge of #6362 - nico-abram:unnecessary_cast_dot_f...
2020-11-25 unknownFix rust-lang/rust#79255 - Incorrect try suggestion...
2020-11-25 borsAuto merge of #6379 - Suyash458:master, r=flip1995
2020-11-25 borsAuto merge of #6333 - PunitLodha:master, r=flip1995
2020-11-25 PunitLodhaadded lints str_to_string and string_to_string
2020-11-25 borsAuto merge of #6201 - Suyash458:master, r=flip1995
2020-11-25 flip1995Add test for multiple defined msrv attrs
2020-11-25 Suyash458add support for minimum supported rust version.
2020-11-25 Christiaan DirkxChange `redundant_pattern_matching` to also lint `std...
2020-11-24 borsAuto merge of #6339 - CDirkx:redundant-pattern-match...
2020-11-24 borsAuto merge of #6374 - flip1995:rustup, r=flip1995
2020-11-24 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-11-24 borsAuto merge of #79228 - flip1995:clippyup, r=oli-obk
2020-11-23 borsAuto merge of #6313 - giraffate:fix_fp_needless_collect...
2020-11-23 borsAuto merge of #6371 - ebroto:rustup, r=ebroto
2020-11-23 borsAuto merge of #78343 - camelid:macros-qualify-panic...
2020-11-23 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-11-23 CamelidQualify `panic!` as `core::panic!` in non-built-in...
2020-11-23 borsAuto merge of #78439 - lzutao:rm-clouldabi, r=Mark...
2020-11-23 borsAuto merge of #6369 - camsteffen:cast-cfg, r=Manishearth
2020-11-23 borsAuto merge of #6317 - chansuke:add-external-macro,...
2020-11-23 flip1995Fix ICE in utils::implements_trait
2020-11-23 flip1995Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18...
2020-11-23 Cameron SteffenDisable unnecessary_cast for cfg-dependant types
2020-11-22 Lzu TaoDrop support for cloudabi targets
2020-11-22 borsAuto merge of #6363 - o752d:patch-2, r=flip1995
2020-11-22 borsAuto merge of #6364 - o752d:master, r=flip1995
2020-11-22 oliverupdate
2020-11-20 borsAuto merge of #6347 - flip1995:changelog, r=Manishearth
2020-11-20 borsAuto merge of #6351 - flip1995:rustup, r=flip1995
2020-11-20 flip1995Properly deprecate panic_params lint
2020-11-19 Mara BosRemove the clippy::panic-params lint.
2020-11-19 borsAuto merge of #6345 - giraffate:follow_up_of_rustup...
2020-11-18 Mara BosRollup merge of #79145 - camelid:clippy-fix-panics...
2020-11-18 Takayuki NakataRevert "Add `rustfmt::skip` as a work around"
2020-11-17 Christiaan DirkxChange `redundant_pattern_matching` to also lint `std...
2020-11-17 borsAuto merge of #6070 - matsujika:unnecessary_wrap, r...
2020-11-17 CamelidFix handling of panic calls
2020-11-17 borsAuto merge of #6337 - ThibsG:FixIce6332, r=Manishearth
2020-11-17 borsAuto merge of #6338 - flip1995:rustup, r=flip1995
2020-11-17 Hirochika MatsumotoPluralize lint name
2020-11-17 Hirochika MatsumotoFix embarrassing grammatical error
2020-11-17 Hirochika MatsumotoIgnore trait implementations
2020-11-17 Hirochika MatsumotoUpdate stderr files
2020-11-17 Hirochika MatsumotoUpdate stderr files
2020-11-17 Hirochika MatsumotoAllow this lint on lint tests
2020-11-17 Hirochika MatsumotoMake lint skip macros
2020-11-17 Hirochika MatsumotoAdd support for methods
2020-11-17 Hirochika MatsumotoImprove lint message
2020-11-17 Hirochika MatsumotoAdd test case
2020-11-17 Hirochika MatsumotoSplit lint suggestion into two
2020-11-17 Hirochika MatsumotoOptout rustfix test
2020-11-17 Hirochika MatsumotoAdd test cases
2020-11-17 Hirochika MatsumotoAdd suggestion on type signatures
2020-11-17 Hirochika MatsumotoAdd new lint to detect unnecessarily wrapped value
2020-11-17 borsAuto merge of #78779 - LeSeulArtichaut:ty-visitor-retur...
2020-11-16 ThibsGRemove `expect()` calls to avoid ICEs in `deref_addrof...
2020-11-16 borsAuto merge of #6119 - rsulli55:find_is_some_on_strs...
2020-11-16 borsAuto merge of #6336 - giraffate:sync-from-rust, r=flip1995
2020-11-16 Takayuki NakataAdd `rustfmt::skip` as a work around
2020-11-15 borsAuto merge of #6334 - flip1995:rustup, r=flip1995
2020-11-15 Jonas SchievinkRollup merge of #79016 - fanzier:underscore-expressions...
2020-11-14 borsAuto merge of #78809 - vn-ki:fix-issue-76064, r=oli-obk
2020-11-14 borsAuto merge of #6320 - giraffate:fix_suggestion_in_manua...
2020-11-13 Vishnunarayan K Iupdate clippy test ouput
2020-11-13 borsAuto merge of #6329 - giraffate:sync-from-rust, r=matth...
2020-11-12 Mara BosRollup merge of #78836 - fanzier:struct-and-slice-destr...
2020-11-12 Takayuki NakataFix FP in indirect `needless_collect` when used multipl...
next