| Age | Commit message (Expand) | Author | Lines |
| 2016-03-01 | Changed `std::pattern::Pattern` impl on `&'a &'a str` to `&'a &'b str` | Marvin Löbel | -1/+1 |
| 2016-02-29 | std: Stabilize APIs for the 1.8 release | Alex Crichton | -67/+44 |
| 2016-02-27 | Auto merge of #31942 - bluss:iter-desugar, r=steveklabnik | bors | -1/+1 |
| 2016-02-27 | Make for loop desugaring for iterators more precise | Ulrik Sverdrup | -1/+1 |
| 2016-02-26 | Use .copy_from_slice() where applicable | Ulrik Sverdrup | -2/+2 |
| 2016-02-26 | Auto merge of #31834 - ubsan:copy_from_slice, r=alexcrichton | bors | -1/+13 |
| 2016-02-25 | Add unstable copy_from_slice | Nicholas Mazzuca | -1/+13 |
| 2016-02-24 | Auto merge of #31778 - aturon:snapshot, r=alexcrichton | bors | -6/+3 |
| 2016-02-23 | Register new snapshots | Aaron Turon | -6/+3 |
| 2016-02-22 | Auto merge of #30969 - Amanieu:extended_atomic_cmpxchg, r=alexcrichton | bors | -9/+453 |
| 2016-02-22 | Correct Iterator trait documentation | Michael Huynh | -7/+7 |
| 2016-02-21 | Auto merge of #31761 - Amanieu:volatile, r=alexcrichton | bors | -0/+48 |
| 2016-02-19 | Auto merge of #31736 - bluss:write-char, r=alexcrichton | bors | -0/+4 |
| 2016-02-18 | Add compare_exchange and compare_exchange_weak to atomic types | Amanieu d'Antras | -9/+426 |
| 2016-02-18 | Implement read_volatile and write_volatile | Amanieu d'Antras | -0/+48 |
| 2016-02-18 | Add intrinsics for compare_exchange and compare_exchange_weak | Amanieu d'Antras | -0/+27 |
| 2016-02-17 | fmt: Make sure write_fmt's implementation can use write_char | Ulrik Sverdrup | -0/+4 |
| 2016-02-16 | Improve 'std::mem::transmute_copy' doc example. | Corey Farwell | -2/+18 |
| 2016-02-15 | Auto merge of #31663 - nodakai:cleanup-uint_module, r=alexcrichton | bors | -7/+7 |
| 2016-02-15 | libcore/num: Remove unused macro argument. | NODA, Kai | -7/+7 |
| 2016-02-14 | Rollup merge of #31655 - ollie27:patch-4, r=steveklabnik | Steve Klabnik | -5/+5 |
| 2016-02-14 | Rollup merge of #31607 - steveklabnik:gh31599, r=brson | Steve Klabnik | -2/+1 |
| 2016-02-14 | Fix a couple of issues in from_utf8 docs | Oliver Middleton | -3/+3 |
| 2016-02-14 | Fix doc error for Utf8Error | Oliver Middleton | -1/+1 |
| 2016-02-14 | Fix signed int checked_neg docs | Oliver Middleton | -1/+1 |
| 2016-02-14 | Remove incorrect documentation | Steve Klabnik | -2/+1 |
| 2016-02-14 | Rollup merge of #31535 - Ketsuban:more-detail-in-wrapping-shift-documentation... | Manish Goregaokar | -0/+14 |
| 2016-02-11 | bootstrap: Add a bunch of Cargo.toml files | Alex Crichton | -0/+9 |
| 2016-02-11 | Auto merge of #31479 - kamalmarhubi:fmt-pointer-unsized, r=alexcrichton | bors | -5/+5 |
| 2016-02-10 | Note rotate_{left,right} in wrapping_sh{lr} docs | Thomas Winwood | -0/+14 |
| 2016-02-09 | Rollup merge of #31520 - steveklabnik:doc_num, r=alexcrichton | Steve Klabnik | -1/+19 |
| 2016-02-09 | Rollup merge of #31516 - steveklabnik:doc_tuples, r=brson | Steve Klabnik | -18/+1 |
| 2016-02-09 | Rollup merge of #31514 - cgar:spelling, r=alexcrichton | Steve Klabnik | -2/+2 |
| 2016-02-09 | Properly document tuples | Steve Klabnik | -18/+1 |
| 2016-02-09 | Some docs for std::num | Steve Klabnik | -1/+19 |
| 2016-02-09 | Minor spelling fixes | Carlos E. Garcia | -2/+2 |
| 2016-02-09 | Auto merge of #31510 - dikaiosune:master, r=bluss | bors | -4/+4 |
| 2016-02-09 | Clarifying behavior of #[derive(Ord, PartialOrd)] in doc comments. | Adam Perry | -4/+4 |
| 2016-02-08 | Implement fmt::Pointer for pointers to unsized types | Kamal Marhubi | -5/+5 |
| 2016-02-08 | Remove old #[allow(trivial_casts)] annotations | Alex Crichton | -8/+0 |
| 2016-02-07 | Auto merge of #31450 - bluss:no-null-markers, r=Gankro | bors | -2/+10 |
| 2016-02-06 | Document that Unique<T> and Shared<T> are non-null | Ulrik Sverdrup | -2/+10 |
| 2016-02-06 | Auto merge of #31410 - rkruppe:issue31109, r=pnkfelix | bors | -10/+30 |
| 2016-02-04 | drive-by doc fixes | Robin Kruppe | -1/+1 |
| 2016-02-04 | Prevent the immediate panic uncovered by #31109 and add a test. | Robin Kruppe | -8/+28 |
| 2016-02-04 | Use the right target ratio in Algorithm M quickstart. | Robin Kruppe | -1/+1 |
| 2016-02-03 | Rollup merge of #31351 - steveklabnik:gh31318, r=alexcrichton | Manish Goregaokar | -0/+24 |
| 2016-02-03 | Rollup merge of #31220 - steveklabnik:gh30632, r=nikomatsakis | Manish Goregaokar | -0/+43 |
| 2016-02-02 | Rollup merge of #31346 - alopatindev:fixes, r=aturon | Steve Klabnik | -1/+1 |
| 2016-02-02 | Rollup merge of #31345 - kamalmarhubi:book-docs-special-section-errors, r=ste... | Steve Klabnik | -1/+1 |