| Age | Commit message (Expand) | Author | Lines |
| 2022-03-25 | Rollup merge of #95276 - FoseFx:clippy_trim_split_whitespace, r=flip1995 | Dylan DPC | -0/+4 |
| 2022-03-24 | Auto merge of #94517 - aDotInTheVoid:inline_wrapping_next_power_two, r=yaahc | bors | -0/+1 |
| 2022-03-24 | add diagnostic items for clippy's | Max Baumann | -0/+4 |
| 2022-03-24 | Auto merge of #87667 - the8472:document-in-place-iter, r=yaahc | bors | -0/+9 |
| 2022-03-23 | Auto merge of #94901 - fee1-dead:destructable, r=oli-obk | bors | -45/+93 |
| 2022-03-23 | ptr::guaranteed_eq doc typo | asquared31415 | -2/+2 |
| 2022-03-23 | Auto merge of #95223 - Dylan-DPC:rollup-idpb7ka, r=Dylan-DPC | bors | -3/+46 |
| 2022-03-23 | Rollup merge of #94713 - clarfonthey:is_char_surrogate, r=scottmcm | Dylan DPC | -3/+30 |
| 2022-03-23 | Auto merge of #95088 - bjorn3:fix_test_variadic_fnptr, r=dtolnay | bors | -6/+9 |
| 2022-03-22 | Limit test_variadic_fnptr to unix | bjorn3 | -1/+1 |
| 2022-03-22 | add perf side effect docs to `Iterator::cloned()` | Andre Bogus | -0/+16 |
| 2022-03-22 | Auto merge of #95107 - r00ster91:fmt, r=joshtriplett | bors | -3/+3 |
| 2022-03-21 | Add u16::is_utf16_surrogate | ltdk | -3/+30 |
| 2022-03-21 | add module-level documentation for vec's in-place iteration | The8472 | -0/+9 |
| 2022-03-21 | Rename `~const Drop` to `~const Destruct` | Deadbeef | -48/+89 |
| 2022-03-21 | Add `Destructible` for replacing `~const Drop` | Deadbeef | -0/+7 |
| 2022-03-20 | Don't declare test_variadic_fnptr with two conflicting signatures | bjorn3 | -6/+9 |
| 2022-03-20 | Rollup merge of #95110 - wmstack:patch-1, r=Dylan-DPC | Matthias Krüger | -4/+4 |
| 2022-03-20 | Rollup merge of #94989 - compiler-errors:stream-alias, r=Dylan-DPC | Matthias Krüger | -0/+1 |
| 2022-03-19 | Auto merge of #94372 - erikdesjardins:asrefinl, r=dtolnay | bors | -0/+3 |
| 2022-03-19 | Improve formatting in macro | r00ster91 | -3/+3 |
| 2022-03-19 | Provide more useful documentation of conversion methods | Waleed Dahshan | -4/+4 |
| 2022-03-18 | Rollup merge of #95083 - danielhenrymantilla:patch-2, r=RalfJung | Matthias Krüger | -1/+3 |
| 2022-03-18 | Rollup merge of #95017 - zachs18:cmp_ordering_derive_eq, r=Dylan-DPC | Matthias Krüger | -4/+14 |
| 2022-03-18 | Rollup merge of #94115 - scottmcm:iter-process-by-ref, r=yaahc | Matthias Krüger | -2/+72 |
| 2022-03-18 | Document that `Option<extern "abi" fn>` discriminant elision applies for any ABI | Daniel Henry-Mantilla | -1/+3 |
| 2022-03-17 | Rollup merge of #94960 - codehorseman:master, r=oli-obk | Dylan DPC | -1/+1 |
| 2022-03-17 | Rollup merge of #93745 - tarcieri:stabilize-adx, r=cjgillot | Dylan DPC | -1/+1 |
| 2022-03-16 | Add test for StructuralEq for std::cmp::Ordering. | Zachary S | -0/+13 |
| 2022-03-16 | Derive Eq for std::cmp::Ordering, instead of using manual impl. | Zachary S | -4/+1 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -1/+1 |
| 2022-03-15 | Add Stream alias for AsyncIterator | Michael Goulet | -0/+1 |
| 2022-03-16 | Rollup merge of #94868 - dtolnay:noblock, r=Dylan-DPC | Dylan DPC | -26/+50 |
| 2022-03-14 | Stabilize ADX target feature | Tony Arcieri | -1/+1 |
| 2022-03-14 | Rollup merge of #90621 - adamgemmell:dev/stabilise-target-feature, r=Amanieu | Matthias Krüger | -1/+1 |
| 2022-03-14 | Stabilise `aarch64_target_feature` | Adam Gemmell | -1/+1 |
| 2022-03-13 | Auto merge of #94916 - matthiaskrgr:rollup-s6zedfl, r=matthiaskrgr | bors | -1/+149 |
| 2022-03-13 | Rollup merge of #94816 - WaffleLapkin:atomic_get_mut_slice, r=Mark-Simulacrum | Matthias Krüger | -0/+110 |
| 2022-03-13 | Rollup merge of #93292 - nvzqz:nonzero-bits, r=dtolnay | Matthias Krüger | -1/+39 |
| 2022-03-13 | Auto merge of #94738 - Urgau:rustbuild-check-cfg-values, r=Mark-Simulacrum | bors | -2/+0 |
| 2022-03-12 | Use reduce_sum in as_simd example | Jubilee Young | -1/+1 |
| 2022-03-12 | Use `Self::BITS` in `log2` implementation | Nikolai Vazquez | -1/+1 |
| 2022-03-12 | Implement `BITS` constant for non-zero integers | Nikolai Vazquez | -0/+38 |
| 2022-03-11 | Format core and std macro rules, removing needless surrounding blocks | David Tolnay | -26/+50 |
| 2022-03-11 | Rollup merge of #94838 - antonok-edm:float-parse-docs, r=Dylan-DPC | Dylan DPC | -5/+8 |
| 2022-03-11 | Rollup merge of #94818 - yoshuawuyts:into-future-associated-type, r=joshtriplett | Dylan DPC | -4/+4 |
| 2022-03-11 | Rollup merge of #87618 - GuillaumeGomez:std-char-types-doc, r=jyn514,camelid | Dylan DPC | -1/+6 |
| 2022-03-11 | Rollup merge of #94842 - tspiteri:there-is-no-try, r=Dylan-DPC | Dylan DPC | -3/+6 |
| 2022-03-11 | Rollup merge of #94776 - martingms:optimize-escape-default, r=nnethercote | Dylan DPC | -8/+6 |
| 2022-03-11 | remove unnecessary try_opt for operations that cannot fail | Trevor Spiteri | -3/+6 |