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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
sys
/
sgx
Age
Commit message (
Expand
)
Author
Lines
2020-06-26
Rollup merge of #72937 - AdrianCX:master, r=nikomatsakis
Manish Goregaokar
-5
/
+9
2020-06-24
lints: add `improper_ctypes_definitions`
David Wood
-0
/
+1
2020-06-24
Update libunwind build process for x86_64-fortanix-unknown-sgx target
Adrian Cruceru
-5
/
+9
2020-06-19
Using xsave restore to restore complete FPU state
Raoul Strackx
-12
/
+1
2020-06-18
Prevent attacker from manipulating FPU tag word used in SGX enclave
Raoul Strackx
-0
/
+7
2020-06-07
Enable LVI hardening for x86_64-fortanix-unknown-sgx
Jethro Beekman
-5
/
+15
2020-05-17
abort_internal is safe
Ralf Jung
-2
/
+2
2020-04-26
Fix stragglers
Steven Fackler
-1
/
+1
2020-04-26
Update name
Steven Fackler
-9
/
+9
2020-04-26
Add Read/Write::can_read/write_vectored
Steven Fackler
-0
/
+36
2020-04-02
Remove unnecessary stack overflow handler stub for sgx.
Vytautas Astrauskas
-8
/
+0
2020-03-26
Rename asm! to llvm_asm!
Amanieu d'Antras
-3
/
+3
2020-03-21
Rollup merge of #69955 - alexcrichton:stderr-infallible, r=sfackler
Dylan DPC
-1
/
+1
2020-03-20
Fix abort-on-eprintln during process shutdown
Alex Crichton
-1
/
+1
2020-03-14
Rollup merge of #69403 - LeSeulArtichaut:copy-ioslice, r=sfackler
Yuki Okushi
-0
/
+1
2020-03-06
fix various typos
Matthias Krüger
-1
/
+1
2020-02-23
Implement `Copy` for `IoSlice`
LeSeulArtichaut
-0
/
+1
2020-02-13
Add comment to SGX entry code
Jethro Beekman
-0
/
+1
2020-02-13
Rollup merge of #69068 - Goirad:make-sgx-arg-cleanup-nop, r=jethrogb,nagisa
Dylan DPC
-6
/
+1
2020-02-12
Rollup merge of #69040 - jethrogb:jb/cleanup-sgx-entry, r=nagisa
Dylan DPC
-10
/
+29
2020-02-11
make the sgx arg cleanup implementation a no op
Dario Gonzalez
-6
/
+1
2020-02-10
Avoid jumping to Rust code with user %rsp (reentry_panic)
Jethro Beekman
-7
/
+6
2020-02-10
sanitize MXCSR/FPU control registers
Raoul Strackx
-0
/
+11
2020-02-10
Corrected ac_mitigation patch. That patch used the untrusted stack to clear r...
Raoul Strackx
-7
/
+16
2020-02-10
Fix SGX RWLock representation for UnsafeCell niche fix
Jethro Beekman
-11
/
+13
2020-01-26
update
comet
-1
/
+1
2020-01-10
make use of pointer::is_null
Lzu Tao
-1
/
+1
2019-12-24
Deprecate Error::description for real
David Tolnay
-0
/
+2
2019-12-24
x.py fmt after previous deignore
Mark Rousskov
-5
/
+3
2019-12-22
Format the world
Mark Rousskov
-121
/
+75
2019-12-06
Rewrite %rax register before syscall because it is overwritten by the syscall...
Pieter Agten
-2
/
+2
2019-12-05
Processed review comments
Pieter Agten
-7
/
+17
2019-12-04
Create a separate entry point for the ELF file, instead of using the SGX entr...
Pieter Agten
-0
/
+20
2019-11-29
Format libstd/sys with rustfmt
David Tolnay
-252
/
+270
2019-11-13
Revert "Auto merge of #65134 - davidtwco:issue-19834-improper-ctypes-in-exter...
Robin Kruppe
-4
/
+0
2019-11-05
libstd: allow `improper_ctypes` in `sys/sgx`
David Wood
-0
/
+4
2019-10-25
forgot pushfq/popqfq: fixed
Raoul Strackx
-0
/
+2
2019-10-25
cleaning up code
Raoul Strackx
-9
/
+4
2019-10-25
removed unnecessary push
Raoul Strackx
-1
/
+0
2019-10-21
fixed ac vulnerability
Raoul Strackx
-0
/
+10
2019-09-05
std: Improve downstream codegen in `Command::env`
Alex Crichton
-3
/
+5
2019-08-30
Fix unlock ordering in SGX synchronization primitives
Jethro Beekman
-20
/
+32
2019-08-08
Use associated_type_bounds where applicable - closes #61738
Ilija Tovilo
-2
/
+10
2019-08-03
Add {IoSlice, IoSliceMut}::advance
Thomas de Zeeuw
-0
/
+14
2019-07-05
Remove last use of mem::uninitialized in SGX
Jethro Beekman
-3
/
+1
2019-07-04
Permit use of mem::uninitialized via allow(deprecated)
Mark Rousskov
-0
/
+2
2019-05-25
std: Depend on `backtrace` crate from crates.io
Alex Crichton
-100
/
+0
2019-05-02
Fix potential integer overflow in SGX memory range calculation.
Jethro Beekman
-7
/
+17
2019-04-29
SGX target: implemented vectored I/O
Jethro Beekman
-13
/
+50
2019-04-29
SGX target: don't unwind on usercall index out of bounds
Jethro Beekman
-2
/
+10
[next]