about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2022-10-27Rollup merge of #103526 - Rageking8:more-dupe-typos-again, r=Mark-SimulacrumYuki Okushi-1/+1
2022-10-26thread::set_name: debug-assert that things went wellRalf Jung-6/+10
2022-10-26Fix typo in docs for `guaranteed_ne`Lukas Markeffsky-2/+2
2022-10-26Update library/core/src/ptr/mod.rsBen Kimock-0/+1
2022-10-26explicitly mention that both components of wide prts are comparedRalf Jung-0/+1
2022-10-26stabilize `int_log`Lukas Markeffsky-32/+36
2022-10-26ptr::eq: clarify that comparing dyn Trait is fragileRalf Jung-45/+15
2022-10-26library: allow some unused things in MiriRalf Jung-2/+3
2022-10-26Rollup merge of #103287 - saethlin:faster-len-check, r=thomccDylan DPC-5/+16
2022-10-25Try to say that memory outside the AM is always exposedBen Kimock-6/+14
2022-10-25more dupe typos againRageking8-1/+1
2022-10-25Rollup merge of #103482 - aDotInTheVoid:vec-cap-docs, r=thomccDylan DPC-2/+3
2022-10-25Rollup merge of #103379 - cuviper:truncate-thread-name, r=thomccDylan DPC-0/+49
2022-10-25Rollup merge of #98204 - Kixiron:stable-unzip, r=thomccDylan DPC-5/+7
2022-10-24Clairify Vec::capacity docsNixon Enraght-Moony-2/+3
2022-10-24Rollup merge of #103466 - jruderman:patch-2, r=Dylan-DPCYuki Okushi-2/+2
2022-10-24Rollup merge of #103277 - thomcc:bump-libc-135, r=Mark-SimulacrumYuki Okushi-1/+1
2022-10-24Rollup merge of #102766 - thomcc:remove-resolv, r=Mark-SimulacrumYuki Okushi-4/+0
2022-10-24Rollup merge of #102271 - lopopolo:lopopolo/stabilize-duration-try-from-secs-...Yuki Okushi-26/+21
2022-10-24Rollup merge of #99939 - saethlin:pre-sort-tests, r=thomcc,jackh726Yuki Okushi-38/+8
2022-10-24Rollup merge of #99578 - steffahn:remove_redundant_bound, r=thomccYuki Okushi-1/+0
2022-10-24Fix grammar in docs for std::io::ReadJesse Ruderman-2/+2
2022-10-24Auto merge of #100848 - xfix:use-metadata-for-slice-len, r=thomccbors-17/+9
2022-10-24fix typosPointerbender-2/+2
2022-10-23Rollup merge of #103447 - ajtribick:maybe_uninit_doc_update, r=scottmcmMichael Howell-2/+1
2022-10-23Rollup merge of #103005 - solid-rs:patch/kmc-solid/readdir-terminator, r=m-ou-seMichael Howell-8/+12
2022-10-23Rollup merge of #101644 - Timmmm:file_permissions_docs, r=thomccMichael Howell-3/+64
2022-10-23Rollup merge of #100462 - zohnannor:master, r=thomccMichael Howell-0/+4
2022-10-23Fix alloc sizeGary Guo-2/+1
2022-10-23Apply suggestionGary Guo-1/+1
2022-10-23Implement Rust foreign exception protection for EMCC and SEHGary Guo-15/+42
2022-10-23Prevent foreign Rust exceptions from being caughtGary Guo-3/+27
2022-10-23Auto merge of #103137 - dtolnay:readdir, r=Mark-Simulacrumbors-20/+65
2022-10-23Only test pthread_getname_np on linux-gnuJosh Stone-1/+7
2022-10-23MaybeUninit: use assume_init_drop() in the partially initialized array exampleAndrew Tribick-2/+1
2022-10-22Fix typo in docs of `String::leak`.Finn Bear-1/+1
2022-10-22Rollup merge of #103360 - ChrisDenton:isterm-filetype, r=thomccDylan DPC-2/+12
2022-10-22Rollup merge of #103346 - HeroicKatora:metadata_of_const_pointer_argument, r=...Dylan DPC-3/+7
2022-10-22Rollup merge of #103329 - saethlin:nonnull-precondition, r=thomccDylan DPC-1/+5
2022-10-22Rollup merge of #103280 - finnbear:impl_string_leak_2, r=joshtriplettDylan DPC-1/+30
2022-10-21Move truncation next to other thread tests for tidyJosh Stone-25/+25
2022-10-21Truncate thread names on Linux and Apple targetsJosh Stone-0/+43
2022-10-21Auto merge of #103375 - matthiaskrgr:rollup-4xrs7f2, r=matthiaskrgrbors-8/+5
2022-10-22Rollup merge of #103359 - WaffleLapkin:drain_no_mut_qqq, r=scottmcmMatthias Krüger-3/+1
2022-10-22Rollup merge of #103340 - RalfJung:winconsole, r=thomccMatthias Krüger-5/+4
2022-10-21Auto merge of #101263 - lopopolo:lopopolo/c-unwind-fn-ptr-impls, r=thomccbors-7/+21
2022-10-21Auto merge of #101077 - sunshowers:signal-mask-inherit, r=sunshowersbors-71/+122
2022-10-21Reduce false positives in msys2 detectionChris Denton-2/+12
2022-10-21Remove incorrect comment in `Vec::drain`Maybe Waffle-3/+1
2022-10-21Reduce mutability in std-use of with_metadata_ofAndreas Molzer-2/+2