| Age | Commit message (Expand) | Author | Lines |
| 2016-11-26 | Overload get{,_mut}{,_unchecked} | Steven Fackler | -0/+44 |
| 2016-11-22 | Auto merge of #37834 - bluss:peek-none, r=BurntSushi | bors | -0/+68 |
| 2016-11-21 | Auto merge of #37127 - jseyfried:stabilize_RFC_1560, r=nrc | bors | -2/+0 |
| 2016-11-21 | Stabilize RFC 1560. | Jeffrey Seyfried | -2/+0 |
| 2016-11-18 | Fix `fmt::Debug` for strings, e.g. for Chinese characters | Tobias Bucher | -0/+2 |
| 2016-11-17 | core::iter: Peekable should remember peeking a None | Ulrik Sverdrup | -0/+68 |
| 2016-11-01 | Merge branch 'master' of https://github.com/rust-lang/rust | Marcin Fatyga | -9/+60 |
| 2016-11-01 | Auto merge of #37299 - devonhollowood:result-unwrap-or-default, r=alexcrichton | bors | -0/+7 |
| 2016-10-27 | Rename ordering chaining functions. | Marcin Fatyga | -20/+20 |
| 2016-10-26 | Auto merge of #37315 - bluss:fold-more, r=alexcrichton | bors | -0/+12 |
| 2016-10-25 | iter: Implement .fold() for .chain() | Ulrik Sverdrup | -0/+12 |
| 2016-10-25 | Small improvement to SipHasher | arthurprs | -0/+21 |
| 2016-10-21 | Fix use of `result_unwrap_or_default` feature | Devon Hollowood | -2/+1 |
| 2016-10-21 | Fix `test_unwrap_or_default` | Devon Hollowood | -0/+2 |
| 2016-10-19 | Add `unwrap_or_default` method to `Result` | Devon Hollowood | -0/+6 |
| 2016-10-09 | Add or and or_else for ordering. | Marcin Fatyga | -0/+27 |
| 2016-10-03 | Auto merge of #36815 - alexcrichton:stabilize-1.13, r=aturon | bors | -0/+3 |
| 2016-10-03 | std: Stabilize and deprecate APIs for 1.13 | Alex Crichton | -0/+3 |
| 2016-09-30 | Call emcc with ERROR_ON_UNDEFINED_SYMBOLS | Brian Anderson | -2/+5 |
| 2016-09-30 | Ignore another emscripten test because missing intrinsics | Brian Anderson | -0/+2 |
| 2016-09-28 | [breaking-change] std: change `encode_utf{8,16}()` to take a buffer and retur... | tormol | -9/+12 |
| 2016-09-02 | Auto merge of #35856 - phimuemue:master, r=brson | bors | -0/+14 |
| 2016-09-01 | Auto merge of #35755 - SimonSapin:char_convert, r=alexcrichton | bors | -0/+18 |
| 2016-08-29 | Fix the test_variadic_ptr fn on printf-less sys | Simonas Kazlauskas | -4/+8 |
| 2016-08-29 | Implement TryFrom<u32> for char | Simon Sapin | -0/+10 |
| 2016-08-29 | Implement From<char> for u32, and From<u8> for char | Simon Sapin | -0/+8 |
| 2016-08-23 | Yield Err in char::decode_utf8 per Unicode, like String::from_utf8_lossy | Simon Sapin | -1/+20 |
| 2016-08-23 | Use a macro in test_decode_utf8 to preserve line numbers in panic messages. | Simon Sapin | -24/+26 |
| 2016-08-20 | Introduce max_by/min_by on iterators | philipp | -0/+14 |
| 2016-08-19 | std: Stabilize APIs for the 1.12 release | Alex Crichton | -6/+5 |
| 2016-07-31 | Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closu... | Vadim Petrochenkov | -1/+0 |
| 2016-07-28 | Rename `char::escape` to `char::escape_debug` and add tracking issue | Tobias Bucher | -3/+4 |
| 2016-07-26 | Restore `char::escape_default` and add `char::escape` instead | Tobias Bucher | -2/+45 |
| 2016-07-23 | Escape fewer Unicode codepoints in `Debug` impl of `str` | Tobias Bucher | -3/+13 |
| 2016-07-17 | Implement traits for variadic function pointers | Vadim Petrochenkov | -0/+14 |
| 2016-07-14 | Auto merge of #33907 - strake:decode_utf8, r=alexcrichton | bors | -0/+30 |
| 2016-07-13 | add core::char::DecodeUtf8 | M Farkas-Dyck | -0/+30 |
| 2016-07-03 | Auto merge of #34530 - alexcrichton:stabilize-1.11, r=aturon | bors | -22/+45 |
| 2016-07-03 | std: Stabilize APIs for the 1.11.0 release | Alex Crichton | -22/+45 |
| 2016-06-29 | std: use siphash-1-3 for HashMap | Sean McArthur | -21/+111 |
| 2016-06-14 | specialize zip: Add benchmarks | Ulrik Sverdrup | -0/+31 |
| 2016-06-03 | Auto merge of #33460 - shepmaster:16-bit-pointers, r=Aatch | bors | -0/+14 |
| 2016-05-30 | std: Clean out old unstable + deprecated APIs | Alex Crichton | -32/+0 |
| 2016-05-26 | Extend the test for `EscapeUnicode` | Andrea Canciani | -0/+6 |
| 2016-05-25 | Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturon | bors | -10/+0 |
| 2016-05-24 | std: Stabilize APIs for the 1.10 release | Alex Crichton | -10/+0 |
| 2016-05-19 | Auto merge of #33103 - ranma42:escape-unicode-last, r=alexcrichton | bors | -0/+33 |
| 2016-05-19 | Support 16-bit pointers as well as i/usize | Jake Goulding | -0/+14 |
| 2016-05-08 | Rollup merge of #33426 - sfackler:try-from, r=aturon | Manish Goregaokar | -146/+300 |
| 2016-05-07 | Implement RFC 1542 | Steven Fackler | -147/+301 |