v/vlib/v/util
zakuro 45d51c76da
v.util: add an iabs(x) helper (#9172)
2021-03-07 11:24:05 +02:00
..
recompilation tools: support cmd/tools/.disable_autorecompilation in `v up` and `v self` too 2021-01-18 09:33:33 +02:00
vtest checker: more default field fixes 2020-09-09 14:14:44 +02:00
diff.v all: bring back `panic(err.msg)` -> `panic(err)` (#9022) 2021-03-01 00:18:14 +01:00
errors.v builtin: correct error underline for unicode wide chars (#9010) 2021-03-01 00:18:02 +01:00
module.v fmt: smarter if condition wrapping (#8201) 2021-01-23 10:33:22 +02:00
quote.v all: add strings.Builder.write_string and use write_string instead of write (#8892) 2021-02-22 13:18:11 +02:00
scanning.v checker: avoid SelectorExpr filter on Ident unless it's a generic type name (#8357) 2021-01-27 13:52:52 +01:00
suggestions.v checker: stricter `unknown type` checks, show better suggestions (#8816) 2021-02-19 11:23:13 +02:00
timers.v parser/scanner: replace p.peek_tok2/3 with p.peek_token(2/3) (#8946) 2021-02-24 21:03:53 +03:00
util.v v.util: add an iabs(x) helper (#9172) 2021-03-07 11:24:05 +02:00