.. |
bench
|
compiler: make compiler an ordinary vlib/compiler module
|
2019-10-13 16:37:43 +03:00 |
local
|
compiler: make compiler an ordinary vlib/compiler module
|
2019-10-13 16:37:43 +03:00 |
modules
|
testing: support for internal module testing
|
2019-12-14 15:57:28 +03:00 |
prod
|
more vfmt fixes
|
2019-11-10 19:49:19 +03:00 |
repl
|
fix 2 repl tests
|
2019-12-18 05:02:23 +03:00 |
asm_test.v
|
fix repl tests; change asm syntax a bit
|
2019-11-18 11:59:13 +03:00 |
backtrace_test.v
|
MSVC backtrace
|
2019-11-13 11:05:06 +03:00 |
comptime_bittness_and_endianess_test.v
|
compiler: add support for $if x32, x64, big_endian, little_endian
|
2019-11-15 16:14:28 +03:00 |
const_test.v
|
compiler: public consts and structs
|
2019-10-24 12:26:43 +03:00 |
cstrings_test.v
|
CI: fix msvc (temporary work around dialogs poping up)
|
2019-12-05 17:08:18 +03:00 |
defer_test.v
|
fix defer_test
|
2019-12-08 15:30:14 +03:00 |
enum_bitfield_test.v
|
parser: allow enums to be used as bitfield flags
|
2019-12-10 06:16:47 +03:00 |
enum_hex_test.v
|
fix hexadecimal constants + freestanding fixes
|
2019-11-26 06:12:37 +03:00 |
enum_test.v
|
negative enum vals + `[10]C.Foo` fix
|
2019-12-22 00:17:13 +03:00 |
fixed_array_test.v
|
compiler: make compiler an ordinary vlib/compiler module
|
2019-10-13 16:37:43 +03:00 |
fn_expecting_ref_but_returning_struct_test.v
|
compiler: force custom struct .str() methods to be defined public
|
2019-12-11 03:24:26 +03:00 |
fn_expecting_ref_but_returning_struct_time_module_test.v
|
fix tests for tcc, extract failing stuff to separate simpler files to ease debugging
|
2019-11-11 17:59:59 +03:00 |
fn_multiple_returns_test.v
|
compiler: make compiler an ordinary vlib/compiler module
|
2019-10-13 16:37:43 +03:00 |
fn_test.v
|
parser: fix x.function_pointer()
|
2019-12-19 21:23:29 +03:00 |
fn_variadic_test.v
|
parser: fix forwarding vargs & multiple call varg len fix
|
2019-11-01 19:14:16 +03:00 |
generic_test.v
|
implement generic structs
|
2019-12-21 03:53:57 +03:00 |
if_expression_test.v
|
parser: fix if expression
|
2019-11-23 14:25:57 +03:00 |
in_expression_test.v
|
parser: fix `in` expression
|
2019-11-27 08:48:04 +03:00 |
interface_test.v
|
parser: fix register() bug in interfaces
|
2019-11-20 18:19:13 +03:00 |
local_test.v
|
compiler: make compiler an ordinary vlib/compiler module
|
2019-10-13 16:37:43 +03:00 |
match_test.v
|
vlib: fix missing `else{}` in match statements
|
2019-12-07 17:23:37 +03:00 |
module_test.v
|
lower/snake case consts & enums
|
2019-10-24 14:48:20 +03:00 |
msvc_test.v
|
update all index() uses
|
2019-11-30 15:27:16 +03:00 |
multiret_with_ptrtype_test.v
|
ci: rename multiret_with_ptrtype.v
|
2019-11-28 09:46:52 +03:00 |
mut_test.v
|
fix defer_test
|
2019-12-08 15:30:14 +03:00 |
option_test.v
|
compiler: map[string]pointer, ?pointer, fix []pointer
|
2019-12-22 01:44:16 +03:00 |
pointers_test.v
|
use ++ everywhere
|
2019-12-08 14:34:51 +03:00 |
print_test.v
|
generic functions
|
2019-10-20 10:19:37 +03:00 |
prod_test.v
|
more vfmt fixes
|
2019-11-10 19:49:19 +03:00 |
repeated_multiret_values_test.v
|
make _V_mret_ unique by putting p.token_idx in it
|
2019-11-29 11:11:53 +03:00 |
return_voidptr_test.v
|
compiler: make compiler an ordinary vlib/compiler module
|
2019-10-13 16:37:43 +03:00 |
reusable_mut_multiret_values_test.v
|
make _V_mret_ unique by putting p.token_idx in it
|
2019-11-29 11:11:53 +03:00 |
shift_test.v
|
more vfmt fixes
|
2019-11-10 19:49:19 +03:00 |
str_gen_test.v
|
compiler: make compiler an ordinary vlib/compiler module
|
2019-10-13 16:37:43 +03:00 |
string_interpolation_test.v
|
compiler: make compiler an ordinary vlib/compiler module
|
2019-10-13 16:37:43 +03:00 |
struct_test.v
|
global access modifier
|
2019-12-13 20:28:28 +03:00 |
type_alias_test.v
|
run vfmt on scanner.v
|
2019-12-18 08:26:51 +03:00 |
type_test.v
|
test the recent type alias string; print vweb templates in verbose mode
|
2019-12-16 19:34:04 +03:00 |
voidptr_to_u64_cast_a_test.v
|
compiler: fix a deferencing cast was causing a segfault
|
2019-11-22 09:11:06 +03:00 |
voidptr_to_u64_cast_b_test.v
|
compiler: fix a deferencing cast was causing a segfault
|
2019-11-22 09:11:06 +03:00 |