about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2024-04-08Rollup merge of #115984 - hermit-os:fuse, r=m-ou-seMatthias Krüger-103/+251
2024-04-08Add pattern types to parserOli Scherer-0/+6
2024-04-08std: update abort message in `thread::set_current`joboet-1/+1
2024-04-08Auto merge of #123506 - RalfJung:miri-test-libstd, r=Mark-Simulacrumbors-1/+6
2024-04-07sys_common::thread_local_key: make a note that this is not used on WindowsRalf Jung-1/+4
2024-04-07also test parts of stdRalf Jung-1/+6
2024-04-06Rollup merge of #123541 - RalfJung:remove-old-hacks, r=Mark-SimulacrumGuillaume Gomez-7/+1
2024-04-06Rollup merge of #114788 - tisonkun:get_mut_or_init, r=dtolnayMatthias Krüger-0/+81
2024-04-06remove miri-test-libstd hacks that are no longer neededRalf Jung-7/+1
2024-04-06Auto merge of #123433 - GnomedDev:remove-threadname-alloc, r=joboetbors-6/+27
2024-04-05Rollup merge of #123505 - ChrisDenton:revert-121666, r=workingjubileeGuillaume Gomez-164/+10
2024-04-05Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwcoGuillaume Gomez-20/+393
2024-04-05Auto merge of #123317 - RalfJung:test-in-miri, r=m-ou-se,saethlin,onur-ozkanbors-0/+4
2024-04-05Revert #121666Chris Denton-164/+10
2024-04-05macOS: Use `libc` definitions for copyfileMads Marquart-39/+10
2024-04-04Remove rt::init allocation for thread nameDavid Thomas-6/+27
2024-04-04Rollup merge of #123389 - ChrisDenton:dont-panic-on-startup, r=joboetMatthias Krüger-30/+14
2024-04-04Add comments about using debug_assertChris Denton-0/+4
2024-04-03Rollup merge of #122356 - devnexen:dfbsd_build_fix, r=jhprattJacob Pratt-7/+13
2024-04-03add 'x.py miri', and make it work for 'library/{core,alloc,std}'Ralf Jung-0/+4
2024-04-03rename `expose_addr` to `expose_provenance`joboet-2/+2
2024-04-03std: add comment about abort motivationjoboet-0/+2
2024-04-02Rollup merge of #123388 - tshepang:consistency, r=jhprattJubilee-2/+2
2024-04-02Rollup merge of #122411 - alexcrichton:wasm32-wasip2-cabi-realloc, r=m-ou-seJubilee-9/+70
2024-04-02Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=AmanieuJacob Pratt-7/+7
2024-04-02Avoid panicking unnecessarily on startupChris Denton-30/+10
2024-04-02use a consistent style for linksTshepang Mbambo-2/+2
2024-04-02Document restricted_stdAdam Gemmell-1/+10
2024-04-02std: reduce code size of `set_current`joboet-2/+5
2024-04-02style: fmtSteve Lau-1/+2
2024-04-02fix: build on haiku by adding missing importSteve Lau-1/+1
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