| Age | Commit message (Expand) | Author | Lines |
| 2015-02-06 | Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-02-05 | Mention the queueueue-ness of mpsc. | Steve Klabnik | -1/+1 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -1/+1 |
| 2015-02-04 | Fix for misspelled comments. | Joseph Crail | -1/+1 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -3/+3 |
| 2015-02-04 | Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichton | bors | -0/+2 |
| 2015-02-03 | Switch missing_copy_implementations to default-allow | Steven Fackler | -2/+0 |
| 2015-02-04 | Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`. | Huon Wilson | -0/+2 |
| 2015-02-02 | `for x in xs.into_iter()` -> `for x in xs` | Jorge Aparicio | -1/+1 |
| 2015-01-30 | rollup merge of #21631: tbu-/isize_police | Alex Crichton | -50/+50 |
| 2015-01-30 | std: Stabilize the std::fmt module | Alex Crichton | -3/+3 |
| 2015-01-30 | Remove all `i` suffixes | Tobias Bucher | -50/+50 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -3/+3 |
| 2015-01-29 | convert remaining `range(a, b)` to `a..b` | Jorge Aparicio | -10/+10 |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -64/+64 |
| 2015-01-29 | `range(a, b).foo()` -> `(a..b).foo()` | Jorge Aparicio | -1/+1 |
| 2015-01-27 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -2/+2 |
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -2/+2 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -4/+36 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -220/+61 |
| 2015-01-23 | grandfathered -> rust1 | Brian Anderson | -76/+76 |
| 2015-01-23 | Deprecated attributes don't take 'feature' names and are paired with stable/u... | Brian Anderson | -1/+2 |
| 2015-01-23 | std: Relax Result::unwrap() to Debug | Alex Crichton | -4/+36 |
| 2015-01-23 | Set unstable feature names appropriately | Brian Anderson | -31/+31 |
| 2015-01-22 | Rollup merge of #21477 - steveklabnik:gh21440, r=alexcrichton | Steve Klabnik | -1/+9 |
| 2015-01-21 | Remove 'since' from unstable attributes | Brian Anderson | -31/+31 |
| 2015-01-21 | Add 'feature' and 'since' to stability attributes | Brian Anderson | -119/+143 |
| 2015-01-21 | Improve RwLock::new's docs | Steve Klabnik | -1/+9 |
| 2015-01-21 | Test fixes and rebase conflicts | Alex Crichton | -2/+0 |
| 2015-01-21 | rollup merge of #21457: alexcrichton/issue-21436 | Alex Crichton | -10/+18 |
| 2015-01-21 | rollup merge of #21444: petrochenkov/null | Alex Crichton | -18/+21 |
| 2015-01-21 | rollup merge of #21438: taralx/kill-racycell | Alex Crichton | -33/+15 |
| 2015-01-21 | rollup merge of #21437: FlaPer87/snapshot | Alex Crichton | -158/+0 |
| 2015-01-20 | std: Rename Show/String to Debug/Display | Alex Crichton | -10/+18 |
| 2015-01-21 | Auto merge of #21395 - sfackler:fix-cvar-test, r=alexcrichton | bors | -4/+5 |
| 2015-01-20 | Register snapshot for 9006c3c | Flavio Percoco | -158/+0 |
| 2015-01-20 | Kill RacyCell in favor of marking SyncSender explicitly Send. | JP Sugarbroad | -34/+17 |
| 2015-01-19 | Fix flaky condvar test | Steven Fackler | -4/+5 |
| 2015-01-19 | Replace `0 as *const/mut T` with `ptr::null/null_mut()` | we | -19/+23 |
| 2015-01-17 | Implement the error trait for errors in std::sync. | Michael Sproul | -6/+23 |
| 2015-01-17 | Evaluate # fn in docs | Steve Klabnik | -6/+10 |
| 2015-01-17 | auto merge of #21132 : sfackler/rust/wait_timeout, r=alexcrichton | bors | -11/+129 |
| 2015-01-16 | Rewrite Condvar::wait_timeout and make it public | Steven Fackler | -11/+129 |
| 2015-01-16 | auto merge of #20972 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakis | bors | -0/+162 |
| 2015-01-16 | Don't use NoSend/NoSync in libstd | Flavio Percoco | -0/+162 |
| 2015-01-15 | Fix sync::condvar::Condvar::notify_one docs | Fenhl | -1/+1 |
| 2015-01-11 | Rename AtomicInt and AtomicUint | Steven Fackler | -34/+34 |
| 2015-01-08 | Improvements to feature staging | Brian Anderson | -3/+3 |
| 2015-01-07 | fix the `&mut _` patterns | Jorge Aparicio | -3/+3 |
| 2015-01-06 | More test fixes | Alex Crichton | -1/+1 |