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
Age
Commit message (
Expand
)
Author
Lines
2022-10-14
Bugfix: keep TLS data in sync
Raoul Strackx
-0
/
+1
2022-09-24
Rollup merge of #100823 - WaffleLapkin:less_offsets, r=scottmcm
Matthias Krüger
-14
/
+14
2022-09-11
std: check if TCS is a null pointer
joboet
-2
/
+6
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
-4
/
+4
2021-12-12
Stabilize asm! and global_asm!
Amanieu d'Antras
-0
/
+3
2021-06-22
Rollup merge of #85054 - jethrogb:jb/sgx-inline-asm, r=Amanieu
Yuki Okushi
-2
/
+2
2021-05-13
Add support for const operands and options to global_asm!
Amanieu d'Antras
-1
/
+1
2021-05-07
Revert SGX inline asm syntax
Jethro Beekman
-2
/
+2
2021-05-07
Rearrange SGX split module files
Jethro Beekman
-0
/
+0
2021-04-21
Ensure TLS destructors run before thread joins in SGX
Mohsen Zohrevandi
-2
/
+4
2021-03-22
Fix asm! from AT&T to Intel syntax
Josh Stone
-1
/
+1
2021-03-22
Update the minimum external LLVM to 10
Josh Stone
-2
/
+1
2021-03-03
Auto merge of #76345 - okready:sgx-mem-range-overflow-checks, r=joshtriplett
bors
-8
/
+34
2020-12-22
Migrate standard library away from compare_and_swap
Linus Färnstrand
-4
/
+4
2020-11-12
Upgrading dlmalloc to 0.2.1
Raoul Strackx
-0
/
+12
2020-10-08
Auto merge of #77346 - Caduser2020:master, r=Mark-Simulacrum
bors
-62
/
+93
2020-10-08
`#[deny(unsafe_op_in_unsafe_fn)]` in sys/sgx
Caduser2020
-62
/
+93
2020-09-28
Prefer asm! in std - all in sgx module
Lzu Tao
-2
/
+9
2020-09-04
Add is_enclave_range/is_user_range overflow checks
Theodore Cipicchio
-8
/
+34
2020-08-31
std: move "mod tests/benches" to separate files
Lzu Tao
-114
/
+112
2020-07-27
mv std libs to library/
mark
-0
/
+2027