| Age | Commit message (Expand) | Author | Lines |
| 2022-01-17 | Rollup merge of #92953 - azdavis:azdavis-copy-example, r=dtolnay | Matthias Krüger | -15/+61 |
| 2022-01-16 | Rollup merge of #92619 - Alexendoo:macro-diagnostic-items, r=matthewjasper | Matthias Krüger | -0/+24 |
| 2022-01-16 | Auto merge of #92356 - kellerkindt:saturating_int_assign_impl, r=dtolnay | bors | -0/+187 |
| 2022-01-15 | Touch up stray comment in PR 92953 | David Tolnay | -2/+2 |
| 2022-01-15 | Clear up discriminants with more examples | Ariel Davis | -18/+52 |
| 2022-01-15 | Copy an example to PartialOrd as well | Ariel Davis | -3/+15 |
| 2022-01-15 | Rollup merge of #92747 - swenson:bignum-bit-length-optimization, r=scottmcm | Matthias Krüger | -15/+41 |
| 2022-01-15 | Rollup merge of #92382 - clarfonthey:const_convert, r=scottmcm | Matthias Krüger | -10/+15 |
| 2022-01-14 | Rollup merge of #92768 - ojeda:stabilize-maybe_uninit_extra, r=Mark-Simulacrum | Matthias Krüger | -7/+5 |
| 2022-01-12 | Rollup merge of #92328 - camelid:sentence, r=scottmcm | Matthias Krüger | -1/+1 |
| 2022-01-11 | Partially stabilize `maybe_uninit_extra` | Miguel Ojeda | -7/+5 |
| 2022-01-11 | Auto merge of #92070 - rukai:replace_vec_into_iter_with_array_into_iter, r=Ma... | bors | -31/+31 |
| 2022-01-10 | Simplify BigNum::bit_length() with log2() | Christopher Swenson | -8/+6 |
| 2022-01-10 | Simplification of BigNum::bit_length | Christopher Swenson | -10/+38 |
| 2022-01-09 | Compute most of Public/Exported access level in rustc_resolve | Lamb | -7/+11 |
| 2022-01-09 | Rollup merge of #92671 - WaffleLapkin:atomic_from_mut_unique_ref, r=m-ou-se | Matthias Krüger | -6/+6 |
| 2022-01-09 | Rollup merge of #92657 - Kixunil:ptr_as_const_mut, r=m-ou-se | Matthias Krüger | -0/+24 |
| 2022-01-09 | eplace usages of vec![].into_iter with [].into_iter | Lucas Kent | -31/+31 |
| 2022-01-08 | Auto merge of #92068 - fee1-dead:libcore2021, r=m-ou-se | bors | -29/+5 |
| 2022-01-08 | Implemented const casts of raw pointers | Martin Habovstiak | -0/+24 |
| 2022-01-08 | Make `Atomic*::from_mut` return `&mut Atomic*` | Maybe Waffle | -6/+6 |
| 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 diagnostic items for macros | Alex Macleod | -0/+24 |
| 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 |