summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)Author
2024-10-08kbuild: rust: remove the `alloc` crate and `GlobalAlloc`Danilo Krummrich
2024-10-08rust: alloc: update module comment of alloc.rsDanilo Krummrich
2024-10-08rust: str: test: replace `alloc::format`Danilo Krummrich
2024-10-08rust: alloc: implement `Cmalloc` in module allocator_testDanilo Krummrich
2024-10-08rust: alloc: implement `contains` for `Flags`Danilo Krummrich
2024-10-08rust: error: check for config `test` in `Error::name`Danilo Krummrich
2024-10-08rust: error: use `core::alloc::LayoutError`Danilo Krummrich
2024-10-08rust: alloc: add `Vec` to preludeDanilo Krummrich
2024-10-08rust: alloc: remove `VecExt` extensionDanilo Krummrich
2024-10-08rust: treewide: switch to the kernel `Vec` typeDanilo Krummrich
2024-10-08rust: alloc: implement `collect` for `IntoIter`Danilo Krummrich
2024-10-08rust: alloc: implement `IntoIterator` for `Vec`Danilo Krummrich
2024-10-08rust: alloc: implement kernel `Vec` typeDanilo Krummrich
2024-10-08rust: alloc: introduce `ArrayLayout`Benno Lossin
2024-10-08rust: alloc: add `Box` to preludeDanilo Krummrich
2024-10-08rust: alloc: remove extension of std's `Box`Danilo Krummrich
2024-10-08rust: treewide: switch to our kernel `Box` typeDanilo Krummrich
2024-10-08rust: alloc: implement kernel `Box`Danilo Krummrich
2024-10-08rust: alloc: add __GFP_NOWARN to `Flags`Danilo Krummrich
2024-10-08rust: alloc: implement `KVmalloc` allocatorDanilo Krummrich
2024-10-08rust: alloc: implement `Vmalloc` allocatorDanilo Krummrich
2024-10-08rust: alloc: add module `allocator_test`Danilo Krummrich
2024-10-08rust: alloc: implement `Allocator` for `Kmalloc`Danilo Krummrich
2024-10-08rust: alloc: make `allocator` module publicDanilo Krummrich
2024-10-08rust: alloc: implement `ReallocFunc`Danilo Krummrich
2024-10-08rust: alloc: rename `KernelAllocator` to `Kmalloc`Danilo Krummrich
2024-10-08rust: alloc: separate `aligned_size` from `krealloc_aligned`Danilo Krummrich
2024-10-08rust: alloc: add `Allocator` traitDanilo Krummrich
2024-10-07rust: error: optimize error type to use nonzeroFilipe Xavier
2024-10-07rust: lock: add trylock method support for lock backendFilipe Xavier
2024-10-07rust: std_vendor: update dbg macro from Rust upstreamDeepak Thukral
2024-10-07rust: kernel: move `ARef<T>` and `AlwaysRefCounted` to new `sync::aref` moduleAliet Exposito Garcia
2024-10-07rust: kernel: move `FromBytes` and `AsBytes` traits to a new `transmute` moduleAliet Exposito Garcia
2024-10-07rust: error: make conversion functions publicFilipe Xavier
2024-10-07rust: enable arbitrary_self_types and remove `Receiver`Gary Guo
2024-10-07rust: std_vendor: simplify `{ .. macro! .. }` with inner attributesMiguel Ojeda
2024-10-07rust: start using the `#[expect(...)]` attributeMiguel Ojeda
2024-10-07rust: enable Clippy's `check-private-items`Miguel Ojeda
2024-10-07rust: provide proper code documentation titlesMiguel Ojeda
2024-10-07rust: rbtree: fix `SAFETY` comments that should be `# Safety` sectionsMiguel Ojeda
2024-10-07rust: replace `clippy::dbg_macro` with `disallowed_macros`Miguel Ojeda
2024-10-07rust: sync: remove unneeded `#[allow(clippy::non_send_fields_in_send_ty)]`Miguel Ojeda
2024-10-07rust: init: remove unneeded `#[allow(clippy::disallowed_names)]`Miguel Ojeda
2024-10-07rust: enable `rustdoc::unescaped_backticks` lintMiguel Ojeda
2024-10-07rust: enable `clippy::ignored_unit_patterns` lintMiguel Ojeda
2024-10-07rust: enable `clippy::unnecessary_safety_comment` lintMiguel Ojeda
2024-10-07rust: enable `clippy::undocumented_unsafe_blocks` lintMiguel Ojeda
2024-10-07rust: types: avoid repetition in `{As,From}Bytes` implsMiguel Ojeda
2024-10-07rust: workqueue: remove unneeded ``#[allow(clippy::new_ret_no_self)]`Miguel Ojeda
2024-10-07rust: types: add examples for the `Either` typeNell Shamrell-Harrington