]> git.lizzy.rs Git - rust.git/commit
auto merge of #5861 : catamorphism/rust/rustpkg, r=catamorphism
authorbors <bors@rust-lang.org>
Mon, 15 Apr 2013 21:48:55 +0000 (14:48 -0700)
committerbors <bors@rust-lang.org>
Mon, 15 Apr 2013 21:48:55 +0000 (14:48 -0700)
commitf10cf26e25c75e148d86dd151a210d9f4a7ece2f
treed5a607d1e325497e039cee73d19ba3d5449f7dcc
parent6ce689d61c61d9e02c5181abdfa673094ff4e842
parent7881bde0271ed4dd68e2a286ed456c2578e70d6a
auto merge of #5861 : catamorphism/rust/rustpkg, r=catamorphism

r? @graydon

Pulled out tests into their own modules inside the files they test,
as per the draft style guidelines.

Started a new module, path_util, for utility functions to do with
paths and directories.

Changed default_dest_dir to use a condition and return Path
instead of Option<Path>.
src/librustpkg/rustpkg.rc
src/librustpkg/util.rs