about summary refs log tree commit diff
path: root/library/core/src/ffi/primitives.rs
AgeCommit message (Collapse)AuthorLines
2025-05-20Rename `cfg_match!` to `cfg_select!`Trevor Gross-3/+3
At [1] it was pointed out that `cfg_match!` syntax does not actually align well with match syntax, which is a possible source of confusion. The comment points out that usage is instead more similar to ecosystem `select!` macros. Rename `cfg_match!` to `cfg_select!` to match this. Tracking issue: https://github.com/rust-lang/rust/issues/115585 [1]: https://github.com/rust-lang/rust/issues/115585#issuecomment-2346307605
2025-03-26Use cfg_match in coreChristopher Durham-12/+16
2025-03-10Target definition for `wasm32-wali-linux-musl` to support the Wasm LinuxArjun Ramesh-1/+4
Interface This commit does not patch libc, stdarch, or cc
2025-02-06Revert vita's c_char back to i8Aphek-2/+6
2025-02-03primitive type migration from mod.rs to primitives.rsricci009-0/+174