| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -1/+1 | |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -1/+1 | |
| [breaking-change] | ||||
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -4/+4 | |
| [breaking-change] | ||||
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -2/+4 | |
| 2014-05-16 | Some fixes | Corey Richardson | -1/+1 | |
| 2014-05-16 | Update for Box | Corey Richardson | -1/+1 | |
| 2014-05-16 | Update for master | Corey Richardson | -2/+3 | |
| 2014-05-16 | term: add docs and windows support | Corey Richardson | -0/+186 | |
| Closes #2807 | ||||
| 2014-05-14 | libterm: Remove all uses of `~str` from `libterm` | Patrick Walton | -4/+4 | |
| 2014-03-31 | term: Switch field privacy as necessary | Alex Crichton | -4/+4 | |
| 2014-03-24 | Documentation sprint: Terminfo | Olle Jonsson | -2/+5 | |
| 2014-03-21 | test: Make manual changes to deal with the fallout from removal of | Patrick Walton | -2/+2 | |
| `~[T]` in test, libgetopts, compiletest, librustdoc, and libnum. | ||||
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -1/+1 | |
| These two containers are indeed collections, so their place is in libcollections, not in libstd. There will always be a hash map as part of the standard distribution of Rust, but by moving it out of the standard library it makes libstd that much more portable to more platforms and environments. This conveniently also removes the stuttering of 'std::hashmap::HashMap', although 'collections::HashMap' is only one character shorter. | ||||
| 2014-02-02 | Move term, terminfo out of extra. | xales | -0/+31 | |
| cc #8784 | ||||
