1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/gen
2021-01-05 16:11:43 +02:00
..
js all: implement basic comptime field selector (#7888) 2021-01-05 16:11:43 +02:00
tests vlib,cgen: cleanup array inits using `.repeat() instead of new init syntax 2020-06-27 21:46:04 +02:00
x64 x64: optimize mov <reg>, 0 (#7733) 2020-12-31 12:40:09 +01:00
array.v cgen: fix filter in map (#7844) 2021-01-04 01:04:53 +01:00
auto_eq_methods.v gen: support non-string map equality and speed it up (#7682) 2021-01-01 20:54:49 +01:00
auto_str_methods.v cgen: support .str() for maps with non string keys (#7806) 2021-01-02 20:25:46 +02:00
cgen_test.v fmt: make single-stmt or blocks single-line (#7126) 2020-12-04 13:25:23 +02:00
cgen.v all: implement basic comptime field selector (#7888) 2021-01-05 16:11:43 +02:00
cheaders.v all: re-implement variadics using arrays & implement array decomposition to varg (#7689) 2020-12-29 16:14:08 +01:00
cmain.v compiler: add [console] attribute for main function to force console subsystem on windows (#7721) 2020-12-31 12:38:55 +01:00
comptime.v all: implement basic comptime field selector (#7888) 2021-01-05 16:11:43 +02:00
ctempvars.v cgen: extract g.new_ctemp_var/2, g.new_ctemp_var_then_gen/2 and g.gen_ctemp_var from gen_assert_stmt 2020-10-22 19:48:06 +03:00
fn.v cgen: interface fix + add more interface tests (#7776) 2021-01-04 21:54:13 +02:00
json.v map: remove unused code (#7622) 2020-12-27 19:16:45 +01:00
live.v ci: vet all files from the compiler (#5994) 2020-07-27 12:15:29 +02:00
profile.v all: use macos consistently in os.user_os and the compiler 2020-09-29 22:32:20 +03:00
sql.v string: change tos_lit to _SLIT (#7079) 2020-12-03 16:02:48 +01:00
str.v all: re-implement variadics using arrays & implement array decomposition to varg (#7689) 2020-12-29 16:14:08 +01:00