about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2022-11-07Removed unnecessary Trait boundonestacked-4/+1
2022-11-07fmtRalf Jung-5/+5
2022-11-07Rollup merge of #104090 - wanghaha-dev:master, r=Dylan-DPCDylan DPC-1/+1
2022-11-07Lift `T: Sized` bounds from some `strict_provenance` `NonNull` methodsMaybe Waffle-12/+3
2022-11-07run alloc benchmarks in Miri and fix UBRalf Jung-16/+19
2022-11-07disable btree size tests on MiriRalf Jung-0/+1
2022-11-07Modify comment syntax errorwanghaha-dev-1/+1
2022-11-07Rollup merge of #104074 - yancyribbens:add-example-to-round, r=Mark-SimulacrumYuki Okushi-0/+4
2022-11-07Rollup merge of #104056 - ripytide:patch-1, r=Mark-SimulacrumYuki Okushi-3/+3
2022-11-06PhantomData layout guaranteesJoshua Liebow-Feeser-0/+6
2022-11-06Fix rebase errorsMark Rousskov-0/+3
2022-11-06Fix rustdoc lintsMark Rousskov-2/+2
2022-11-06cfg-step codeMark Rousskov-56/+49
2022-11-06Bump version placeholders to releaseMark Rousskov-46/+46
2022-11-06rustdoc: Add an example for round that is different from truncateyancy-0/+4
2022-11-06Add small clarification around using pointers derived from referencesAlex Saveau-2/+2
2022-11-06Auto merge of #99943 - compiler-errors:tuple-trait, r=jackh726bors-3/+449
2022-11-06Added `const_hash` tracking issue idonestacked-21/+21
2022-11-06Made `Sip` const `Hasher`onestacked-17/+32
2022-11-06Vec: IntoIterator signature consistencyripytide-3/+3
2022-11-06std: fix double-free of mutexjoboet-1/+1
2022-11-06std: remove lock wrappers in `sys_common`joboet-653/+404
2022-11-06remove no-longer-needed work-arounds from the standard libraryRalf Jung-18/+9
2022-11-06Rollup merge of #104002 - RalfJung:unsafecell-new, r=JohnTitorMatthias Krüger-1/+1
2022-11-05Fix unused_must_use warning for Box::from_rawAnett Seeker-1/+1
2022-11-05Merge conflicts and rebase onto masterMichael Goulet-3/+30
2022-11-05Enforce Tuple trait on Fn traitsMichael Goulet-0/+419
2022-11-05Remove linuxkernel targetsAlex Gaynor-1/+0
2022-11-05fix a comment in UnsafeCell::newRalf Jung-1/+1
2022-11-05Rollup merge of #103995 - SUPERCILEX:typos, r=Dylan-DPCDylan DPC-9/+10
2022-11-04Small round of typo fixesAlex Saveau-9/+10
2022-11-04Fix build of thumbv7a-pc-windows-msvcArlo Siemsen-1/+2
2022-11-04Make `BuildHasher` const_traitonestacked-3/+6
2022-11-04Made `Hash` and `Hasher` const_traitonestacked-24/+44
2022-11-04Rollup merge of #103681 - RalfJung:libtest-thread, r=thomccMatthias Krüger-54/+37
2022-11-04Rollup merge of #103367 - chbaker0:update-std-getrandom, r=thomccMatthias Krüger-3/+3
2022-11-04Rollup merge of #103941 - douweschulte:patch-1, r=jyn514Matthias Krüger-2/+2
2022-11-04Rollup merge of #103680 - RalfJung:cstr-links, r=JohnTitorMatthias Krüger-2/+5
2022-11-04update commentNeutron3529-4/+8
2022-11-03Remove `iter::Empty` hackSky-6/+1
2022-11-03Fixed typosDouwe Schulte-2/+2
2022-11-03std: sync "Dependencies of the `backtrace` crate" with `backtrace`Michael Howell-3/+3
2022-11-03fix the overflow warning.Neutron3529-1/+9
2022-11-03Optimize the code to run faster.Neutron3529-9/+1
2022-11-02Remove std's transitive dependency on cfg-if 0.1Collin Baker-3/+3
2022-11-02Add tracking issue for `const_arguments_as_str`Sky-1/+1
2022-11-02Rollup merge of #103807 - H4x5:string-extend-from-within-tracking-issue, r=Dy...Dylan DPC-1/+1
2022-11-02Rollup merge of #103774 - compiler-errors:dyn-trait-in-type-name, r=eholkDylan DPC-0/+18
2022-11-02Clarify docs of `RefCell`Chayim Refael Friedman-8/+9
2022-11-01Rollup merge of #103637 - ChrisDenton:stdio-uwp, r=thomccManish Goregaokar-120/+28