about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2024-04-01Rollup merge of #123323 - devnexen:thread_set_name_solaris_fix, r=workingjubileeJubilee-1/+6
2024-04-01std::thread: set_name change for solaris/illumos.David Carlier-1/+6
2024-04-01Auto merge of #123315 - devnexen:thread_get_name_solaris, r=ChrisDentonbors-3/+11
2024-04-01Auto merge of #123265 - joboet:guardians_of_the_unix, r=ChrisDentonbors-490/+317
2024-04-01update commentjoboet-4/+1
2024-04-01std::thread: adding get_name implementation for solaris/illumos.David Carlier-3/+11
2024-03-31Auto merge of #123299 - workingjubilee:rollup-2z8amaj, r=workingjubileebors-1/+19
2024-03-31std::thread: adding get_name haiku implementation.David Carlier-1/+19
2024-03-31catch_panic: warn about panicking payload dropRalf Jung-0/+3
2024-03-31std: move `thread::current` TLS variable out of `thread_info`joboet-176/+29
2024-03-31std: move UNIX stack overflow guard page handling into `stack_overflow.rs`joboet-310/+287
2024-03-30std::thread: adding freebsd/netbsd to the linux's get_name implementation.David Carlier-1/+8
2024-03-29stabilize ptr.is_aligned, move ptr.is_aligned_to to a new feature gateAria Beingessner-1/+1
2024-03-29Auto merge of #122975 - DianQK:simplify_ub_check, r=saethlinbors-0/+1
2024-03-27Some wording improvementVagelis Prokopiou-2/+2
2024-03-27Eliminate `UbCheck` for non-standard librariesDianQK-0/+1
2024-03-27Auto merge of #123128 - GuillaumeGomez:rollup-3l3zu6s, r=GuillaumeGomezbors-2/+2
2024-03-27Rollup merge of #123083 - klensy:clippy-me, r=workingjubileeGuillaume Gomez-2/+2
2024-03-27impl get_mut_or_init and get_mut_or_try_init for OnceCell and OnceLocktison-0/+81
2024-03-27Auto merge of #116016 - jhpratt:kill-rustc-serialize, r=ehussbors-12/+23
2024-03-27Rollup merge of #123118 - tgross35:rwlock-docs, r=workingjubileeMatthias Krüger-6/+7
2024-03-27Rollup merge of #123084 - a1phyr:unixstream_read_buf, r=workingjubileeMatthias Krüger-0/+8
2024-03-27Rollup merge of #123038 - he32:netbsd-ilp32-fix, r=workingjubileeMatthias Krüger-1/+1
2024-03-27Rollup merge of #122880 - a1phyr:preadv_more_platform, r=workingjubileeMatthias Krüger-6/+22
2024-03-26Update `RwLock` deadlock example to not use shadowingTrevor Gross-6/+7
2024-03-26Rollup merge of #123057 - sthibaul:systemtime, r=jhprattMatthias Krüger-2/+2
2024-03-26unix fs: Make hurd and horizon using explicit new rather than FromSamuel Thibault-2/+2
2024-03-26Unix: Support more platforms with `preadv` and `pwritev`Benoît du Garreau-6/+22
2024-03-26`UnixStream`: override `read_buf`Benoît du Garreau-0/+8
2024-03-26Fix link to BufWriterding-young-1/+1
2024-03-26std library unix/thread.rs: fix NetBSD code for ILP32 CPUs.Havard Eidnes-1/+1
2024-03-25lib: fix some unnecessary_cast clippy lintklensy-2/+2
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-23Fixed builds with modified libcAdam Gastineau-0/+3
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-23rename ptr::from_exposed_addr -> ptr::with_exposed_provenanceRalf Jung-7/+7
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-22Remove RustcEncodable/Decodable from 2024 preludeJacob Pratt-17/+23
2024-03-22Soft-destabilize `RustcEncodable`/`RustcDecodable`Jacob Pratt-1/+6
2024-03-22Avoid a panic in `set_output_capture` in the default panic handlerJohn Kåre Alsaker-9/+29