about summary refs log tree commit diff
path: root/library/std/src/sys/pal/uefi
AgeCommit message (Expand)AuthorLines
2025-09-24library: std: sys: pal: uefi: Add some commentsAyush Singh-0/+4
2025-09-12Revert "Constify SystemTime methods"Ralf Jung-20/+7
2025-09-10std: move `thread` into `sys`joboet-1/+0
2025-09-08std: move `thread` into `sys` (rename only)joboet-66/+0
2025-08-26remove deprecated Error::description in implsMarijn Schouten-2/+1
2025-08-19Rollup merge of #145025 - lolbinarycat:ci-tidy-spellcheck, r=Kobzol许杰友 Jieyou Xu (Joe)-2/+2
2025-08-16std: fix more typosbinarycat-2/+2
2025-08-16library: Migrate from `cfg_if` to `cfg_select`Josh Triplett-6/+3
2025-08-12Constify SystemTime methodsltdk-7/+20
2025-08-11std: sys: pal: uefi: tests: Add systemtime testsAyush Singh-24/+96
2025-08-11std: sys: pal: uefi: Overhaul TimeAyush Singh-18/+110
2025-08-11Rollup merge of #144350 - Ayush1325:uefi-io, r=tgross35,nicholasbishopStuart Cook-0/+119
2025-08-06Print thread ID in panic message if thread name is unknownTrevor Gross-0/+4
2025-08-04std: sys: io: io_slice: Add UEFI typesAyush Singh-0/+119
2025-07-31uefi: Use slice equality rather than `memcmp`Trevor Gross-11/+11
2025-07-28thread name in stack overflow messagejoboet-1/+5
2025-07-23std: net: uefi: Add support to query connection dataAyush Singh-0/+4
2025-07-06Auto merge of #141829 - dvdsk:sleep_until_linux, r=cuviper,RalfJungbors-1/+9
2025-07-06sleep_until: use clock_nanosleep where possibledvdsk-1/+9
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-3/+3
2025-05-23std: sys: net: uefi: Implement TCP4 connectAyush Singh-2/+8
2025-05-15deduplicate abort implementationsjoboet-8/+0
2025-04-27use generic Atomic type where possibleChristopher Durham-8/+8
2025-04-21Move `sys::pal::os::Env` into `sys::env`Thalia Archibald-136/+0
2025-04-18Combine env consts into std::sys::env_constsThalia Archibald-10/+0
2025-04-12Move args into std::sysThalia Archibald-157/+0
2025-03-23Rollup merge of #138236 - Ayush1325:uefi-event, r=petrochenkovMichael Goulet-38/+58
2025-03-22std: move process implementations to `sys`joboet-787/+0
2025-03-18uefi: fs: Implement existsAyush Singh-3/+0
2025-03-17uefi: Add OwnedEvent abstractionAyush Singh-38/+58
2025-03-14Auto merge of #137424 - Ayush1325:uefi-path-node, r=nicholasbishop,cuviperbors-0/+179
2025-03-09std: move stdio to `sys`joboet-220/+0
2025-03-08Move fs into sysThalia Archibald-349/+0
2025-03-07Rollup merge of #138034 - thaliaarchi:use-prelude-size-of, r=tgross35Matthias Krüger-4/+3
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-4/+3
2025-03-05Rollup merge of #137477 - Ayush1325:uefi-service-binding, r=Noratrieb许杰友 Jieyou Xu (Joe)-1/+60
2025-03-04Fix some typosfuyangpengqi-1/+1
2025-03-03uefi: helpers: Add DevicePathNode abstractionsAyush Singh-0/+179
2025-03-02uefi: Add Service Binding Protocol abstractionAyush Singh-1/+60
2025-02-28Use correct error message casing for `io::const_error`sNoratrieb-13/+13
2025-02-21Replace some instances of `pub` with `pub(crate)`Trevor Gross-2/+2
2025-02-17Rollup merge of #137165 - thaliaarchi:file-tell, r=ChrisDentonMatthias Krüger-0/+4
2025-02-17Use tell for <File as Seek>::stream_positionThalia Archibald-0/+4
2025-02-17Rollup merge of #136844 - thaliaarchi:const-io-error, r=ChrisDentonMatthias Krüger-3/+3
2025-02-13std: Apply deprecated_safe_2024Eric Huss-4/+4
2025-02-13std: Apply unsafe_attr_outside_unsafeEric Huss-1/+1
2025-02-10Fix long lines which rustfmt fails to formatThalia Archibald-106/+45
2025-02-10Fix &&str and trailing commas in io::const_error!Thalia Archibald-2/+2
2025-02-10Use io::const_error! when possible over io::Error::newThalia Archibald-1/+1
2025-02-07std: move `io` module out of `pal`joboet-2/+0