| Age | Commit message (Expand) | Author | Lines |
| 2015-05-04 | Auto merge of #25067 - koute:master, r=alexcrichton | bors | -0/+1 |
| 2015-05-03 | Auto merge of #25070 - dotdash:inline_hash, r=alexcrichton | bors | -0/+3 |
| 2015-05-03 | Auto merge of #24737 - P1start:dst-cell, r=alexcrichton | bors | -30/+35 |
| 2015-05-03 | Restore HashMap performance by allowing some functions to be inlined | Björn Steinbrink | -0/+3 |
| 2015-05-03 | Add #[inline(always)] to str::from_utf8_unchecked | Jan Bujak | -0/+1 |
| 2015-05-02 | Auto merge of #24792 - alexcrichton:issue-24748, r=alexcrichton | bors | -12/+16 |
| 2015-05-01 | std: Don't use a wrapper for the float error type | Alex Crichton | -12/+16 |
| 2015-05-01 | Auto merge of #25006 - alexcrichton:unstable-indexing, r=aturon | bors | -119/+4 |
| 2015-05-02 | Make `UnsafeCell`, `RefCell`, `Mutex`, and `RwLock` accept DSTs | P1start | -30/+35 |
| 2015-05-01 | Auto merge of #24778 - nagisa:managed-removal, r=huonw | bors | -13/+0 |
| 2015-05-01 | std: Remove index notation on slice iterators | Alex Crichton | -119/+4 |
| 2015-05-01 | Auto merge of #24720 - critiqjo:stepby-sizehint, r=alexcrichton | bors | -15/+41 |
| 2015-05-01 | Rollup merge of #25010 - huonw:inline-int-extremes, r=alexcrichton | Manish Goregaokar | -0/+2 |
| 2015-05-01 | iterator: Add `StepBy::size_hint` method | critiqjo | -15/+41 |
| 2015-05-01 | Remove Managed | Simonas Kazlauskas | -13/+0 |
| 2015-04-30 | Add downcasting to std::error::Error | Aaron Turon | -4/+4 |
| 2015-05-01 | Mark the {min,max}_value functions on integers #[inline]. | Huon Wilson | -0/+2 |
| 2015-04-29 | rollup merge of #24886: GBGamer/master | Alex Crichton | -0/+17 |
| 2015-04-29 | rollup merge of #24846: dotdash/fast_cttz8 | Alex Crichton | -1/+14 |
| 2015-04-29 | rollup merge of #24833: tari/rfc888 | Alex Crichton | -0/+15 |
| 2015-04-29 | rollup merge of #24610: nagisa/offset-docs | Alex Crichton | -6/+12 |
| 2015-04-29 | Update SNAPs to latest snapshot. | Peter Marheine | -4/+4 |
| 2015-04-29 | Currently, LLVM lowers a cttz8 on x86_64 to these instructions: | Björn Steinbrink | -1/+14 |
| 2015-04-29 | Auto merge of #24888 - tamird:snapshot, r=alexcrichton | bors | -132/+8 |
| 2015-04-28 | Add intrinsics for unchecked division and modulo | Nicholas Mazzuca | -0/+17 |
| 2015-04-28 | Register new snapshots | Tamir Duberstein | -132/+8 |
| 2015-04-29 | Auto merge of #24865 - bluss:range-size, r=alexcrichton | bors | -4/+35 |
| 2015-04-28 | Clarify offset rules a bit | Simonas Kazlauskas | -6/+12 |
| 2015-04-27 | Auto merge of #24701 - Stebalien:slice, r=alexcrichton | bors | -25/+79 |
| 2015-04-27 | core: Fix size_hint for signed integer Range<T> iterators | Ulrik Sverdrup | -4/+35 |
| 2015-04-27 | Auto merge of #24869 - steveklabnik:rollup, r=steveklabnik | bors | -3/+1 |
| 2015-04-27 | Rollup merge of #24854 - frewsxcv:patch-19, r=alexcrichton | Steve Klabnik | -3/+1 |
| 2015-04-27 | Auto merge of #24834 - shepmaster:default-atomic-ptr, r=alexcrichton | bors | -0/+6 |
| 2015-04-27 | Auto merge of #24849 - gareins:master, r=steveklabnik | bors | -1/+1 |
| 2015-04-26 | Make From::from example more idiomatic / simpler | Corey Farwell | -3/+1 |
| 2015-04-26 | Indicate function call is code-like in doc-comment | Corey Farwell | -2/+2 |
| 2015-04-26 | IMO better borrow_mut() documentation on RefCell | gareins | -1/+1 |
| 2015-04-25 | Provide a Default implementation for AtomicPtr | Jake Goulding | -0/+6 |
| 2015-04-25 | Add singlethreaded fence intrinsics. | Peter Marheine | -0/+15 |
| 2015-04-24 | Rollup merge of #24772 - steveklabnik:gh24712, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-04-24 | Deduplicate slice iter offset/transmute code. | Steven Allen | -45/+41 |
| 2015-04-24 | Remove reference to 'to' | Steve Klabnik | -1/+1 |
| 2015-04-22 | Address comments. | Steven Allen | -42/+46 |
| 2015-04-22 | Implement O(1) slice::Iter methods. | Steven Allen | -0/+54 |
| 2015-04-22 | Fix a tiny typo in core::raw | Robin Kruppe | -1/+1 |
| 2015-04-22 | Remove doc-comment default::Default imports | Corey Farwell | -9/+0 |
| 2015-04-21 | rollup merge of #24636: alexcrichton/remove-deprecated | Alex Crichton | -2164/+400 |
| 2015-04-21 | rollup merge of #24541: alexcrichton/issue-24538 | Alex Crichton | -43/+50 |
| 2015-04-21 | std: Bring back f32::from_str_radix as an unstable API | Alex Crichton | -239/+175 |
| 2015-04-21 | rollup merge of #24661: SimonSapin/fmt-write-char | Alex Crichton | -0/+17 |