about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-06-23fix buildDavid Carlier-2/+1
2024-06-23Added runtime detectionsayantn-21/+67
2024-06-23Use generic simd for avx512 popcntTobias Decking-78/+38
2024-06-23Rollup merge of #126783 - tguichaoua:fix_tcplistener_into_incoming_issue_numb...Matthias Krüger-5/+5
2024-06-23std::unix::os::home_dir: fallback's optimisation.David Carlier-2/+3
2024-06-22Auto merge of #126838 - matthiaskrgr:rollup-qkop22o, r=matthiaskrgrbors-38/+30
2024-06-22Rollup merge of #126552 - fee1-dead-contrib:rmfx, r=compiler-errorsMatthias Krüger-19/+12
2024-06-22Rollup merge of #126140 - eduardosm:stabilize-fs_try_exists, r=AmanieuMatthias Krüger-19/+18
2024-06-22Auto merge of #116113 - kpreid:arcmut, r=dtolnaybors-58/+492
2024-06-22Generalize `{Rc,Arc}::make_mut()` to unsized types.Kevin Reid-26/+229
2024-06-22Replace `WriteCloneIntoRaw` with `CloneToUninit`.Kevin Reid-34/+11
2024-06-22Add `core::clone::CloneToUninit`.Kevin Reid-0/+254
2024-06-22Fix unset variables in the build scriptTrevor Gross-3/+3
2024-06-22Auto merge of #126750 - scottmcm:less-unlikely, r=jhprattbors-19/+19
2024-06-22Skip f128 tests on powerpc64leTrevor Gross-1/+2
2024-06-22Update the Ubuntu docker image to the latest versionTrevor Gross-19/+19
2024-06-22Auto merge of #124101 - the8472:pidfd-methods, r=cuviperbors-124/+265
2024-06-22to extract a pidfd we must consume the childThe 8472-12/+19
2024-06-22Add PidFd::{kill, wait, try_wait}The 8472-117/+251
2024-06-21std::unix::fs: copy simplification for apple.David Carlier-35/+15
2024-06-21Auto merge of #125853 - tesuji:promote-fail-fast, r=cjgillotbors-1/+1
2024-06-21set asm attributesRalf Jung-0/+11
2024-06-21fix test_mm512_stream_ps testRalf Jung-2/+2
2024-06-21non-temporal stores: use inline assemblyRalf Jung-18/+59
2024-06-21Update avx2.rsTobias Decking-4/+0
2024-06-21addcarryx: use pointers of the right typeRalf Jung-6/+6
2024-06-21update intrinsic const param countingDeadbeef-1/+3
2024-06-21Remove `feature(effects)` from the standard libraryDeadbeef-19/+10
2024-06-21Auto merge of #126781 - matthiaskrgr:rollup-5u4pens, r=matthiaskrgrbors-13/+13
2024-06-21fix issue numberTristan Guichaoua-5/+5
2024-06-21Rollup merge of #126613 - tgross35:log-test-update, r=cuviperMatthias Krüger-13/+13
2024-06-20Stop using `unlikely` in `strict_*` methodsScott McMurray-19/+19
2024-06-20[GVN] Add tests for generic pointees with PtrMetadataScott McMurray-0/+7
2024-06-20Don't perform mitigation for thread-unsafe libc::exit under Miri.Zachary S-1/+9
2024-06-20fix rustdoc URLZachary S-3/+4
2024-06-20On `target_os = "linux"`, ensure that only one Rust thread calls `libc::exit`...Zachary S-0/+93
2024-06-21Auto merge of #126578 - scottmcm:inlining-bonuses-too, r=davidtwcobors-2/+4
2024-06-20Auto merge of #124032 - Voultapher:a-new-sort, r=thomccbors-1686/+2627
2024-06-20Rollup merge of #126737 - fee1-dead-contrib:rm-const-closures, r=compiler-errorsMatthias Krüger-1/+0
2024-06-20Fix wrong big O star bracing in the doc commentsLukas Bergdoll-6/+6
2024-06-20Remove `feature(const_closures)` from libcoreDeadbeef-1/+0
2024-06-20Auto merge of #126736 - matthiaskrgr:rollup-rb20oe3, r=matthiaskrgrbors-22/+56
2024-06-20Rollup merge of #126717 - nnethercote:rustfmt-use-pre-cleanups, r=jieyouxuMatthias Krüger-18/+41
2024-06-20Rollup merge of #126711 - GKFX:const-option-as-slice, r=oli-obkMatthias Krüger-4/+15
2024-06-20Auto merge of #116088 - nbdd0121:unwind, r=Amanieu,RalfJungbors-7/+9
2024-06-20Stabilize `PanicInfo::message()` and `PanicMessage`StackOverflowExcept1on-7/+6
2024-06-20Rollup merge of #126703 - the8472:on-blackbox-crypto-use, r=scottmcmMatthias Krüger-1/+1
2024-06-19Shrink some slice iterator MIRScott McMurray-2/+4
2024-06-19Stabilize `hint_assert_unchecked`Trevor Gross-9/+4
2024-06-19Update documentation for `hint::assert_unchecked`Trevor Gross-20/+73