Yorick Peterse

Results 132 issues of Yorick Peterse

### Description macOS and FreeBSD may include non-standard symbols in function names, such as `opendir$INODE64()` or `fstat@FBSD_1.5` for FreeBSD (see [here](https://wiki.freebsd.org/SymbolVersioning)). Currently we allow dollars in the name so we...

feature
compiler
std

`DateTime` and `Instant` use some Rust functions to get the system time and a monotonic clock time respectively. We should instead use Inko's C FFI and use the underlying C...

accepting contributions
feature
std
runtime