| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-05-20 | Rename `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-26 | Use cfg_match in core | Christopher Durham | -12/+16 | |
| 2025-03-10 | Target definition for `wasm32-wali-linux-musl` to support the Wasm Linux | Arjun Ramesh | -1/+4 | |
| Interface This commit does not patch libc, stdarch, or cc | ||||
| 2025-02-06 | Revert vita's c_char back to i8 | Aphek | -2/+6 | |
| 2025-02-03 | primitive type migration from mod.rs to primitives.rs | ricci009 | -0/+174 | |
