| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-08-01 | Aborting when `before_wait` function panics | Raoul Strackx | -6/+10 | |
| 2023-07-31 | `waitqueue` clarifications for SGX platform | Raoul Strackx | -4/+12 | |
| 2023-05-11 | Improve code around SGX waitqueue | Urgau | -3/+13 | |
| Followed up of d36e390d8176babedcf326581959958d447170cd See https://github.com/rust-lang/rust/pull/109732#issuecomment-1543574908 for more details. Co-authored-by: Jethro Beekman <jethro@fortanix.com> | ||||
| 2023-05-10 | Remove and fix useless drop of reference | Urgau | -1/+1 | |
| 2021-07-27 | Add warning to SGX mutex implementation | Jethro Beekman | -0/+1 | |
| 2021-05-07 | Rearrange SGX split module files | Jethro Beekman | -0/+246 | |
| In #75979 several inlined modules were split out into multiple files. This PR keeps the multiple files but moves a few things around to organize things in a coherent way. | ||||
| 2021-01-13 | deprecate atomic::spin_loop_hint in favour of hint::spin_loop | Ashley Mannix | -2/+3 | |
| 2020-12-22 | Migrate standard library away from compare_and_swap | Linus Färnstrand | -1/+1 | |
| 2020-10-08 | `#[deny(unsafe_op_in_unsafe_fn)]` in sys/sgx | Caduser2020 | -34/+42 | |
| Run `./x.py` fmt Add reference link Fix reference link Apply review suggestions. | ||||
| 2020-08-31 | std: move "mod tests/benches" to separate files | Lzu Tao | -0/+368 | |
| Also doing fmt inplace as requested. | ||||
