| Age | Commit message (Expand) | Author | Lines |
| 2019-12-13 | Rollup merge of #67280 - shalzz:patch-1, r=jonas-schievink | Mazdak Farrokhzad | -1/+1 |
| 2019-12-13 | docs: std::convert::From: Fix typo | Shaleen Jain | -1/+1 |
| 2019-12-13 | The constness of 128 bit atomics will be stabilized together with the atomics | Oliver Scherer | -2/+2 |
| 2019-12-13 | be explicit that mem::uninitialized is the same as MaybeUninit::uninit().assu... | Ralf Jung | -1/+5 |
| 2019-12-13 | Address review comments | Oliver Scherer | -65/+0 |
| 2019-12-13 | Require stable/unstable annotations for the constness of all stable functions... | Oliver Scherer | -23/+527 |
| 2019-12-13 | Reuse the `staged_api` feature for `rustc_const_unstable` | Oliver Scherer | -1/+1 |
| 2019-12-12 | Minor cleanup in `Pattern::{is_prefix_of,is_suffix_of}` for `char` | Andrea Canciani | -4/+2 |
| 2019-12-12 | Change fmt docs for more delegations | Elichai Turkel | -6/+12 |
| 2019-12-12 | Prefer encoding the char when checking for string prefix/suffix | Andrea Canciani | -10/+4 |
| 2019-12-12 | Rollup merge of #67237 - llogiq:improve-str, r=Dylan-DPC | Yuki Okushi | -16/+6 |
| 2019-12-11 | Improve `str` prefix/suffix comparison | Andrea Canciani | -5/+2 |
| 2019-12-11 | Some small readability improvements | Andre Bogus | -16/+6 |
| 2019-12-11 | Auto merge of #65345 - davidtwco:issue-64130-async-send-sync-error-improvemen... | bors | -0/+2 |
| 2019-12-11 | Rollup merge of #67174 - kraai:remove-checked_add, r=rkruppe | Mazdak Farrokhzad | -2/+5 |
| 2019-12-11 | Rollup merge of #66881 - krishna-veerareddy:issue-66780-bool-ord-optimization... | Mazdak Farrokhzad | -1/+19 |
| 2019-12-10 | Add better documentation for unsafe block | Krishna Sai Veera Reddy | -1/+1 |
| 2019-12-11 | Rollup merge of #67154 - kraai:alloc-typos, r=Dylan-DPC | Yuki Okushi | -6/+6 |
| 2019-12-10 | Auto merge of #66277 - peter-wilkins:impl-from-wider-non-zeros, r=SimonSapin | bors | -85/+177 |
| 2019-12-10 | Auto merge of #67039 - xfix:manually-implement-pin-traits, r=nikomatsakis | bors | -17/+41 |
| 2019-12-09 | Rollup merge of #67155 - kraai:move-instead-of-binding-to-reference, r=cramertj | Tyler Mandry | -6/+6 |
| 2019-12-09 | Rollup merge of #67138 - kraai:simplify-Layout-extend_packed, r=Amanieu | Tyler Mandry | -2/+1 |
| 2019-12-09 | Rollup merge of #67119 - RalfJung:miri-test-libstd, r=alexcrichton | Tyler Mandry | -18/+25 |
| 2019-12-09 | Rollup merge of #66892 - dtolnay:fmt5, r=KodrAus | Tyler Mandry | -1171/+1311 |
| 2019-12-09 | Remove `checked_add` in `Layout::repeat` | Matthew Kraai | -2/+5 |
| 2019-12-08 | move from non zero impls to `libcore/convert/num.rs` | Peter | -3418/+4230 |
| 2019-12-08 | async/await: more improvements to non-send errors | David Wood | -0/+2 |
| 2019-12-08 | Move `Layout`s instead of binding by reference | Matthew Kraai | -6/+6 |
| 2019-12-08 | Change "attributes" to "attribute" in `Alloc`'s docs | Matthew Kraai | -1/+1 |
| 2019-12-08 | Change "`alloc`/`realloc`" to "`realloc/dealloc`" | Matthew Kraai | -3/+3 |
| 2019-12-08 | Add "this" to `GlobalAlloc::alloc`'s docs | Matthew Kraai | -1/+1 |
| 2019-12-08 | Change "though" to "through" in `Alloc`'s docs | Matthew Kraai | -1/+1 |
| 2019-12-08 | Change "result" to "resulting" in `Layout::extend`'s docs | Matthew Kraai | -1/+1 |
| 2019-12-08 | Rollup merge of #67101 - rust-lang:ostrich, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+1 |
| 2019-12-07 | Simplify `Layout::extend_packed` | Matthew Kraai | -2/+1 |
| 2019-12-08 | leave a FIXME | Mazdak Farrokhzad | -1/+1 |
| 2019-12-08 | use `#[allow(unused_attributes)]` to paper over incr.comp problem | Mazdak Farrokhzad | -0/+1 |
| 2019-12-07 | Auto merge of #65881 - anp:implicit-caller-location, r=eddyb,oli-obk | bors | -0/+55 |
| 2019-12-07 | Explicitly refer to operator methods in Pin impls | Konrad Borowski | -9/+9 |
| 2019-12-07 | fix warnings with cfg(miri) | Ralf Jung | -5/+14 |
| 2019-12-07 | libcore: ignore tests in Miri instead of removing them entirely | Ralf Jung | -13/+11 |
| 2019-12-06 | Format libcore with rustfmt (including tests and benches) | David Tolnay | -1171/+1308 |
| 2019-12-06 | Suppress libcore/ptr/mod.rs filelength lint | David Tolnay | -0/+1 |
| 2019-12-06 | Exclude manually arranged ascii tables from rustfmt | David Tolnay | -0/+2 |
| 2019-12-06 | Rollup merge of #67092 - kraai:us-to-is, r=jonas-schievink | Mazdak Farrokhzad | -2/+2 |
| 2019-12-06 | Rollup merge of #67090 - kraai:either-to-any, r=jonas-schievink | Mazdak Farrokhzad | -1/+1 |
| 2019-12-06 | Rollup merge of #66841 - SimonSapin:float_round_unchecked_to, r=rkruppe | Mazdak Farrokhzad | -332/+442 |
| 2019-12-06 | Change "wth" to "with" in `Layout::padding_needed_for` comment | Matthew Kraai | -1/+1 |
| 2019-12-06 | Change "us" to "is" in Layout::for_value comment | Matthew Kraai | -1/+1 |
| 2019-12-06 | Change "either" to "any" in Layout::from_size_align's docs | Matthew Kraai | -1/+1 |