| Age | Commit message (Expand) | Author | Lines |
| 2016-03-04 | Rollup merge of #32036 - Seeker14491:patch-1, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-03-04 | Rollup merge of #32035 - ubsan:master, r=bluss | Steve Klabnik | -2/+0 |
| 2016-03-04 | make skip a double ended iterator | Oliver Schneider | -0/+11 |
| 2016-03-04 | Clarify ambiguous wording in fold() docs | Brian Bowman | -1/+1 |
| 2016-03-03 | `usize` is now a proper ctype, so fix cmp_slice | ubsan | -2/+0 |
| 2016-03-02 | Rollup merge of #31999 - bluss:fundamental-raw-ptr, r=eddyb | Manish Goregaokar | -5/+5 |
| 2016-03-02 | Rollup merge of #31989 - Kimundi:more_flexible_str_pattern_indirection, r=bluss | Manish Goregaokar | -1/+1 |
| 2016-03-02 | Rollup merge of #31982 - apasel422:sync, r=alexcrichton | Manish Goregaokar | -0/+6 |
| 2016-03-01 | Explicitly opt out of `Sync` for `cell` and `mpsc` types | Andrew Paseltiner | -0/+6 |
| 2016-03-01 | Use raw pointer casts for slice, str's .as_ptr() | Ulrik Sverdrup | -5/+5 |
| 2016-03-01 | Rollup merge of #31965 - miqid:doc, r=steveklabnik | Steve Klabnik | -12/+12 |
| 2016-03-01 | Changed `std::pattern::Pattern` impl on `&'a &'a str` to `&'a &'b str` | Marvin Löbel | -1/+1 |
| 2016-03-01 | Fix broken links for core primitives | Michael Huynh | -12/+12 |
| 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-27 | update snapshot comments | Alex Burka | -4/+4 |
| 2016-02-27 | fix underflow in DoubleEndedIterator::next_back | Alex Burka | -5/+9 |
| 2016-02-27 | add indexing with RangeInclusive in libcore and libcollections | Alex Burka | -4/+107 |
| 2016-02-27 | add StepBy for RangeInclusive | Alex Burka | -4/+108 |
| 2016-02-27 | note work still to be done | Alex Burka | -6/+12 |
| 2016-02-27 | remove range lang items | Alex Burka | -4/+4 |
| 2016-02-27 | core: add inclusive ranges to core::ops | Alex Burka | -90/+167 |
| 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 |