about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
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-18Support for visionOSAdam Gastineau-20/+390
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-13Provide `cabi_realloc` on `wasm32-wasip2` by defaultAlex Crichton-0/+67
2024-03-13Get wasm32-wasip2 compiling with its custom pal implementationAlex Crichton-9/+3
2024-03-13Rollup merge of #122386 - joboet:move_pal_once, r=jhprattMatthias Krüger-32/+19
2024-03-12Specialize many implementations of `Read::read_buf_exact`Benoît du Garreau-18/+74
2024-03-12Convert [u8] to [i8] in testChris Denton-0/+1
2024-03-12Bump windows-bindgen to 0.55.0Chris Denton-183/+181
2024-03-12Bump windows-bindgen to 0.54.0Chris Denton-31/+31
2024-03-12std: move `Once` implementations to `sys`joboet-32/+19
2024-03-12Allow dead code in sys/palArthur Carcano-0/+6
2024-03-12Allow dead code in thread local dtorArthur Carcano-1/+1
2024-03-12Use `min_exhaustive_patterns` in core & stdNadrieril-1/+10
2024-03-12std::rand: fix dragonflybsd after #121942.David Carlier-7/+13
2024-03-11Rollup merge of #121438 - coolreader18:wasm32-panic-unwind, r=cuviperJubilee-4/+4
2024-03-11Auto merge of #122331 - jhpratt:rollup-cbl8xsy, r=jhprattbors-21/+45
2024-03-11Rollup merge of #122326 - Zoxc:win-alloc-tweak, r=ChrisDentonJacob Pratt-19/+36
2024-03-11Rollup merge of #122002 - devnexen:thread_stack_netbsd_fix, r=workingjubilee,...Jacob Pratt-2/+3
2024-03-11Rollup merge of #121633 - ChrisDenton:precise, r=NilstriebJacob Pratt-0/+6
2024-03-11Auto merge of #117156 - jmillikin:os-unix-socket-ext, r=Amanieu,dtolnaybors-138/+246
2024-03-11Optimize `process_heap_alloc`John Kåre Alsaker-19/+36
2024-03-10Rollup merge of #122276 - RalfJung:io-read, r=NilstriebMatthias Krüger-10/+7
2024-03-10Rollup merge of #122275 - RalfJung:std-oom, r=workingjubileeMatthias Krüger-0/+2
2024-03-10Rollup merge of #121942 - devnexen:getrandom_for_dfbsd, r=joboetMatthias Krüger-1/+9
2024-03-10Rollup merge of #113525 - workingjubilee:handle-dynamic-minsigstksz, r=m-ou-seMatthias Krüger-11/+39
2024-03-10Rollup merge of #112136 - clarfonthey:ffi-c_str, r=cuviperMatthias Krüger-6/+46
2024-03-10io::Read trait: make it more clear when we are adressing implementations vs c...Ralf Jung-10/+7
2024-03-10disable OOM test in MiriRalf Jung-0/+2
2024-03-09Rollup merge of #121711 - ChrisDenton:junction, r=Mark-SimulacrumGuillaume Boisseau-81/+86
2024-03-09Rollup merge of #121403 - kornelski:io-oom, r=dtolnayGuillaume Boisseau-9/+31
2024-03-09Rollup merge of #114655 - nbdd0121:io-safety, r=dtolnayGuillaume Boisseau-10/+10
2024-03-09Rollup merge of #99153 - Dajamante:issue/95622, r=dtolnayGuillaume Boisseau-0/+26
2024-03-09Avoid closing invalid handlesdylni-21/+47
2024-03-09Auto merge of #122095 - lukas-code:windows-shutdown-test, r=ChrisDentonbors-15/+18