]> git.lizzy.rs Git - rust.git/history - src/loops.rs
Merge pull request #184 from Manishearth/identity_op
[rust.git] / src / loops.rs
2015-08-17 Manish GoregaokarMerge pull request #184 from Manishearth/identity_op
2015-08-17 Manish GoregaokarMerge pull request #186 from birkenfeld/fix
2015-08-17 Manish GoregaokarMerge pull request #185 from birkenfeld/iter_next_loop
2015-08-17 Georg Brandlloops: fix two trailing periods in lint msgs
2015-08-17 Georg Brandlnew lint: lint when iterating over any Iterator::next...
2015-08-16 llogiqMerge pull request #179 from nweston/step-by-zero
2015-08-16 Manish GoregaokarMerge pull request #180 from birkenfeld/small_changes
2015-08-16 Georg Brandlall: remove unneeded as_str() calls for ast::Name
2015-08-14 llogiqMerge branch 'eta-reduction' of https://github.com...
2015-08-13 Manish GoregaokarMerge pull request #151 from birkenfeld/needless_bool_msg
2015-08-13 Manish GoregaokarMerge pull request #160 from Manishearth/dogfood
2015-08-13 Manish Goregaokarfix
2015-08-13 Manish GoregaokarSome fixes from dogfooding clippy
2015-08-13 Manish GoregaokarMerge pull request #158 from birkenfeld/iter_methods
2015-08-13 Georg Brandlnew lint: looping over x.iter() or x.iter_mut() (fixes...
2015-08-13 Manish GoregaokarMerge branch 'pr-152'
2015-08-13 llogiqMerge
2015-08-13 Georg Brandlall: DRY for lint descriptions
2015-08-13 llogiqMerge branch 'const' of https://github.com/Manishearth...
2015-08-13 Manish GoregaokarMerge branch 'pr-149'
2015-08-13 Manish GoregaokarMerge branch 'pr-140'
2015-08-13 Manish GoregaokarMerge pull request #147 from birkenfeld/forloop
2015-08-13 Georg Brandlnew lint: using `for i in 0..x { .. vec[i] .. }` instea...