1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/compiler
Alexander Medvednikov 3c0fca9258 register methods (wip)
2020-01-08 10:19:18 +01:00
..
preludes flag: fix displaying of both abbreviated and long options 2019-12-30 16:38:32 +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 clean up the parser a bit; run vfmt; add x64 to ci 2020-01-06 23:15:37 +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 time: gmt offset; macos syscalls 2020-01-01 10:09:19 +01:00
cheaders.v register methods (wip) 2020-01-08 10:19:18 +01:00
compile_errors.v make the unchanged mutable variable error a warning in non-prod builds 2020-01-06 00:28:29 +01:00
compiler_options.v run vfmt 2019-12-20 02:09:56 +03:00
comptime.v android: fix os.create and builtin 2020-01-05 20:13:35 +01:00
depgraph.v run vfmt 2019-12-20 02:09:56 +03:00
enum.v fix enum bitfield 2019-12-23 07:05:52 +03:00
expression.v register methods (wip) 2020-01-08 10:19:18 +01:00
fn.v make the unchanged mutable variable error a warning in non-prod builds 2020-01-06 00:28:29 +01:00
for.v x64, v2 backends 2019-12-31 19:42:16 +01:00
gen_c.v compiler: avoid redeclaration of var during reassignment with optional value 2020-01-05 11:53:40 +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 vfmt: fix formatting of 'import mod as alias' 2019-12-31 19:26:44 +01:00
if_match.v if x := opt() {} else {} 2020-01-01 10:31:50 +01:00
json_gen.v run vfmt 2019-12-20 02:09:56 +03:00
live.v os, filepath: reorganize functions 2019-12-23 13:09:22 +03:00
main.v struct field check + enable v2 again 2020-01-07 16:09:20 +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 windows: do not link gdi32/shell32 to console applications 2019-12-27 11:27:19 +03: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 fix windows test 2020-01-04 00:24:30 +01:00
struct.v new AST built with sum types 2019-12-24 16:04:49 +03:00
table.v new AST built with sum types 2019-12-24 16:04:49 +03:00
token.v compiler: __offsetof keyword for C offsetof() macro 2019-12-22 00:46:09 +03: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 os, filepath: reorganize functions 2019-12-23 13:09:22 +03:00