| Age | Commit message (Expand) | Author | Lines |
| 2015-05-05 | std: update select internals to not use mutable transmuting | Sean McArthur | -11/+19 |
| 2015-05-06 | fix typos caught by codespell | Tshepang Lekhonkhobe | -1/+1 |
| 2015-05-05 | Fix MIPS build errors in libstd/os/linux/raw.rs | Kevin Mehall | -2/+2 |
| 2015-05-05 | std: Generalize generics a bit in std::env | Alex Crichton | -7/+5 |
| 2015-05-05 | Auto merge of #25009 - alexcrichton:less-buffered-stream, r=aturon | bors | -10/+18 |
| 2015-05-05 | Auto merge of #25101 - alexcrichton:fix-flaky-windows-test, r=nikomatsakis | bors | -2/+4 |
| 2015-05-05 | Rollup merge of #25105 - tshepang:doc-addr, r=steveklabnik | Manish Goregaokar | -1/+2 |
| 2015-05-05 | Rollup merge of #25100 - jbcrail:fix-spelling-errors, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2015-05-05 | Rollup merge of #25079 - alexcrichton:fix-nsec, r=aturon | Manish Goregaokar | -3/+3 |
| 2015-05-05 | Rollup merge of #25074 - killercup:patch-10, r=alexcrichton | Manish Goregaokar | -19/+22 |
| 2015-05-04 | Auto merge of #24652 - achanda:ip-long, r=alexcrichton | bors | -1/+27 |
| 2015-05-04 | doc: fix markup | Tshepang Lekhonkhobe | -1/+2 |
| 2015-05-04 | std: Join threads in select! doctest | Alex Crichton | -2/+4 |
| 2015-05-04 | std: Fix {atime,mtime,ctime}_nsec accessors | Alex Crichton | -3/+3 |
| 2015-05-04 | Fix spelling errors in documentation. | Joseph Crail | -2/+2 |
| 2015-05-04 | Auto merge of #25078 - nham:std_net_impl_debug, r=alexcrichton | bors | -1/+105 |
| 2015-05-04 | Auto merge of #25044 - tshepang:doc-addr, r=alexcrichton | bors | -10/+18 |
| 2015-05-03 | Add functions to convert IPv4 to long and back | Abhishek Chanda | -1/+27 |
| 2015-05-03 | Add tests for 3 Debug implementations | Nick Hamann | -0/+37 |
| 2015-05-03 | Change 'inner' field name to 'fd'/'socket' on Unix/Windows in Debug impls | Nick Hamann | -3/+6 |
| 2015-05-03 | Unwrap address values in Debug implementations for TcpStream/TcpListener/UdpS... | Nick Hamann | -13/+28 |
| 2015-05-03 | Auto merge of #25070 - dotdash:inline_hash, r=alexcrichton | bors | -0/+1 |
| 2015-05-03 | Fix Derive Notice for HashSet | Pascal Hertleif | -2/+2 |
| 2015-05-03 | Fix Derive Notice for HashMap | Pascal Hertleif | -2/+3 |
| 2015-05-03 | Implement Debug for std::net::{UdpSocket,TcpStream,TcpListener,Shutdown} | Nick Hamann | -1/+50 |
| 2015-05-03 | Auto merge of #24737 - P1start:dst-cell, r=alexcrichton | bors | -34/+63 |
| 2015-05-03 | Clean up HashSet Examples | Pascal Hertleif | -5/+5 |
| 2015-05-03 | HashSet Docs: Split First Paragraph | Pascal Hertleif | -4/+6 |
| 2015-05-03 | Clean up HashMap examples | Pascal Hertleif | -8/+8 |
| 2015-05-03 | Restore HashMap performance by allowing some functions to be inlined | Björn Steinbrink | -0/+1 |
| 2015-05-03 | doc: improve IpAddr is_global and is_unicast_global | Tshepang Lekhonkhobe | -10/+18 |
| 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 | std: Destabilize io::BufStream | Alex Crichton | -10/+18 |
| 2015-04-30 | remove denied unused import: pid_t in raw | Sébastien Marie | -4/+4 |