summaryrefslogtreecommitdiff
path: root/rust/macros (follow)
Commit message (Expand)AuthorAgeFilesLines
* rust: take str literal instead bstr literal in `module!` macroGary Guo2022-08-053-18/+40
* treewide: fix too-long-lines `checkpatch.pl` warningsMiguel Ojeda2022-08-012-29/+58
* treewide: finish Rust comments in periodMiguel Ojeda2022-08-011-1/+1
* rust: macros: use `//` comment style in RustMiguel Ojeda2022-08-011-1/+1
* treewide: other `rustfmt`-inspired cleanupsMiguel Ojeda2022-08-011-3/+4
* rust: fix English typos found by `checkpatch.pl`Miguel Ojeda2022-08-012-2/+2
* rust: macros: fix commit reference styleMiguel Ojeda2022-08-011-1/+1
* rust: fix rust-analyzer warning in macroWedson Almeida Filho2022-07-231-1/+1
* Re-implement concat_idents! in libmacrosbjorn32022-07-102-0/+67
* rust: implement a `#[vtable]` macroGary Guo2022-07-032-0/+143
* rust: macros: use `core::ffi` instead of `kernel::c_types`Miguel Ojeda2022-06-301-7/+7
* Rust 1.62.0Miguel Ojeda2022-06-291-52/+51
* treewide: use `GPL` as the license string instead of `GPL v2`Miguel Ojeda2022-05-271-1/+1
* rust: rename `KernelModule` to `Module`Wedson Almeida Filho2022-03-282-8/+8
* rust: move to stable `global_asm!`Miguel Ojeda2022-02-251-1/+1
* treewide: update/normalize comment styleMiguel Ojeda2022-02-111-6/+6
* rust: rework & improve robustness of `is_rust_module.sh`Miguel Ojeda2022-02-111-0/+9
* rust: macros: module: avoid redundant closureMiguel Ojeda2021-12-021-2/+2
* rust: macros: use `pub(crate)`Miguel Ojeda2021-11-252-12/+12
* rust: improve `KernelModule` initialisation.Wedson Almeida Filho2021-11-082-91/+1
* rust: macros: module: remove remove unnecessary `.clone()`Matthew Bakhtiari2021-10-051-7/+5
* Move macro helpers into helpers submoduleFinn Behrens2021-08-203-75/+81
* rust: cleanup modinfo generation in `module!`Gary Guo2021-07-021-110/+86
* rust: deny Clippy warnings globallyMiguel Ojeda2021-07-021-5/+0
* rust: macros: clean beta Clippy `needless_borrow` warningsMiguel Ojeda2021-07-011-1/+1
* rust: macros: hide docs for `module!` public statics/fnsMiguel Ojeda2021-07-011-0/+6
* rust: add example unit testsMiguel Ojeda2021-06-071-0/+29
* rust: prepare doctestsMiguel Ojeda2021-06-071-2/+2
* rust: Rename libmodule to libmacrosGary Guo2021-05-282-0/+875