| Age | Commit message (Expand) | Author | Lines |
| 2015-03-31 | Auto merge of #23549 - aturon:stab-num, r=alexcrichton | bors | -0/+2 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -0/+2 |
| 2015-03-30 | std: Standardize (input, output) param orderings | Alex Crichton | -1/+1 |
| 2015-03-27 | rollup merge of #23741: alexcrichton/remove-int-uint | Alex Crichton | -98/+98 |
| 2015-03-27 | rollup merge of #23738: alexcrichton/snapshots | Alex Crichton | -79/+0 |
| 2015-03-26 | Add `std::net::lookup_addr` for reverse DNS lookup | Murarth | -1/+38 |
| 2015-03-26 | std: Stabilize parts of std::os::platform::io | Alex Crichton | -0/+18 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -98/+98 |
| 2015-03-26 | Register new snapshots | Alex Crichton | -79/+0 |
| 2015-03-25 | std: Add net::IpAddr, destabilize lookup_host | Alex Crichton | -12/+12 |
| 2015-03-24 | rollup merge of #23638: pnkfelix/fsk-reject-specialized-drops | Alex Crichton | -1/+1 |
| 2015-03-24 | rollup merge of #23592: alexcrichton/tweak-at-exit | Alex Crichton | -1/+1 |
| 2015-03-24 | Added `T:Send` bound to `sync::mpsc::Receiver` and `sync::mpsc::Sender`. | Felix S. Klock II | -1/+1 |
| 2015-03-23 | rollup merge of #23601: nikomatsakis/by-value-index | Alex Crichton | -0/+79 |
| 2015-03-23 | Adjust Index/IndexMut impls. For generic collections, we take | Niko Matsakis | -0/+79 |
| 2015-03-23 | Implement RFC 909: move thread_local into thread | Aaron Turon | -2/+2 |
| 2015-03-21 | std: Tweak rt::at_exit behavior | Alex Crichton | -1/+1 |
| 2015-03-20 | Auto merge of #23267 - alexcrichton:issue-20012, r=aturon | bors | -10/+13 |
| 2015-03-20 | Revert "Revert "std: Re-enable at_exit()"" | Alex Crichton | -10/+13 |
| 2015-03-19 | Fix spelling errors in comments. | Joseph Crail | -4/+4 |
| 2015-03-18 | Register new snapshots | Alex Crichton | -12/+0 |
| 2015-03-17 | Auto merge of #23330 - alexcrichton:thread-sleep, r=aturon | bors | -10/+5 |
| 2015-03-17 | Auto merge of #23104 - japaric:inherent, r=nikomatsakis | bors | -0/+12 |
| 2015-03-16 | impl<T> [T] | Jorge Aparicio | -0/+12 |
| 2015-03-17 | Auto merge of #23352 - alexcrichton:stabilize-net, r=aturon | bors | -16/+16 |
| 2015-03-15 | std: Clean up the sys::thread modules | Alex Crichton | -10/+5 |
| 2015-03-14 | Auto merge of #23333 - oli-obk:slice_from_raw_parts, r=alexcrichton | bors | -9/+9 |
| 2015-03-13 | std: Stabilize the `net` module | Alex Crichton | -16/+16 |
| 2015-03-13 | Fallout of std::old_io deprecation | Alex Crichton | -20/+26 |
| 2015-03-13 | slice::from_raw_parts is preferred over transmuting a fresh raw::Slice | Oliver Schneider | -9/+9 |
| 2015-03-13 | Auto merge of #23229 - aturon:stab-path, r=alexcrichton | bors | -0/+4 |
| 2015-03-12 | Stabilize std::path | Aaron Turon | -0/+4 |
| 2015-03-12 | std: Remove #[allow] directives in sys modules | Alex Crichton | -46/+27 |
| 2015-03-11 | Example -> Examples | Steve Klabnik | -3/+3 |
| 2015-03-09 | Rename #[should_fail] to #[should_panic] | Steven Fackler | -5/+5 |
| 2015-03-06 | rollup merge of #22813: alexcrichton/deprecate-net | Alex Crichton | -0/+2 |
| 2015-03-06 | std: Deprecate the std::old_io::net primitives | Alex Crichton | -0/+2 |
| 2015-03-06 | Rollup merge of #22899 - huonw:macro-stability, r=alexcrichton | Manish Goregaokar | -5/+1 |
| 2015-03-06 | Use `#[allow_internal_unstable]` for `thread_local!` | Huon Wilson | -5/+1 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -2/+2 |
| 2015-03-03 | Rollup merge of #22876 - Florob:const, r=nikomatsakis | Manish Goregaokar | -1/+1 |
| 2015-03-02 | Enable recursion for visit_ty in lint visitor | Ivan Petkov | -4/+3 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -1/+1 |
| 2015-02-25 | Rollup merge of #22739 - tbu-:pr_error_net, r=alexcrichton | Manish Goregaokar | -13/+8 |
| 2015-02-24 | Use arrays instead of vectors in tests | Vadim Petrochenkov | -3/+3 |
| 2015-02-23 | Hide unnecessary error checking from the user | Tobias Bucher | -13/+8 |
| 2015-02-23 | Use boxed functions instead of transmute | Stepan Koltsov | -4/+4 |
| 2015-02-22 | Rollup merge of #22584 - alexcrichton:snapshots, r=Gankro | Manish Goregaokar | -27/+0 |
| 2015-02-21 | Auto merge of #21959 - dhuseby:bitrig-support, r=brson | bors | -4/+8 |
| 2015-02-20 | Register new snapshots | Alex Crichton | -27/+0 |