]> git.lizzy.rs Git - rust.git/commit
auto merge of #12573 : lbonn/rust/unrecurs, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 13 Mar 2014 19:16:34 +0000 (12:16 -0700)
committerbors <bors@rust-lang.org>
Thu, 13 Mar 2014 19:16:34 +0000 (12:16 -0700)
commit6ff3c9995e63b63c16d13739a0fc2d321f95410e
treedf37eefbe8c9657f6678dce8dc6839a206912e7f
parent47a8c76a43feac53be71f1ba009a66fd3626eb2e
parent164b7c22b69ed69854c0e579e051f851181673b0
auto merge of #12573 : lbonn/rust/unrecurs, r=alexcrichton

As mentioned in #6109, ```mkdir_recursive``` doesn't really need to use recursive calls, so here is an iterative version.
The other points of the proposed overhaul (renaming and existing permissions) still need to be resolved.

I also bundled an iterative ```rmdir_recursive```, for the same reason.

Please do not hesitate to provide feedback on style as this is my first code change in rust.