| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-02-05 | Rollup merge of #136449 - joboet:move_pal_net, r=ChrisDenton | 许杰友 Jieyou Xu (Joe) | -2/+0 |
| 2025-02-02 | std: move network code into `sys` | joboet | -2/+0 |
| 2025-02-02 | uefi: process: Add support for command environment variables | Ayush Singh | -3/+62 |
| 2025-01-30 | Rollup merge of #135475 - Ayush1325:uefi-absolute-path, r=jhpratt | Matthias Krüger | -1/+49 |
| 2025-01-28 | uefi: process: Fix args | Ayush Singh | -4/+3 |
| 2025-01-16 | uefi: Implement path | Ayush Singh | -1/+49 |
| 2025-01-13 | uefi: helpers: Introduce OwnedDevicePath | Ayush Singh | -7/+16 |
| 2025-01-10 | Initial fs module for uefi | Ayush Singh | -1/+344 |
| 2024-11-26 | std: update internal uses of `io::const_error!` | joboet | -27/+25 |
| 2024-11-20 | Rollup merge of #129838 - Ayush1325:uefi-process-args, r=joboet | Matthias Krüger | -12/+56 |
| 2024-10-18 | std: uefi: Use common function for UEFI shell | Ayush Singh | -36/+2 |
| 2024-10-18 | std: uefi: Add basic Env variables | Ayush Singh | -15/+132 |
| 2024-10-14 | uefi: Implement getcwd and chdir | Ayush Singh | -14/+73 |
| 2024-10-10 | uefi: process: Add args support | Ayush Singh | -12/+56 |