| 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 #92706 - umanwizard:btree, r=dtolnay | Matthias Krüger | -4/+11 |
| 2022-01-16 | Rollup merge of #92619 - Alexendoo:macro-diagnostic-items, r=matthewjasper | Matthias Krüger | -0/+31 |
| 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 | Tweak btree iterator wording to not use 'yield' | David Tolnay | -4/+5 |
| 2022-01-16 | Auto merge of #92598 - Badel2:panic-update-hook, r=yaahc | bors | -6/+88 |
| 2022-01-15 | Copy an example to PartialOrd as well | Ariel Davis | -3/+15 |
| 2022-01-15 | Rollup merge of #92879 - compiler-errors:into_iter_unsound, r=dtolnay | Matthias Krüger | -1/+1 |
| 2022-01-15 | Rollup merge of #92863 - camelid:read_to_string-rm-mut, r=m-ou-se | Matthias Krüger | -2/+2 |
| 2022-01-15 | Rollup merge of #92775 - xfix:osstringext-inline, r=m-ou-se | Matthias Krüger | -0/+2 |
| 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 #92684 - ibraheemdev:patch-10, r=m-ou-se | Matthias Krüger | -0/+2 |
| 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 | -9/+5 |
| 2022-01-13 | Add Sync bound to allocator parameter in vec::IntoIter | Michael Goulet | -1/+1 |
| 2022-01-13 | fix stability attribute for `tcp::IntoIncoming` | Ibraheem Ahmed | -1/+3 |
| 2022-01-13 | Remove `&mut` from `io::read_to_string` signature | Noah Lev | -2/+2 |
| 2022-01-13 | Rollup merge of #91938 - yaahc:error-reporter, r=m-ou-se | Matthias Krüger | -4/+1048 |
| 2022-01-13 | Auto merge of #92553 - m-ou-se:thread-join-simplify, r=Mark-Simulacrum | bors | -9/+9 |
| 2022-01-12 | Rollup merge of #92748 - david-perez:eliminate-boxed-wording-std-error, r=Mar... | Matthias Krüger | -6/+6 |
| 2022-01-12 | Rollup merge of #92720 - rosik:patch-1, r=m-ou-se | Matthias Krüger | -1/+1 |
| 2022-01-12 | Rollup merge of #92709 - joshtriplett:file-options-docs, r=Mark-Simulacrum | Matthias Krüger | -4/+5 |
| 2022-01-12 | Rollup merge of #92328 - camelid:sentence, r=scottmcm | Matthias Krüger | -1/+1 |
| 2022-01-11 | Address review comments | Brennan Vincent | -4/+4 |
| 2022-01-11 | Inline std::os::unix::ffi::OsStringExt methods | Konrad Borowski | -0/+2 |
| 2022-01-11 | Partially stabilize `maybe_uninit_extra` | Miguel Ojeda | -9/+5 |
| 2022-01-11 | Auto merge of #92070 - rukai:replace_vec_into_iter_with_array_into_iter, r=Ma... | bors | -83/+82 |
| 2022-01-10 | Simplify BigNum::bit_length() with log2() | Christopher Swenson | -8/+6 |
| 2022-01-10 | Improve documentation for File::options to give a more likely example | Josh Triplett | -4/+5 |
| 2022-01-10 | Eliminate "boxed" wording in `std::error::Error` documentation | david-perez | -6/+6 |
| 2022-01-10 | Simplification of BigNum::bit_length | Christopher Swenson | -10/+38 |
| 2022-01-10 | Auto merge of #92719 - matthiaskrgr:rollup-tc7oqys, r=matthiaskrgr | bors | -2/+2 |
| 2022-01-10 | Fix doc formatting for time.rs | Yaroslav Dynnikov | -1/+1 |
| 2022-01-10 | Rollup merge of #92602 - jsha:source-link-2, r=GuillaumeGomez | Matthias Krüger | -2/+2 |
| 2022-01-09 | Clarify explicitly that BTree{Map,Set} are ordered. | Brennan Vincent | -4/+10 |
| 2022-01-09 | Compute most of Public/Exported access level in rustc_resolve | Lamb | -28/+30 |
| 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-08 | export `tcp::IntoIncoming` | Ibraheem Ahmed | -1/+1 |
| 2022-01-09 | eplace usages of vec![].into_iter with [].into_iter | Lucas Kent | -83/+82 |
| 2022-01-08 | Auto merge of #92068 - fee1-dead:libcore2021, r=m-ou-se | bors | -42/+15 |
| 2022-01-08 | Implemented const casts of raw pointers | Martin Habovstiak | -0/+24 |
| 2022-01-08 | Make source links look cleaner | Jacob Hoffman-Andrews | -2/+2 |
| 2022-01-08 | Make `Atomic*::from_mut` return `&mut Atomic*` | Maybe Waffle | -6/+6 |
| 2022-01-07 | Rollup merge of #92632 - yoshuawuyts:stabilize-available-parallelism, r=josht... | Eric Huss | -3/+1 |
| 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-08 | Add safety comments to panic::(set/take/update)_hook | Badel2 | -0/+15 |