v/vlib/compiler
Alexander Medvednikov 9f4661391d v2: simplify the type system; an initial version of the V interpreter 2020-02-02 07:56:18 +01:00
..
tests compiler: make optionals work with multi return 2020-02-02 02:53:23 +01:00
x64 x64 fixes 2020-01-01 22:34:46 +01:00
aparser.v compiler: make optionals work with multi return 2020-02-02 02:53:23 +01:00
asm.v update copyright year in asm.v 2020-01-26 23:33:47 +01:00
cc.v v2: simplify the type system; an initial version of the V interpreter 2020-02-02 07:56:18 +01:00
cflags.v compiler: support for custom flags 2019-12-23 13:09:00 +03:00
cgen.v update copyright year 2020-01-23 21:04:46 +01:00
cheaders.v compiler: update cheaders.v for NetBSD support 2020-01-21 16:55:07 +01:00
compile_errors.v compiler: fix error in case of void function used as a value 2020-01-12 01:46:25 +01:00
compiler_options.v run vfmt 2019-12-20 02:09:56 +03:00
comptime.v update copyright year 2020-01-23 21:04:46 +01:00
depgraph.v compiler: fix depgraph. will also make it work with new b-tree map 2020-01-23 21:08:17 +01:00
enum.v parser: resolve optional enum type 2020-01-31 16:00:31 +01:00
expression.v v2: simplify the type system; an initial version of the V interpreter 2020-02-02 07:56:18 +01:00
fn.v update copyright year 2020-01-23 21:04:46 +01:00
for.v compiler: fix check restricted names in for..in statement 2020-01-23 21:06:57 +01:00
gen_c.v fix empty config struct with msvc 2020-01-25 02:11:07 +01:00
gen_js.v implement generic structs 2019-12-21 03:53:57 +03:00
gen_x64.v run vfmt 2019-12-20 02:09:56 +03:00
get_type.v compiler: make optionals work with multi return 2020-02-02 02:53:23 +01:00
if_match.v update copyright year 2020-01-23 21:04:46 +01:00
json_gen.v run vfmt 2019-12-20 02:09:56 +03:00
live.v compiler: make [live] fn unlock its mutex on early return 2020-01-14 18:58:46 +01:00
main.v v2: simplify the type system; an initial version of the V interpreter 2020-02-02 07:56:18 +01:00
module_header.v os, filepath: reorganize functions 2019-12-23 13:09:22 +03:00
modules.v os, filepath: reorganize functions 2019-12-23 13:09:22 +03:00
msvc.v freetype: fix align.right rendering 2020-01-16 17:03:34 +01:00
optimization.v run vfmt 2019-12-20 02:09:56 +03:00
query.v v fmt: process .v files from a module too 2019-12-24 05:43:31 +03:00
scanner.v update copyright year 2020-01-23 21:04:46 +01:00
string_expression.v update copyright year 2020-01-23 21:04:46 +01:00
struct.v parser: no struct fields warnings in C struct initializations 2020-01-25 07:15:49 +01:00
table.v compiler: prevent vars named 'char' to cause a C error 2020-01-27 20:26:07 +01:00
token.v update copyright year 2020-01-23 21:04:46 +01:00
vfmt.v vfmt: fix formatting of 'import mod as alias' 2019-12-31 19:26:44 +01:00
vhelp.v compiler: add support for -pretty_c option 2020-02-01 06:37:22 +01:00
vtmp.v os, filepath: reorganize functions 2019-12-23 13:09:22 +03:00
vtools.v tools: distinguish complier args and tool args 2020-01-08 17:15:05 +01:00