| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-05-12 | update version placeholders | Pietro Albini | -1/+1 | |
| 2025-02-22 | Stabilise c_str_module | ltdk | -1/+1 | |
| 2024-12-28 | docs: inline `alloc::ffi::c_str` types to `alloc::ffi` | Lukas Markeffsky | -1/+1 | |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -4/+3 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2024-02-22 | Add std::ffi::c_str modules | ltdk | -3/+7 | |
| 2022-07-15 | Stabilize `core::ffi::CStr`, `alloc::ffi::CString`, and friends | Josh Triplett | -3/+3 | |
| Stabilize the `core_c_str` and `alloc_c_string` feature gates. Change `std::ffi` to re-export these types rather than creating type aliases, since they now have matching stability. | ||||
| 2022-05-27 | Finish bumping stage0 | Mark Rousskov | -3/+0 | |
| It looks like the last time had left some remaining cfg's -- which made me think that the stage0 bump was actually successful. This brings us to a released 1.62 beta though. | ||||
| 2022-04-14 | library: Use type aliases to make `CStr(ing)` in libcore/liballoc unstable | Vadim Petrochenkov | -2/+2 | |
| 2022-04-14 | library: Move `CStr` to libcore, and `CString` to liballoc | Vadim Petrochenkov | -0/+91 | |
