about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2024-03-24Rollup merge of #122992 - devnexen:available_parallelism_sol_upd, r=AmanieuMatthias Krüger-2/+6
2024-03-24Rollup merge of #122984 - RalfJung:panic-in-hook, r=AmanieuMatthias Krüger-5/+10
2024-03-24Rollup merge of #122983 - taiki-e:bsd, r=workingjubileeMatthias Krüger-1/+1
2024-03-24fix build.David Carlier-5/+3
2024-03-24std::thread: refine available_parallelism for solaris/illumos.David Carlier-0/+6
2024-03-24panic-in-panic-hook: formatting a message that's just a string is risk-freeRalf Jung-5/+10
2024-03-24Fix build failure on ARM/AArch64/PowerPC/RISC-V FreeBSD/NetBSDTaiki Endo-1/+1
2024-03-23Rollup merge of #120419 - Ayush1325:uefi-sys-os, r=nicholasbishop,workingjubileeJubilee-10/+81
2024-03-23Rollup merge of #122930 - RalfJung:panic-in-panic-fmt, r=AmanieuMatthias Krüger-1/+7
2024-03-23Rollup merge of #122916 - MultisampledNight:docs-sync-typo, r=jhprattMatthias Krüger-2/+2
2024-03-23add panic location to 'panicked while processing panic'Ralf Jung-1/+7
2024-03-23Auto merge of #119552 - krtab:dead_code_priv_mod_pub_field, r=cjgillot,saethlinbors-1/+7
2024-03-22docs(sync): normalize dot in fn summariesMultisampledNight-2/+2
2024-03-22Rollup merge of #121881 - devnexen:bsd_acceptfilter, r=AmanieuMatthias Krüger-0/+83
2024-03-21Implement macro-based deref!() syntax for deref patternsMichael Goulet-0/+9
2024-03-20Rollup merge of #122729 - m-ou-se:relax, r=AmanieuJacob Pratt-49/+63
2024-03-20std::net: adding acceptfilter feature for netbsd/freebsd.David Carlier-0/+83
2024-03-20SeqCst->Relaxed in condvar test.Mara Bos-2/+2
2024-03-20SeqCst->Relaxed in thread local test.Mara Bos-8/+11
2024-03-20SeqCst->Relaxed in std::net::test.Mara Bos-2/+2
2024-03-20Use less restricted memory ordering in xous::thread_local_key.Mara Bos-5/+5
2024-03-20Auto merge of #122754 - Mark-Simulacrum:bootstrap-bump, r=albertlarsan68bors-8/+5
2024-03-20step cfgsMark Rousskov-5/+2
2024-03-20Rollup merge of #122739 - Sky9x:insert-put, r=jhprattMatthias Krüger-2/+2
2024-03-20Rollup merge of #122730 - ferrocene:hoverbear/qnx-ucred-cfgs, r=AmanieuMatthias Krüger-3/+6
2024-03-19branch 1.78: replace-version-placeholderMark Rousskov-3/+3
2024-03-20resolve clippy errorsonur-ozkan-4/+3
2024-03-19Add "put" as a confusable for insert on hash map/setSky-2/+2
2024-03-19Expose ucred::peer_cred on QNX targets to enable dist buildsAna Hobden-3/+6
2024-03-19SeqCst->Relaxed for xous set_nonblocking.Mara Bos-1/+1
2024-03-19SeqCst->{Release,Acquire} for xous DropLock.Mara Bos-3/+6
2024-03-19SeqCst->Relaxed in pal::windows::pipe.Mara Bos-4/+4
2024-03-19SeqCst->{Release,Acquire} for wasm DropLock.Mara Bos-3/+6
2024-03-19SeqCst->{Release,Acquire} in sys_common::thread_local_key.Mara Bos-3/+3
2024-03-19Use less restricted memory ordering in thread_parking::pthread.Mara Bos-10/+12
2024-03-19SeqCst->{Release,Acquire} in xous mutex.Mara Bos-4/+7
2024-03-19SeqCst->Relaxed for FIRST_PANIC.Mara Bos-1/+1
2024-03-19SeqCst->{Release,Acquire} for alloc error hook.Mara Bos-3/+3
2024-03-17Expand sys/os for UEFIAyush Singh-10/+81
2024-03-16Rollup merge of #122583 - Zoxc:tls-non-mut, r=joboetChris Denton-8/+7
2024-03-16Rollup merge of #122390 - ChrisDenton:bindgen, r=Mark-SimulacrumChris Denton-213/+212
2024-03-16Use `UnsafeCell` for fast constant thread localsJohn Kåre Alsaker-8/+7
2024-03-15Rollup merge of #122562 - Wilfred:break_keyword_docs, r=workingjubileeMatthias Krüger-1/+1
2024-03-15Mention labelled blocks in `break` docsWilfred Hughes-1/+1
2024-03-15Rollup merge of #122512 - baitcode:2024-03-14-buffer-documentation-fix, r=Nil...Guillaume Gomez-0/+2
2024-03-14Rollup merge of #121650 - GrigorenkoPV:cap_setgid, r=AmanieuMatthias Krüger-3/+18
2024-03-14Fix minor documentation issue. Code outside the test would fail. Seek documen...baitcode-0/+2
2024-03-14Rollup merge of #119029 - dylni:avoid-closing-invalid-handles, r=ChrisDentonMatthias Krüger-21/+47
2024-03-14Auto merge of #114038 - Stargateur:108277, r=ChrisDentonbors-51/+35
2024-03-13Rollup merge of #122386 - joboet:move_pal_once, r=jhprattMatthias Krüger-32/+19