]> git.lizzy.rs Git - rust.git/history - tests/ui/map_identity.fixed
Auto merge of #8596 - Jaic1:unnecessary_cast, r=flip1995
[rust.git] / tests / ui / map_identity.fixed
2022-04-06 borsAuto merge of #8588 - pitaj:fix-8348, r=flip1995
2022-04-04 borsAuto merge of #8450 - Jarcho:unsafe_blocks_8449, r...
2022-04-01 borsAuto merge of #8616 - pitaj:single_element_loop_arrays...
2022-03-30 borsAuto merge of #8576 - smoelius:crate_in_macro_def,...
2022-03-30 borsAuto merge of #8592 - c410-f3r:stuff, r=flip1995
2022-03-30 borsAuto merge of #8586 - pitaj:fix-8378, r=flip1995
2022-03-30 borsAuto merge of #8584 - Alexendoo:map-unit-fn-context...
2022-03-28 borsAuto merge of #8487 - dswij:8478, r=giraffate
2022-03-01 dswij`map_identity` Add tests for needless `.map_err`
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 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-06-30 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-06-24 borsAuto merge of #5745 - montrivo:copy_on_clone, r=phansch
2020-06-23 borsAuto merge of #5694 - wangtheo:issue-5626, r=matthiaskrgr
2020-06-13 Teddy_WangAdded a lint for .map(|x| x)