| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-02-18 | rollup merge of #22491: Gankro/into_iter | Alex Crichton | -4/+5 |
| 2015-02-18 | rollup merge of #22482: alexcrichton/cstr-changes | Alex Crichton | -7/+12 |
| 2015-02-18 | std: Implement CString-related RFCs | Alex Crichton | -7/+12 |
| 2015-02-18 | make FromIterator use IntoIterator | Alexis | -2/+2 |
| 2015-02-18 | make Extend use IntoIterator | Alexis | -2/+3 |
| 2015-02-18 | std: Stabilize the `hash` module | Alex Crichton | -1/+28 |
| 2015-02-17 | rollup merge of #22319: huonw/send-is-not-static | Alex Crichton | -1/+1 |
| 2015-02-17 | rollup merge of #22435: aturon/final-stab-thread | Alex Crichton | -5/+5 |
| 2015-02-17 | Fallout from stabilization | Aaron Turon | -5/+5 |
| 2015-02-17 | std: Stabilize the `ascii` module | Alex Crichton | -1/+6 |
| 2015-02-18 | Update the libraries to reflect Send loosing the 'static bound. | Huon Wilson | -1/+1 |
| 2015-02-13 | Add std::process | Aaron Turon | -0/+21 |
| 2015-02-11 | More test fixes and rebase conflicts | Alex Crichton | -0/+1 |
| 2015-02-11 | rollup merge of #22015: alexcrichton/netv2 | Alex Crichton | -0/+394 |
| 2015-02-11 | std: Add a `net` module for TCP/UDP | Alex Crichton | -0/+394 |
| 2015-02-11 | Test fixes and rebase conflicts | Alex Crichton | -0/+4 |
| 2015-02-11 | PR review fixes | Dave Huseby | -12/+2 |
| 2015-02-11 | bitrig integration | Dave Huseby | -3/+17 |
| 2015-02-11 | rustc: Fix a number of stability lint holes | Alex Crichton | -2/+2 |
| 2015-02-10 | rollup merge of #21920: vojtechkral/main-thread-name | Alex Crichton | -4/+0 |
| 2015-02-10 | Auto merge of #21936 - alexcrichton:fsv2, r=aturon | bors | -0/+10 |
| 2015-02-09 | std: Add a new `fs` module | Alex Crichton | -0/+10 |
| 2015-02-08 | Move native thread name setting from thread_info to Thread, fixes #21911 | Vojtech Kral | -4/+0 |
| 2015-02-06 | Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -56/+56 |
| 2015-02-04 | Fix for misspelled comments. | Joseph Crail | -1/+1 |