about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-02-04Rollup merge of #136398 - pitaj:unsafecell_access, r=dtolnayJacob Pratt-0/+84
2025-02-04Rollup merge of #136334 - ricci009:primitivers, r=tgross35Jacob Pratt-168/+181
2025-02-04Rollup merge of #136167 - pitaj:new_range, r=NadrierilJacob Pratt-0/+5
2025-02-04Rollup merge of #135621 - bjorn3:move_tests_to_stdtests, r=NoratriebJacob Pratt-640/+635
2025-02-04Auto merge of #135265 - pascaldekloe:fmt-int-speed, r=tgross35,ChrisDentonbors-75/+81
2025-02-04specify a prim@slice in docsmay-1/+1
2025-02-04implement inherent str constructorsmay-0/+176
2025-02-03Add note about `FnPtr` being exposed as public boundUrgau-0/+3
2025-02-03primitive type migration from mod.rs to primitives.rsricci009-168/+181
2025-02-03Rename rustc_contract to contractCelina G. Val-10/+10
2025-02-03Improve contracts intrisics and remove wrapper functionCelina G. Val-26/+23
2025-02-03Separate contract feature gates for the internal machineryFelix S. Klock II-11/+11
2025-02-03Desugars contract into the internal AST extensionsFelix S. Klock II-0/+31
2025-02-03Add `cast_signed` and `cast_unsigned` methods for `NonZero` typesJosh Triplett-0/+47
2025-02-03Consistently use the latest itertools.Jacob Bramley-1/+1
2025-02-03Update stdarch-gen-arm path generation.Jacob Bramley-50/+81
2025-02-03Express contracts as part of function header and lower it to the contract lan...Celina G. Val-1/+1
2025-02-03contracts: added lang items that act as hooks for rustc-injected code to invoke.Felix S. Klock II-0/+38
2025-02-03Contracts core intrinsics.Felix S. Klock II-0/+32
2025-02-03Mark `std::fmt::from_fn` as `#[must_use]`Yotam Ofek-0/+1
2025-02-03Rollup merge of #136289 - Pyr0de:oncecell-docs, r=tgross35Matthias Krüger-54/+64
2025-02-03no unsafe pointer and no overflowing_literals in fmt::Display of integersPascal S. de Kloe-68/+75
2025-02-03For NonZero impl macros, give unsigned impls access to the corresponding sign...Josh Triplett-2/+17
2025-02-03OnceCell & OnceLock docs: Using (un)initialized consistentlyPyrode-54/+64
2025-02-03std::fs: further simplify dirent64 handlingRalf Jung-8/+6
2025-02-02Docs for f16 and f128: correct a typo and add detailsLaine Taffin Altman-7/+7
2025-02-02Remove stabilized feature gatebjorn3-2/+1
2025-02-02std: move network code into `sys`joboet-1036/+113
2025-02-02Rollup merge of #136434 - RalfJung:rustc_allowed_through_unstable_modules-dep...Matthias Krüger-1/+5
2025-02-02Rollup merge of #136283 - hkBst:patch-31, r=workingjubileeMatthias Krüger-12/+13
2025-02-02Rollup merge of #134272 - RalfJung:destabilize-rustc_encodable_decodable, r=o...Matthias Krüger-48/+0
2025-02-02rustc_allowed_through_unstable_modules: require deprecation messageRalf Jung-1/+5
2025-02-02Rollup merge of #136133 - hkBst:patch-23, r=ibraheemdevMatthias Krüger-8/+4
2025-02-02uefi: process: Add support for command environment variablesAyush Singh-3/+62
2025-02-01Use `widening_mul`Tobias Decking-20/+1
2025-02-01add UnsafeCell direct access APIsPeter Jaszkowiak-0/+84
2025-02-01Rollup merge of #136364 - hkBst:ptr_cmp_docs, r=tgross35Matthias Krüger-3/+8
2025-02-01Rollup merge of #136360 - slanterns:once_wait, r=tgross35Matthias Krüger-7/+3
2025-02-01Rollup merge of #136307 - WaffleLapkin:minminmin, r=scottmcmMatthias Krüger-33/+137
2025-02-01Rollup merge of #135684 - ranger-ross:mutex-docs, r=joboetMatthias Krüger-2/+30
2025-02-01document ptr comparison being by addressMarijn Schouten-3/+8
2025-02-01Fix sentence in process::abortMarijn Schouten-8/+4
2025-01-31More PR feedbackScott McMurray-7/+5
2025-01-31PR feedbackScott McMurray-9/+8
2025-01-31Add `unchecked_disjoint_bitor` with fallback intrinsic implementationScott McMurray-3/+116
2025-02-01docs: Documented Send and Sync requirements for Mutex + MutexGuardRoss Sullivan-2/+30
2025-02-01Rollup merge of #136351 - Darksonn:coerce-pointee-docs, r=compiler-errorsMatthias Krüger-1/+189
2025-02-01Rollup merge of #136163 - uellenberg:driftsort-off-by-one, r=Mark-SimulacrumMatthias Krüger-8/+22
2025-01-31Indentation fix to please clippyPavel Grigorenko-2/+1
2025-02-01stabilize `once_wait`Slanterns-7/+3