.. |
database
|
fix repl tests
|
2019-11-18 02:34:49 +03:00 |
eventbus
|
*char => charptr everywhere
|
2019-12-01 10:33:26 +03:00 |
game_of_life
|
do not allow casting bool to int
|
2019-11-23 20:40:59 +03:00 |
hot_reload
|
update tests and examples after the mutability fix
|
2019-11-06 06:57:04 +03:00 |
tetris
|
array: make left/right/slice private
|
2019-11-30 12:37:34 +03:00 |
vcasino
|
struct capitalization: fix the rest of tests
|
2019-09-28 22:26:44 +03:00 |
vweb
|
vweb: bring back html() test
|
2019-11-26 09:34:09 +03:00 |
word_counter
|
compiler/vlib: replace substr/left/right with `[start..end]` everywhere
|
2019-10-27 10:03:15 +03:00 |
x64
|
x64: fix off by one error in for loops
|
2019-11-29 12:33:36 +03:00 |
.gitignore
|
vlib: cli module
|
2019-11-21 15:03:12 +03:00 |
cli.v
|
vlib: cli module
|
2019-11-21 15:03:12 +03:00 |
empty_gg_freetype.v
|
examples: fix gg/freetype example
|
2019-11-20 07:35:13 +03:00 |
fibonacci.v
|
examples/fibonacci: stop before overflowing and use u64
|
2019-10-30 14:54:38 +03:00 |
hello_v_js.v
|
github actions: simplify ci.yml, test js backend on windows
|
2019-09-21 18:34:17 +03:00 |
hello_world.v
|
expression: add a check for raw strings
|
2019-11-16 22:15:22 +03:00 |
json.v
|
final linguist test
|
2019-08-30 13:57:53 +03:00 |
links_scraper.v
|
compiler/vlib: replace substr/left/right with `[start..end]` everywhere
|
2019-10-27 10:03:15 +03:00 |
log.v
|
log: enum for logger level
|
2019-11-25 07:50:59 +03:00 |
nbody.v
|
parser: restore outer variable in index exprs
|
2019-08-30 12:16:39 +03:00 |
news_fetcher.v
|
sync: new_mutex() and new_waitgroup()
|
2019-10-25 17:24:40 +03:00 |
random_ips.v
|
examples: add random_ips.v
|
2019-11-20 17:58:24 +03:00 |
rune.v
|
add `str` function for `rune`
|
2019-07-01 17:36:23 +02:00 |
spectral.v
|
examples: update `[0;n]` to `[0].repeat(n)`
|
2019-09-16 01:55:54 +03:00 |
sqlite.v
|
sqlite: use in-memory database in examples and tests
|
2019-11-12 19:25:30 +03:00 |
terminal_control.v
|
vfmt fixes
|
2019-07-17 21:00:39 +02:00 |
v_script.vsh
|
examples: V script
|
2019-10-18 20:18:30 +03:00 |