1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/compiler
2020-01-21 18:48:32 +01:00
..
tests repl: execute REPL tests ~1.5x to 2x faster 2020-01-20 23:04:26 +01:00
x64
aparser.v compiler: fix stuck parsing of 'enum{}' + handle such bugs 2020-01-21 18:47:52 +01:00
asm.v
cc.v cc.v: fix C error message part 2 2020-01-17 19:44:03 +01:00
cflags.v
cgen.v android: use __ANDROID__ 2020-01-13 00:20:16 +01:00
cheaders.v compiler: update cheaders.v for NetBSD support 2020-01-21 16:55:07 +01:00
compile_errors.v
compiler_options.v
comptime.v compiler: support optional custom comptime defines: $if custom ? { 2020-01-16 15:28:23 +01:00
depgraph.v
enum.v compiler: fix stuck parsing of 'enum{}' + handle such bugs 2020-01-21 18:47:52 +01:00
expression.v allow short struct initialization with Config structs 2020-01-14 15:34:47 +01:00
fn.v make sqlite.DB public; make string.left/right private 2020-01-16 18:41:38 +01:00
for.v
gen_c.v compiler: make [live] fn unlock its mutex on early return 2020-01-14 18:58:46 +01:00
gen_js.v
gen_x64.v
get_type.v make private struct warning an error 2020-01-12 19:59:57 +01:00
if_match.v
json_gen.v
live.v compiler: make [live] fn unlock its mutex on early return 2020-01-14 18:58:46 +01:00
main.v v2: a simple fix 2020-01-19 02:44:18 +01:00
module_header.v
modules.v
msvc.v freetype: fix align.right rendering 2020-01-16 17:03:34 +01:00
optimization.v
query.v
scanner.v
string_expression.v
struct.v allow short struct initialization with Config structs 2020-01-14 15:34:47 +01:00
table.v temporary nil fn check 2020-01-14 13:15:09 +01:00
token.v
vfmt.v
vhelp.v v test v has been deprecated 2020-01-21 18:48:32 +01:00
vtmp.v
vtools.v