Ben S
|
8b68d699db
|
Fix bug in sort where numbers could get too long
Fall back to strings. Also, add some unit tests.
|
2014-06-18 17:26:28 +01:00 |
|
Ben S
|
2bb563d448
|
Upgrade to latest Rust nightly
- s/syntax/phase
- no more boxed array syntax
- getopts fail implements Show
- option#expect now requires &str
|
2014-06-18 13:39:55 +01:00 |
|
Ben S
|
2d41333117
|
Upgrade to latest Rust nightly
- s/to_owned/to_string/g
- TotalEq/TotalOrd changes
- snake_case of identifiers
|
2014-06-02 21:02:06 +01:00 |
|
Ben S
|
5abd53742e
|
Remove extraneous lifetimes
|
2014-06-01 16:30:18 +01:00 |
|
Ben S
|
a631bc099f
|
Sort case-insensitively
|
2014-06-01 13:07:45 +01:00 |
|
Ben S
|
4722c8991b
|
Implement natural sorting on filenames
|
2014-06-01 11:54:31 +01:00 |
|