| Age | Commit message (Expand) | Author | Lines |
| 2019-12-28 | Rollup merge of #67629 - kraai:remove-redundant-link-texts, r=steveklabnik | Oliver Scherer | -3/+3 |
| 2019-12-28 | Rollup merge of #67602 - xfix:use-issue-none-instead-of-0-in-intrinsics, r=Ce... | Oliver Scherer | -6/+6 |
| 2019-12-28 | Rollup merge of #67588 - Kixunil:nonnull-slice-iter, r=rkruppe | Oliver Scherer | -22/+25 |
| 2019-12-27 | core: add IntoFuture trait and support for await | Sean McArthur | -0/+28 |
| 2019-12-27 | Clean up const-hack from #58044 | jumbatm | -1/+6 |
| 2019-12-27 | Clean up const-hack from #61635 | jumbatm | -1/+5 |
| 2019-12-27 | Clean up const-hack from #63786 | jumbatm | -10/+6 |
| 2019-12-27 | Clean up const-hack from #63810 | jumbatm | -4/+3 |
| 2019-12-27 | Stabilize the `matches!` macro | Simon Sapin | -3/+1 |
| 2019-12-26 | Use NonNull in slice::Iter and slice::IterMut. | Martin Habovstiak | -22/+25 |
| 2019-12-26 | Convert collapsed to shortcut reference links | Matthew Kraai | -5/+5 |
| 2019-12-26 | Remove redundant link texts | Matthew Kraai | -3/+3 |
| 2019-12-25 | Use issue = "none" instead of "0" in intrinsics | Konrad Borowski | -6/+6 |
| 2019-12-25 | Auto merge of #67596 - Mark-Simulacrum:tidy-silence-rustfmt, r=Centril | bors | -414/+713 |
| 2019-12-24 | x.py fmt after previous deignore | Mark Rousskov | -414/+713 |
| 2019-12-24 | Auto merge of #67445 - llogiq:todo, r=dtolnay | bors | -20/+25 |
| 2019-12-24 | Differentiate todo! and unimplemented! | Andre Bogus | -20/+25 |
| 2019-12-24 | Show value for consts in the documentation | Ohad Ravid | -1/+1 |
| 2019-12-23 | Minimize unsafety in encode_utf8 | Mark Rousskov | -30/+30 |
| 2019-12-23 | docs: Iterator adapters have unspecified results after a panic | Mark Rousskov | -0/+5 |
| 2019-12-23 | Rollup merge of #67559 - Mark-Simulacrum:drop-doc, r=RalfJung | Mazdak Farrokhzad | -0/+6 |
| 2019-12-23 | Rollup merge of #67466 - oli-obk:const_intrinsic, r=Centril | Mazdak Farrokhzad | -0/+46 |
| 2019-12-23 | Fix typo | Oliver Scherer | -1/+1 |
| 2019-12-23 | Document that calling Drop, even after it panics, is UB | Mark Rousskov | -0/+6 |
| 2019-12-22 | Format the world | Mark Rousskov | -2460/+3109 |
| 2019-12-22 | Rollup merge of #67519 - Mark-Simulacrum:any-unsafe, r=Centril | Mazdak Farrokhzad | -0/+10 |
| 2019-12-22 | Rollup merge of #67506 - qnighy:remove-iter-private, r=Dylan-DPC | Mazdak Farrokhzad | -17/+0 |
| 2019-12-22 | no longer promote non-pattern const functions | Ralf Jung | -3/+0 |
| 2019-12-22 | Document why Any is not an unsafe trait | Mark Rousskov | -0/+10 |
| 2019-12-22 | Rename Result::unwrap_infallible to into_ok | Mikhail Zabaluev | -5/+5 |
| 2019-12-22 | libcore: test Result::unwrap_infallible | Mikhail Zabaluev | -0/+24 |
| 2019-12-22 | Add Result::unwrap_infallible | Mikhail Zabaluev | -0/+38 |
| 2019-12-22 | Rollup merge of #67480 - rossmacarthur:fix-41260-avoid-issue-0-part-2, r=Centril | Mazdak Farrokhzad | -87/+87 |
| 2019-12-21 | Rollup merge of #67490 - Mark-Simulacrum:i-67371, r=Dylan-DPC | Mazdak Farrokhzad | -0/+5 |
| 2019-12-21 | Rollup merge of #67420 - lzutao:_val, r=Centril | Mazdak Farrokhzad | -2/+1 |
| 2019-12-21 | use _val to ignore parameter of any::type_name_of_val | Lzu Tao | -2/+1 |
| 2019-12-21 | Document privacy of RangeInclusive fields | Mark Rousskov | -0/+5 |
| 2019-12-21 | Rollup merge of #67478 - brunobell:master, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 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 |