| Age | Commit message (Expand) | Author | Lines |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -2/+2 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -2/+2 |
| 2014-05-23 | std: Move unstable::finally to std::finally. #1457 | Brian Anderson | -1/+1 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -4/+4 |
| 2014-05-19 | std: Use Arc instead of UnsafeArc in BlockedTask | Alex Crichton | -8/+9 |
| 2014-05-13 | std: Move the owned module from core to std | Alex Crichton | -2/+1 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -11/+11 |
| 2014-05-08 | auto merge of #13835 : alexcrichton/rust/localdata, r=brson | bors | -5/+4 |
| 2014-05-07 | std: Modernize the local_data api | Alex Crichton | -5/+4 |
| 2014-05-07 | std: Add I/O timeouts to networking objects | Alex Crichton | -0/+6 |
| 2014-05-07 | core: Add unwrap()/unwrap_err() methods to Result | Alex Crichton | -1/+1 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -19/+22 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -2/+2 |
| 2014-04-23 | std: Change Finally to take `&mut self` | Alex Crichton | -1/+1 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -4/+4 |
| 2014-04-15 | std: Impl Deref/DerefMut for a borrowed task | Alex Crichton | -6/+4 |
| 2014-04-10 | std: Make std::comm return types consistent | Alex Crichton | -1/+1 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -2/+2 |
| 2014-04-03 | auto merge of #13237 : alexcrichton/rust/private-tuple-structs, r=brson | bors | -1/+1 |
| 2014-04-01 | auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichton | bors | -1/+1 |
| 2014-04-01 | rand: bubble up IO messages futher. | Huon Wilson | -1/+1 |
| 2014-03-31 | Switch some tuple structs to pub fields | Alex Crichton | -1/+1 |
| 2014-03-31 | std: Switch field privacy as necessary | Alex Crichton | -14/+14 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -7/+8 |
| 2014-03-24 | comm: Implement synchronous channels | Alex Crichton | -2/+2 |
| 2014-03-23 | This commit cleans up a few test warnings | Steven Stewart-Gallus | -2/+2 |
| 2014-03-22 | std: Remove the get() method from RefCell wrappers | Alex Crichton | -1/+1 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -5/+0 |
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -8/+8 |
| 2014-02-18 | Spellcheck library docs. | Huon Wilson | -1/+1 |
| 2014-02-13 | Don't require an allocation for on_exit messages | Alex Crichton | -4/+12 |
| 2014-02-11 | Rewrite channels yet again for upgradeability | Alex Crichton | -1/+1 |
| 2014-02-07 | Delete send_str, rewrite clients on top of MaybeOwned<'static> | Kevin Ballard | -1/+1 |
| 2014-02-03 | std: Remove try_send_deferred plus all fallout | Alex Crichton | -2/+8 |
| 2014-02-03 | std: Remove io::io_error | Alex Crichton | -2/+3 |
| 2014-01-29 | Remove seldom-used std::reference functions. | xales | -2/+1 |
| 2014-01-29 | Rename std::borrow to std::reference. | xales | -2/+2 |
| 2014-01-26 | Removed all instances of XXX in preparation for relaxing of FIXME rule | Salem Talha | -1/+1 |
| 2014-01-21 | Purge borrowck from libstd | Alex Crichton | -8/+0 |
| 2014-01-18 | Rename iterators for consistency | Palmer Cox | -4/+4 |
| 2014-01-16 | Fix some docs in std::rt::task | Derek Chiang | -7/+6 |
| 2014-01-09 | auto merge of #11360 : huonw/rust/stack_bounds, r=alexcrichton | bors | -1/+1 |
| 2014-01-07 | std: Fill in all missing imports | Alex Crichton | -0/+1 |
| 2014-01-07 | auto merge of #11353 : alexcrichton/rust/improve-logging, r=brson | bors | -19/+25 |
| 2014-01-07 | std::rt: require known stack bounds for all tasks. | Huon Wilson | -1/+1 |
| 2014-01-06 | Support arbitrary stdout/stderr/logger handles | Alex Crichton | -19/+25 |
| 2014-01-06 | Register new snapshots | Alex Crichton | -3/+0 |
| 2014-01-04 | Don't allow newtype structs to be dereferenced. #6246 | Brian Anderson | -2/+6 |
| 2014-01-04 | auto merge of #11306 : alexcrichton/rust/native-bounds, r=pcwalton | bors | -0/+7 |
| 2014-01-04 | Add a stack_bounds function to the Runtime trait | Alex Crichton | -0/+7 |