| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-07-26 | Fix doc nits | John Arundel | -1/+1 | |
| Many tiny changes to stdlib doc comments to make them consistent (for example "Returns foo", rather than "Return foo", per RFC1574), adding missing periods, paragraph breaks, backticks for monospace style, and other minor nits. https://github.com/rust-lang/rfcs/blob/master/text/1574-more-api-documentation-conventions.md#appendix-a-full-conventions-text | ||||
| 2024-02-15 | Replace `NonZero::<_>::new` with `NonZero::new`. | Markus Reiter | -1/+1 | |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -6/+7 | |
| 2022-11-28 | Extract WStrUnits to sys_common::wstr | Ayush Singh | -0/+59 | |
| This commit extracts WStrUnits from sys::windows::args to sys_common::wstr. This allows using the same structure for other targets which use wtf8 (example UEFI). This was originally a part of https://github.com/rust-lang/rust/pull/100316 Signed-off-by: Ayush Singh <ayushsingh1325@gmail.com> | ||||
