about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2023-10-25Add the missing wordscottmcm-4/+4
2023-10-25Update library/core/src/primitive_docs.rsJoshua Liebow-Feeser-0/+4
2023-10-25Fix some coroutine sentences that don't make sense anymore.Oli Scherer-1/+1
2023-10-25Remove `cfg_match` from the preludeCaio-89/+91
2023-10-25Auto merge of #117102 - devnexen:dfbsd_stack_overflow_upd, r=thomccbors-2/+12
2023-10-24Add T: ?Sized to RwLock*Guards' Debug impls.Zachary S-2/+2
2023-10-24Auto merge of #117135 - matthiaskrgr:rollup-zdh18i6, r=matthiaskrgrbors-49/+13
2023-10-24Rollup merge of #116714 - WaffleLapkin:order-the-order, r=joshtriplettMatthias Krüger-49/+13
2023-10-24Auto merge of #117126 - matthiaskrgr:rollup-8huie8f, r=matthiaskrgrbors-1/+1
2023-10-24Rollup merge of #117081 - GoodDaisy:master, r=wesleywiserMatthias Krüger-1/+1
2023-10-24Auto merge of #116773 - dtolnay:validatestable, r=compiler-errorsbors-5/+5
2023-10-24Auto merge of #116461 - ChrisDenton:sleep, r=thomccbors-1/+88
2023-10-24Auto merge of #116319 - BlackHoleFox:apple-rand-take-2, r=thomccbors-58/+52
2023-10-24Auto merge of #116238 - tamird:gettimeofday, r=thomccbors-200/+80
2023-10-23Remove Apple RNG fallbacks and simplify implementationBlackHoleFox-58/+52
2023-10-23Remove FnPtr hack from trait_ref_is_knowableMichael Goulet-0/+1
2023-10-23Auto merge of #117103 - matthiaskrgr:rollup-96zuuom, r=matthiaskrgrbors-9/+7
2023-10-23stack_overflow: get_stackp using MAP_STACK flag on dragonflybsd too.David Carlier-2/+12
2023-10-23Rollup merge of #107159 - devnexen:random_fbsd_update, r=workingjubileeMatthias Krüger-9/+7
2023-10-23Auto merge of #116033 - bvanjoi:fix-116032, r=petrochenkovbors-6/+4
2023-10-23Fix invalid stability attribute features in standard libraryDavid Tolnay-5/+5
2023-10-23Update backtrace submoduleWesley Wiser-0/+0
2023-10-23fix typos in commentsGoodDaisy-1/+1
2023-10-23Auto merge of #116606 - ChrisDenton:empty, r=dtolnaybors-0/+8
2023-10-22use visibility to check unused imports and delete some stmtsbohan-6/+4
2023-10-22Rollup merge of #116989 - ChrisDenton:skip-unsupported, r=Mark-SimulacrumMatthias Krüger-2/+11
2023-10-21Clarify UB in `get_unchecked(_mut)`Scott McMurray-0/+10
2023-10-22Add #[inline] to some recalcitrant ops::range methodsBen Kimock-0/+7
2023-10-21Update boxed.rsGimbles-1/+1
2023-10-21Rollup merge of #114521 - devnexen:std_fbsd_13_upd, r=cuviperMatthias Krüger-18/+2
2023-10-20changes from feedbackDavid Carlier-16/+2
2023-10-20Fix stage0 core testsOli Scherer-3/+8
2023-10-20s/generator/coroutine/Oli Scherer-77/+79
2023-10-20s/Generator/Coroutine/Oli Scherer-42/+42
2023-10-20Skip test if Unix sockets are unsupportedChris Denton-2/+11
2023-10-20document that the null pointer has the 0 addressRalf Jung-0/+10
2023-10-20Auto merge of #116966 - clarfonthey:atomic-docs-typo, r=workingjubileebors-1/+1
2023-10-20std: freebsd build update.David CARLIER-4/+2
2023-10-20Fix typo in atomic docsltdk-1/+1
2023-10-20Auto merge of #116785 - nnethercote:spec-Bytes-read, r=the8472bors-15/+60
2023-10-20Specialize `Bytes<R>::next` when `R` is a `BufReader`.Nicholas Nethercote-15/+60
2023-10-19Stablize arc_unwrap_or_cloneMuhammad Hamza-4/+2
2023-10-19Auto merge of #116132 - darthunix:connect_poll, r=cuviperbors-12/+38
2023-10-19Auto merge of #116923 - fmease:rollup-ev7q387, r=fmeasebors-0/+1
2023-10-19Rollup merge of #116795 - DaniPopes:track-caller-option, r=cuviperLeón Orell Valerian Liehr-0/+1
2023-10-19Auto merge of #114534 - niluxv:strict_prov_unwind, r=cuviper,workingjubileebors-54/+103
2023-10-19Auto merge of #116402 - joboet:global_alloc_tls_unsoundness, r=thomcc,working...bors-29/+51
2023-10-18Guarantee that `char` has the same size and alignment as `u32`Joshua Liebow-Feeser-1/+4
2023-10-18std: send free message when xous thread parker is droppedjoboet-1/+7
2023-10-18std: implement thread parking for xousjoboet-1/+89