summary refs log tree commit diff
path: root/library/std/src/sys/pal/solid
AgeCommit message (Expand)AuthorLines
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