| Age | Commit message (Expand) | Author | Lines |
| 2022-02-11 | Take in account the unreachable! macro in the non_fmt_panic lint | Loïc BRANSTETT | -1/+2 |
| 2022-02-11 | Fix invalid special casing of the unreachable! macro | Loïc BRANSTETT | -0/+57 |
| 2022-02-09 | Rollup merge of #92611 - Amanieu:asm-reference, r=m-ou-se | Matthias Krüger | -0/+12 |
| 2022-01-07 | Rollup merge of #92600 - asquared31415:float-must-use, r=joshtriplett | Eric Huss | -0/+10 |
| 2022-01-07 | Rollup merge of #92568 - Mark-Simulacrum:non-exhaustive-variant-count, r=the8472 | Eric Huss | -0/+4 |
| 2022-01-07 | Implement `TryFrom<char>` for `u8` | Ian Douglas Scott | -0/+27 |
| 2022-01-06 | add some missing must use to float ops | asquared31415 | -0/+10 |
| 2022-01-05 | Auto merge of #92587 - matthiaskrgr:rollup-qnwa8qx, r=matthiaskrgr | bors | -22/+32 |
| 2022-01-05 | Rollup merge of #92574 - luojia65:riscv-kernel-dev-rust, r=Amanieu | Matthias Krüger | -5/+15 |
| 2022-01-05 | Rollup merge of #92483 - ksqsf:master, r=dtolnay | Matthias Krüger | -8/+8 |
| 2022-01-05 | Rollup merge of #92092 - saethlin:fix-sort-guards-sb, r=danielhenrymantilla | Matthias Krüger | -9/+9 |
| 2022-01-05 | Rollup merge of #92322 - alper:add_debug_trait_documentation, r=dtolnay | Matthias Krüger | -2/+21 |
| 2022-01-05 | Add is_riscv_feature_detected!; modify impl of hint::spin_loop | luojia65 | -5/+15 |
| 2022-01-04 | Add note about non_exhaustive to variant_count | Mark Rousskov | -0/+4 |
| 2022-01-04 | Auto merge of #92560 - matthiaskrgr:rollup-jeli7ip, r=matthiaskrgr | bors | -89/+124 |
| 2022-01-04 | Touch up Debug example from PR 92322 | David Tolnay | -3/+7 |
| 2022-01-04 | Rollup merge of #92530 - dtolnay:contains, r=yaahc | Matthias Krüger | -88/+92 |
| 2022-01-04 | Rollup merge of #91587 - nrc:dispatchfromdyn-docs, r=yaahc | Matthias Krüger | -1/+32 |
| 2022-01-04 | Stabilize `result_cloned` and `result_copied` | ksqsf | -8/+8 |
| 2022-01-03 | Make the documentation of builtin macro attributes accessible | Daniel Henry-Mantilla | -11/+17 |
| 2022-01-03 | Move `contains` method of Option and Result lower in docs | David Tolnay | -88/+92 |
| 2022-01-03 | Rollup merge of #92444 - dtolnay:coremethods, r=joshtriplett | Matthias Krüger | -428/+449 |
| 2022-01-02 | Auto merge of #91961 - kornelski:track_split_caller, r=joshtriplett | bors | -0/+5 |
| 2021-12-30 | Consolidate impl Option<&mut T> | David Tolnay | -4/+5 |
| 2021-12-30 | Consolidate impl Option<&T> | David Tolnay | -28/+29 |
| 2021-12-30 | Move Option::as_deref_mut | David Tolnay | -28/+26 |
| 2021-12-30 | Move Option::as_deref | David Tolnay | -28/+26 |
| 2021-12-30 | Move Option::unwrap_or_default | David Tolnay | -41/+39 |
| 2021-12-30 | Consolidate impl Result<&mut T, E> | David Tolnay | -5/+9 |
| 2021-12-30 | Consolidate impl Result<&T, E> | David Tolnay | -22/+26 |
| 2021-12-30 | Move Result::into_err | David Tolnay | -36/+37 |
| 2021-12-30 | Move Result::into_ok | David Tolnay | -36/+37 |
| 2021-12-30 | Move Result::expect_err and Result::unwrap_err | David Tolnay | -56/+60 |
| 2021-12-30 | Move Result::unwrap_or_default | David Tolnay | -36/+37 |
| 2021-12-30 | Move Result::expect and Result::unwrap | David Tolnay | -68/+76 |
| 2021-12-30 | Move Result::as_deref_mut | David Tolnay | -25/+26 |
| 2021-12-30 | Move Result::as_deref | David Tolnay | -23/+24 |
| 2021-12-30 | Use `UnsafeCell::get_mut()` in `core::lazy::OnceCell::get_mut()` | Chayim Refael Friedman | -2/+1 |
| 2021-12-29 | Auto merge of #92291 - AngelicosPhosphoros:typeid_inline_revert_92135, r=josh... | bors | -1/+0 |
| 2021-12-28 | Rollup merge of #92335 - ecstatic-morse:std-column-unicode, r=Manishearth | Matthias Krüger | -0/+12 |
| 2021-12-27 | Document units for `std::column` | Dylan MacKenzie | -0/+12 |
| 2021-12-27 | Add another implementation example to Debug trait | Alper Çugun | -2/+17 |
| 2021-12-26 | Reverts #92135 because perf regression | AngelicosPhosphoros | -1/+0 |
| 2021-12-24 | Auto merge of #92135 - AngelicosPhosphoros:typeid_inline_74362, r=dtolnay | bors | -0/+1 |
| 2021-12-23 | Constify `core::intrinsics::black_box` | woppopo | -1/+4 |
| 2021-12-23 | Auto merge of #92155 - m-ou-se:panic-fn, r=eddyb | bors | -5/+11 |
| 2021-12-23 | Rollup merge of #88858 - spektom:to_lower_upper_rev, r=dtolnay | Matthias Krüger | -0/+34 |
| 2021-12-22 | Update stability attribute for double ended case mapping iterators | David Tolnay | -2/+2 |
| 2021-12-21 | Use panic() instead of panic!() in some places in core. | Mara Bos | -5/+11 |
| 2021-12-21 | Rollup merge of #91823 - woppopo:const_ptr_as_ref, r=lcnr | Matthias Krüger | -15/+30 |