| Age | Commit message (Expand) | Author | Lines |
| 2025-09-24 | library: std: sys: pal: uefi: Add some comments | Ayush Singh | -0/+4 |
| 2025-09-12 | Revert "Constify SystemTime methods" | Ralf Jung | -20/+7 |
| 2025-09-10 | std: move `thread` into `sys` | joboet | -1/+0 |
| 2025-09-08 | std: move `thread` into `sys` (rename only) | joboet | -66/+0 |
| 2025-08-26 | remove deprecated Error::description in impls | Marijn Schouten | -2/+1 |
| 2025-08-19 | Rollup merge of #145025 - lolbinarycat:ci-tidy-spellcheck, r=Kobzol | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2025-08-16 | std: fix more typos | binarycat | -2/+2 |
| 2025-08-16 | library: Migrate from `cfg_if` to `cfg_select` | Josh Triplett | -6/+3 |
| 2025-08-12 | Constify SystemTime methods | ltdk | -7/+20 |
| 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-06 | Print thread ID in panic message if thread name is unknown | Trevor Gross | -0/+4 |
| 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-28 | thread name in stack overflow message | joboet | -1/+5 |
| 2025-07-23 | std: net: uefi: Add support to query connection data | Ayush Singh | -0/+4 |
| 2025-07-06 | Auto merge of #141829 - dvdsk:sleep_until_linux, r=cuviper,RalfJung | bors | -1/+9 |
| 2025-07-06 | sleep_until: use clock_nanosleep where possible | dvdsk | -1/+9 |
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -3/+3 |
| 2025-05-23 | std: sys: net: uefi: Implement TCP4 connect | Ayush Singh | -2/+8 |
| 2025-05-15 | deduplicate abort implementations | joboet | -8/+0 |
| 2025-04-27 | use generic Atomic type where possible | Christopher Durham | -8/+8 |
| 2025-04-21 | Move `sys::pal::os::Env` into `sys::env` | Thalia Archibald | -136/+0 |
| 2025-04-18 | Combine env consts into std::sys::env_consts | Thalia Archibald | -10/+0 |
| 2025-04-12 | Move args into std::sys | Thalia Archibald | -157/+0 |
| 2025-03-23 | Rollup merge of #138236 - Ayush1325:uefi-event, r=petrochenkov | Michael Goulet | -38/+58 |
| 2025-03-22 | std: move process implementations to `sys` | joboet | -787/+0 |
| 2025-03-18 | uefi: fs: Implement exists | Ayush Singh | -3/+0 |
| 2025-03-17 | uefi: Add OwnedEvent abstraction | Ayush Singh | -38/+58 |
| 2025-03-14 | Auto merge of #137424 - Ayush1325:uefi-path-node, r=nicholasbishop,cuviper | bors | -0/+179 |
| 2025-03-09 | std: move stdio to `sys` | joboet | -220/+0 |
| 2025-03-08 | Move fs into sys | Thalia Archibald | -349/+0 |
| 2025-03-07 | Rollup merge of #138034 - thaliaarchi:use-prelude-size-of, r=tgross35 | Matthias Krüger | -4/+3 |
| 2025-03-06 | library: Use size_of from the prelude instead of imported | Thalia Archibald | -4/+3 |
| 2025-03-05 | Rollup merge of #137477 - Ayush1325:uefi-service-binding, r=Noratrieb | 许杰友 Jieyou Xu (Joe) | -1/+60 |
| 2025-03-04 | Fix some typos | fuyangpengqi | -1/+1 |
| 2025-03-03 | uefi: helpers: Add DevicePathNode abstractions | Ayush Singh | -0/+179 |
| 2025-03-02 | uefi: Add Service Binding Protocol abstraction | Ayush Singh | -1/+60 |
| 2025-02-28 | Use correct error message casing for `io::const_error`s | Noratrieb | -13/+13 |
| 2025-02-21 | Replace some instances of `pub` with `pub(crate)` | Trevor Gross | -2/+2 |
| 2025-02-17 | Rollup merge of #137165 - thaliaarchi:file-tell, r=ChrisDenton | Matthias Krüger | -0/+4 |
| 2025-02-17 | Use tell for <File as Seek>::stream_position | Thalia Archibald | -0/+4 |
| 2025-02-17 | Rollup merge of #136844 - thaliaarchi:const-io-error, r=ChrisDenton | Matthias Krüger | -3/+3 |
| 2025-02-13 | std: Apply deprecated_safe_2024 | Eric Huss | -4/+4 |
| 2025-02-13 | std: Apply unsafe_attr_outside_unsafe | Eric Huss | -1/+1 |
| 2025-02-10 | Fix long lines which rustfmt fails to format | Thalia Archibald | -106/+45 |
| 2025-02-10 | Fix &&str and trailing commas in io::const_error! | Thalia Archibald | -2/+2 |
| 2025-02-10 | Use io::const_error! when possible over io::Error::new | Thalia Archibald | -1/+1 |
| 2025-02-07 | std: move `io` module out of `pal` | joboet | -2/+0 |