| Age | Commit message (Expand) | Author | Lines |
| 2022-11-07 | Removed unnecessary Trait bound | onestacked | -4/+1 |
| 2022-11-07 | fmt | Ralf Jung | -5/+5 |
| 2022-11-07 | Rollup merge of #104090 - wanghaha-dev:master, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-11-07 | Lift `T: Sized` bounds from some `strict_provenance` `NonNull` methods | Maybe Waffle | -12/+3 |
| 2022-11-07 | run alloc benchmarks in Miri and fix UB | Ralf Jung | -16/+19 |
| 2022-11-07 | disable btree size tests on Miri | Ralf Jung | -0/+1 |
| 2022-11-07 | Modify comment syntax error | wanghaha-dev | -1/+1 |
| 2022-11-07 | Rollup merge of #104074 - yancyribbens:add-example-to-round, r=Mark-Simulacrum | Yuki Okushi | -0/+4 |
| 2022-11-07 | Rollup merge of #104056 - ripytide:patch-1, r=Mark-Simulacrum | Yuki Okushi | -3/+3 |
| 2022-11-06 | PhantomData layout guarantees | Joshua Liebow-Feeser | -0/+6 |
| 2022-11-06 | Fix rebase errors | Mark Rousskov | -0/+3 |
| 2022-11-06 | Fix rustdoc lints | Mark Rousskov | -2/+2 |
| 2022-11-06 | cfg-step code | Mark Rousskov | -56/+49 |
| 2022-11-06 | Bump version placeholders to release | Mark Rousskov | -46/+46 |
| 2022-11-06 | rustdoc: Add an example for round that is different from truncate | yancy | -0/+4 |
| 2022-11-06 | Add small clarification around using pointers derived from references | Alex Saveau | -2/+2 |
| 2022-11-06 | Auto merge of #99943 - compiler-errors:tuple-trait, r=jackh726 | bors | -3/+449 |
| 2022-11-06 | Added `const_hash` tracking issue id | onestacked | -21/+21 |
| 2022-11-06 | Made `Sip` const `Hasher` | onestacked | -17/+32 |
| 2022-11-06 | Vec: IntoIterator signature consistency | ripytide | -3/+3 |
| 2022-11-06 | std: fix double-free of mutex | joboet | -1/+1 |
| 2022-11-06 | std: remove lock wrappers in `sys_common` | joboet | -653/+404 |
| 2022-11-06 | remove no-longer-needed work-arounds from the standard library | Ralf Jung | -18/+9 |
| 2022-11-06 | Rollup merge of #104002 - RalfJung:unsafecell-new, r=JohnTitor | Matthias Krüger | -1/+1 |
| 2022-11-05 | Fix unused_must_use warning for Box::from_raw | Anett Seeker | -1/+1 |
| 2022-11-05 | Merge conflicts and rebase onto master | Michael Goulet | -3/+30 |
| 2022-11-05 | Enforce Tuple trait on Fn traits | Michael Goulet | -0/+419 |
| 2022-11-05 | Remove linuxkernel targets | Alex Gaynor | -1/+0 |
| 2022-11-05 | fix a comment in UnsafeCell::new | Ralf Jung | -1/+1 |
| 2022-11-05 | Rollup merge of #103995 - SUPERCILEX:typos, r=Dylan-DPC | Dylan DPC | -9/+10 |
| 2022-11-04 | Small round of typo fixes | Alex Saveau | -9/+10 |
| 2022-11-04 | Fix build of thumbv7a-pc-windows-msvc | Arlo Siemsen | -1/+2 |
| 2022-11-04 | Make `BuildHasher` const_trait | onestacked | -3/+6 |
| 2022-11-04 | Made `Hash` and `Hasher` const_trait | onestacked | -24/+44 |
| 2022-11-04 | Rollup merge of #103681 - RalfJung:libtest-thread, r=thomcc | Matthias Krüger | -54/+37 |
| 2022-11-04 | Rollup merge of #103367 - chbaker0:update-std-getrandom, r=thomcc | Matthias Krüger | -3/+3 |
| 2022-11-04 | Rollup merge of #103941 - douweschulte:patch-1, r=jyn514 | Matthias Krüger | -2/+2 |
| 2022-11-04 | Rollup merge of #103680 - RalfJung:cstr-links, r=JohnTitor | Matthias Krüger | -2/+5 |
| 2022-11-04 | update comment | Neutron3529 | -4/+8 |
| 2022-11-03 | Remove `iter::Empty` hack | Sky | -6/+1 |
| 2022-11-03 | Fixed typos | Douwe Schulte | -2/+2 |
| 2022-11-03 | std: sync "Dependencies of the `backtrace` crate" with `backtrace` | Michael Howell | -3/+3 |
| 2022-11-03 | fix the overflow warning. | Neutron3529 | -1/+9 |
| 2022-11-03 | Optimize the code to run faster. | Neutron3529 | -9/+1 |
| 2022-11-02 | Remove std's transitive dependency on cfg-if 0.1 | Collin Baker | -3/+3 |
| 2022-11-02 | Add tracking issue for `const_arguments_as_str` | Sky | -1/+1 |
| 2022-11-02 | Rollup merge of #103807 - H4x5:string-extend-from-within-tracking-issue, r=Dy... | Dylan DPC | -1/+1 |
| 2022-11-02 | Rollup merge of #103774 - compiler-errors:dyn-trait-in-type-name, r=eholk | Dylan DPC | -0/+18 |
| 2022-11-02 | Clarify docs of `RefCell` | Chayim Refael Friedman | -8/+9 |
| 2022-11-01 | Rollup merge of #103637 - ChrisDenton:stdio-uwp, r=thomcc | Manish Goregaokar | -120/+28 |