| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-03-10 | Rollup merge of #112136 - clarfonthey:ffi-c_str, r=cuviper | Matthias Krüger | -3/+9 | |
| Add std::ffi::c_str module ACP: rust-lang/libs-team#134 `std::ffi` docs before change:  `std::ffi` docs after change:  (note: I'm omitting the `c_int`, etc. stuff from the screenshots since it's the same in both. this doesn't just delete those types) | ||||
| 2024-02-22 | Use generic `NonZero` everywhere in `alloc`. | Markus Reiter | -9/+9 | |
| 2024-02-22 | Add std::ffi::c_str modules | ltdk | -3/+9 | |
| 2024-01-28 | Document From<&CStr> for CString | Ryan Lowe | -0/+2 | |
| 2023-12-14 | Update c_str.rs | Daniel Huang | -3/+3 | |
| 2023-12-10 | remove redundant imports | surechen | -2/+0 | |
| detects redundant imports that can be eliminated. for #117772 : In order to facilitate review and modification, split the checking code and removing redundant imports code into two PR. | ||||
| 2023-07-02 | fixed documentation of from<CString> for Rc<CStr>: Arc -> Rc | Daniyar Nurmukhamet | -1/+1 | |
| 2023-02-10 | Remove a couple of `#[doc(hidden)] pub fn` and their `#[feature]` gates | Tobias Bucher | -7/+1 | |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -3/+0 | |
| 2022-08-22 | Move error trait into core | Jane Losare-Lusby | -0/+26 | |
| 2022-08-21 | Make some docs nicer wrt pointer offsets | Maybe Waffle | -3/+3 | |
| 2022-07-15 | Stabilize `core::ffi::CStr`, `alloc::ffi::CString`, and friends | Josh Triplett | -7/+7 | |
| 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 | -81/+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 | Fix targets not supporting `target_has_atomic = "ptr"` | Vadim Petrochenkov | -1/+5 | |
| 2022-04-14 | library: Use type aliases to make `CStr(ing)` in libcore/liballoc unstable | Vadim Petrochenkov | -6/+6 | |
| 2022-04-14 | library: Move `CStr` to libcore, and `CString` to liballoc | Vadim Petrochenkov | -0/+1516 | |
