| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-01-11 | std: begin moving platform support modules into `pal` | joboet | -247/+0 | |
| 2022-09-10 | Explicitly link kernel32.lib from alloc | Chris Denton | -0/+1 | |
| 2022-08-21 | Replace most uses of `pointer::offset` with `add` and `sub` | Maybe Waffle | -2/+2 | |
| 2022-03-29 | Make the stdlib largely conform to strict provenance. | Aria Beingessner | -1/+1 | |
| Some things like the unwinders and system APIs are not fully conformant, this only covers a lot of low-hanging fruit. | ||||
| 2021-04-14 | Move `std::sys_common::alloc` to `std::sys::common` | Christiaan Dirkx | -1/+1 | |
| 2021-04-02 | Remove `debug_assert` | Christiaan Dirkx | -4/+1 | |
| 2021-04-02 | Introduce `get_process_heap` and fix atomic ordering. | Christiaan Dirkx | -13/+22 | |
| 2021-03-26 | Cache `GetProcessHeap` | Christiaan Dirkx | -16/+54 | |
| 2021-03-26 | Apply suggestions from code review | CDirkx | -2/+4 | |
| Co-authored-by: David Tolnay <dtolnay@gmail.com> | ||||
| 2021-03-26 | Rework `std::sys::windows::alloc` | Christiaan Dirkx | -25/+164 | |
| Add documentation to the system functions and `SAFETY` comments. Refactored helper functions, fixing the correctness of `get_header`. | ||||
| 2020-07-27 | mv std libs to library/ | mark | -0/+61 | |
