.. |
bare
|
v test-fmt: reformat some skipped files, comment on the remaining ones
|
2020-10-15 00:39:09 +03:00 |
cmdline
|
os: vfmt all of `os` .v files, add it to `v test-cleancode` with no exceptions
|
2020-12-16 14:15:11 +02:00 |
args.v
|
all: update copyright to 2019-2021 (#8029)
|
2021-01-18 13:20:06 +01:00 |
const.v
|
os: add a `posix_set_permission_bit` function (#7754)
|
2021-01-04 19:57:17 +02:00 |
const_nix.c.v
|
os: vfmt all of `os` .v files, add it to `v test-cleancode` with no exceptions
|
2020-12-16 14:15:11 +02:00 |
const_windows.c.v
|
os: vfmt most of `os`, add it to `v test-cleancode`
|
2020-12-16 11:08:23 +02:00 |
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
|
os: vfmt most of `os`, add it to `v test-cleancode`
|
2020-12-16 11:08:23 +02:00 |
fd.c.v
|
checker: check `unsafe` V function calls (#8752)
|
2021-02-14 19:31:42 +01:00 |
file.c.v
|
os: tag some File methods that take voidptr as unsafe - write_bytes, write_bytes_at (#8985)
|
2021-02-27 10:11:17 +02:00 |
inode.c.v
|
all: update copyright to 2019-2021 (#8029)
|
2021-01-18 13:20:06 +01:00 |
inode_test.v
|
all: bring back `panic(err.msg)` -> `panic(err)` (#9022)
|
2021-03-01 00:18:14 +01:00 |
os.v
|
all: bring back `panic(err.msg)` -> `panic(err)` (#9022)
|
2021-03-01 00:18:14 +01:00 |
os_android.c.v
|
os: fix typo in AAssetManager
|
2020-12-17 09:08:23 +02:00 |
os_c.v
|
os: fixes for os.input(), os.get_raw_stdin(), os.get_raw_line() in case of stdin EOF
|
2021-02-27 20:02:36 +02:00 |
os_darwin.c.v
|
fmt: insert newline after last HashStmt (#8482)
|
2021-02-01 14:50:41 +01:00 |
os_darwin.m
|
gg: native rendering mode on macOS
|
2021-01-23 10:25:43 +01:00 |
os_linux.c.v
|
all: update copyright to 2019-2021 (#8029)
|
2021-01-18 13:20:06 +01:00 |
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
|
all: bring back `panic(err.msg)` -> `panic(err)` (#9022)
|
2021-03-01 00:18:14 +01:00 |
os_windows.c.v
|
checker: disallow implicit conversion from fixed array to fooptr (#8823)
|
2021-02-26 00:28:47 +01:00 |
process.v
|
all: rename `[ref_only]` -> `[heap]` (#8718)
|
2021-02-13 16:52:01 +02:00 |
process_nix.c.v
|
os: add os.execve/3 (extracted from unix_spawn_process); use os.execvp/2 in v.util.launch_tool/3
|
2020-12-30 18:14:03 +02:00 |
process_test.v
|
time: time.wait() => time.sleep()
|
2021-02-27 20:41:06 +03:00 |
process_windows.c.v
|
os: add Process (#6786)
|
2020-11-16 17:32:50 +01:00 |