v/vlib/compiler
Alexander Medvednikov 756c6d2858 freetype: fix align.right rendering 2020-01-16 17:03:34 +01:00
..
tests time: move time.random() to time.misc module 2020-01-07 12:58:24 +01:00
x64 x64 fixes 2020-01-01 22:34:46 +01:00
aparser.v interfaces fixes; freetype.text_width(); gl and stbi fixes 2020-01-12 16:11:28 +01:00
asm.v run vfmt 2019-12-20 02:09:56 +03:00
cc.v compiler: force .exe extension, when compiling on windows 2020-01-07 15:42:14 +01:00
cflags.v compiler: support for custom flags 2019-12-23 13:09:00 +03:00
cgen.v android: use __ANDROID__ 2020-01-13 00:20:16 +01:00
cheaders.v windows: read console using ReadFile/ReadConsole (#3387) 2020-01-10 14:06:40 +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 compiler: support optional custom comptime defines: $if custom ? { 2020-01-16 15:28:23 +01:00
depgraph.v run vfmt 2019-12-20 02:09:56 +03:00
enum.v interface fix 2020-01-09 01:40:10 +01:00
expression.v allow short struct initialization with Config structs 2020-01-14 15:34:47 +01:00
fn.v freetype: fix align.right rendering 2020-01-16 17:03:34 +01:00
for.v x64, v2 backends 2019-12-31 19:42:16 +01:00
gen_c.v compiler: make [live] fn unlock its mutex on early return 2020-01-14 18:58:46 +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 make private struct warning an error 2020-01-12 19:59:57 +01:00
if_match.v parser: add checks for if statement 2020-01-11 13:21:35 +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 android symlink fix 2020-01-15 19:40:03 +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 new AST built with sum types 2019-12-24 16:04:49 +03:00
string_expression.v vfmt: support for vid like projects having many module main .v files 2020-01-10 23:33:35 +01:00
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 compiler: fix error in case of void function used as a value 2020-01-12 01:46:25 +01:00
vfmt.v vfmt: fix formatting of 'import mod as alias' 2019-12-31 19:26:44 +01:00
vhelp.v v help: document -verbose flag 2019-12-28 09:41:21 +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