]> git.lizzy.rs Git - rust.git/history - tests/ui/type_repetition_in_bounds.rs
Don't lint `if_same_then_else` with `if let` conditions
[rust.git] / tests / ui / type_repetition_in_bounds.rs
2022-01-13 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-01-12 borsAuto merge of #8226 - Jarcho:manual_memcpy_8160, r...
2022-01-12 borsAuto merge of #8198 - camsteffen:no-method-call-macro...
2022-01-08 borsAuto merge of #8201 - smoelius:master, r=camsteffen
2022-01-05 borsAuto merge of #8221 - Jarcho:while_let_on_iterator_8113...
2022-01-05 borsAuto merge of #8224 - Jarcho:type_repetition_in_bounds_...
2022-01-04 Jason NewcombCheck for full equality in `type_repetition_in_bounds...
2020-07-16 flip1995Merge remote-tracking branch 'upstream/rust-1.44.1...
2020-07-14 flip1995Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175...
2020-07-13 borsAuto merge of #5790 - flip1995:rustup, r=flip1995
2020-07-08 borsAuto merge of #5776 - flip1995:rustup, r=flip1995
2020-07-03 borsAuto merge of #4841 - phaylon:pattern-type-mismatch...
2020-07-03 borsAuto merge of #5761 - ThibsG:TypeRepetitionThreshold...
2020-07-03 ThibsGDon't lint for predicates generated in macros
2020-07-03 ThibsGTake generic args into account for bounded type
2020-07-03 ThibsGAdd configurable threshold for `type_repetition_in_boun...
2019-10-28 flip1995Merge remote-tracking branch 'upstream/rust-1.36.0...
2019-08-11 Jeremy StuckiMerge branch 'origin/master' into flat-map
2019-08-01 borsAuto merge of #4314 - chansuke:add-negation-to-is_empty...
2019-08-01 Michael WrightMerge branch 'master' into dev-fmt-20190728
2019-07-30 borsAuto merge of #3766 - xd009642:issue-3764, r=flip1995
2019-07-27 xd009642Respond to review comments
2019-07-24 xd009642Lint for type repetition in trait bounds.