summaryrefslogtreecommitdiffstats
path: root/crypto (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-21rust: add derive macro for `Zeroable`Benno Lossin5-1/+140
2023-08-21rust: init: make `#[pin_data]` compatible with conditional compilation of fieldsBenno Lossin1-0/+2
2023-08-21rust: init: consolidate init macrosBenno Lossin2-366/+259
2023-08-21docs: rust: clarify what 'rustup override' doesTrevor Gross1-1/+3
2023-08-20docs: rust: update instructions for obtaining 'core' sourceTrevor Gross1-7/+8
2023-08-20docs: rust: add command line to rust-analyzer sectionGuillaume Plourde1-1/+3
2023-08-20scripts: generate_rust_analyzer: provide `cfg`s for `core` and `alloc`Martin Rodriguez Reboredo2-2/+15
2023-08-15rust: bindgen: upgrade to 0.65.1Aakash Sen Sharma6-17/+13
2023-08-14rust: enable `no_mangle_with_rust_abi` Clippy lintMiguel Ojeda1-0/+1
2023-08-14rust: upgrade to Rust 1.71.1Miguel Ojeda14-253/+208
2023-08-10btf, scripts: rust: drop is_rust_module.shAndrea Righi3-19/+1
2023-08-10rust: macros: add `paste!` proc macroGary Guo2-0/+193
2023-08-10rust: types: make `Opaque` be `!Unpin`Benno Lossin1-5/+14
2023-08-10rust: make `UnsafeCell` the outer type in `Opaque`Alice Ryhl1-5/+5