| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |