| Age | Commit message (Expand) | Author | Lines |
| 2019-12-21 | Rollup merge of #67462 - DutchGhost:const_slice_from_raw_parts, r=dtolnay | Mazdak Farrokhzad | -2/+18 |
| 2019-12-21 | Require issue = "none" over issue = "0" in unstable attributes | Ross MacArthur | -87/+87 |
| 2019-12-21 | Fix src/libcore/str/mod.rs doc comments | Broono Lu | -1/+1 |
| 2019-12-21 | Remove iter_private.rs | Masaki Hara | -17/+0 |
| 2019-12-21 | Add a big notice about const intrinsics | Oliver Scherer | -0/+16 |
| 2019-12-20 | Require const stability attributes on intrinsics to be able to use them in co... | Oliver Scherer | -1/+31 |
| 2019-12-20 | Rollup merge of #67163 - TheSamsa:split-up-ptr-mod, r=Mark-Simulacrum | Mazdak Farrokhzad | -1691/+1685 |
| 2019-12-20 | Make ptr::slice_from_raw_parts a const fn available under a feature flag | Dodo | -2/+18 |
| 2019-12-19 | Rollup merge of #67436 - NieDzejkob:todo-stabilization-fix, r=alexcrichton | Mark Rousskov | -1/+1 |
| 2019-12-19 | Rollup merge of #67253 - elichai:2019-12-fmt, r=Dylan-DPC | Mark Rousskov | -44/+76 |
| 2019-12-19 | Correct the todo! stabilization version | Jakub Kądziołka | -1/+1 |
| 2019-12-19 | doc: minus (U+2212) instead of dash (U+002D) for negative infinity | Trevor Spiteri | -2/+2 |
| 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 |