| Age | Commit message (Expand) | Author | Lines |
| 2015-02-11 | std: Add a `net` module for TCP/UDP | Alex Crichton | -6/+3214 |
| 2015-02-11 | Test fixes and rebase conflicts | Alex Crichton | -3/+7 |
| 2015-02-11 | fixing PR review comments | Dave Huseby | -9/+4 |
| 2015-02-11 | PR review fixes | Dave Huseby | -12/+2 |
| 2015-02-11 | fixing more trailing whitespace | Dave Huseby | -1/+1 |
| 2015-02-11 | fixing trailing whitespace errors | Dave Huseby | -10/+10 |
| 2015-02-11 | bitrig integration | Dave Huseby | -18/+236 |
| 2015-02-11 | rollup merge of #22178: pnkfelix/featuregate-unsafe-no-drop-flag | Alex Crichton | -1/+3 |
| 2015-02-11 | rollup merge of #22188: alexcrichton/envv2 | Alex Crichton | -51/+136 |
| 2015-02-11 | rollup merge of #22186: GuillaumeGomez/fix-fs | Alex Crichton | -1/+3 |
| 2015-02-11 | rollup merge of #22177: semarie/openbsd-notls | Alex Crichton | -4/+22 |
| 2015-02-11 | rollup merge of #22162: ogham/patch-1 | Alex Crichton | -1/+2 |
| 2015-02-11 | rollup merge of #22127: alexcrichton/stability-holes | Alex Crichton | -46/+60 |
| 2015-02-11 | std: Tweak the std::env OsString/String interface | Alex Crichton | -51/+136 |
| 2015-02-11 | rustc: Fix a number of stability lint holes | Alex Crichton | -46/+60 |
| 2015-02-11 | Add read and write rights to group and other when creating file | GuillaumeGomez | -1/+3 |
| 2015-02-11 | Feature-gate the `#[unsafe_no_drop_flag]` attribute. | Felix S. Klock II | -1/+3 |
| 2015-02-11 | openbsd don't support TLS | Sébastien Marie | -4/+22 |
| 2015-02-11 | shift bindings to accommodate new lifetime/dtor rules. | Felix S. Klock II | -2/+4 |
| 2015-02-11 | Auto merge of #22076 - carols10cents:exp2-calling-exp, r=huonw | bors | -2/+56 |
| 2015-02-11 | Documentation fix for PathBuf#pop | Ben S | -1/+2 |
| 2015-02-10 | rollup merge of #22125: alexcrichton/into-iter-stability | Alex Crichton | -5/+5 |
| 2015-02-10 | rollup merge of #22094: alkor/cleanup-show-string | Alex Crichton | -2/+2 |
| 2015-02-10 | rollup merge of #22052: octplane/patch-1 | Alex Crichton | -1/+1 |
| 2015-02-10 | rollup merge of #21920: vojtechkral/main-thread-name | Alex Crichton | -4/+5 |
| 2015-02-10 | rollup merge of #21862: iKevinY/libstd-ascii-tests | Alex Crichton | -19/+7 |
| 2015-02-10 | Move native thread name setting from thread_info to Thread, fixes #21911 | Vojtech Kral | -0/+1 |
| 2015-02-10 | Fix aarch64 test issues (same level to arm32) | Eunji Jeong | -1/+9 |
| 2015-02-10 | Auto merge of #21937 - alexcrichton:issue-21929, r=aturon | bors | -1/+1 |
| 2015-02-10 | Auto merge of #21936 - alexcrichton:fsv2, r=aturon | bors | -13/+2564 |
| 2015-02-09 | std: Add a new `fs` module | Alex Crichton | -13/+2564 |
| 2015-02-09 | std: Rename IntoIterator::Iter to IntoIter | Alex Crichton | -5/+5 |
| 2015-02-09 | Update deprecation notice. | Pierre Baillet | -1/+1 |
| 2015-02-08 | Rename Show to Debug, String to Display | Alexander Korolkov | -3/+3 |
| 2015-02-08 | Move native thread name setting from thread_info to Thread, fixes #21911 | Vojtech Kral | -4/+4 |
| 2015-02-08 | Auto merge of #22046 - mneumann:dragonfly-libstd-fixes, r=huonw | bors | -1/+3 |
| 2015-02-08 | Correct fns exp2 that were calling exp | Carol Nichols | -2/+56 |
| 2015-02-08 | Auto merge of #21565 - kmcallister:poison, r=alexcrichton | bors | -12/+40 |
| 2015-02-07 | Make std::fmt a simple re-export from collections | Keegan McAllister | -415/+1 |
| 2015-02-07 | Feature-gate #![no_std] | Keegan McAllister | -0/+1 |
| 2015-02-07 | Don't use std:: paths in syntax extensions when compiling a #![no_std] crate | Keegan McAllister | -29/+10 |
| 2015-02-07 | Fix struct passwd and _SC_GETPW_R_SIZE_MAX for DragonFly | Michael Neumann | -1/+3 |
| 2015-02-06 | sync: Expose PoisonError::new | Keegan McAllister | -12/+14 |
| 2015-02-06 | sync: Add is_poisoned to Mutex and RwLock | Keegan McAllister | -0/+26 |
| 2015-02-06 | make `IndexMut` a super trait over `Index` | Jorge Aparicio | -2/+0 |
| 2015-02-07 | fix outdated docs | Alexis | -28/+28 |
| 2015-02-07 | fix outdated docs | Alexis | -9/+9 |
| 2015-02-06 | More libcollections fixes | Manish Goregaokar | -3/+3 |
| 2015-02-06 | Rollup merge of #21991 - steveklabnik:gh21915, r=huonw | Manish Goregaokar | -1/+1 |
| 2015-02-06 | Rollup merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichton | Manish Goregaokar | -8/+7 |