| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | 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 |
| 2015-02-06 | Rollup merge of #21969 - Gankro:collections-cleanup, r=alexcrichton | Manish Goregaokar | -124/+124 |
| 2015-02-06 | Rollup merge of #21924 - steveklabnik:fix_try_docs, r=huonw | Manish Goregaokar | -2/+2 |
| 2015-02-06 | Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichton | Manish Goregaokar | -11/+0 |
| 2015-02-06 | Rollup merge of #21951 - Gankro:entry, r=aturon | Manish Goregaokar | -8/+8 |
| 2015-02-06 | Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnik | Manish Goregaokar | -11/+11 |
| 2015-02-06 | Rollup merge of #21964 - semarie:openbsd-env, r=alexcrichton | Manish Goregaokar | -14/+48 |
| 2015-02-05 | Mention the queueueue-ness of mpsc. | Steve Klabnik | -1/+1 |
| 2015-02-05 | Use `for` instead of `while` in ascii.rs tests | Kevin Yap | -19/+7 |
| 2015-02-05 | misc collections code cleanup | Alexis | -124/+124 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -170/+168 |
| 2015-02-05 | complete openbsd support for `std::env` | Sébastien Marie | -7/+37 |
| 2015-02-05 | unbreak tree for openbsd after #21787 | Sébastien Marie | -7/+11 |
| 2015-02-05 | Replace one more slice::from_raw_mut_buf added with new io | Mikhail Zabaluev | -3/+2 |
| 2015-02-05 | Replace usage of slice::from_raw_buf with slice::from_raw_parts | Mikhail Zabaluev | -5/+5 |
| 2015-02-04 | Fix for misspelled comments. | Joseph Crail | -11/+11 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -38/+38 |
| 2015-02-04 | stabilize core Entry API | Alexis | -8/+8 |
| 2015-02-04 | std: Add reexports for core parse errors | Alex Crichton | -1/+1 |
| 2015-02-04 | Auto merge of #21544 - P1start:mangle-unicode, r=alexcrichton | bors | -15/+15 |
| 2015-02-04 | Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichton | bors | -1/+12 |
| 2015-02-03 | Switch missing_copy_implementations to default-allow | Steven Fackler | -11/+0 |
| 2015-02-04 | Fix issue with rt::unwind::try() docs | Steve Klabnik | -2/+2 |
| 2015-02-03 | Test fixes and rebase conflicts | Alex Crichton | -14/+24 |