]> git.lizzy.rs Git - rust.git/history - tests/ui/redundant_allocation.fixed
add tests for a false negative on `needless_return`
[rust.git] / tests / ui / redundant_allocation.fixed
2020-10-09 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2020-08-28 flip1995Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945...
2020-08-25 borsAuto merge of #5960 - flip1995:rustup, r=flip1995
2020-08-21 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-08-18 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-08-17 borsAuto merge of #5908 - giraffate:fix_fp_for_same_item_pu...
2020-08-16 borsAuto merge of #5725 - montrivo:should-impl-trait, r...
2020-08-15 borsAuto merge of #5910 - flip1995:rustup, r=flip1995
2020-08-13 borsAuto merge of #5901 - giraffate:add_reference_to_rustc_...
2020-08-13 borsAuto merge of #5899 - JarredAllen:rc-box-suggestion...
2020-08-12 JarredAllenChange Rc<Box<T>> recommendation to be Rc<T> instead...
2020-04-15 Jane LusbyMerge remote-tracking branch 'upstream/master' into...
2020-04-08 Philipp KronesRollup merge of #5425 - xiongmao86:issue5367, r=flip1995
2020-04-02 borsAuto merge of #5349 - jpospychala:useless_rc, r=Manishearth
2020-04-01 Jacek Pospychalauseless Rc<Rc<T>>, Rc<Box<T>>, Rc<&T>, Box<&T>