| Age | Commit message (Expand) | Author | Lines |
| 2015-05-19 | Fix for https://github.com/rust-lang/rust/pull/25583 | Steve Klabnik | -1/+1 |
| 2015-05-19 | Rollup merge of #25583 - steveklabnik:gh25517, r=alexcrichton | Steve Klabnik | -8/+4 |
| 2015-05-19 | Rollup merge of #25591 - rick68:patch-2, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-05-19 | Auto merge of #25548 - sfackler:debug-builders-by-ref, r=alexcrichton | bors | -25/+50 |
| 2015-05-19 | Update iter.rs | Wei-Ming Yang | -1/+1 |
| 2015-05-18 | Fix debug builder examples examples | Steven Fackler | -2/+2 |
| 2015-05-19 | Auto merge of #25496 - alexcrichton:stabilize-cloned, r=aturon | bors | -1/+1 |
| 2015-05-19 | Auto merge of #25441 - alexcrichton:debug-panic-neg, r=aturon | bors | -3/+12 |
| 2015-05-18 | std: Make abs() panic on overflow in debug mode | Alex Crichton | -3/+12 |
| 2015-05-18 | Add example for from_str_radix | Steve Klabnik | -8/+4 |
| 2015-05-17 | Fix finish docs | Steven Fackler | -10/+5 |
| 2015-05-17 | Make debug builders take &mut self, add entries method | Steven Fackler | -15/+45 |
| 2015-05-16 | Auto merge of #25434 - dotdash:gep, r=alexcrichton | bors | -45/+75 |
| 2015-05-16 | std: Fix missing stability on iter::Cloned | Alex Crichton | -1/+1 |
| 2015-05-15 | libs: Move favicon URLs to HTTPS | Alex Crichton | -1/+1 |
| 2015-05-15 | Allow for better optimizations of iterators for zero-sized types | Björn Steinbrink | -45/+75 |
| 2015-05-15 | Fix major compile time regression | Björn Steinbrink | -16/+16 |
| 2015-05-13 | Writer -> Write in macro docs | Steve Klabnik | -1/+1 |
| 2015-05-13 | Remove SNAP comments | Nick Cameron | -18/+18 |
| 2015-05-13 | Rebasing | Nick Cameron | -1/+9 |
| 2015-05-13 | eddyb's changes for DST coercions | Nick Cameron | -0/+88 |
| 2015-05-12 | Rollup merge of #24996 - steveklabnik:gh24163, r=aturon | Manish Goregaokar | -0/+5 |
| 2015-05-12 | TRPL: Borrow and AsRef | Steve Klabnik | -0/+5 |
| 2015-05-12 | Auto merge of #25300 - kballard:core-slice-overflow, r=Gankro | bors | -64/+45 |
| 2015-05-11 | Avoid returning a slice with a null pointer from Iter.as_slice() | Kevin Ballard | -19/+19 |
| 2015-05-11 | Reintroduce non-null assumptions in core::slice iterators | Kevin Ballard | -8/+16 |
| 2015-05-11 | Rollup merge of #25290 - bluss:docfixes, r=steveklabnik | Manish Goregaokar | -2/+5 |
| 2015-05-11 | Auto merge of #25271 - tshepang:doc-deunwrap, r=steveklabnik | bors | -34/+34 |
| 2015-05-11 | Handle overflow properly in core::slice | Kevin Ballard | -39/+12 |
| 2015-05-11 | docs: Update FromStr documentation | Ulrik Sverdrup | -2/+5 |
| 2015-05-10 | doc: unwrap is discouraged, so use Some | Tshepang Lekhonkhobe | -34/+34 |
| 2015-05-10 | Rollup merge of #25158 - koute:master, r=alexcrichton | Steve Klabnik | -0/+1 |
| 2015-05-10 | Add #[inline] to AsRef<str>::as_ref for String and str. | Jan Bujak | -0/+1 |
| 2015-05-09 | Convert #[lang="..."] to #[lang = "..."] | Nick Hamann | -38/+38 |
| 2015-05-09 | Auto merge of #24612 - lifthrasiir:flt2dec, r=pnkfelix | bors | -332/+2356 |
| 2015-05-09 | Rollup merge of #25216 - barosl:no-more-task, r=Manishearth | Manish Goregaokar | -8/+9 |
| 2015-05-09 | Auto merge of #25159 - inrustwetrust:wrapping_inline, r=alexcrichton | bors | -0/+1 |
| 2015-05-09 | Auto merge of #25162 - seanmonstar:asref-bytes, r=alexcrichton | bors | -0/+9 |
| 2015-05-08 | core: impl AsRef<[u8]> for str | Sean McArthur | -0/+9 |
| 2015-05-08 | Auto merge of #25218 - Manishearth:rollup, r=Manishearth | bors | -16/+16 |
| 2015-05-09 | Rollup merge of #25210 - rick68:patch-1, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-05-08 | Auto merge of #25187 - alexcrichton:mem-forget-safe, r=brson | bors | -10/+45 |
| 2015-05-09 | Please the `make tidy` | Barosl Lee | -1/+2 |
| 2015-05-09 | Squeeze the last bits of `task`s in documentation in favor of `thread` | Barosl Lee | -8/+8 |
| 2015-05-08 | fixed a mistake | Wei-Ming Yang | -1/+1 |
| 2015-05-07 | std: Mark `mem::forget` as a safe function | Alex Crichton | -10/+45 |
| 2015-05-08 | doc: the prevailing convention is to use assert_eq! when 2 values are compared | Tshepang Lekhonkhobe | -15/+15 |
| 2015-05-07 | Auto merge of #25013 - pnkfelix:span_to_lines-oflo, r=huonw | bors | -6/+24 |
| 2015-05-07 | Rollup merge of #25144 - killercup:docs/iter-fold-reduce, r=steveklabnik | Steve Klabnik | -0/+2 |
| 2015-05-06 | Add missing inline attribute to Not impl for Wrapping<T> | inrustwetrust | -0/+1 |