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
Age
Commit message (
Expand
)
Author
Lines
2024-01-11
std: begin moving platform support modules into `pal`
joboet
-1473
/
+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
Rollup merge of #100822 - WaffleLapkin:no_offset_question_mark, r=scottmcm
Matthias Krüger
-2
/
+2
2022-08-21
Make use of `pointer::is_aligned[_to]`
Maybe Waffle
-2
/
+2
2022-08-21
Replace most uses of `pointer::offset` with `add` and `sub`
Maybe Waffle
-2
/
+2
2022-08-20
Rollup merge of #100642 - mzohreva:mz/update-sgx-abi-cancel-queue, r=Mark-Sim...
Matthias Krüger
-4
/
+30
2022-08-17
Mitigate Stale Data Read for xAPIC vulnerability
Raoul Strackx
-7
/
+137
2022-08-16
Update fortanix-sgx-abi and export some useful SGX usercall traits
Mohsen Zohrevandi
-4
/
+30
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
/
+33
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-05-09
Use Rust 2021 prelude in std itself.
Mara Bos
-1
/
+0
2022-04-01
Remove need for associated_type_bounds in std.
Mara Bos
-2
/
+4
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-3
/
+3
2020-10-08
`#[deny(unsafe_op_in_unsafe_fn)]` in sys/sgx
Caduser2020
-58
/
+86
2020-07-27
mv std libs to library/
mark
-0
/
+1175