| Age | Commit message (Expand) | Author | Lines |
| 2024-03-19 | SeqCst->{Release,Acquire} for wasm DropLock. | Mara Bos | -3/+6 |
| 2024-03-19 | SeqCst->{Release,Acquire} in sys_common::thread_local_key. | Mara Bos | -3/+3 |
| 2024-03-19 | Use less restricted memory ordering in thread_parking::pthread. | Mara Bos | -10/+12 |
| 2024-03-19 | SeqCst->{Release,Acquire} in xous mutex. | Mara Bos | -4/+7 |
| 2024-03-19 | SeqCst->Relaxed for FIRST_PANIC. | Mara Bos | -1/+1 |
| 2024-03-19 | SeqCst->{Release,Acquire} for alloc error hook. | Mara Bos | -3/+3 |
| 2024-03-18 | Support for visionOS | Adam Gastineau | -20/+390 |
| 2024-03-17 | Expand sys/os for UEFI | Ayush Singh | -10/+81 |
| 2024-03-16 | Rollup merge of #122583 - Zoxc:tls-non-mut, r=joboet | Chris Denton | -8/+7 |
| 2024-03-16 | Rollup merge of #122390 - ChrisDenton:bindgen, r=Mark-Simulacrum | Chris Denton | -213/+212 |
| 2024-03-16 | Use `UnsafeCell` for fast constant thread locals | John Kåre Alsaker | -8/+7 |
| 2024-03-15 | Rollup merge of #122562 - Wilfred:break_keyword_docs, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2024-03-15 | Mention labelled blocks in `break` docs | Wilfred Hughes | -1/+1 |
| 2024-03-15 | Rollup merge of #122512 - baitcode:2024-03-14-buffer-documentation-fix, r=Nil... | Guillaume Gomez | -0/+2 |
| 2024-03-14 | Rollup merge of #121650 - GrigorenkoPV:cap_setgid, r=Amanieu | Matthias Krüger | -3/+18 |
| 2024-03-14 | Fix minor documentation issue. Code outside the test would fail. Seek documen... | baitcode | -0/+2 |
| 2024-03-14 | Rollup merge of #119029 - dylni:avoid-closing-invalid-handles, r=ChrisDenton | Matthias Krüger | -21/+47 |
| 2024-03-14 | Auto merge of #114038 - Stargateur:108277, r=ChrisDenton | bors | -51/+35 |
| 2024-03-13 | Provide `cabi_realloc` on `wasm32-wasip2` by default | Alex Crichton | -0/+67 |
| 2024-03-13 | Get wasm32-wasip2 compiling with its custom pal implementation | Alex Crichton | -9/+3 |
| 2024-03-13 | Rollup merge of #122386 - joboet:move_pal_once, r=jhpratt | Matthias Krüger | -32/+19 |
| 2024-03-12 | Specialize many implementations of `Read::read_buf_exact` | Benoît du Garreau | -18/+74 |
| 2024-03-12 | Convert [u8] to [i8] in test | Chris Denton | -0/+1 |
| 2024-03-12 | Bump windows-bindgen to 0.55.0 | Chris Denton | -183/+181 |
| 2024-03-12 | Bump windows-bindgen to 0.54.0 | Chris Denton | -31/+31 |
| 2024-03-12 | std: move `Once` implementations to `sys` | joboet | -32/+19 |
| 2024-03-12 | Allow dead code in sys/pal | Arthur Carcano | -0/+6 |
| 2024-03-12 | Allow dead code in thread local dtor | Arthur Carcano | -1/+1 |
| 2024-03-12 | Use `min_exhaustive_patterns` in core & std | Nadrieril | -1/+10 |
| 2024-03-12 | std::rand: fix dragonflybsd after #121942. | David Carlier | -7/+13 |
| 2024-03-11 | Rollup merge of #121438 - coolreader18:wasm32-panic-unwind, r=cuviper | Jubilee | -4/+4 |
| 2024-03-11 | Auto merge of #122331 - jhpratt:rollup-cbl8xsy, r=jhpratt | bors | -21/+45 |
| 2024-03-11 | Rollup merge of #122326 - Zoxc:win-alloc-tweak, r=ChrisDenton | Jacob Pratt | -19/+36 |
| 2024-03-11 | Rollup merge of #122002 - devnexen:thread_stack_netbsd_fix, r=workingjubilee,... | Jacob Pratt | -2/+3 |
| 2024-03-11 | Rollup merge of #121633 - ChrisDenton:precise, r=Nilstrieb | Jacob Pratt | -0/+6 |
| 2024-03-11 | Auto merge of #117156 - jmillikin:os-unix-socket-ext, r=Amanieu,dtolnay | bors | -138/+246 |
| 2024-03-11 | Optimize `process_heap_alloc` | John Kåre Alsaker | -19/+36 |
| 2024-03-10 | Rollup merge of #122276 - RalfJung:io-read, r=Nilstrieb | Matthias Krüger | -10/+7 |
| 2024-03-10 | Rollup merge of #122275 - RalfJung:std-oom, r=workingjubilee | Matthias Krüger | -0/+2 |
| 2024-03-10 | Rollup merge of #121942 - devnexen:getrandom_for_dfbsd, r=joboet | Matthias Krüger | -1/+9 |
| 2024-03-10 | Rollup merge of #113525 - workingjubilee:handle-dynamic-minsigstksz, r=m-ou-se | Matthias Krüger | -11/+39 |
| 2024-03-10 | Rollup merge of #112136 - clarfonthey:ffi-c_str, r=cuviper | Matthias Krüger | -6/+46 |
| 2024-03-10 | io::Read trait: make it more clear when we are adressing implementations vs c... | Ralf Jung | -10/+7 |
| 2024-03-10 | disable OOM test in Miri | Ralf Jung | -0/+2 |
| 2024-03-09 | Rollup merge of #121711 - ChrisDenton:junction, r=Mark-Simulacrum | Guillaume Boisseau | -81/+86 |
| 2024-03-09 | Rollup merge of #121403 - kornelski:io-oom, r=dtolnay | Guillaume Boisseau | -9/+31 |
| 2024-03-09 | Rollup merge of #114655 - nbdd0121:io-safety, r=dtolnay | Guillaume Boisseau | -10/+10 |
| 2024-03-09 | Rollup merge of #99153 - Dajamante:issue/95622, r=dtolnay | Guillaume Boisseau | -0/+26 |
| 2024-03-09 | Avoid closing invalid handles | dylni | -21/+47 |
| 2024-03-09 | Auto merge of #122095 - lukas-code:windows-shutdown-test, r=ChrisDenton | bors | -15/+18 |