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
/
sgx
/
abi
/
usercalls
/
alloc.rs
Age
Commit message (
Expand
)
Author
Lines
2024-01-11
std: begin moving platform support modules into `pal`
joboet
-819
/
+0
2023-11-26
Making `User<T>` and `User<[T]>` `Send`
Raoul Strackx
-0
/
+6
2023-07-31
Clean up SGX user memory copies
Jethro Beekman
-122
/
+85
2023-04-12
remove some unneeded imports
KaDiWa
-1
/
+0
2022-09-04
Make code worling w/ pointers in `library/std/src/sys/sgx/abi/usercalls/alloc...
Maybe Waffle
-14
/
+14
2022-08-22
Rollup merge of #100820 - WaffleLapkin:use_ptr_is_aligned_methods, r=scottmcm
Dylan DPC
-2
/
+2
2022-08-21
Make use of `pointer::is_aligned[_to]`
Maybe Waffle
-2
/
+2
2022-08-20
Rollup merge of #100642 - mzohreva:mz/update-sgx-abi-cancel-queue, r=Mark-Sim...
Matthias Krüger
-0
/
+2
2022-08-17
Mitigate Stale Data Read for xAPIC vulnerability
Raoul Strackx
-5
/
+109
2022-08-16
Update fortanix-sgx-abi and export some useful SGX usercall traits
Mohsen Zohrevandi
-0
/
+2
2022-08-16
Refactor copying data to userspace
Raoul Strackx
-19
/
+32
2022-08-05
cleanup code w/ pointers in std a little
Maybe Waffle
-1
/
+1
2022-06-22
Address reviewer comments
Raoul Strackx
-5
/
+10
2022-06-15
Test `copy_to_userspace` function
Raoul Strackx
-1
/
+1
2022-06-15
Ensure userspace allocation is 8-byte aligned
Raoul Strackx
-1
/
+4
2022-06-15
Mitigate MMIO stale data vulnerabilities
Raoul Strackx
-2
/
+98
2022-06-15
Unify copying data from enclave to userspace
Raoul Strackx
-7
/
+3
2022-04-01
Remove need for associated_type_bounds in std.
Mara Bos
-2
/
+4
2020-10-08
`#[deny(unsafe_op_in_unsafe_fn)]` in sys/sgx
Caduser2020
-22
/
+49
2020-07-27
mv std libs to library/
mark
-0
/
+603