| Age | Commit message (Expand) | Author | Lines |
| 2016-08-22 | 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 |
| 2016-05-04 | Add test for `EscapeUnicode` specializations | Andrea Canciani | -0/+33 |
| 2016-05-03 | Remove unused trait imports flagged by lint | Seo Sanghyeon | -2/+0 |
| 2016-04-30 | Implement find() on Chain iterators | Georg Brandl | -0/+13 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -4/+6 |
| 2016-03-31 | added missing refcell ref/refmut coercions to unsized | Валерий Лашманов | -0/+20 |
| 2016-03-22 | std: Change `encode_utf{8,16}` to return iterators | Alex Crichton | -6/+8 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -106/+0 |
| 2016-03-11 | cleanup int suffixes in libcoretest | srinivasreddy | -23/+23 |
| 2016-03-04 | make skip a double ended iterator | Oliver Schneider | -0/+38 |
| 2016-02-29 | std: Stabilize APIs for the 1.8 release | Alex Crichton | -0/+2 |
| 2016-02-26 | Use .copy_from_slice() where applicable | Ulrik Sverdrup | -2/+3 |
| 2016-02-08 | Implement fmt::Pointer for pointers to unsized types | Kamal Marhubi | -0/+8 |
| 2016-02-06 | Auto merge of #31410 - rkruppe:issue31109, r=pnkfelix | bors | -7/+16 |
| 2016-02-04 | Enable unit tests for literals that overflow. I have no idea why this conditi... | Robin Kruppe | -7/+5 |
| 2016-02-04 | Prevent the immediate panic uncovered by #31109 and add a test. | Robin Kruppe | -0/+11 |
| 2016-01-30 | test: Deny warnings in {core,collections}test | Alex Crichton | -23/+27 |
| 2016-01-22 | Auto merge of #30917 - arthurprs:bs_bounds_check, r=alexcrichton | bors | -5/+1 |
| 2016-01-22 | Avoid bounds check for slice binary search | arthurprs | -5/+1 |
| 2016-01-17 | Rollup merge of #30943 - alexcrichton:stabilize-1.7, r=aturon | Manish Goregaokar | -2/+2 |
| 2016-01-17 | Auto merge of #30928 - sfackler:any-unsized, r=aturon | bors | -0/+5 |
| 2016-01-16 | Auto merge of #30624 - Ticki:specialization, r=alexcrichton | bors | -0/+40 |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -2/+2 |
| 2016-01-16 | Make style more uniform, add tests for specialization of .last(), move tests ... | Ticki | -0/+40 |
| 2016-01-14 | Implement Any for unsized types | Steven Fackler | -0/+5 |
| 2016-01-04 | Make float parsing "." return Err | Toby Scrace | -1/+2 |
| 2015-12-13 | restore tests accidentally removed in #30182 | Tamir Duberstein | -0/+8 |
| 2015-12-10 | std: Remove deprecated functionality from 1.5 | Alex Crichton | -44/+3 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -0/+1 |
| 2015-10-17 | Implement conversion traits for primitive float types | Josh Stone | -0/+57 |