| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -1/+1 | |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -9/+9 | |
| Closes #2569 | ||||
| 2014-03-22 | Add #[deny(deprecated_owned_vector)] to several modules. | Huon Wilson | -0/+2 | |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 | |
| It's now in the prelude. | ||||
| 2014-03-15 | Add rustdoc html crate info | Steven Fackler | -0/+3 | |
| 2014-03-14 | lint: add lint for use of a `~[T]`. | Huon Wilson | -0/+1 | |
| This is useless at the moment (since pretty much every crate uses `~[]`), but should help avoid regressions once completely removed from a crate. | ||||
| 2014-03-12 | Update users for the std::rand -> librand move. | Huon Wilson | -0/+2 | |
| 2014-02-24 | Move extra::json to libserialize | Alex Crichton | -2/+0 | |
| This also inverts the dependency between libserialize and libcollections. cc #8784 | ||||
| 2014-02-22 | Move std::num::Integer to libnum | Brendan Zabarauskas | -0/+400 | |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -1/+1 | |
| This was previously implemented, and it just needed a snapshot to go through | ||||
| 2014-02-11 | Factoring bigint, rational, and complex out of libextra into libnum. | Felix S. Klock II | -0/+22 | |
| Removed use of globs present in earlier versions of modules. Fix tutorial.md to reflect `extra::rational` ==> `num::rational`. | ||||
