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
/
sgx
/
abi
/
usercalls
Age
Commit message (
Expand
)
Author
Lines
2025-07-26
Rollup merge of #143272 - tgross35:bump-fortanix, r=jhpratt,jethrogb
Trevor Gross
-1
/
+1
2025-07-13
Attempt to fix up SGX for random API updates
Josh Triplett
-2
/
+2
2025-07-01
Upgrade the `fortanix-sgx-abi` dependency
Trevor Gross
-1
/
+1
2025-04-27
Fix SGX library code implicit auto-ref
Urgau
-1
/
+1
2025-03-11
Fix `UserRef<[T]>::copy_to_enclave_vec`
Thalia Archibald
-13
/
+6
2025-03-10
Implement read_buf and vectored read/write for SGX stdio
Thalia Archibald
-1
/
+16
2025-03-10
Copy from userspace to MaybeUninit
Jethro Beekman
-3
/
+42
2025-03-06
library: Use size_of from the prelude instead of imported
Thalia Archibald
-23
/
+19
2025-02-09
Mark extern blocks as unsafe
Michael Goulet
-1
/
+1
2024-09-23
std: implement the `random` feature
joboet
-2
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-31
PinCoerceUnsized trait into core
Xiangfei Ding
-0
/
+4
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-8
/
+5
2024-07-26
Fix doc nits
John Arundel
-8
/
+10
2024-07-15
lib: replace some `mem::forget`'s with `ManuallyDrop`
Pavel Grigorenko
-4
/
+3
2024-02-15
Replace `NonZero::<_>::new` with `NonZero::new`.
Markus Reiter
-5
/
+5
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-8
/
+9
2024-01-11
std: begin moving platform support modules into `pal`
joboet
-0
/
+1473