| Age | Commit message (Expand) | Author | Lines |
| 2015-12-18 | Use the getentropy(2) syscall on OpenBSD | Michael McConville | -1/+66 |
| 2015-12-18 | Use memrchr bindings provided by libc | Florian Hahn | -29/+15 |
| 2015-12-18 | Auto merge of #29973 - petrochenkov:privinpub, r=nikomatsakis | bors | -1/+1 |
| 2015-12-18 | Made dynamic_lib migration path more explicit | ebadf | -1/+1 |
| 2015-12-18 | Rollup merge of #30431 - mmcco:cleanup, r=alexcrichton | Manish Goregaokar | -3/+2 |
| 2015-12-18 | Use memchr in libstd where possible, closes #30076 | Florian Hahn | -4/+8 |
| 2015-12-18 | Add memchr implemenation based on rust-memchr to libstd | Florian Hahn | -0/+402 |
| 2015-12-17 | Add a type prefix to fix build | Michael McConville | -1/+1 |
| 2015-12-17 | Make runtime function return size_t | Michael McConville | -2/+2 |
| 2015-12-18 | Fix the fallout | Vadim Petrochenkov | -1/+1 |
| 2015-12-17 | Auto merge of #30445 - steveklabnik:rollup, r=steveklabnik | bors | -3/+3 |
| 2015-12-17 | Rollup merge of #30442 - tshepang:typo, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-12-17 | Rollup merge of #30441 - tshepang:missing-comma, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-12-17 | doc: fix typo | Tshepang Lekhonkhobe | -1/+1 |
| 2015-12-17 | doc: add a missing comma | Tshepang Lekhonkhobe | -1/+1 |
| 2015-12-17 | Add a debug implementation to process::Output | Ed Clarke | -0/+27 |
| 2015-12-17 | Remove unused imports | Jeffrey Seyfried | -3/+1 |
| 2015-12-17 | Trivial cleanup | Michael McConville | -3/+2 |
| 2015-12-16 | small fix to str doc example | Steve Klabnik | -1/+1 |
| 2015-12-13 | Auto merge of #30351 - tamird:remove-range-inclusive, r=alexcrichton | bors | -1/+1 |
| 2015-12-13 | Auto merge of #30343 - Seeker14491:patch-1, r=bluss | bors | -2/+3 |
| 2015-12-13 | remove deprecated APIs missed in #30182 | Tamir Duberstein | -1/+1 |
| 2015-12-12 | Auto merge of #30312 - seanmonstar:ioerror-description, r=alexcrichton | bors | -1/+23 |
| 2015-12-11 | Fix MIN, MAX links | Brian Bowman | -2/+3 |
| 2015-12-10 | std: improve io error descriptions | Sean McArthur | -1/+23 |
| 2015-12-10 | Auto merge of #30182 - alexcrichton:remove-deprecated, r=aturon | bors | -179/+40 |
| 2015-12-10 | std: Remove deprecated functionality from 1.5 | Alex Crichton | -179/+40 |
| 2015-12-10 | Auto merge of #30267 - alexcrichton:tls-init-oh-my, r=nikomatsakis | bors | -1/+16 |
| 2015-12-09 | Fix extra space in str docs | Steve Klabnik | -1/+1 |
| 2015-12-09 | Auto merge of #30270 - DiamondLovesYou:fix-30231, r=alexcrichton | bors | -2/+2 |
| 2015-12-09 | Auto merge of #29937 - alexcrichton:panic-recover, r=alexcrichton | bors | -20/+262 |
| 2015-12-09 | std: Rename thread::catch_panic to panic::recover | Alex Crichton | -20/+262 |
| 2015-12-09 | doc: these are just renames, so avoid duplication | Tshepang Lekhonkhobe | -7/+2 |
| 2015-12-08 | std: Use mem::replace in TLS initialization | Alex Crichton | -1/+16 |
| 2015-12-08 | Fix a typo in `fd.rs`. Fixes #30231. | Richard Diamond | -2/+2 |
| 2015-12-07 | Auto merge of #30188 - tshepang:lookup_addr-example, r=alexcrichton | bors | -0/+16 |
| 2015-12-06 | doc: add example for std::net::lookup_addr | Tshepang Lekhonkhobe | -0/+16 |
| 2015-12-06 | Auto merge of #30187 - alexcrichton:stabilize-1.6, r=aturon | bors | -121/+146 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -121/+146 |
| 2015-12-05 | Auto merge of #30177 - retep998:handling-threads, r=alexcrichton | bors | -0/+122 |
| 2015-12-05 | Remove allocations in `impl Display for Ipv6Addr` | Simon Sapin | -11/+11 |
| 2015-12-04 | Add JoinHandleExt to get the pthread_t on unix platforms | Peter Atashian | -0/+79 |
| 2015-12-04 | AsRawHandle and IntoRawHandle for JoinHandle | Peter Atashian | -0/+43 |
| 2015-12-04 | Auto merge of #30173 - sgrif:sg-fix-time-bug, r=alexcrichton | bors | -2/+7 |
| 2015-12-04 | Fix the time overflow on mac as well | Sean Griffin | -1/+1 |
| 2015-12-03 | doc: add example for std::fs::DirBuilder | Tshepang Lekhonkhobe | -0/+14 |
| 2015-12-03 | Fix tests for SystemTime addition on mac and ios | Sean Griffin | -2/+2 |
| 2015-12-02 | Fixed make tidy error | Sean Griffin | -1/+2 |
| 2015-12-02 | Ensure two `SystemTime`s are equal when nanos add to exactly 1B | Sean Griffin | -1/+5 |
| 2015-12-02 | Auto merge of #30160 - adambadawy:fix_wait_with_output_typo, r=bluss | bors | -1/+1 |