| Age | Commit message (Expand) | Author | Lines |
| 2025-08-12 | Constify SystemTime methods | ltdk | -59/+139 |
| 2025-08-11 | std: sys: pal: uefi: tests: Add systemtime tests | Ayush Singh | -24/+96 |
| 2025-08-11 | std: sys: pal: uefi: Overhaul Time | Ayush Singh | -18/+110 |
| 2025-08-11 | Rollup merge of #144350 - Ayush1325:uefi-io, r=tgross35,nicholasbishop | Stuart Cook | -0/+119 |
| 2025-08-08 | Fix wasm target build with atomics feature | Spxg | -0/+4 |
| 2025-08-06 | Print thread ID in panic message if thread name is unknown | Trevor Gross | -4/+105 |
| 2025-08-04 | std: sys: io: io_slice: Add UEFI types | Ayush Singh | -0/+119 |
| 2025-07-31 | uefi: Use slice equality rather than `memcmp` | Trevor Gross | -11/+11 |
| 2025-07-29 | Rollup merge of #144500 - joboet:thread-name-stack-overflow, r=ChrisDenton | Stuart Cook | -28/+77 |
| 2025-07-28 | thread name in stack overflow message | joboet | -28/+77 |
| 2025-07-26 | Rollup merge of #141840 - ChrisDenton:noempty, r=ChrisDenton | Jacob Pratt | -1/+4 |
| 2025-07-26 | Rollup merge of #143272 - tgross35:bump-fortanix, r=jhpratt,jethrogb | Trevor Gross | -1/+1 |
| 2025-07-24 | Rollup merge of #143838 - Ayush1325:uefi-tcp4-config-data, r=tgross35 | León Orell Valerian Liehr | -0/+4 |
| 2025-07-23 | std: net: uefi: Add support to query connection data | Ayush Singh | -0/+4 |
| 2025-07-17 | Rollup merge of #143592 - ChrisDenton:uwp-link, r=Mark-Simulacrum | León Orell Valerian Liehr | -60/+9 |
| 2025-07-14 | Rollup merge of #143710 - joshtriplett:random-updates, r=joshtriplett | Samuel Tardieu | -2/+2 |
| 2025-07-13 | Attempt to fix up SGX for random API updates | Josh Triplett | -2/+2 |
| 2025-07-09 | Fix VxWorks build errors | B I Mohammed Abbas | -1/+1 |
| 2025-07-07 | UWP: link ntdll functions using raw-dylib | Chris Denton | -60/+9 |
| 2025-07-06 | Auto merge of #141829 - dvdsk:sleep_until_linux, r=cuviper,RalfJung | bors | -16/+170 |
| 2025-07-06 | sleep_until: add clock_nanosleep support to Miri | dvdsk | -0/+1 |
| 2025-07-06 | sleep_until: use clock_nanosleep where possible | dvdsk | -16/+169 |
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -3/+3 |
| 2025-07-01 | Upgrade the `fortanix-sgx-abi` dependency | Trevor Gross | -1/+1 |
| 2025-06-28 | Workaround for mem safety in third party dlls | Chris Denton | -12/+81 |
| 2025-06-25 | make `tidy-alphabetical` use a natural sort | Folkert de Vries | -3/+3 |
| 2025-06-20 | Rollup merge of #141990 - Qelxiros:141975-unix_send_signal, r=ChrisDenton,tgr... | Trevor Gross | -1/+5 |
| 2025-06-18 | add ChildExt(::send_signal) | Jeremy Smart | -1/+5 |
| 2025-06-15 | Windows: Use anonymous pipes in Command | Chris Denton | -86/+142 |
| 2025-06-06 | Rollup merge of #142091 - thaliaarchi:aix-getenv, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2025-06-05 | Fix AIX build | Thalia Archibald | -1/+1 |
| 2025-06-05 | Optimize `Seek::stream_len` impl for `File` | Tobias Bucher | -0/+2 |
| 2025-05-31 | If HOME is empty, use the fallback instead | Chris Denton | -1/+4 |
| 2025-05-24 | Rollup merge of #139254 - Ayush1325:uefi-tcp4-connect, r=joboet | Matthias Krüger | -2/+8 |
| 2025-05-23 | GetUserProfileDirectoryW is now documented to always store the size | Ralf Jung | -2/+0 |
| 2025-05-23 | std: sys: net: uefi: Implement TCP4 connect | Ayush Singh | -2/+8 |
| 2025-05-19 | windows: document that we rely on an undocumented property of GetUserProfileD... | Ralf Jung | -0/+2 |
| 2025-05-18 | Rollup merge of #140628 - joboet:async_signal_safe, r=Mark-Simulacrum | León Orell Valerian Liehr | -58/+215 |
| 2025-05-17 | Rollup merge of #139103 - joboet:abort_dedup, r=tgross35 | Matthias Krüger | -29/+17 |
| 2025-05-16 | disable the stack overflow handler on miri | joboet | -29/+41 |
| 2025-05-15 | improve internal fastfail explainer | joboet | -3/+2 |
| 2025-05-15 | deduplicate abort implementations | joboet | -29/+18 |
| 2025-05-14 | Fix set_name for vxworks. Length of name should be truncated to VX_TASK_RENAM... | B I Mohammed Abbas | -10/+2 |
| 2025-05-05 | std: stop using TLS in signal handler | joboet | -38/+183 |
| 2025-05-05 | collect all Fuchsia bindings into the `fuchsia` module | joboet | -277/+117 |
| 2025-05-02 | Rollup merge of #139206 - joboet:unique_thread_errno, r=ibraheemdev | Stuart Cook | -1/+1 |
| 2025-04-28 | Auto merge of #123239 - Urgau:dangerous_implicit_autorefs, r=jdonszelmann,tra... | bors | -1/+1 |
| 2025-04-27 | Fix SGX library code implicit auto-ref | Urgau | -1/+1 |
| 2025-04-27 | use generic Atomic type where possible | Christopher Durham | -111/+119 |
| 2025-04-25 | Auto merge of #140282 - matthiaskrgr:rollup-g6ze4jj, r=matthiaskrgr | bors | -1183/+23 |