| Age | Commit message (Expand) | Author | Lines |
| 2015-05-03 | Auto merge of #24737 - P1start:dst-cell, r=alexcrichton | bors | -34/+63 |
| 2015-05-02 | Auto merge of #25015 - alexcrichton:rwlock-check-ret, r=aturon | bors | -12/+29 |
| 2015-05-02 | Auto merge of #24792 - alexcrichton:issue-24748, r=alexcrichton | bors | -35/+6 |
| 2015-05-01 | std: Don't use a wrapper for the float error type | Alex Crichton | -35/+6 |
| 2015-05-01 | Auto merge of #25006 - alexcrichton:unstable-indexing, r=aturon | bors | -6/+5 |
| 2015-05-02 | Make `UnsafeCell`, `RefCell`, `Mutex`, and `RwLock` accept DSTs | P1start | -34/+63 |
| 2015-05-01 | std: Remove index notation on slice iterators | Alex Crichton | -6/+5 |
| 2015-05-01 | Rollup merge of #25021 - frewsxcv:an-utf, r=steveklabnik | Manish Goregaokar | -5/+5 |
| 2015-05-01 | Rollup merge of #25020 - brson:current_dir, r=luqmana | Manish Goregaokar | -1/+1 |
| 2015-05-01 | Rollup merge of #25014 - frewsxcv:patch-20, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-05-01 | Rollup merge of #24988 - semarie:unused-pid_t, r=alexcrichton | Manish Goregaokar | -3/+3 |
| 2015-05-01 | Rollup merge of #24983 - vhbit:ios-raw, r=sanxiyn | Manish Goregaokar | -1/+1 |
| 2015-04-30 | Replaces instanced of 'an UTF' with 'a UTF' | Corey Farwell | -5/+5 |
| 2015-04-30 | Add downcasting to std::error::Error | Aaron Turon | -12/+134 |
| 2015-04-30 | doc: current_dir returns a PathBuf, not a Path | Brian Anderson | -1/+1 |
| 2015-04-30 | std: Always check for EDEADLK in rwlocks on unix | Alex Crichton | -2/+24 |
| 2015-04-30 | std: Favor cfg! over #[cfg] in unix rwlocks | Alex Crichton | -10/+5 |
| 2015-04-30 | Remove unnecessary 'mut' qualifier on doc-comment var | Corey Farwell | -1/+1 |
| 2015-04-30 | remove denied unused import: pid_t in raw | Sébastien Marie | -4/+4 |
| 2015-04-30 | Fixed iOS build | Valerii Hiora | -1/+1 |
| 2015-04-30 | Auto merge of #24960 - tynopex:patch-doc, r=alexcrichton | bors | -13/+16 |
| 2015-04-29 | Test fixes and rebase conflicts | Alex Crichton | -1/+0 |
| 2015-04-29 | rollup merge of #24921: tamird/bitflags-associated-const | Alex Crichton | -10/+10 |
| 2015-04-29 | rollup merge of #24873: alexcrichton/fix-windows-stdio | Alex Crichton | -177/+138 |
| 2015-04-29 | rollup merge of #24961: nham/net_docs_cleanup | Alex Crichton | -39/+39 |
| 2015-04-29 | rollup merge of #24926: frewsxcv/patch-20 | Alex Crichton | -1/+1 |
| 2015-04-29 | rollup merge of #24908: inrustwetrust/once_memory_ordering | Alex Crichton | -1/+5 |
| 2015-04-29 | rollup merge of #24904: steveklabnik/remove_std_net_warning | Alex Crichton | -4/+1 |
| 2015-04-29 | rollup merge of #24711: alexcrichton/fs2.1 | Alex Crichton | -746/+2437 |
| 2015-04-29 | Update process.rs | tynopex | -8/+8 |
| 2015-04-29 | Improve libstd/net/addr.rs documentation. | Nick Hamann | -9/+9 |
| 2015-04-29 | Add some missing punctuation in the libstd/net/tcp.rs docs. | Nick Hamann | -1/+1 |
| 2015-04-29 | Add some missing punctuation in the libstd/net/ip.rs docs. | Nick Hamann | -19/+19 |
| 2015-04-29 | std: Fixup docs for std::process | tynopex | -13/+16 |
| 2015-04-29 | Improve libstd/net/udp.rs documentation. | Nick Hamann | -10/+10 |
| 2015-04-29 | Fallout | Tamir Duberstein | -8/+9 |
| 2015-04-29 | `bitflags!` is no longer used in `std` | Tamir Duberstein | -2/+1 |
| 2015-04-29 | std: Fix inheriting standard handles on windows | Alex Crichton | -177/+138 |
| 2015-04-28 | Fix punctuation placement in doc-comment | Corey Farwell | -1/+1 |
| 2015-04-28 | std: Implement fs::DirBuilder | Alex Crichton | -17/+103 |
| 2015-04-28 | Register new snapshots | Tamir Duberstein | -70/+2 |
| 2015-04-28 | Auto merge of #24777 - alexcrichton:musl, r=brson | bors | -5/+17 |
| 2015-04-28 | Clarify Once::call_once memory ordering guarantees in docs | inrustwetrust | -1/+5 |
| 2015-04-28 | remove stability note from std::net | Steve Klabnik | -4/+1 |
| 2015-04-27 | std: Expand the area of std::fs | Alex Crichton | -729/+2334 |
| 2015-04-27 | std: Don't assume thread::current() works on panic | Alex Crichton | -11/+12 |
| 2015-04-27 | std: Clean up some annotations in thread::local | Alex Crichton | -20/+4 |
| 2015-04-27 | std: Don't assume dlopen() works on yourself | Alex Crichton | -1/+4 |
| 2015-04-27 | std: Prepare for linking to musl | Alex Crichton | -4/+13 |
| 2015-04-27 | Rollup merge of #24855 - richo:thread-doc, r=alexcrichton | Steve Klabnik | -2/+1 |