| Age | Commit message (Expand) | Author | Lines |
| 2020-01-01 | Reset Formatter flags on exit from pad_integral | Mark Rousskov | -3/+21 |
| 2019-12-31 | Revert "core: add IntoFuture trait and support for await" | Wesley Wiser | -28/+0 |
| 2019-12-31 | Rollup merge of #67685 - lukaslueg:const_result, r=oli-obk | Mazdak Farrokhzad | -3/+7 |
| 2019-12-31 | Constify Result | Lukas Lueg | -3/+7 |
| 2019-12-31 | Rollup merge of #67430 - tspiteri:minus-inf, r=Dylan-DPC | Dylan DPC | -2/+2 |
| 2019-12-30 | Less-than is asymmetric, not antisymmetric | JP Sugarbroad | -2/+2 |
| 2019-12-30 | Rollup merge of #67715 - petertodd:2019-typo-manuallydrop, r=Centril | Yuki Okushi | -1/+1 |
| 2019-12-30 | Rollup merge of #67657 - jumbatm:cleanup-const-hack, r=oli-obk | Yuki Okushi | -16/+20 |
| 2019-12-30 | Rollup merge of #67564 - Mark-Simulacrum:iter-adapter-panic, r=LukasKalbertodt | Yuki Okushi | -0/+5 |
| 2019-12-29 | Typo fix | Peter Todd | -1/+1 |
| 2019-12-28 | Rollup merge of #67659 - SimonSapin:matches, r=rkruppe | Oliver Scherer | -3/+1 |
| 2019-12-28 | Rollup merge of #67632 - kraai:remove-collapsed-reference-links, r=steveklabnik | Oliver Scherer | -5/+5 |
| 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 |