spaceface777
|
a9e9554b11
|
all: fix most C warnings (#6758)
|
2020-11-06 16:26:59 +02:00 |
Nick Treleaven
|
a74cbf55c7
|
checker: warn if C.m* or C.s* functions are called outside unsafe blocks (#5869)
|
2020-07-20 20:06:41 +03:00 |
Nick Treleaven
|
0b49e4db1c
|
v/checker.v: disallow pointer arithmetic for InfixExpr outside unsafe {} (#5640)
|
2020-07-03 18:10:10 +02:00 |
Emily Hudson
|
75eac291ac
|
all: variable sized options
|
2020-05-31 12:57:26 +02:00 |
Uwe Krüger
|
2635be511f
|
all: re-apply C++ support
|
2020-05-18 21:38:06 +02:00 |
Alexander Medvednikov
|
07a78b2843
|
Revert "all: C++ compiler support"
This reverts commit 9a237c3e82 .
|
2020-05-18 17:05:48 +02:00 |
Uwe Krüger
|
9a237c3e82
|
all: C++ compiler support
|
2020-05-18 15:51:36 +02:00 |
Alexander Medvednikov
|
ab7bc760c6
|
cgen: new Option part 1
|
2020-05-13 21:59:08 +02:00 |
Delyan Angelov
|
c6a829ce82
|
cgen: support for error('abc').str() and printing errors
|
2020-04-24 18:35:33 +03:00 |
Delyan Angelov
|
ba088056ed
|
solaris: make 'v test-compiler' pass (stage 2)
|
2020-03-21 09:48:02 +01:00 |
joe-conigliaro
|
7f709c3285
|
update copyright years
|
2020-02-03 05:00:36 +01:00 |
Alexander Medvednikov
|
d082b3f4b9
|
run vfmt on vlib/builtin
|
2019-12-20 00:12:29 +03:00 |
Alexander Medvednikov
|
54707ff81d
|
do not allow calloc(0)
|
2019-12-16 22:48:55 +03:00 |
Alexander Medvednikov
|
d00fdca38f
|
[if vfmt] for fgen() functions
|
2019-10-27 12:13:08 +03:00 |
Delyan Angelov
|
8364130a1f
|
compiler: implement error_with_code(s string, code int)
Make available the integer code as errcode to callers/unwrappers
|
2019-10-25 22:03:42 +03:00 |
Alexander Medvednikov
|
f14425ec18
|
do not allow one letter struct names
|
2019-10-23 23:46:07 +03:00 |
Alexander Medvednikov
|
d1500511e6
|
"none" keyword for optionals + more memory fixes
|
2019-09-18 14:15:10 +03:00 |
Alexander Medvednikov
|
ef2ab31e88
|
sql: only accept strings and ints for now
|
2019-08-12 21:07:03 +03:00 |
Alexander Medvednikov
|
eb313ebb5b
|
option: increase the temporary limit
|
2019-08-01 01:19:45 +02:00 |
Alexander Medvednikov
|
207bab5f79
|
generics, vweb, comptime codegen, etc
|
2019-07-29 18:24:48 +02:00 |
Alexander Medvednikov
|
dec0d961f5
|
os: clean up file functions, use optionals
|
2019-07-03 21:37:12 +02:00 |
Alexander Medvednikov
|
4594d78bd6
|
move all vlib modules to vlib/
|
2019-06-29 12:00:31 +02:00 |