Soveu
Soveu
This patch makes it possible to use varargs for calling conventions, which are either based on C (efiapi) or C is based on them (sysv64 and win64). Also pinging @phlopsi,...
This is a tracking issue for extending available ABIs for var-args functions. The feature gate for the issue is `#![feature(extended_varargs_abi_support)]`. ### About tracking issues Tracking issues are used to record...
iirc, `long double` is a weird 80-bit floating point number that x86 apparently supports Depending on the compiled platform (32bit x86 or x86_64) the 80 bits get rounded up to...
# Compatibility Report - Name of the game with compatibility issues: `Worms Armageddon` - Steam AppID of the game: 217200 ## System Information - GPU: AMD Vega 8 (integrated) -...
changelog: Add new check for passing pointers to an `asm!` block with `nomem` option Continuing work from https://github.com/rust-lang/rust/pull/127063
changelog: New lint for as *const _ and as *mut _ pointer casts EDIT: lets go with the simpler version
I'm probably the only person that might need this API, however it also shortens a little other `get_or_insert` methods, so maybe it will be worth going this direction.