Jameson Ernst
|
744e9782fc
|
Fix deprecated suffixes in tests
|
2015-03-01 12:35:11 -08:00 |
Eduard Bopp
|
f14f240aa7
|
Migrate random generation to use crates.io rand
The standard library random generation facilities have been deprecated in
favour of a new crate on crates.io.
|
2015-02-17 13:45:16 +01:00 |
Sébastien Crozet
|
4b47b1e98a
|
Use slice and range syntax when possible.
|
2015-01-09 22:46:26 +01:00 |
Sébastien Crozet
|
e6e099b7c4
|
Replace int, and uint, by isize and usize.
|
2015-01-09 22:26:05 +01:00 |
Ben Foppa
|
bd7b4f287f
|
rustup
|
2015-01-07 15:14:40 -05:00 |
Eduard Bopp
|
e3c2d46f03
|
Add trailing ';' to all item macros
This is a fix for the latest nightly, see
https://github.com/rust-lang/rust/pull/19984.
|
2014-12-19 15:33:01 +01:00 |
Sébastien Crozet
|
a2848e6e18
|
Update to the last rust-nightly.
Version of rustc: 0.13.0-nightly (63c4f22f2 2014-11-05 22:31:44 +0000).
|
2014-11-06 14:52:52 +01:00 |
Robin Gloster
|
4e4eb62ffc
|
upgrade to newer rust
|
2014-10-22 13:35:17 +02:00 |
Sébastien Crozet
|
276bf3f999
|
Update to the last rust-nightly.
Version of rustc: 0.13.0-nightly (222ae8b9b 2014-10-18 00:47:22 +0000).
|
2014-10-18 20:52:35 +02:00 |
Sébastien Crozet
|
ba18f5aa70
|
Deprecate `na::`, move all reexport to the root crate.
This also moves the tests and benches to cargo-complient folders.
Fix #21.
|
2014-09-28 19:22:57 +02:00 |