rust/src/libstd/rand
Florian Zeitz f35f973cb7 Use consts instead of statics where appropriate
This changes the type of some public constants/statics in libunicode.
Notably some `&'static &'static [(char, char)]` have changed
to `&'static [(char, char)]`. The regexp crate seems to be the
sole user of these, yet this is technically a [breaking-change]
2015-03-02 17:11:51 +01:00
..
mod.rs Use consts instead of statics where appropriate 2015-03-02 17:11:51 +01:00
os.rs Use consts instead of statics where appropriate 2015-03-02 17:11:51 +01:00
reader.rs cleanup: s/v.slice*()/&v[a..b]/g + remove redundant as_slice() calls 2015-01-27 09:03:06 -05:00