messages from 2023-07-20 13:09:20 to 2023-08-10 07:56:32 UTC [more...]
[PATCH] rust: macros: add `paste!` proc macro
2023-08-10 7:56 UTC (7+ messages)
[PATCH] btf, scripts: rust: drop is_rust_module.sh
2023-08-09 23:22 UTC (2+ messages)
[PATCH] rust: types: make `Opaque` be `!Unpin`
2023-08-09 23:21 UTC (2+ messages)
[PATCH] rust: make `UnsafeCell` the outer type in `Opaque`
2023-08-09 23:21 UTC (2+ messages)
[PATCH v2 00/11] `scripts/rust_is_available.sh` improvements
2023-08-09 23:20 UTC (2+ messages)
[PATCH] MAINTAINERS: add Alice Ryhl as Rust reviewer
2023-08-09 23:20 UTC (2+ messages)
[PATCH] MAINTAINERS: add Andreas Hindborg as Rust reviewer
2023-08-09 23:19 UTC (3+ messages)
[RFC PATCH v1 0/5] Various Rust bindings for files
2023-08-09 20:15 UTC (13+ messages)
` [RFC PATCH v1 1/5] rust: file: add bindings for `struct file`
` [RFC PATCH v1 2/5] rust: cred: add Rust bindings for `struct cred`
` [RFC PATCH v1 3/5] rust: file: add `FileDescriptorReservation`
` [RFC PATCH v1 4/5] rust: file: add bindings for `poll_table`
` [RFC PATCH v1 5/5] rust: file: add `DeferredFdCloser`
[PATCH v3] rust: macros: vtable: fix `HAS_*` redefinition (`gen_const_name`)
2023-08-09 19:28 UTC (5+ messages)
[PATCH v1] rust: add improved version of `ForeignOwnable::borrow_mut`
2023-08-09 14:09 UTC (2+ messages)
Pozycjonowanie- informacja
2023-08-08 7:55 UTC
[PATCH v3 00/13] Quality of life improvements for pin-init
2023-08-06 16:09 UTC (30+ messages)
` [PATCH v3 01/13] rust: init: consolidate init macros
` [PATCH v3 02/13] rust: init: make `#[pin_data]` compatible with conditional compilation of fields
` [PATCH v3 03/13] rust: add derive macro for `Zeroable`
` [PATCH v3 04/13] rust: init: make guards in the init macros hygienic
` [PATCH v3 05/13] rust: init: wrap type checking struct initializers in a closure
` [PATCH v3 06/13] rust: init: make initializer values inaccessible after initializing
` [PATCH v3 07/13] rust: init: add `..Zeroable::zeroed()` syntax for zeroing all missing fields
` [PATCH v3 08/13] rust: init: Add functions to create array initializers
` [PATCH v3 09/13] rust: init: add support for arbitrary paths in init macros
` [PATCH v3 10/13] rust: init: implement `Zeroable` for `UnsafeCell<T>` and `Opaque<T>`
` [PATCH v3 11/13] rust: init: make `PinInit<T, E>` a supertrait of `Init<T, E>`
` [PATCH v3 12/13] rust: init: add `{pin_}chain` functions to `{Pin}Init<T, E>`
` [PATCH v3 13/13] rust: init: update expanded macro explanation
[PATCH v2] rust: macros: vtable: fix `HAS_*` redefinition (`gen_const_name`)
2023-08-06 16:02 UTC (5+ messages)
[GIT PULL] Rust fixes for 6.5-rc5
2023-08-06 2:30 UTC (2+ messages)
[PATCH v3] scripts: generate_rust_analyzer: provide `cfg`s for `core` and `alloc`
2023-08-05 22:44 UTC (4+ messages)
[PATCH v3] scripts: generate_rust_analyzer: provide `cfg`s for `core` and `alloc`
2023-08-04 17:17 UTC
[PATCH v3] scripts: generate_rust_analyzer: provide `cfg`s for `core` and `alloc`
2023-08-04 17:15 UTC
[PATCH 1/2] rust: upgrade to Rust 1.71.0
2023-08-04 15:22 UTC (9+ messages)
` [PATCH 2/2] rust: enable `no_mangle_with_rust_abi` Clippy lint
[RFC PATCH 0/2] Generate API documentation for 'bindings' crate
2023-08-03 17:52 UTC (6+ messages)
` [RFC PATCH 1/2] rust: bindings: generate API documentation for the "
` [RFC PATCH 2/2] rust: bindings: add warning about configuration dependence
[PATCH 0/1] Fix redefine const_name in `vtable` macro
2023-08-03 12:52 UTC (8+ messages)
` [PATCH 1/1] rust: macros: fix redefine const_name in `vtable`
[PATCH v2 0/2] docs: rust: update instructions for obtaining 'core' source
2023-08-03 6:04 UTC (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] docs: rust: clarify what 'rustup override' does
[PATCH v2] scripts: read cfgs from Makefile for rust-analyzer
2023-08-02 17:42 UTC (2+ messages)
[PATCH] rust: fix bindgen build error with UBSAN_BOUNDS_STRICT
2023-08-02 17:37 UTC (2+ messages)
[PATCH] rust: delete `ForeignOwnable::borrow_mut`
2023-08-02 17:37 UTC (2+ messages)
[PATCH v2] scripts: `make rust-analyzer` for out-of-tree modules
2023-08-02 17:37 UTC (3+ messages)
` [PATCH v5] "
[PATCH] lib/Kconfig.debug: fix grammar in RUST_BUILD_ASSERT_ALLOW
2023-08-02 15:29 UTC (4+ messages)
[PATCH 0/3] rust: kunit: Support KUnit tests with a user-space like syntax
2023-08-01 14:44 UTC (8+ messages)
` [PATCH 1/3] rust: kunit: add KUnit case and suite macros
` [PATCH 2/3] rust: macros: add macro to easily run KUnit tests
` [PATCH 3/3] rust: kunit: allow to know if we are in a test
[RFC PATCH 00/11] Rust null block driver
2023-07-31 14:14 UTC (5+ messages)
[PATCH v8 0/2] docs: Integrate rustdoc into Rust documentation
2023-07-31 14:15 UTC (6+ messages)
` [PATCH v8 1/2] docs: Move rustdoc output, cross-reference it
[PATCH 0/3] Fix alignment issue and prepare for rust 1.71
2023-07-31 11:12 UTC (12+ messages)
` [PATCH 1/3] rust: allocator: Prevent mis-aligned allocation
` [PATCH 2/3] rust: allocator: Use krealloc_aligned() in KernelAllocator::alloc
` [PATCH 3/3] rust: alloc: Add realloc and alloc_zeroed to the GlobalAlloc impl
[PATCH] rust: allocator: Prevents mis-aligned allocation
2023-07-29 23:40 UTC (3+ messages)
[PATCH v2] rust: alloc: Add realloc and alloc_zeroed to the GlobalAlloc impl
2023-07-29 14:01 UTC (2+ messages)
[PATCH v2 00/12] Quality of life improvements for pin-init
2023-07-29 8:14 UTC (42+ messages)
` [PATCH v2 01/12] rust: init: consolidate init macros
` [PATCH v2 02/12] rust: add derive macro for `Zeroable`
` [PATCH v2 03/12] rust: init: make guards in the init macros hygienic
` [PATCH v2 04/12] rust: init: wrap type checking struct initializers in a closure
` [PATCH v2 05/12] rust: init: make initializer values inaccessible after initializing
` [PATCH v2 06/12] rust: init: add `..Zeroable::zeroed()` syntax for zeroing all missing fields
` [PATCH v2 07/12] rust: init: Add functions to create array initializers
` [PATCH v2 08/12] rust: init: add support for arbitrary paths in init macros
` [PATCH v2 09/12] rust: init: implement Zeroable for Opaque<T>
` [PATCH v2 10/12] rust: init: make `PinInit<T, E>` a supertrait of `Init<T, E>`
` [PATCH v2 11/12] rust: init: add `{pin_}chain` functions to `{Pin}Init<T, E>`
` [PATCH v2 12/12] rust: init: update expanded macro explanation
[RFC PATCH v2 00/10] Rust PuzleFS filesystem driver
2023-07-27 13:32 UTC (20+ messages)
` [RFC PATCH v2 01/10] samples: puzzlefs: add initial puzzlefs sample, copied from rust_fs.rs
` [RFC PATCH v2 02/10] kernel: configs: enable rust samples in rust.config
` [RFC PATCH v2 03/10] rust: kernel: add an abstraction over vfsmount to allow cloning a new private mount
` [RFC PATCH v2 04/10] rust: file: Add a new RegularFile newtype useful for reading files
` [RFC PATCH v2 05/10] samples: puzzlefs: add basic deserializing support for the puzzlefs metadata
` [RFC PATCH v2 06/10] rust: file: pass the filesystem context to the open function
` [RFC PATCH v2 07/10] samples: puzzlefs: populate the directory entries with the inodes from the puzzlefs metadata file
` [RFC PATCH v2 08/10] rust: puzzlefs: read the puzzlefs image manifest instead of an individual metadata layer
` [RFC PATCH v2 09/10] rust: puzzlefs: add support for reading files
` [RFC PATCH v2 10/10] rust: puzzlefs: add oci_root_dir and image_manifest filesystem parameters
[PATCH v2] kbuild: rust: avoid creating temporary files
2023-07-25 5:00 UTC (3+ messages)
[RFC PATCH] rework top page and organize toc on the sidebar
2023-07-25 3:04 UTC (3+ messages)
[PATCH] kbuild: rust: avoid creating temporary files
2023-07-23 14:27 UTC (8+ messages)
[PATCH] rust: doctests: Use tabs for indentation in generated C code
2023-07-21 16:10 UTC (3+ messages)
[PATCH v2 0/7] KUnit integration for Rust doctests
2023-07-20 19:28 UTC (3+ messages)
[PATCH 0/2] docs: rust: update instructions on obtaining 'core' source
2023-07-20 14:52 UTC (4+ messages)
` [PATCH 1/2] docs: rust: update instructions for "
[PATCH 2/2] docs: rust: clarify what 'rustup override' does
2023-07-20 13:45 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).