Michael Gehring
|
5402e69923
|
mkfifo, paste, shuf: fix build
|
2015-01-10 13:48:42 +01:00 |
|
Michael Gehring
|
0a757b957f
|
Partially fixed build with rust master
String::from_raw_buf removal
Deprecated closure syntax
cmp::Ord -> cmp::Ordering
Vec::from_{elem,fn} removal
rand::TaskRng -> rand::ThreadRng
PtrExt::is_not_null removal
to_c_str removal
|
2015-01-09 09:41:49 +01:00 |
|
Michael Gehring
|
f580275ef8
|
s/mod/self/ in imports
|
2015-01-08 14:50:03 +01:00 |
|
Michael Gehring
|
fd69e7fa4a
|
str::from_str removal/changes
|
2015-01-08 14:50:03 +01:00 |
|
Michael Gehring
|
1b381f49fa
|
Use new macro feature flags/attributes
|
2015-01-08 14:50:02 +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 |
|
skv
|
737db500a3
|
update from string for new api
|
2014-11-17 17:56:00 +03: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
|
5af66af015
|
Fix deprecation warnings
|
2014-09-27 21:05:36 +02:00 |
|
Michael Gehring
|
2ef74e2783
|
Update for rust RFC 52 changes
|
2014-09-17 17:16:21 +02:00 |
|
Arcterus
|
b7f4bd01bc
|
Move all of the utils into src
|
2014-07-20 20:20:55 -07:00 |
|