about summary refs log tree commit diff
path: root/library/std/src/sys/pal/solid
AgeCommit message (Expand)AuthorLines
2025-04-21Move `sys::pal::os::Env` into `sys::env`Thalia Archibald-140/+2
2025-04-18Combine env consts into std::sys::env_constsThalia Archibald-10/+0
2025-04-12Move args into std::sysThalia Archibald-2/+0
2025-03-22std: move process implementations to `sys`joboet-2/+0
2025-03-09std: move stdio to `sys`joboet-81/+0
2025-03-08Move fs into sysThalia Archibald-611/+1
2025-02-17Rollup merge of #137165 - thaliaarchi:file-tell, r=ChrisDentonMatthias Krüger-1/+4
2025-02-17Use tell for <File as Seek>::stream_positionThalia Archibald-1/+4
2025-02-17Rollup merge of #136844 - thaliaarchi:const-io-error, r=ChrisDentonMatthias Krüger-1/+1
2025-02-14Add safe new to NotAllOnesKornel-5/+2
2025-02-10Fix &&str and trailing commas in io::const_error!Thalia Archibald-1/+1
2025-02-09Mark extern blocks as unsafeMichael Goulet-8/+8
2025-02-07std: move `io` module out of `pal`joboet-87/+0
2025-02-02std: move network code into `sys`joboet-428/+3
2025-01-09Update a bunch of library types for MCP807Scott McMurray-8/+6
2024-11-26std: update internal uses of `io::const_error!`joboet-10/+7
2024-11-14Rollup merge of #132790 - aDotInTheVoid:ioslice-asslice-rides-again, r=cuviperJubilee-1/+6
2024-11-09Add as_slice/into_slice for IoSlice/IoSliceMut.Alona Enraght-Moony-1/+6
2024-10-13Implement file_lock featureChristopher Berner-0/+20
2024-09-23std: implement the `random` featurejoboet-10/+0
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-5/+5
2024-09-02Fix compile error in solid's remove_dir_allBen Kimock-1/+1
2024-08-27std: move allocators to `sys`joboet-31/+0
2024-08-22fix: fs::remove_dir_all: treat ENOENT as successbinarycat-7/+16
2024-07-29Reformat `use` declarations.Nicholas Nethercote-56/+41
2024-07-19kmc-solid: forbid(unsafe_op_in_unsafe_fn)Jubilee Young-1/+1
2024-06-24Auto merge of #126523 - joboet:the_great_big_tls_refactor, r=Mark-Simulacrumbors-66/+0
2024-06-22Rollup merge of #126140 - eduardosm:stabilize-fs_try_exists, r=AmanieuMatthias Krüger-1/+1
2024-06-20Add blank lines after module-level `//!` comments.Nicholas Nethercote-0/+1
2024-06-15std: refactor the TLS implementationjoboet-66/+0
2024-06-11Rename `std::fs::try_exists` to `std::fs::exists` and stabilize fs_try_existsEduardo Sánchez Muñoz-1/+1
2024-05-29Make `std::env::{set_var, remove_var}` unsafe in edition 2024Tobias Bucher-2/+2
2024-04-11Factor some common `io::Error` constantsBenoît du Garreau-12/+3
2024-02-20Delete architecture-specific memchr code in std::sysArthur Carcano-23/+3
2024-02-19Auto merge of #121177 - joboet:move_pal_locks, r=ChrisDentonbors-114/+10
2024-02-18Dyn erase at call siteDavid Thomas-4/+4
2024-02-17Auto merge of #120741 - a1phyr:safe_buffer_advance, r=m-ou-sebors-2/+2
2024-02-16std: move locks to `sys` on µITRONjoboet-114/+10
2024-02-08std: move path into `sys`joboet-26/+0
2024-02-07Make `io::BorrowedCursor::advance` safeBenoît du Garreau-2/+2
2024-01-22std: move cmath into `sys`joboet-2/+0
2024-01-15std: move OS String implementation into `sys`joboet-2/+0
2024-01-12update paths in commentsjoboet-1/+1
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+2259