| Age | Commit message (Expand) | Author | Lines |
| 2016-01-29 | trans: Reimplement unwinding on MSVC | Alex Crichton | -2/+10 |
| 2016-01-27 | doc: insert missing chars | Tshepang Lekhonkhobe | -2/+2 |
| 2016-01-26 | Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brson | bors | -0/+1 |
| 2016-01-26 | Auto merge of #31081 - alexcrichton:stabilize-hasher, r=aturon | bors | -0/+72 |
| 2016-01-26 | std: Stabilize custom hasher support in HashMap | Alex Crichton | -0/+72 |
| 2016-01-26 | RangeFrom::step_by docs: fix example | Simon Sapin | -3/+5 |
| 2016-01-26 | Rollup merge of #31201 - steveklabnik:gh30633, r=alexcrichton | Manish Goregaokar | -0/+6 |
| 2016-01-25 | Describe next_back() wrt Iterator protocol | Steve Klabnik | -0/+6 |
| 2016-01-25 | RefCell::borrow_mut example should demonstrate mut | Corey Farwell | -1/+3 |
| 2016-01-24 | mk: Move from `-D warnings` to `#![deny(warnings)]` | Alex Crichton | -0/+1 |
| 2016-01-23 | Auto merge of #31116 - bluss:expect-out-cold, r=alexcrichton | bors | -7/+20 |
| 2016-01-22 | Auto merge of #30917 - arthurprs:bs_bounds_check, r=alexcrichton | bors | -11/+12 |
| 2016-01-22 | Move cold panic functions in Option and Result | Ulrik Sverdrup | -28/+18 |
| 2016-01-22 | Use cold functions for panic formatting Option::expect, Result::unwrap etc | Ulrik Sverdrup | -7/+30 |
| 2016-01-22 | Avoid bounds check for slice binary search | arthurprs | -11/+12 |
| 2016-01-22 | Auto merge of #31084 - ranma42:cmd-no-unsafe, r=alexcrichton | bors | -13/+4 |
| 2016-01-21 | Auto merge of #31052 - bluss:split-at-mut-str, r=alexcrichton | bors | -3/+31 |
| 2016-01-21 | Remove `unsafe` code from `core::cmp` | Andrea Canciani | -13/+4 |
| 2016-01-21 | core: Use raw pointers to avoid aliasing in str::split_at_mut | Ulrik Sverdrup | -3/+31 |
| 2016-01-19 | Auto merge of #30820 - oli-obk:docs/wrapping_ops, r=alexcrichton | bors | -50/+43 |
| 2016-01-19 | Auto merge of #30696 - steveklabnik:gh30655, r=brson | bors | -0/+10 |
| 2016-01-19 | fix the docs and simplify the implementation of unsigned wrapping ops | Oliver Schneider | -50/+43 |
| 2016-01-19 | Rollup merge of #30988 - bluss:doc-space-t-bound, r=apasel422 | Manish Goregaokar | -5/+5 |
| 2016-01-18 | core: Restore indexed formulation of clone_from_slice | Ulrik Sverdrup | -2/+7 |
| 2016-01-17 | Fix spacing style of `T: Bound` in docs | Ulrik Sverdrup | -5/+5 |
| 2016-01-17 | Rollup merge of #30943 - alexcrichton:stabilize-1.7, r=aturon | Manish Goregaokar | -104/+96 |
| 2016-01-17 | Auto merge of #30928 - sfackler:any-unsized, r=aturon | bors | -1/+1 |
| 2016-01-16 | Auto merge of #30624 - Ticki:specialization, r=alexcrichton | bors | -0/+45 |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -104/+96 |
| 2016-01-16 | Auto merge of #30935 - ollie27:pad_int, r=alexcrichton | bors | -9/+9 |
| 2016-01-16 | Make style more uniform, add tests for specialization of .last(), move tests ... | Ticki | -73/+28 |
| 2016-01-16 | Overide methods in iterator implementation for EscapeDefault, see #24214 | Ticki | -0/+90 |
| 2016-01-16 | Auto merge of #30740 - bluss:ascii-is-the-best, r=brson | bors | -27/+60 |
| 2016-01-15 | Auto merge of #30898 - petrochenkov:tvarfstab, r=alexcrichton | bors | -3/+3 |
| 2016-01-15 | Rename is_positive argument in fmt::Formatter::pad_integral | Oliver Middleton | -9/+9 |
| 2016-01-14 | Implement Any for unsized types | Steven Fackler | -1/+1 |
| 2016-01-14 | doc: this is more easy to read, and less prone mis-interpretation | Tshepang Lekhonkhobe | -1/+1 |
| 2016-01-14 | Require stability annotations on fields of tuple variants | Vadim Petrochenkov | -3/+3 |
| 2016-01-14 | UTF-8 validation: Add missing if conditional for short input | Ulrik Sverdrup | -13/+16 |
| 2016-01-14 | Rollup merge of #30886 - ollie27:docs_links, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2016-01-14 | Rollup merge of #30839 - tomaka:debug-phantomdata, r=nikomatsakis | Manish Goregaokar | -1/+1 |
| 2016-01-14 | Auto merge of #30466 - alexcrichton:move-wrapping-and-fill-out, r=aturon | bors | -14/+658 |
| 2016-01-13 | Fix some broken and missing links in the docs | Oliver Middleton | -1/+1 |
| 2016-01-13 | Auto merge of #30639 - rkruppe:dec2flt-fastpath-tables, r=alexcrichton | bors | -9/+59 |
| 2016-01-12 | Speed up dec2flt fast path with additional tables. | Robin Kruppe | -9/+59 |
| 2016-01-12 | Add fast path for ASCII in UTF-8 validation | Ulrik Sverdrup | -27/+57 |
| 2016-01-12 | Fix the Debug impl of PhantomData requiring Sized on T | Pierre Krieger | -1/+1 |
| 2016-01-11 | std: Move overflowing ops to inherent methods | Alex Crichton | -14/+658 |
| 2016-01-10 | Remove unneeded #[lang = "iterator"] | Guillaume Gomez | -1/+0 |
| 2016-01-07 | Link Nomicon in PhantomData's docs | Steve Klabnik | -0/+4 |