| Age | Commit message (Expand) | Author | Lines |
| 2015-06-09 | std: Fix missing stability on iter::Cloned | Alex Crichton | -1/+1 |
| 2015-06-09 | std: Make abs() panic on overflow in debug mode | Alex Crichton | -3/+12 |
| 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 |
| 2015-05-06 | Make overflow behaviour more obvious in the iterator module of `libcore` | Tobias Bucher | -6/+58 |
| 2015-05-06 | Iter Docs: Mention 'reduce' and 'inject' | Pascal Hertleif | -0/+2 |
| 2015-05-06 | core: use banker's rounding for the exact mode in flt2dec. | Kang Seonghoon | -1/+5 |
| 2015-05-06 | core: updated for the master changes. | Kang Seonghoon | -0/+5 |
| 2015-05-06 | core: fixed a slight bug. | Kang Seonghoon | -6/+6 |
| 2015-05-06 | core: fixed typos and revised comments in flt2dec. | Kang Seonghoon | -14/+17 |
| 2015-05-06 | core: tweaked flt2dec to match the casing of the older formatting code. | Kang Seonghoon | -18/+18 |
| 2015-05-06 | core: made the core formatter to use a new flt2dec. | Kang Seonghoon | -332/+125 |
| 2015-05-06 | core: added core::num::flt2dec for floating-point formatting. | Kang Seonghoon | -0/+2219 |
| 2015-05-05 | Optimize iterator adapters. | Steven Allen | -18/+145 |
| 2015-05-05 | Rollup merge of #25100 - jbcrail:fix-spelling-errors, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-05-04 | Fix spelling errors in documentation. | Joseph Crail | -1/+1 |
| 2015-05-04 | Fix incorrect link in Option documentation. | Lee Jeffery | -1/+1 |
| 2015-05-04 | Avoid latent (harmless) overflow in core::slice. | Felix S. Klock II | -6/+24 |