| 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 | -8/+8 | |
| Closes #2569 | ||||
| 2014-03-23 | Make url::Url derive TotalEq. | Ms2ger | -2/+2 | |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -2/+0 | |
| It's now in the prelude. | ||||
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -1/+1 | |
| Closes #12771 | ||||
| 2014-03-15 | auto merge of #12923 : sfackler/rust/vecify, r=brson | bors | -23/+24 | |
| 2014-03-15 | Remove most ~[] usage in liburl | Steven Fackler | -23/+24 | |
| 2014-03-15 | Add rustdoc html crate info | Steven Fackler | -0/+3 | |
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -0/+1283 | |
| This commit shreds all remnants of libextra from the compiler and standard distribution. Two modules, c_vec/tempfile, were moved into libstd after some cleanup, and the other modules were moved to separate crates as seen fit. Closes #8784 Closes #12413 Closes #12576 | ||||
