summaryrefslogtreecommitdiffstats
path: root/samples/rust (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-11-262-2/+3
|\
| * rust: treewide: switch to the kernel `Vec` typeDanilo Krummrich2024-10-151-2/+2
| * rust: start using the `#[expect(...)]` attributeMiguel Ojeda2024-10-071-1/+1
| * rust: replace `clippy::dbg_macro` with `disallowed_macros`Miguel Ojeda2024-10-071-0/+1
* | samples: rust: fix `rust_print` build making it a combined moduleMiguel Ojeda2024-11-122-1/+3
* | rust: samples: add tracepoint to Rust sampleAlice Ryhl2024-11-043-1/+28
|/
* rust: sync: update `Arc` and `UniqueArc` to take allocation flagsWedson Almeida Filho2024-04-161-2/+2
* rust: alloc: update `VecExt` to take allocation flagsWedson Almeida Filho2024-04-161-3/+3
* samples: rust: print: Add sample code for Arc printingBoqun Feng2023-04-101-0/+26
* rust: macros: take string literals in `module!`Gary Guo2022-12-042-8/+8
* rust: samples: add `rust_print` exampleMiguel Ojeda2022-12-013-0/+65
* samples: add first Rust examplesMiguel Ojeda2022-09-288-0/+105