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
|
49ace1933d
|
Update rust-time/rust-crypto
|
2015-01-09 09:41:38 +01:00 |
|
Heather
|
6dec3b138d
|
Merge pull request #486 from ebfe/fix-build-master
Partially fix build with rust master
|
2015-01-08 17:42:28 +03:00 |
|
Michael Gehring
|
9aef41b8f6
|
<< precedence
|
2015-01-08 14:50:03 +01:00 |
|
Michael Gehring
|
f580275ef8
|
s/mod/self/ in imports
|
2015-01-08 14:50:03 +01:00 |
|
Michael Gehring
|
48f129ea49
|
std::char::UnicodeChar removal
|
2015-01-08 14:50:03 +01:00 |
|
Michael Gehring
|
b8a96da278
|
into_string -> to_string
|
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
|
7d8053561e
|
Use new array syntax
|
2015-01-08 14:50:03 +01:00 |
|
Michael Gehring
|
074a58eafd
|
deriving is now called derive
|
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
|
7667369983
|
Update rust-crypto
|
2015-01-08 13:08:51 +01:00 |
|
Michael Gehring
|
2dcbd84456
|
Build rust-crypto with cargo
|
2015-01-08 13:08:51 +01:00 |
|
Michael Gehring
|
e432c267b6
|
'--print-file-name' -> '--print file-names'
|
2015-01-08 13:08:51 +01:00 |
|
Michael Gehring
|
f2ccf51eea
|
Update rust-lang/time
|
2015-01-08 13:08:51 +01:00 |
|
Heather
|
0c89fcda25
|
Merge pull request #485 from amty/master
NULL-pointer check in logname
|
2015-01-08 08:53:32 +03:00 |
|
Timofey Misarenkov
|
59710d5ff8
|
NULL-pointer check.
|
2015-01-08 00:32:30 +03:00 |
|
Heather
|
6b58f80539
|
Merge pull request #484 from pitex/master
Split additional flags
|
2015-01-05 08:38:19 +03:00 |
|
Michal Piekarz
|
705da12fb1
|
Merge branch 'master' of https://github.com/pitex/coreutils
|
2015-01-04 23:34:11 +01:00 |
|
Michal Piekarz
|
61c2086310
|
Added verbose for split - prints created file name
|
2015-01-04 23:33:32 +01:00 |
|
Michal Piekarz
|
93c3f02600
|
C flag for split
|
2015-01-04 23:33:32 +01:00 |
|
Michal Piekarz
|
7945e3d51c
|
Removed deprecated calls.
|
2015-01-04 23:33:32 +01:00 |
|
Michal Piekarz
|
dbd1d34ba3
|
Added SIZE multiplier suffixes.
|
2015-01-04 23:33:32 +01:00 |
|
Michal Piekarz
|
2dc5858131
|
Added verbose for split - prints created file name
|
2015-01-04 17:47:57 +01:00 |
|
Michal Piekarz
|
e9fce8e788
|
C flag for split
|
2015-01-04 17:39:15 +01:00 |
|
Michal Piekarz
|
43606188c0
|
Removed deprecated calls.
|
2015-01-04 16:39:34 +01:00 |
|
Michal Piekarz
|
4fe3c54ebd
|
Added SIZE multiplier suffixes.
|
2015-01-04 16:36:09 +01:00 |
|
Heather
|
c80de02c10
|
Merge pull request #483 from sjaensch/fix_deprecation_warnings
Fix deprecation warnings with latest rust nightly
|
2015-01-02 14:12:11 +03:00 |
|
Stephan Jaensch
|
605c107258
|
Fix deprecation warnings with latest rust nightly
- from_str() -> parse()
- into_string() -> to_owned()
|
2015-01-01 12:14:28 +01:00 |
|
Heather
|
6391fa2274
|
Merge pull request #482 from fhahn/rust-update
Update for recent std::ascii changes
|
2014-12-30 22:30:30 +03:00 |
|
Florian Hahn
|
aff936da99
|
Update for recent std::ascii changes
|
2014-12-30 20:11:06 +01:00 |
|
Cynede
|
e04c09a8ba
|
Merge pull request #481 from skv-headless/fix_char_len_warning
fix char_len warnings
|
2014-12-28 17:17:45 +04:00 |
|
Headless
|
0f2e20cc49
|
fix char_len warnings
3c60bc02ce/src/libcollections/str.rs (L1101)
|
2014-12-28 14:09:50 +03:00 |
|
Cynede
|
3486ff5ae5
|
Merge pull request #479 from slapresta/add-tmp-to-gitignore
Add /tmp/ to .gitignore
|
2014-12-26 00:22:59 +04:00 |
|
Cynede
|
7b00a85c69
|
Merge pull request #480 from slapresta/fix-deprecation-warnings
Fix deprecation warnings
|
2014-12-26 00:22:28 +04:00 |
|
Santiago Lapresta
|
d142168365
|
Fix deprecation warnings on latest nightlies
|
2014-12-25 19:55:32 +01:00 |
|
Santiago Lapresta
|
8644b75a85
|
Fix deprecation warnings (into_string => to_owned )
|
2014-12-25 19:33:09 +01:00 |
|
Santiago Lapresta
|
c3d30af5e9
|
Add /tmp/ to .gitignore
|
2014-12-25 19:04:22 +01:00 |
|
Cynede
|
710f41c375
|
Merge pull request #478 from lht/fix-build-master-62fb41c32
Fix build master rustc @62fb41c32
|
2014-12-24 16:40:06 +04:00 |
|
Haitao Li
|
b9e0ce0b1c
|
Fix build with rustc master
* core::slice::Items renamd to core::slice::Iter
* from_utf8 returns Result instead of Option
* Unique type per fn item. Rust Issue #19891
|
2014-12-24 20:55:32 +11:00 |
|
Haitao Li
|
a6f0b24089
|
Bump rust-crypto to v0.2.4
|
2014-12-24 20:53:05 +11:00 |
|
Alex Lyon
|
06ee630023
|
Merge pull request #476 from lht/fix-build-master
Fix build master
|
2014-12-21 19:53:29 -08:00 |
|
Haitao Li
|
75425f1fe8
|
Fix build with rust nightly Dec-20-2014
|
2014-12-22 12:27:03 +11:00 |
|
Haitao Li
|
8cb5d03d0c
|
Fix a mismatched types compilation error
|
2014-12-22 10:54:29 +11:00 |
|
Haitao Li
|
872bb0010a
|
regex::Captures::{at,name} returns Option
|
2014-12-22 10:54:29 +11:00 |
|
Haitao Li
|
5cfde0dcb9
|
Avoid shadowing lifetime names
|
2014-12-22 10:54:29 +11:00 |
|
Haitao Li
|
9b67c372b2
|
Add semicolons to item macros
|
2014-12-22 10:54:29 +11:00 |
|
Haitao Li
|
0a64dbfe8b
|
Bump rust-crypto to v0.2.2
|
2014-12-22 10:54:26 +11:00 |
|
Cynede
|
696ddfbb1e
|
Merge pull request #475 from Arcterus/nice
Implement nice (resolves #215)
|
2014-12-18 06:24:15 +03:00 |
|
Arcterus
|
c4baf79c53
|
Update time for latest Rust
|
2014-12-17 18:49:43 -08:00 |
|