| Age | Commit message (Expand) | Author | Lines |
| 2019-02-16 | Rollup merge of #58468 - RalfJung:maybe-uninit-split, r=Centril | kennytm | -30/+52 |
| 2019-02-16 | Rollup merge of #58433 - RalfJung:miri-mark-tests, r=TimNN | kennytm | -38/+52 |
| 2019-02-16 | Rollup merge of #58074 - scottmcm:stabilize-sort_by_cached_key, r=SimonSapin | kennytm | -0/+4 |
| 2019-02-14 | make Centril happy | Ralf Jung | -2/+2 |
| 2019-02-14 | split MaybeUninit into several features, expand docs a bit | Ralf Jung | -30/+52 |
| 2019-02-14 | remove MaybeUninit::into_inner | Ralf Jung | -8/+0 |
| 2019-02-14 | update stdsimd | Ralf Jung | -1/+0 |
| 2019-02-14 | fixed for libstd build | Ralf Jung | -0/+1 |
| 2019-02-14 | add missing feature flag | Ralf Jung | -0/+1 |
| 2019-02-14 | Rollup merge of #57992 - Matthias247:waker4, r=cramertj | Mazdak Farrokhzad | -263/+133 |
| 2019-02-14 | Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnik | Mazdak Farrokhzad | -7/+4 |
| 2019-02-13 | review failures in btree, string | Ralf Jung | -1/+0 |
| 2019-02-13 | the formatting issue got fixed | Ralf Jung | -3/+3 |
| 2019-02-13 | review or fix remaining miri failures in libcore | Ralf Jung | -9/+28 |
| 2019-02-13 | Rollup merge of #58272 - fitzgen:num-format-code-size, r=Mark-Simulacrum | Mazdak Farrokhzad | -74/+114 |
| 2019-02-13 | review or fix miri failures in iter, slice, cell, time | Ralf Jung | -15/+11 |
| 2019-02-13 | mark failures expected due to panics | Ralf Jung | -15/+15 |
| 2019-02-13 | Convert old doc links to current edition | Lzu Tao | -7/+4 |
| 2019-02-13 | Move the intrinsics into a submodule | Valentin Tolmer | -215/+249 |
| 2019-02-12 | Merging master | Matthias Einwag | -363/+700 |
| 2019-02-12 | Revert "Remove mentions of unstable sort_by_cached key from stable documentat... | Scott McMurray | -0/+4 |
| 2019-02-13 | Rollup merge of #58405 - gnzlbg:remove_unused_macros, r=alexcrichton | Mazdak Farrokhzad | -14/+0 |
| 2019-02-13 | Rollup merge of #58200 - RalfJung:str-as-mut-ptr, r=SimonSapin | Mazdak Farrokhzad | -7/+23 |
| 2019-02-13 | Rollup merge of #57815 - dotdash:asserts, r=sfackler | Mazdak Farrokhzad | -4/+16 |
| 2019-02-12 | Auto merge of #58051 - SimonSapin:str_escape, r=alexcrichton | bors | -117/+289 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -201/+205 |
| 2019-02-12 | Remove some dead code from libcore | gnzlbg | -14/+0 |
| 2019-02-12 | Auto merge of #58098 - oli-obk:maybe_allow_internal_unstable, r=petrochenkov | bors | -2/+4 |
| 2019-02-12 | Add doctests for str::escape_* | Simon Sapin | -3/+93 |
| 2019-02-12 | Make the prema-unstable char::escape_debug_ext method crate-private | Simon Sapin | -3/+1 |
| 2019-02-12 | Move str::escape_* to libcore | Simon Sapin | -47/+169 |
| 2019-02-12 | Add internal impl_fn_for_zst macro for "named closure types" | Simon Sapin | -113/+75 |
| 2019-02-12 | Auto merge of #58246 - pmccarter:master, r=oli-obk | bors | -20/+95 |
| 2019-02-11 | Require a list of features to allow in `allow_internal_unstable` | Oliver Scherer | -2/+4 |
| 2019-02-10 | libs: doc comments | Alexander Regueiro | -138/+142 |
| 2019-02-10 | tests: doc comments | Alexander Regueiro | -60/+60 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -4/+4 |
| 2019-02-10 | Auto merge of #58361 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -5/+8 |
| 2019-02-10 | Rollup merge of #58262 - taiki-e:must_use, r=estebank | Guillaume Gomez | -3/+3 |
| 2019-02-10 | Rollup merge of #57926 - icefoxen:test-doc-pr, r=frewsxcv | Guillaume Gomez | -1/+4 |
| 2019-02-10 | Rollup merge of #57259 - king6cong:master, r=alexcrichton | Guillaume Gomez | -1/+1 |
| 2019-02-10 | Auto merge of #58129 - RalfJung:maybe-uninit, r=cramertj | bors | -11/+57 |
| 2019-02-10 | it is okay not to use into_inner | Ralf Jung | -0/+1 |
| 2019-02-09 | Fix exhaustion of inclusive range try_fold and try_rfold | Matthieu M | -5/+33 |
| 2019-02-09 | Rollup merge of #58275 - RalfJung:miri-test-libcore, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+38 |
| 2019-02-08 | Use write_char for writing padding characters | Nick Fitzgerald | -22/+8 |
| 2019-02-08 | Also de-duplicate 32- and 64-bit number formatting on wasm32 | Nick Fitzgerald | -8/+18 |
| 2019-02-07 | Add unstable feature attribute for unsigned const saturating add/sub intrinsi... | Patrick McCarter | -0/+2 |
| 2019-02-07 | Refactor const saturating intrinsics emulation and add unstable feature attri... | Patrick McCarter | -0/+2 |
| 2019-02-07 | disable tests in Miri | Ralf Jung | -0/+38 |