index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
sys
/
pal
/
solid
Age
Commit message (
Expand
)
Author
Lines
2025-04-21
Move `sys::pal::os::Env` into `sys::env`
Thalia Archibald
-140
/
+2
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
-2
/
+0
2025-03-22
std: move process implementations to `sys`
joboet
-2
/
+0
2025-03-09
std: move stdio to `sys`
joboet
-81
/
+0
2025-03-08
Move fs into sys
Thalia Archibald
-611
/
+1
2025-02-17
Rollup merge of #137165 - thaliaarchi:file-tell, r=ChrisDenton
Matthias Krüger
-1
/
+4
2025-02-17
Use tell for <File as Seek>::stream_position
Thalia Archibald
-1
/
+4
2025-02-17
Rollup merge of #136844 - thaliaarchi:const-io-error, r=ChrisDenton
Matthias Krüger
-1
/
+1
2025-02-14
Add safe new to NotAllOnes
Kornel
-5
/
+2
2025-02-10
Fix &&str and trailing commas in io::const_error!
Thalia Archibald
-1
/
+1
2025-02-09
Mark extern blocks as unsafe
Michael Goulet
-8
/
+8
2025-02-07
std: move `io` module out of `pal`
joboet
-87
/
+0
2025-02-02
std: move network code into `sys`
joboet
-428
/
+3
2025-01-09
Update a bunch of library types for MCP807
Scott McMurray
-8
/
+6
2024-11-26
std: update internal uses of `io::const_error!`
joboet
-10
/
+7
2024-11-14
Rollup merge of #132790 - aDotInTheVoid:ioslice-asslice-rides-again, r=cuviper
Jubilee
-1
/
+6
2024-11-09
Add as_slice/into_slice for IoSlice/IoSliceMut.
Alona Enraght-Moony
-1
/
+6
2024-10-13
Implement file_lock feature
Christopher Berner
-0
/
+20
2024-09-23
std: implement the `random` feature
joboet
-10
/
+0
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-5
/
+5
2024-09-02
Fix compile error in solid's remove_dir_all
Ben Kimock
-1
/
+1
2024-08-27
std: move allocators to `sys`
joboet
-31
/
+0
2024-08-22
fix: fs::remove_dir_all: treat ENOENT as success
binarycat
-7
/
+16
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-56
/
+41
2024-07-19
kmc-solid: forbid(unsafe_op_in_unsafe_fn)
Jubilee Young
-1
/
+1
2024-06-24
Auto merge of #126523 - joboet:the_great_big_tls_refactor, r=Mark-Simulacrum
bors
-66
/
+0
2024-06-22
Rollup merge of #126140 - eduardosm:stabilize-fs_try_exists, r=Amanieu
Matthias Krüger
-1
/
+1
2024-06-20
Add blank lines after module-level `//!` comments.
Nicholas Nethercote
-0
/
+1
2024-06-15
std: refactor the TLS implementation
joboet
-66
/
+0
2024-06-11
Rename `std::fs::try_exists` to `std::fs::exists` and stabilize fs_try_exists
Eduardo Sánchez Muñoz
-1
/
+1
2024-05-29
Make `std::env::{set_var, remove_var}` unsafe in edition 2024
Tobias Bucher
-2
/
+2
2024-04-11
Factor some common `io::Error` constants
Benoît du Garreau
-12
/
+3
2024-02-20
Delete architecture-specific memchr code in std::sys
Arthur Carcano
-23
/
+3
2024-02-19
Auto merge of #121177 - joboet:move_pal_locks, r=ChrisDenton
bors
-114
/
+10
2024-02-18
Dyn erase at call site
David Thomas
-4
/
+4
2024-02-17
Auto merge of #120741 - a1phyr:safe_buffer_advance, r=m-ou-se
bors
-2
/
+2
2024-02-16
std: move locks to `sys` on µITRON
joboet
-114
/
+10
2024-02-08
std: move path into `sys`
joboet
-26
/
+0
2024-02-07
Make `io::BorrowedCursor::advance` safe
Benoît du Garreau
-2
/
+2
2024-01-22
std: move cmath into `sys`
joboet
-2
/
+0
2024-01-15
std: move OS String implementation into `sys`
joboet
-2
/
+0
2024-01-12
update paths in comments
joboet
-1
/
+1
2024-01-11
std: begin moving platform support modules into `pal`
joboet
-0
/
+2259