1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

Commit Graph

  • 758bdb6648 checker: check fn call argument mismatch for array struct type yuyi 2023-07-26 21:43:17 +0800
  • 125c571d4a
    scanner: minor cleanup in ident_string() (#18971) yuyi 2023-07-26 19:52:22 +0800
  • 74bd3e65d8 Make vweb routes case sensitive squidink7 2023-07-26 18:56:47 +0930
  • 2743876588
    Remove unnecessary dot in README Adi Salimgereyev 2023-07-26 14:50:22 +0600
  • b35ad8a657
    scanner: fix string interpolation with match expr (#18969) yuyi 2023-07-26 16:27:20 +0800
  • 7a1139d883 scanner: minor cleanup in ident_string() yuyi 2023-07-26 15:57:09 +0800
  • a8cc7efda3 scanner: fix string interpolation with match expr yuyi 2023-07-26 12:45:57 +0800
  • e03c0329c1
    Revert "runtime: cleanup free_memory comptime conditional (#18968)" Delyan Angelov 2023-07-26 09:01:37 +0300
  • 571469a6ac
    runtime: cleanup free_memory comptime conditional (#18968) phoebe 2023-07-26 06:43:08 +0200
  • 54df136725 runtime: cleanup free_memory comptime conditional phoreverpheebs 2023-07-26 09:31:05 +0900
  • 5ecbfb7bf1
    v.scanner: use internally_generated_v_code instead of internal_memory to describe generated code buffers Delyan Angelov 2023-07-25 13:32:11 +0300
  • 44ed42ce06
    time: remove deprecated time.days_from_civil/1 Delyan Angelov 2023-07-25 11:20:41 +0300
  • a421e485fc
    vlib: remove deprecated pg, mysql, sqlite, mssql modules. Leave only the db. prefixed db.pg, db.mysql etc Delyan Angelov 2023-07-25 11:20:07 +0300
  • 3a91a5eceb
    cgen: remove \r for consistency (#18962) weekly.2023.30 phoebe 2023-07-25 01:26:09 +0200
  • fab915782d
    v.scanner: fix string interpolation when quote is directly after '}' (#18961) Casper Küthe 2023-07-25 00:58:49 +0200
  • b29f3caeec
    checker: cleanup in fn.v (#18958) yuyi 2023-07-25 05:12:43 +0800
  • 5b663b8836 cgen: remove carriage return for consistency phoreverpheebs 2023-07-25 05:38:08 +0900
  • a0b5f31bd2 fix scanner when quote is directly after '}' Casper Kuethe 2023-07-24 22:17:59 +0200
  • c6ddbd308e
    vet: give notice for replacing const dynamic arrays with const fixed ones (#18960) Swastik Baranwal 2023-07-25 00:43:38 +0530
  • 4dec392dd7 add tests Swastik 2023-07-24 19:44:27 +0530
  • 4483f19461 do not make it exit code 1 Swastik 2023-07-24 19:12:09 +0530
  • 68ed9124d9 format Swastik 2023-07-24 18:48:47 +0530
  • 021f26cdc7 do not force it Swastik 2023-07-24 18:43:18 +0530
  • 7dd37fceb5 vet: give notice on const arrays Swastik 2023-07-24 18:24:05 +0530
  • d4bedebace
    checker: support @STRUCT in static methods Delyan Angelov 2023-07-24 13:14:52 +0300
  • 87418daed6 checker: cleanup more in fn.v yuyi 2023-07-24 15:49:21 +0800
  • 3d65433b36 checker: cleanup more in fn.v yuyi 2023-07-24 15:45:08 +0800
  • c8487909b8 checker: cleanup in fn_call() yuyi 2023-07-24 14:05:55 +0800
  • b29a084257 builtin: move array.data to the top of the struct Alexander Medvednikov 2023-07-23 18:53:19 +0300
  • 7cec70e525 sokol: use GLCORE33 on linux Alexander Medvednikov 2023-07-23 18:51:32 +0300
  • 78681bf852
    checker: fix const from multi branchs of if expr (#18951) yuyi 2023-07-23 19:09:44 +0800
  • e1758bc0c5
    cgen: fix infix expr with number overflow (fix #18905) (#18936) yuyi 2023-07-23 18:18:22 +0800
  • 15fdfd7bcf
    tools: fix vcomplete for zsh (#18950) Turiiya 2023-07-23 12:15:23 +0200
  • e0661e7b2a checker: fix const from multi branchs of if expr yuyi 2023-07-23 18:02:19 +0800
  • eda08dbe8a tools: fix vcomplete for zsh Turiiya 2023-07-23 10:41:37 +0200
  • 1c9eb57c0b
    Merge e6c0c6268e into 40dc80079d Felipe Pena 2023-07-23 16:05:58 +0800
  • a58bb100a6
    Merge 77e14f6e68 into 40dc80079d R cqls 2023-07-23 16:04:30 +0800
  • 40dc80079d
    native: fix the file path used for warning messages (#18948) Eliyaan (Nopana) 2023-07-23 07:03:30 +0200
  • ac0ae1966a
    time: update doc comments (#18947) Turiiya 2023-07-22 20:30:36 +0200
  • dd2ce3385d
    fix warnings for the initialisation of Gen.current_file Delyan Angelov 2023-07-22 21:26:15 +0300
  • 9e59b7c5e4
    warning_fix Eliyaan 2023-07-22 17:35:01 +0200
  • 4b5bfcc19c disallow assigning struct fielld assign voidptr to fn ptr Swastik 2023-07-22 23:39:38 +0530
  • 41f99c1abf
    tools: add cmd/tools/show_ancient_deprecations.v, to cleanup ancient functionality, deprecated over an year ago (#18946) Delyan Angelov 2023-07-22 19:13:58 +0300
  • 01290e00ee Merge remote-tracking branch 'refs/remotes/origin/master' Michael Charlton 2023-07-22 16:28:33 +0100
  • 7451178c45
    fmt: fix formatting of the comptime call (#18945) yuyi 2023-07-22 23:11:36 +0800
  • 466c80f80a
    vlib: remove methods deprecated before 2022-07-22 (#18944) Delyan Angelov 2023-07-22 18:11:12 +0300
  • cfed89137e time: update doc comments Turiiya 2023-07-22 16:58:06 +0200
  • 6d91339ad3 skip c2v translate mode yuyi 2023-07-22 22:34:37 +0800
  • fb5f2d3341
    fix broken code, that still used the deprecated functions Delyan Angelov 2023-07-22 17:07:51 +0300
  • 7582a0b85c
    tools: add cmd/tools/show_ancient_deprecations.v, use it to cleanup some ancient deprecated functionality (deprecated over an year ago) Delyan Angelov 2023-07-22 16:43:57 +0300
  • 45b091ab8d fmt: fix formatting of the comptime call yuyi 2023-07-22 20:58:49 +0800
  • ebdb1afe00
    vlib: remove methods deprecated before 2022-07-22 Delyan Angelov 2023-07-22 14:17:02 +0300
  • 87a09569c1 Merge branch 'docs-use-new-generics-syntax' Michael Charlton 2023-07-22 11:45:25 +0100
  • b9981af2ca Merge branch 'math.signi-doc-error' Michael Charlton 2023-07-22 11:44:49 +0100
  • 30fc9380a1
    doc: use square brackets for generics in comments (#18943) Michael Charlton 2023-07-22 11:22:30 +0100
  • d24927a362 fix ttf/render_sokol_cpu.v yuyi 2023-07-22 17:54:55 +0800
  • d1ec6559a7 fix(stdlib docs): use square brackets for generics Michael Charlton 2023-07-22 10:39:35 +0100
  • 68926b1480 fix ttf_test.v yuyi 2023-07-22 16:07:31 +0800
  • dcbc9e0b9b
    math.big: add isqrt_checked and standardize error format (#18939) phoebe 2023-07-22 08:20:45 +0200
  • c3ff4b2f85
    net.conv: rename functions to match other langs, making them easier t… (#18937) JalonSolov 2023-07-22 02:11:01 -0400
  • bf00ac656f
    readline: remove new line \n character from readline output, now just Enter produces '' (#18934) indexxd 2023-07-22 06:01:57 +0200
  • a3449098a9
    time: fix losing of the .is_local value after adding duration (#18938) werkzeug 2023-07-22 06:01:11 +0200
  • ba1c5def77
    strconv.atoi: fix string.int() returning numbers for non number characters (fix #18875) (#18925) penguindark 2023-07-22 05:43:10 +0200
  • f4205c6017 fix infix.v yuyi 2023-07-22 10:53:01 +0800
  • 898d82555d fix ttf.v yuyi 2023-07-22 10:19:24 +0800
  • 92be159c41
    Fix ftp_test.v wygsh 2023-07-22 01:09:36 +0100
  • 280028299c
    Add debugging for read and write methods wygsh 2023-07-22 00:40:57 +0100
  • e5b81ff268
    simplify close method and fix write method wygsh 2023-07-22 00:38:59 +0100
  • 98e20dc2d0 fix tests phoreverpheebs 2023-07-22 05:56:08 +0900
  • 4a333ed7fb add isqrt_checked phoreverpheebs 2023-07-22 05:55:08 +0900
  • 44c6c78af4
    Rewrite FTP module wygsh 2023-07-21 21:18:33 +0100
  • f19ad93fec fix a comment JalonSolov 2023-07-21 16:17:27 -0400
  • 655bf1db83 time: fix loosing of is_local flag after adding duration werkzeug 2023-07-21 22:05:23 +0200
  • 3e8250fb77 update phoreverpheebs 2023-07-22 04:58:03 +0900
  • 8a8f64d14e even deprecated routines need docs JalonSolov 2023-07-21 13:59:28 -0400
  • 7b306e9b8f
    math.big: add checked division methods (#18924) phoebe 2023-07-21 19:06:54 +0200
  • 4a543c5f51
    docs: add arm32 and i386 to the documented list of supported comptime architectures (#18932) phoebe 2023-07-21 19:01:46 +0200
  • b2beb78e90 tweak format again JalonSolov 2023-07-21 12:56:45 -0400
  • 314accc7df keep distinction between CR and ctrl+d indexxd 2023-07-21 18:51:43 +0200
  • 735cb62d6a <shrug> JalonSolov 2023-07-21 12:51:36 -0400
  • 6bbd1b62c3 add deprecated_after JalonSolov 2023-07-21 12:24:26 -0400
  • bd52f8a046 add deprecated old names JalonSolov 2023-07-21 12:09:06 -0400
  • dd56d5ec5d small format tweak JalonSolov 2023-07-21 12:01:52 -0400
  • 32ecd678a5 net.conv: rename functions to match other langs, making them easier to find JalonSolov 2023-07-21 11:58:02 -0400
  • 64a8c14a3c
    builtin: fix the comments about flushing on print/1 and println/1 (#18927) Kim Shrier 2023-07-21 09:44:13 -0600
  • 636895eaa6 fix ttf.v yuyi 2023-07-21 23:43:51 +0800
  • 468b77682d cgen: fix infix expr with number overflow yuyi 2023-07-21 23:28:00 +0800
  • 9e8b346b02 small fix on comment penguindark 2023-07-21 14:26:59 +0000
  • 264f04b78f readline: remove new line \n character from readline output indexxd 2023-07-21 16:21:58 +0200
  • 92f9beda19 Merge branch 'master' into atoi_fix penguindark 2023-07-21 14:19:02 +0000
  • 36d45c6d14
    net.http.chunked: return !string on decode (#18928) l-m 2023-07-21 13:37:55 +0000
  • ac5705a458
    tcc does not support asm blocks Delyan Angelov 2023-07-21 16:15:30 +0300
  • ef421497de fix phoreverpheebs 2023-07-21 22:06:09 +0900
  • 8b4c3fa1d1
    ci: make -autofree failures easier to diagnose, test -autofree more on linux and windows too (#18929) Delyan Angelov 2023-07-21 15:39:43 +0300
  • a5039d2dfa docs: add 32-bit architectures phoreverpheebs 2023-07-21 21:09:46 +0900
  • ebc19c2879 net.conv: improve byte swapping on x86 phoreverpheebs 2023-07-21 20:51:13 +0900
  • 7dbf1cd958
    fix the comments about print/println and flushing, to match the actual source code Delyan Angelov 2023-07-21 14:20:27 +0300
  • 46172b5b74
    ci: make -autofree failures easier to diagnose, test -autofree more on linux and windows too Delyan Angelov 2023-07-21 14:15:53 +0300
  • 0500580e5c
    ci: simplify decode, so that ./v -autofree -o blog tutorials/building_a_simple_web_blog_with_vweb/code/blog passes on macos Delyan Angelov 2023-07-21 14:07:54 +0300
  • 70118e1c35 wording again phoreverpheebs 2023-07-21 20:00:11 +0900