Commit Graph

7349 Commits (f377710c0b9268204c264acd03a2efa34e71860f)

Author SHA1 Message Date
Delyan Angelov b11d285680
v: support multiple paths in VMODULES env variable () 2020-11-30 18:31:37 +01:00
Alexander Medvednikov 376833aea7 builder: show tcc compiler error with -v and -showcc 2020-11-30 17:47:38 +01:00
heronwr 434fa70584
make.bat: fix incorrect sequence in checking for a valid C compiler () 2020-11-30 16:52:43 +01:00
Lukas Neubert a98162118b
fmt: orm delete () 2020-11-30 14:02:36 +01:00
Uwe Krüger a128ab4313
cgen: add support for shared maps () 2020-11-30 13:25:14 +01:00
Swastik Baranwal e3fab7e076
parser: add an error for an invalid string prefix () 2020-11-30 10:58:00 +02:00
yuyi 39b46e95a0
gen: minor optimization in `type_to_fmt()` () 2020-11-30 09:35:55 +02:00
yuyi f7cc3d3718
gen: minor cleanup in gen_expr_to_string() () 2020-11-30 09:16:50 +02:00
heronwr 9487578c0c
make.bat: bootstrap TCC by default and fix miscellaneous bugs ()
good work
2020-11-30 09:15:52 +02:00
Delyan Angelov aae5812337 os: cleanup os.find_abs_path_of_executable/1 2020-11-30 08:40:39 +02:00
Alexander Medvednikov 05eeb8aa53 token: remove old keyword "embed" 2020-11-30 03:11:40 +01:00
joe-conigliaro ff63fb74d9
dont allow method on non-local types & no mod for arrays. closes 2020-11-30 11:43:22 +11:00
Alexander Medvednikov b1bff3f319 workflows: use ./v instead of v 2020-11-29 20:53:33 +01:00
ka-weihe 9367dcda10
all: fix remaining c warnings and add -Werror to CI () 2020-11-29 21:23:37 +02:00
Alexander Medvednikov 5eb7660608 workflows: releases: build v -prod 2020-11-29 19:57:12 +01:00
spaceface777 4e6bc27b30
compiler: fix self compilation with cached modules on macOS () 2020-11-29 19:30:35 +01:00
Alexander Medvednikov c7cefa9ce6 json: fix encoding pointers 2020-11-29 17:45:22 +01:00
Delyan Angelov adeebad2a6
compiler: use thirdparty/tcc/tcc.exe by default, when no explicit -cc is given () 2020-11-29 16:18:49 +01:00
yuyi 0b96cd50e1
scanner: fix escape `\u` (fix ) () 2020-11-29 17:01:40 +02:00
Delyan Angelov 008ce8fc65 repeat: support `-p {option}:-prod,'' -p {compiler}:tcc,gcc -t '{T} {option} -cc {compiler} x.v' v` 2020-11-29 16:14:11 +02:00
Ned Palacios 6c634086b0
json2: decode fn returns `?T`; add new tests () 2020-11-29 14:54:45 +01:00
Nick Treleaven 8f15af6adc
pref: add -m32, -m64 command-line options () 2020-11-29 14:53:49 +01:00
Nick Treleaven 9772306ae9
help: list -showcc, -w () 2020-11-29 14:11:12 +01:00
joe-conigliaro 91eca539d0
all: -usecache fixes and self compilation & some type cname optimisation () 2020-11-29 14:10:45 +01:00
Swastik Baranwal 3afa606154
vfmt: fix eating `c` in `c'foo'` ()
* fmt: add formatting for cstrs

* fmt
2020-11-29 10:39:50 +02:00
Takahiro Yaota 49a083fe79
time: improve parse_iso8601 () 2020-11-29 10:38:14 +02:00
Larpon 1192dfdc8a
term.ui: document functions () 2020-11-29 08:32:04 +02:00
Leah Lundqvist 80c4b8a17a
ci: automated builds when pushing "weekly.*" tags () 2020-11-29 02:16:10 +01:00
Delyan Angelov a6f1667bce checker: make `sym == typ` an error 2020-11-29 00:43:06 +02:00
yuyi f336c2c5cc
scanner: fix error of backslash escaping x in ident_string(fix ) () 2020-11-29 00:39:45 +02:00
Daniel Däschle 32c027a0bf
parser: disallow ptr type as sum type variant () 2020-11-28 23:40:40 +02:00
Nick Treleaven 6da6a082c7
parser: fix showing error position for pratt.v () 2020-11-28 23:39:45 +02:00
Alexander Medvednikov 159abd4727 autofree: fix unused var error 2020-11-28 20:33:32 +01:00
Alexander Medvednikov 91007e87d2 autofree: remove old code 2020-11-28 20:26:32 +01:00
Alexander Medvednikov cb3367d734 autofree: free_before_break() test 2020-11-28 20:23:54 +01:00
Delyan Angelov 321daede1d cgen: fix a buggy comparison, add ability to do println(sym.debug()) 2020-11-28 19:48:53 +02:00
Alexander Medvednikov 0114333d34 autofree: fix _ 2020-11-28 16:45:08 +01:00
Swastik Baranwal aadeb62bbf
cgen: add a _T_ prefix in the C names for generic fn instances; fixes () 2020-11-28 17:07:07 +02:00
Daniel Däschle 6e4dad9acf
parser: fix position of array init () 2020-11-28 17:05:14 +02:00
Alexander Medvednikov ea04d23e1d tests: valgrind: use -autofree without -experimental 2020-11-28 15:53:08 +01:00
Alexander Medvednikov 57ad943b92 autofree: free arrays on re-assignment 2020-11-28 15:21:53 +01:00
Alexander Medvednikov ed39d151b7 V 0.1.30 2020-11-28 04:43:11 +01:00
Alexander Medvednikov 86b5f7ef5d string: fix ustring.free() 2020-11-28 03:41:43 +01:00
Alexander Medvednikov c3ed8bb5da autofree: remove old code 2020-11-28 02:28:43 +01:00
heronwr a2fedb4285
make.bat: parsing block revision () 2020-11-28 01:14:14 +02:00
Delyan Angelov 2095d4d955 .ctags.d/v.ctags: upgrade syntax for latest Universal Ctags 5.9.0(7f84a443) 2020-11-28 01:05:16 +02:00
Delyan Angelov ac27a3ccee parser,cgen: improve `[flag]enum Abc{ a b }`, allow `x := Abc.a | Abc.b` 2020-11-27 23:09:14 +02:00
Daniel Däschle 18cf36a22c
parser: remove unnecessary match as code () 2020-11-27 22:25:08 +02:00
Daniel Däschle 04ecc4737c
docs: extend the sum type docs () 2020-11-27 22:24:35 +02:00
yuyi 64fa5e6383
szip: fix szip_test () 2020-11-27 21:20:43 +01:00