| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-02-24 | library: Normalize safety-for-unsafe-block comments | Miguel Ojeda | -2/+4 | |
| Almost all safety comments are of the form `// SAFETY:`, so normalize the rest and fix a few of them that should have been a `/// # Safety` section instead. Furthermore, make `tidy` only allow the uppercase form. While currently `tidy` only checks `core`, it is a good idea to prevent `core` from drifting to non-uppercase comments, so that later we can start checking `alloc` etc. too. Signed-off-by: Miguel Ojeda <ojeda@kernel.org> | ||||
| 2020-11-07 | Refactor `parse_prefix` on Windows | Christiaan Dirkx | -70/+104 | |
| Refactor `get_first_two_components` to `get_next_component`. Fixes the following behaviour of `parse_prefix`: - series of separator bytes in a prefix are correctly parsed as a single separator - device namespace prefixes correctly recognize both `\\` and `/` as separators | ||||
| 2020-07-27 | mv std libs to library/ | mark | -0/+107 | |
