aboutsummaryrefslogtreecommitdiffstats
path: root/rust/kernel/std_vendor.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-10-10rust: std_vendor: update dbg macro from Rust upstreamDeepak Thukral1-11/+11
2024-10-07rust: std_vendor: simplify `{ .. macro! .. }` with inner attributesMiguel Ojeda1-6/+2
2024-10-07rust: start using the `#[expect(...)]` attributeMiguel Ojeda1-5/+5
2024-10-07rust: provide proper code documentation titlesMiguel Ojeda1-0/+2
2024-10-07rust: replace `clippy::dbg_macro` with `disallowed_macros`Miguel Ojeda1-5/+5
2024-08-25rust: kernel: use docs.kernel.org links in code documentationMichael Vetter1-1/+1
2024-05-05rust: update `dbg!()` to format column numberRaghav Narang1-3/+4
2023-05-31rust: upgrade to Rust 1.68.2Miguel Ojeda1-0/+2
2022-12-04rust: std_vendor: add `dbg!` macro based on `std`'s oneNiklas Mohrin1-0/+163