Commit graph

1168 commits

Author SHA1 Message Date
Arcterus
d50d4f54b9 Fix build as well as most deprecation warnings 2014-11-22 13:00:42 -08:00
Heather
be37a74af3 Merge pull request #453 from ebfe/fix-build-master
Fix build with rust master
2014-11-22 12:24:34 +04:00
Michael Gehring
3b24dc8787 Update rust-crypto 2014-11-22 07:40:58 +01:00
Michael Gehring
2027a7a981 fix *write*! macro args 2014-11-22 07:30:18 +01:00
Michael Gehring
ab344d8e7c remove references to the native crate 2014-11-22 07:30:18 +01:00
Michael Gehring
cb4b5bce29 Remove now invalid format specifiers 2014-11-22 07:30:18 +01:00
Michael Gehring
52ea352ca3 test/{seq,tr,truncate,unexpand}: fix build 2014-11-20 20:46:45 +01:00
Michael Gehring
92093644bb chmod: fix build on freebsd 2014-11-20 20:36:50 +01:00
Heather
ef68edfa49 Merge pull request #452 from ebfe/fix-build-master
Update rust-crypto
2014-11-20 22:38:54 +04:00
Michael Gehring
eaa7982357 Update rust-crypto 2014-11-20 09:01:45 +01:00
Heather
b58f597ba1 Merge pull request #451 from ebfe/fix-build-master
Fix build with rust master
2014-11-20 07:48:10 +04:00
Michael Gehring
e874d09216 std:num::pow -> std::num::Int::pow 2014-11-19 21:58:16 +01:00
Michael Gehring
fd2b464a6d std::os changes 2014-11-19 21:58:16 +01:00
Michael Gehring
09f223fdb1 Update for new coercion rules 2014-11-19 21:58:16 +01:00
Michael Gehring
cd409c6d3f Update for namespaced enums 2014-11-19 21:58:16 +01:00
Heather
274b624a34 Merge pull request #450 from skv-headless/update_rust-crypto
Update rust crypto
2014-11-17 19:24:23 +04:00
skv
737db500a3 update from string for new api 2014-11-17 17:56:00 +03:00
skv
1cdab45c1b update rust-crypto 2014-11-17 17:23:39 +03:00
Alex Lyon
1ce7e27665 Merge pull request #449 from ebfe/fix-build-master
du, fmt: fix build
2014-11-16 09:15:21 -08:00
Michael Gehring
d675ec75af du, fmt: fix build 2014-11-16 16:12:01 +01:00
Heather
55f0894e63 Merge pull request #448 from Arcterus/nohup-hacks
nohup: fix for latest Rust using terrible hacks
2014-11-13 08:01:13 +04:00
Arcterus
fc76684f08 nohup: fix for latest Rust using terrible hacks 2014-11-12 11:03:07 -08:00
Heather
c5a8f522b1 Merge pull request #447 from Arcterus/fix
chmod: update for latest Rust
2014-11-11 08:44:07 +04:00
Arcterus
a672f5c768 chmod: update for latest Rust 2014-11-10 20:11:48 -08:00
Heather
a5d70763bc Merge pull request #446 from ebfe/fix-build-master
Fix build with rust master
2014-11-09 19:40:30 +04:00
Michael Gehring
00af7faee8 du: fix build 2014-11-09 16:30:05 +01:00
Michael Gehring
f3fc1b72ff os::errno returns uint now 2014-11-09 16:30:01 +01:00
Heather
5e3183371b Merge pull request #444 from ebfe/fix-deprecation
Fix deprecation warnings
2014-11-08 16:32:08 +04:00
Michael Gehring
e7b247de0b Fix deprecation warnings 2014-11-08 07:45:33 +01:00
Heather
ee9d30673e Merge pull request #443 from ebfe/fix-build-master
Fix build with rust master
2014-11-07 20:19:31 +04:00
Michael Gehring
bb69e46def basename: fix build 2014-11-07 12:10:33 +01:00
Michael Gehring
ea791e3df6 Update rust-crypto 2014-11-07 12:08:36 +01:00
Heather
9cc25bad3c Merge pull request #442 from ebfe/fix-build-master
std::num::parse_bytes has been removed
2014-11-05 15:26:14 +04:00
Michael Gehring
47d4b69c8a std::num::parse_bytes has been removed 2014-11-05 12:18:43 +01:00
Heather
916c2ac307 Merge pull request #440 from ebfe/fix-build-master
Update collection paths/names
2014-11-04 11:29:33 +04:00
Michael Gehring
241c8d0f55 Update collection paths/names 2014-11-04 07:30:39 +01:00
Alex Lyon
714f94d066 Merge pull request #438 from ebfe/fix-build-master
shuf, comm: fix build
2014-11-03 12:56:39 -08:00
Michael Gehring
51d84b85cb shuf: fix build
It's no longer possible to have a Box<rand::Rng> due to the new object
safety rules. Wrap in an enum as a workaround.
2014-11-03 19:59:23 +01:00
Michael Gehring
f141f8b043 comm: fix build
It's no longer possible to have a Box<Buffer> due to the new object
safety rules. Wrap in an enum as a workaround.

Fixes #437
2014-11-03 18:07:14 +01:00
Heather
b25c01f0f5 Merge pull request #436 from ebfe/fix-build-master
Partially fix build with rust master
2014-11-02 22:25:42 +04:00
Michael Gehring
71c9797bd7 Fix get_mut deprecation warnings 2014-11-02 17:10:35 +01:00
Michael Gehring
476bdcd9d2 head, tail, uutils: fix build 2014-11-02 16:56:00 +01:00
Heather
4f311e3c60 Merge pull request #435 from ebfe/rust-crypto
Update rust-crypto
2014-11-02 19:24:56 +04:00
Michael Gehring
c63947c17a Update rust-crypto 2014-10-31 15:58:24 +01:00
Alex Lyon
03f26845d7 Merge pull request #432 from awestroke/more_mv_test_cases
More mv tests and use cases
2014-10-31 01:30:54 -07:00
Heather
9c578ad9ca Merge pull request #433 from ebfe/fix-build-master
fail! -> panic!
2014-10-31 08:19:31 +04:00
Michael Gehring
3244416b19 fail! -> panic! 2014-10-30 10:06:47 +01:00
Orvar Segerström
019abb993e More mv tests and use cases 2014-10-30 08:47:26 +01:00
Alex Lyon
3ee7627c6c Merge pull request #427 from awestroke/feature_mv
MV implementation
2014-10-26 13:27:10 -07:00
Orvar Segerström
beba02757e MV implementation
Support for all commandline options except one, see src/mv/mv.rs

Many tests, included a todo list of more tests too, see tests/mv.rs
2014-10-26 11:27:28 +01:00