gingerBill 9b3a0251ca Use `or_else` in the core library when it makes sense 4 years ago
..
os2 9b3a0251ca Use `or_else` in the core library when it makes sense 4 years ago
dir_darwin.odin a2557142cc Update package os for package path/filepath support on macOS 4 years ago
dir_linux.odin 0f11c47579 set the correct allocators and ignore the previous and parent directory in readdir. 4 years ago
dir_windows.odin 9ae3879956 Add `os.stat`, `os.lstat`, `os.fstat`, `filepath.walk` 4 years ago
env_windows.odin 840af6825a Update packages os, path, and filepath 4 years ago
file_windows.odin 86649e6b44 Core library clean up: Make range expressions more consistent and replace uses of `..` with `..=` 4 years ago
os.odin e9b1d4f633 Fix #906 4 years ago
os_darwin.odin af95381bf8 Add missing `-> !` annotation 4 years ago
os_essence.odin 7b4ddd9b18 update essence API header 4 years ago
os_freebsd.odin 465b6139d5 Temporarily fix syscall in Linux and Freebsd (eventually to be replaced with a proper implementation) 4 years ago
os_js_wasm32.odin 16eaa17ed9 Fix `-target:js_wasm32` for `core:runtime` 4 years ago
os_linux.odin 465b6139d5 Temporarily fix syscall in Linux and Freebsd (eventually to be replaced with a proper implementation) 4 years ago
os_windows.odin 359ae29d98 Minor fixes 4 years ago
stat.odin 9ae3879956 Add `os.stat`, `os.lstat`, `os.fstat`, `filepath.walk` 4 years ago
stat_unix.odin ad953c4670 Add cast on `S_ISDIR` 4 years ago
stat_windows.odin ba6c63e366 Fix `full_path_from_name` allocator behaviour 4 years ago
stream.odin e0fb081cbd Keep -vet happy 4 years ago