0 branches
Tree
Top files
Clone with HTTPS:
README.md
doc: update trim_doc_node_description, make module readmes more uniform (#20792)
2 years ago
103 bytes
atofq.c.v
fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185)
1 year ago
18.33 KB
atof_test.c.v
transformer: fix different test results with and without -prod (fixes #26568)
last Mar 25
3.56 KB
atoi_test.v
strconv: fix common_parse_int not giving result when needed (fixes #17031)
last Feb 26
11.69 KB
converter_test.v
strconv: add test_atof_converter to the tests, as suggested by the code review
3 years ago
1.7 KB
f32_f64_to_string_test.v
v: refactor $var to ${var} across entire repository, make vfmt always output the newer form `${expr}` (#26494)
last Feb 1
4.38 KB
f32_str.c.v
v2: lots of arm64 fixes: v2 compiled with arm64 can now compile hello world!; v2.eval; v2.cleanc fixes to compile viper engine
last Mar 10
9.3 KB
f32_str.js.v
strconv,js: f64_to_str works on JS backend now; Fix BigInt usage in infix expressions (#12464)
4 years ago
15 bytes
f32_str_should_be_different_test.v
strconv: produce a maximum of 8 digits after the `.` for f32.str() (fix #25141) (#25144)
last Aug 20
903 bytes
f32_ten_pow_table_range_test.v
strconv: fix compile error value `100000000000` overflows `u32` (fixes #20877)
last Feb 26
186 bytes
ftoa.c.v
strconv: produce a maximum of 8 digits after the `.` for f32.str() (fix #25141) (#25144)
last Aug 20
1.52 KB
number_to_base.c.v
all: fix add checker error when non-explicitly downcasting integers internally (fixes #23695)
last Apr 23
1.57 KB
Description
strconv provides functions for converting strings to numbers and numbers to strings.