v/compiler
Alexander Medvednikov a555b1fcff V 0.1.19 2019-09-12 03:59:34 +03:00
..
tests compiler: support explicit runrepl argument, so that the v repl can be launched with options like -debug and so on. 2019-09-04 19:50:51 +03:00
cc.v compiler: 32-bit option 2019-09-11 19:26:35 +03:00
cflags.v remove freetype submodule accidentally added in #1890 2019-09-08 12:02:03 +03:00
cgen.v compiler: rework flags & support win path spaces + more 2019-09-06 15:12:04 +03:00
cheaders.v backtraces: on android (bionic), there is no execinfo.h 2019-09-11 13:31:29 +03:00
comptime.v compiler: @FILE, @LINE, @FN, @COLUMN 2019-09-07 13:44:41 +03:00
depgraph.v bring back automatic array_free() 2019-09-08 14:50:18 +03:00
fn.v array: make ".contains()" private, use "in" everywhere 2019-09-11 15:12:13 +03:00
jsgen.v remove u8 and i32 aliases 2019-09-01 22:37:22 +03:00
live.v compiler: refactoring - extract cheaders.v and live.v from main.v . 2019-08-20 11:26:50 +03:00
main.v V 0.1.19 2019-09-12 03:59:34 +03:00
modules.v compiler: generalize mod dag & use for sorting structs also 2019-09-03 19:11:21 +03:00
msvc.v compiler: rename build to build_module 2019-09-10 17:36:14 +03:00
parser.v array: make ".contains()" private, use "in" everywhere 2019-09-11 15:12:13 +03:00
parser2.v parser: get_type2() for the upcoming type system refactoring 2019-09-02 14:55:26 +03:00
query.v compiler: use cerror instead of panic. 2019-08-29 11:50:18 +03:00
repl.v compiler: stage 2 of vhash support 2019-09-11 01:12:46 +03:00
scanner.v scanner: @FILE escape \ 2019-09-11 20:16:42 +03:00
table.v array: make ".contains()" private, use "in" everywhere 2019-09-11 15:12:13 +03:00
token.v fmt: remove trailing spaces 2019-08-17 22:21:43 +03:00
vfmt.v fmt: remove trailing spaces 2019-08-17 22:21:43 +03:00
vhelp.v compile: fix typos in vhelp.v 2019-09-11 23:54:36 +03:00