| Age | Commit message (Expand) | Author | Lines |
| 2019-12-19 | Split up ptr/mod.rs in libcore, one with implementation detail for const ptr ... | Christoph Schmidler | -1691/+1685 |
| 2019-12-18 | Propagate cfg bootstrap | Mark Rousskov | -513/+159 |
| 2019-12-16 | Rollup merge of #67349 - petertodd:2019-unsize-docs, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-12-16 | Rollup merge of #67322 - lzutao:nonzero-use-self, r=joshtriplett | Mazdak Farrokhzad | -3/+3 |
| 2019-12-16 | Rollup merge of #67249 - ranma42:improve-starts-with-literal-char, r=BurntSushi | Mazdak Farrokhzad | -15/+48 |
| 2019-12-16 | Add benchmarks for `start_with` and `ends_with` | Andrea Canciani | -0/+44 |
| 2019-12-16 | Minor: update Unsize docs for dyn syntax | Peter Todd | -1/+1 |
| 2019-12-16 | Rollup merge of #67317 - lcnr:type_name_docs, r=jonas-schievink | Mazdak Farrokhzad | -1/+1 |
| 2019-12-16 | Rollup merge of #66771 - SimonSapin:panic-stability, r=KodrAus | Mazdak Farrokhzad | -8/+10 |
| 2019-12-16 | Rollup merge of #66735 - SOF3:feature/str_strip, r=KodrAus | Mazdak Farrokhzad | -1/+72 |
| 2019-12-16 | Rollup merge of #66570 - lzutao:stabilize-result-map_or, r=Dylan-DPC | Mazdak Farrokhzad | -2/+1 |
| 2019-12-15 | Replace prints in fmt docs with asserts | Elichai Turkel | -38/+64 |
| 2019-12-15 | use Self alias in place of macros | Lzu Tao | -3/+3 |
| 2019-12-15 | fix doc comment | lcnr/Bastian Kauschke | -1/+1 |
| 2019-12-15 | Set tracking issue for str_strip | SOFe | -2/+2 |
| 2019-12-15 | Rollup merge of #67305 - kappa:patch-1, r=jonas-schievink | Mazdak Farrokhzad | -1/+1 |
| 2019-12-14 | Doc typo | Alex Kapranoff | -1/+1 |
| 2019-12-14 | Auto merge of #67224 - nikomatsakis:revert-stabilization-of-never-type, r=cen... | bors | -16/+108 |
| 2019-12-14 | Revert "Stabilize the `never_type`, written `!`." | Niko Matsakis | -10/+10 |
| 2019-12-14 | Revert "Redefine `core::convert::Infallible` as `!`." | Niko Matsakis | -7/+99 |
| 2019-12-14 | Auto merge of #67136 - oli-obk:const_stability, r=Centril | bors | -24/+463 |
| 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 |