| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | -5/+5 | |
| 2020-11-24 | Auto merge of #78953 - mzohreva:mz/from_raw_fd, r=Mark-Simulacrum | bors | -10/+35 | |
| Add Metadata in std::os::fortanix_sgx::io::FromRawFd Needed for https://github.com/fortanix/rust-sgx/pull/291 cc `@jethrogb` | ||||
| 2020-11-17 | Rollup merge of #78138 - fortanix:raoul/dlmalloc0.2, r=Mark-Simulacrum | Mara Bos | -1/+57 | |
| Upgrade dlmalloc to version 0.2 In preparation of adding dynamic memory management support for SGXv2-enabled platforms, the dlmalloc crate has been refactored. More specifically, support has been added to implement platform specification outside of the dlmalloc crate. (see https://github.com/alexcrichton/dlmalloc-rs/pull/15) This PR upgrades dlmalloc to version 0.2 for the `wasm` and `sgx` targets. As the dlmalloc changes have received a positive review, but have not been merged yet, this PR contains a commit to prevent tidy from aborting CI prematurely. cc: `@jethrogb` | ||||
| 2020-11-12 | Upgrading dlmalloc to 0.2.1 | Raoul Strackx | -1/+57 | |
| 2020-11-12 | Add missing stability attribute | Mohsen Zohrevandi | -0/+2 | |
| 2020-11-11 | Add Metadata in std::os::fortanix_sgx::io::FromRawFd | Mohsen Zohrevandi | -10/+33 | |
| 2020-11-07 | Convert a bunch of intra-doc links | Camelid | -1/+1 | |
| 2020-10-18 | Remove redundant 'static from library crates | est31 | -8/+8 | |
| 2020-10-08 | Auto merge of #77346 - Caduser2020:master, r=Mark-Simulacrum | bors | -119/+170 | |
| `#[deny(unsafe_op_in_unsafe_fn)]` in sys/sgx This is part of #73904. Enclose unsafe operations in unsafe blocks in `libstd/sys/sgx`. | ||||
| 2020-10-08 | `#[deny(unsafe_op_in_unsafe_fn)]` in sys/sgx | Caduser2020 | -119/+170 | |
| Run `./x.py` fmt Add reference link Fix reference link Apply review suggestions. | ||||
| 2020-10-02 | Make it possible to have unboxed condvars on specific platforms. | Mara Bos | -0/+2 | |
| This commit keeps all condvars boxed on all platforms, but makes it trivial to remove the box on some platforms later. | ||||
| 2020-10-02 | Make it possible to have unboxed mutexes on specific platforms. | Mara Bos | -0/+2 | |
| This commit keeps all mutexes boxed on all platforms, but makes it trivial to remove the box on some platforms later. | ||||
| 2020-09-28 | Prefer asm! in std - all in sgx module | Lzu Tao | -16/+24 | |
| 2020-09-15 | Consolidate byte-identical modules. | Eric Huss | -542/+4 | |
| 2020-09-03 | Improve SGX RWLock initializer test | Jethro Beekman | -23/+11 | |
| 2020-08-31 | std: move "mod tests/benches" to separate files | Lzu Tao | -547/+538 | |
| Also doing fmt inplace as requested. | ||||
| 2020-08-21 | Make raw standard stream constructors const | Tomasz Miąsko | -3/+3 | |
| 2020-08-21 | Remove result type from raw standard streams constructors | Tomasz Miąsko | -6/+6 | |
| Raw standard streams constructors are infallible. Remove unnecessary result type. | ||||
| 2020-07-27 | mv std libs to library/ | mark | -0/+5201 | |
