| Age | Commit message (Expand) | Author | Lines |
| 2017-04-18 | Override ToOwned::clone_into for Path and OsStr | Scott McMurray | -0/+1 |
| 2017-04-18 | Add functions to safely transmute float to int | est31 | -0/+1 |
| 2017-04-12 | Auto merge of #40765 - pirate:patch-3, r=aturon | bors | -0/+11 |
| 2017-04-09 | Reduce str transmutes, add mut versions of methods. | Clar Charr | -0/+1 |
| 2017-04-07 | fix build errors | Nick Sweeting | -2/+3 |
| 2017-03-30 | tweak links | Nick Sweeting | -2/+2 |
| 2017-03-23 | add link to contribution guidelines and IRC room | Nick Sweeting | -3/+7 |
| 2017-03-23 | Add contribution instructions to stdlib docs | Nick Sweeting | -0/+6 |
| 2017-03-20 | Rollup merge of #40556 - cramertj:stabilize-pub-restricted, r=petrochenkov | Corey Farwell | -1/+1 |
| 2017-03-20 | Fix up various links | steveklabnik | -5/+5 |
| 2017-03-19 | Rollup merge of #40566 - clarcharr:never_error, r=sfackler | Corey Farwell | -0/+1 |
| 2017-03-17 | Stabilize rc_raw feature, closes #37197 | Aaron Turon | -1/+0 |
| 2017-03-17 | Rollup merge of #40456 - frewsxcv:frewsxcv-docs-function-parens, r=GuillaumeG... | Corey Farwell | -2/+2 |
| 2017-03-15 | Stabilize pub(restricted) | Taylor Cramer | -1/+1 |
| 2017-03-15 | Implement Error for !. | Clar Charr | -0/+1 |
| 2017-03-13 | Remove function invokation parens from documentation links. | Corey Farwell | -2/+2 |
| 2017-03-11 | Implement placement-in protocol for `HashMap` | Charlie Fan | -0/+1 |
| 2017-02-20 | Revert "Fix up links" | Steve Klabnik | -2/+2 |
| 2017-02-13 | Fix up links | Steve Klabnik | -2/+2 |
| 2017-02-10 | Change std::panicking::try::Data into a union | whataloadofwhat | -0/+1 |
| 2017-02-07 | Rollup merge of #39431 - alexcrichton:no-more-makefiles, r=brson | Corey Farwell | -3/+0 |
| 2017-02-06 | std: Remove cfg(cargobuild) annotations | Alex Crichton | -3/+0 |
| 2017-02-05 | Ipv6Addr <-> u128 | Clar Charr | -1/+2 |
| 2017-02-05 | Rollup merge of #38983 - APTy:udp-peek, r=aturon | Corey Farwell | -0/+1 |
| 2017-02-04 | libstd/net: Add `peek` APIs to UdpSocket and TcpStream | Tyler Julian | -0/+1 |
| 2017-02-03 | Bump version, upgrade bootstrap | Alex Crichton | -2/+0 |
| 2017-01-16 | Expose a feature to force use of alloc_system, teach rustbuild | Aidan Hobson Sayers | -4/+5 |
| 2017-01-10 | Rollup merge of #38664 - apasel422:may-dangle, r=pnkfelix | Seo Sanghyeon | -1/+2 |
| 2017-01-08 | Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc | bors | -1/+1 |
| 2016-12-30 | Such large. Very 128. Much bits. | Simonas Kazlauskas | -0/+7 |
| 2016-12-29 | Remove not(stage0) from deny(warnings) | Alex Crichton | -1/+1 |
| 2016-12-28 | Replace uses of `#[unsafe_destructor_blind_to_params]` with `#[may_dangle]` | Andrew Paseltiner | -1/+2 |
| 2016-12-18 | Implement `fmt::Debug` for all structures in libstd. | Corey Farwell | -0/+2 |
| 2016-12-12 | Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichton | bors | -2/+2 |
| 2016-12-04 | std: Forward ExactSizeIterator::is_empty for Args, ArgsOs iterators | Ulrik Sverdrup | -0/+1 |
| 2016-11-30 | Update the bootstrap compiler | Alex Crichton | -2/+0 |
| 2016-11-30 | Rename 'librustc_unicode' crate to 'libstd_unicode'. | Corey Farwell | -2/+2 |
| 2016-11-03 | Stabilize `..` in tuple (struct) patterns | Vadim Petrochenkov | -1/+1 |
| 2016-11-01 | std: Flatten the num directory to reflect the module layout | Brian Anderson | -2/+2 |
| 2016-11-01 | Clean up and add more comments to libstd/lib.rs | Brian Anderson | -67/+66 |
| 2016-11-01 | std: Remove unused test feature | Brian Anderson | -1/+0 |
| 2016-11-01 | std: Move sys_common to libstd/sys_common | Brian Anderson | -2/+1 |
| 2016-11-01 | std: Move platform-specific code out of libstd/lib.rs | Brian Anderson | -4/+1 |
| 2016-11-01 | Auto merge of #37178 - apasel422:issue-37136, r=alexcrichton | bors | -0/+2 |
| 2016-10-17 | std::collections: Reexport libcollections's range module | Ulrik Sverdrup | -0/+1 |
| 2016-10-16 | Implement `RefUnwindSafe` for atomic types | Andrew Paseltiner | -0/+2 |
| 2016-10-12 | Deprecate `Reflect` | Nick Cameron | -1/+0 |
| 2016-10-12 | Stabilise `?` | Nick Cameron | -1/+1 |
| 2016-10-03 | std: Stabilize and deprecate APIs for 1.13 | Alex Crichton | -1/+0 |
| 2016-09-28 | Remove stage0 hacks | Brian Anderson | -1/+0 |