| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-07-27 | mv std libs to library/ | mark | -247/+0 | |
| 2020-02-10 | Fix SGX RWLock representation for UnsafeCell niche fix | Jethro Beekman | -11/+13 | |
| 2019-12-22 | Format the world | Mark Rousskov | -26/+15 | |
| 2019-11-13 | Revert "Auto merge of #65134 - ↵ | Robin Kruppe | -3/+0 | |
| davidtwco:issue-19834-improper-ctypes-in-extern-C-fn, r=rkruppe" This reverts commit 3f0e16473de5ec010f44290a8c3ea1d90e0ad7a2, reversing changes made to 61a551b4939ec1d5596e585351038b8fbd0124ba. | ||||
| 2019-11-05 | libstd: allow `improper_ctypes` in `sys/sgx` | David Wood | -0/+3 | |
| Signed-off-by: David Wood <david@davidtw.co> | ||||
| 2019-08-30 | Fix unlock ordering in SGX synchronization primitives | Jethro Beekman | -14/+20 | |
| 2019-04-06 | Rollup merge of #59624 - jethrogb:jb/sgx-unwind-syms, r=alexcrichton | Mazdak Farrokhzad | -40/+2 | |
| SGX target: Use linker option to avoid code CGU assignment kludge cc @VardhanThigle @faern | ||||
| 2019-04-01 | SGX target: Use linker option to avoid code CGU assignment kludge | Jethro Beekman | -40/+2 | |
| 2019-04-01 | SGX target: convert a bunch of panics to aborts | Jethro Beekman | -1/+1 | |
| 2019-03-31 | libstd: deny(elided_lifetimes_in_paths), fixes in sgx | Mazdak Farrokhzad | -4/+4 | |
| 2019-03-28 | Fix missed fn rename in #59284 | Jethro Beekman | -1/+1 | |
| 2019-03-26 | fix some uses I missed | Ralf Jung | -1/+1 | |
| 2019-03-25 | SGX target: fix std unit tests | Jethro Beekman | -12/+39 | |
| 2019-02-28 | libstd => 2018 | Taiki Endo | -8/+8 | |
| 2019-02-14 | SGX target: fix panic = abort | Jethro Beekman | -0/+1 | |
| 2019-02-04 | Remove stray FIXME | Jethro Beekman | -3/+0 | |
| 2019-01-21 | Expose alloc/dealloc properly for SGX libunwind | Jethro Beekman | -0/+15 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-12-19 | Adding unwinding support for x86_64_fortanix_unknown_sgx target. | Vardhan Thigle | -6/+131 | |
| 2018-12-11 | Remove unnecessary feature gates from const fns | Oliver Scherer | -1/+0 | |
| 2018-12-07 | SGX target: implement synchronization primitives and threading | Jethro Beekman | -27/+79 | |
| 2018-12-07 | Add x86_64-fortanix-unknown-sgx target to libstd and dependencies | Jethro Beekman | -0/+82 | |
| The files src/libstd/sys/sgx/*.rs are mostly copied/adapted from the wasm target. This also updates the dlmalloc submodule to the very latest version. | ||||
