| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-23 | Don't run doctests | Chayim Refael Friedman | -0/+1 | |
| 2025-06-13 | `cargo upgrade` | Lukas Wirth | -2/+2 | |
| 2025-04-16 | Fix signature of libc memory usage function on Linux | Chayim Refael Friedman | -1/+2 | |
| A soundness issue! | ||||
| 2025-03-23 | chore: Bump dependencies | Lukas Wirth | -1/+1 | |
| 2025-03-23 | chore: Remove unused dependencies | Lukas Wirth | -1/+3 | |
| 2025-03-05 | Use size_of from the prelude instead of imported | Thalia Archibald | -1/+1 | |
| Use `std::mem::{size_of, size_of_val, align_of, align_of_val}` from the prelude instead of importing or qualifying them. These functions were added to all preludes in Rust 1.80. | ||||
| 2025-02-27 | enable doctest | BenjaminBrienen | -1/+0 | |
| 2025-02-27 | Cofigurate out ohos target to avoid compilation crashes | LuuuXXX | -5/+7 | |
| 2025-01-17 | Bump windows-sys | Laurențiu Nicola | -2/+1 | |
| 2025-01-17 | add missing `Win32_Foundation` feature | gvozdvmozgu | -1/+5 | |
| 2024-12-02 | Use c"lit" for CStrings without unwrap | Kornel | -3/+1 | |
| 2024-08-06 | Replace `[package.repository] = "…"` of published crates with ↵ | Vincent Esche | -1/+1 | |
| `[package.repository.workspace] = true` | ||||
| 2024-08-06 | Add repository URL for published crates' missing `[package.repository]` fields | Vincent Esche | -0/+1 | |
| 2024-08-06 | Replace `"TBD"` with more helpful desciptions in published crates' ↵ | Vincent Esche | -1/+1 | |
| `[package.description]` fields | ||||
| 2024-07-07 | Fix stop_watch on linux | Lukas Wirth | -4/+3 | |
| 2024-07-07 | Drop unused profile things | Lukas Wirth | -11/+0 | |
| 2024-06-30 | Remove inline `rust_2018_idioms, unused_lifetimes` lint warn, Cargo.toml ↵ | Lukas Wirth | -2/+0 | |
| already enforces this | ||||
| 2024-05-15 | Fix typos | blyxyas | -1/+1 | |
| 2024-05-01 | Update rust-analyzer to use windows-sys crate | Kenny Kerr | -3/+2 | |
| 2024-04-21 | Allow rust files to be used linkedProjects | Lukas Wirth | -0/+417 | |
