v/vlib/os
Nick Treleaven 4ccf991f61
checker: warn when casting a fixed array (use `&arr[0]` instead) (#8787)
2021-02-17 20:45:11 +01:00
..
bare
cmdline
args.v
const.v
const_nix.c.v
const_windows.c.v
environment.c.v vlib: add [unsafe] tag to more functions: tos, string_from_wide, strings.Builder: write_bytes, free (#8766) 2021-02-15 17:15:52 +02:00
environment_test.v
fd.c.v checker: check `unsafe` V function calls (#8752) 2021-02-14 19:31:42 +01:00
file.c.v
inode.c.v
inode_test.v
os.v checker: check `unsafe` V function calls (#8752) 2021-02-14 19:31:42 +01:00
os_android.c.v os: fix typo in AAssetManager 2020-12-17 09:08:23 +02:00
os_c.v vlib: add [unsafe] tag to more functions: tos, string_from_wide, strings.Builder: write_bytes, free (#8766) 2021-02-15 17:15:52 +02:00
os_darwin.c.v
os_darwin.m
os_linux.c.v
os_nix.c.v checker: warn when casting a fixed array (use `&arr[0]` instead) (#8787) 2021-02-17 20:45:11 +01:00
os_test.v os: add test for os.file_name (#8757) 2021-02-15 07:37:35 +01:00
os_windows.c.v checker: warn when casting a fixed array (use `&arr[0]` instead) (#8787) 2021-02-17 20:45:11 +01:00
process.v
process_nix.c.v
process_test.v
process_windows.c.v