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

Commit Graph

  • 6e8598817d Specify that we are using a substring. Subhomoy Haldar 2023-08-05 18:32:57 +0100
  • fc654b7c01 Mirror description for v help Subhomoy Haldar 2023-08-05 18:32:25 +0100
  • c8ca99ea96 Add support for skip strings Subhomoy Haldar 2023-08-05 17:49:48 +0100
  • 8af4341957
    ci: fix vlib/time/README.md Delyan Angelov 2023-08-05 18:00:38 +0300
  • 1646a4149e
    use .nanosecond instead of .microsecond inside examples/clock/clock.v Delyan Angelov 2023-08-05 17:26:55 +0300
  • 8b3a642b8d run vfmt Delyan Angelov 2023-08-05 16:59:06 +0300
  • 3dda29f8ad fix windows Delyan Angelov 2023-08-05 16:58:38 +0300
  • 2bdddbc8f2 macos fixes/cleanup Delyan Angelov 2023-08-05 16:16:23 +0300
  • 2736d111d7
    time: store time with nanosecond resolution in time.Time, add utility methods for working with the nanosecond part Delyan Angelov 2023-08-05 13:40:46 +0300
  • 8e26ca3f5a
    time: fix 'a' and 'A' in custom_format (#19060) Turiiya 2023-08-05 12:58:16 +0200
  • 484bf87050 invert if statement Turiiya 2023-08-05 10:45:23 +0200
  • 331c3c8115 time: fix 'a' and 'A' in custom_format Turiiya 2023-08-05 10:00:21 +0200
  • da7a9bc8ae ci: run users.v ui example Alexander Medvednikov 2023-08-05 09:51:56 +0300
  • f72cb00b74
    ast: fix formatting fn header with parameter comments (#19059) yuyi 2023-08-05 12:33:13 +0800
  • e5cd1724f9
    time: fix 'h', 'hh' in custom_format for 12pm (#19058) Turiiya 2023-08-05 06:28:12 +0200
  • c0cc2aaa73
    add tests for custom_format used with h and hh Delyan Angelov 2023-08-05 07:26:25 +0300
  • 301320f4b0
    os.notify: implement the kqueue backend for notify.FdNotifier (#19057) shove 2023-08-05 12:11:07 +0800
  • 8389a80001 ast: fix formatting fn header with parameter comments yuyi 2023-08-05 11:32:28 +0800
  • e241d0b367 keep variable assignment (pass valgrind test) Turiiya 2023-08-04 22:12:25 +0200
  • 937fd9ba24 remove variable assignment Turiiya 2023-08-04 20:36:45 +0200
  • b6e3305ed5 time: fix 'h' 'hh' custom_format for 12pm Turiiya 2023-08-04 20:28:41 +0200
  • e04da50b50 vlib: implement the kqueue backend for os.Notifier shove70 2023-08-04 23:48:36 +0800
  • 4cf8328f71
    ast, fmt: simplify fmt.fn_decl() (#19054) yuyi 2023-08-04 21:54:16 +0800
  • 9691bb7e1e
    Merge 485e1b287c into d91c7f1b3b Felipe Pena 2023-08-04 17:07:51 +0400
  • f69fad8beb ast, fmt: simplify fmt.fn_decl() yuyi 2023-08-04 19:57:54 +0800
  • efe8511399 initial working version of exec_param_many for sqlite Jackson Mowry 2023-08-04 07:32:32 -0400
  • 35b51aff35
    Merge 8c27fca966 into d91c7f1b3b Swastik Baranwal 2023-08-04 11:31:04 +0200
  • d91c7f1b3b
    tools: use --filter=blob:none to reduce initial network trafic for most of the git clone commands, done by tools like oldv, gen_vc, fast_job, v translate etc Delyan Angelov 2023-08-04 11:50:30 +0300
  • 7813acdc0c
    Merge 18670c68bf into ffdd5bb955 Yochem van Rosmalen 2023-08-04 10:12:20 +0530
  • ffdd5bb955
    net.mbedtls: fix an error with in_memory_verification (fix #19051) (#19052) weekly.2023.31 Lucas V. Araujo 2023-08-03 11:32:33 -1100
  • 86d74abdef
    run v fmt -w vlib/net/mbedtls/ Delyan Angelov 2023-08-04 00:09:58 +0300
  • 3059c6d1d5
    move test to vlib/net/mbedtls/, use [if network?], to skip running it normally Delyan Angelov 2023-08-04 00:07:19 +0300
  • 5bb02b3dd7
    tools: fix some noise in the output of v test-all Delyan Angelov 2023-08-03 23:12:45 +0300
  • 598992b208
    parser: support const x := 123, to make extracting locals as constants less annoying while prototyping Delyan Angelov 2023-08-03 15:39:17 +0300
  • e3ade704cb
    tools: remove remaining references to vlib/sqlite, vlib/mysql, vlib/pg (and make v test-cleancode fail *loudly*, when a folder is missing, regression after a421e485f). Delyan Angelov 2023-08-03 23:00:07 +0300
  • 428fd7f57f all: do not allow uninitialized function pointers Alexander Medvednikov 2023-08-03 21:06:32 +0300
  • be77815e9e
    Update mbedtls_sslconn_shutdown_panic.v Lucas V. Araujo 2023-08-03 14:03:03 -0300
  • 453137384e
    ast: clean up stringify_fn_decl() and stringify_anon_decl(), make them methods on ast.Table (#19053) yuyi 2023-08-04 00:50:37 +0800
  • a18f3c34e8 ast: clean up stringify_fn_decl() and stringify_anon_decl() yuyi 2023-08-03 22:27:40 +0800
  • 47cb37674e added test and fixed in_memory_verification Lucas V. Araujo 2023-08-03 08:46:16 -0300
  • fc1bfa89bd fixed net.mbedtls - SSLListener.accept() Lucas V. Araujo 2023-08-03 07:42:31 -0300
  • 9d888e2b0b
    Merge branch 'vlang:master' into master Lucas V. Araujo 2023-08-02 23:38:19 -1100
  • 6a4bfef2c5
    parser: disallow having builtin type as type names for enum, sum type and alias (#19043) Swastik Baranwal 2023-08-03 14:12:31 +0530
  • 9f5e9ba1cf
    cgen: fix an error with ptr interpolation (fix #19048) (#19049) shove 2023-08-03 16:18:22 +0800
  • ef5c3cdb73
    math.unsigned: change uint256_from_dec_str to return a result, instead of an option (#19041) blackshirt 2023-08-03 14:18:21 +0700
  • 5ec7ee916a
    parser: fix formatting comptime if expr script (v fmt no longer eats the body of top level $if xyz ? {}) (#19044) yuyi 2023-08-03 14:30:00 +0800
  • b556f1302f
    parser: fix parse error in the type of a ref array when the element type is a structure of another mod(fix #19033) (#19039) shove 2023-08-03 14:25:03 +0800
  • fe9bdd4168
    sync: make sync.Direction public (#19047) kbkpbot 2023-08-03 14:22:48 +0800
  • a43e6e5df2 cgen: fix an error when interpo a ptr and specifier is p(fix #19048) shove70 2023-08-03 11:54:05 +0800
  • 31db407b63 sync: make sync.Direction public kbkpbot 2023-08-03 09:02:59 +0800
  • 8b247b61eb parser: fix formatting comptime if expr script yuyi 2023-08-02 23:18:50 +0800
  • 39926c5e83 parser: disallow having builtin type as type names for enum, sum type and alias Swastik 2023-08-02 19:28:47 +0530
  • b9d82a6b25
    Update uint256.v blackshirt 2023-08-02 16:20:00 +0700
  • 8ee1667a9a
    tools: fix exiting the v repl, after just Enter (regression happened in bf00ac6) Delyan Angelov 2023-08-02 10:57:28 +0300
  • 1d9835f0e4
    parser, cgen: fix for i++; i<10; i++ { (fix #18445) (#19035) yuyi 2023-08-02 15:47:52 +0800
  • 6b978a6b5a
    vdoc: refactor theme files (#19024) Turiiya 2023-08-02 09:46:18 +0200
  • 43800a05e8
    fmt: fix formatting of fn with argument comments (#19038) yuyi 2023-08-02 15:40:09 +0800
  • 28604281d5 parser: fix parse error in the type of a ref array when the element type is a structure of another mod(fix #19033) shove70 2023-08-02 15:38:25 +0800
  • 95270acb7f fmt: fix formatting of fn with argument comments yuyi 2023-08-02 13:48:39 +0800
  • 2859b232c5 fix 'for a-- {' case yuyi 2023-08-02 10:52:59 +0800
  • 973fc2be6a parser, cgen: fix 'for i++; i<10; i++ {' yuyi 2023-08-02 10:29:43 +0800
  • ecca3b155e
    net.mbedtls: add SSLListener to allow creating SSL servers (#19022) Lucas V. Araujo 2023-08-01 06:45:50 -1100
  • 600f891d3a
    checker, cgen: implement fixed array of threads wait() (#19032) yuyi 2023-08-02 01:45:00 +0800
  • 2fc788df57
    cleanup the cert/ folder Delyan Angelov 2023-08-01 19:14:41 +0300
  • b6d6d4b037
    parser: fix improper token advancement when parsing the types of struct thread type fields(fix #19029) (#19030) shove 2023-08-02 00:10:52 +0800
  • 1bc68d5bc0 add lint action to check formatting on changes in vdoc theme Turiiya 2023-08-01 15:38:10 +0200
  • b794c88775 run prettier --write cmd/tools/vdoc/theme Turiiya 2023-08-01 16:09:15 +0200
  • e69d9658f1 add formatter config Turiiya 2023-08-01 02:32:29 +0200
  • 23c7750c82 cleanup html codegen Turiiya 2023-08-01 02:19:20 +0200
  • 1f0ae33444 remove obsolete Turiiya 2023-08-01 00:13:48 +0200
  • 50cad97af8 vdoc: refactor theme to es6 Turiiya 2023-07-31 18:37:18 +0200
  • 4e47b34fda
    Merge 649731e44b into ecf8fcd45a Hitalo Souza 2023-08-01 13:52:13 +0100
  • d7756f2cf0 checker, cgen: implement fixed array of threads wait() yuyi 2023-08-01 20:43:54 +0800
  • 8b92bac71a
    ci: skip vlib/orm/orm_generic_test.v on some CI jobs Delyan Angelov 2023-08-01 13:47:09 +0300
  • cbd0e7bea0
    cleanup Casper Kuethe 2023-07-30 22:49:14 +0200
  • 4ac1beda55
    remove prints Casper Kuethe 2023-07-30 22:46:31 +0200
  • efcc94e688
    orm: add support for generics Casper Kuethe 2023-07-30 22:42:28 +0200
  • b22427933c parser: fix improper token advancement when parsing the types of struct thread type fields(fix #19029) shove70 2023-08-01 18:14:39 +0800
  • ecf8fcd45a
    ci: bump timeout-minutes: to 20, for v-compiles-os-android, gg-regressions, doom-regressions, to reduce false positives Delyan Angelov 2023-08-01 12:09:41 +0300
  • a18603fe3f
    run v fmt -w, fix running v run examples/ssl_server/server.v from the project top folder Delyan Angelov 2023-08-01 12:05:14 +0300
  • bcad8e9fd2
    fix CI for ./v -cstrict -cc clang-12 vlib/net/http/http_test.v Delyan Angelov 2023-08-01 12:01:56 +0300
  • 7fcfa01401
    added examples Lucas V. Araujo 2023-07-31 19:13:33 -0300
  • 3a537bda65
    added ssl server capabilities to net.mbedtls Lucas V. Araujo 2023-07-31 18:58:48 -0300
  • 177bb30013
    net: change default of the socket used by net.listen_tcp, to dualstack, even if the OS has a different default. Allow changing the listen backlog too Delyan Angelov 2023-08-01 11:26:39 +0300
  • 367e38d7d1
    parser: change fn_args() to fn_params() (#19027) yuyi 2023-08-01 12:27:53 +0800
  • def0161281
    github: update issue template presets (#19026) Turiiya 2023-08-01 06:25:27 +0200
  • a1aca4c578
    checker: fix generic struct field init recursively (related #19014) (#19025) yuyi 2023-08-01 12:20:33 +0800
  • 5061aeee64
    vdoc: fix toc height (accidental height removal in 9750061) (#19023) Turiiya 2023-08-01 06:11:44 +0200
  • f4c2ecfaa9
    crypto.sha512: make the new384/0, new512_256/0, new512_224/0 functions public Delyan Angelov 2023-08-01 06:55:34 +0300
  • e50448d40e parser: change fn_args() to fn_params() yuyi 2023-08-01 10:43:59 +0800
  • d9d62401be fix defer error yuyi 2023-08-01 09:23:38 +0800
  • 7cd80b0087 checker: fix generic struct field init recursively yuyi 2023-08-01 08:46:02 +0800
  • ae08d321a0 fix accidental height removal Turiiya 2023-08-01 01:09:39 +0200
  • af4a6567d7 refactor(documentation): clarify documented behaviour of flatten func Michael Charlton 2023-07-31 21:15:47 +0100
  • 141dc1c56d Merge branch 'master' of https://github.com/m-charlton/v Michael Charlton 2023-07-31 21:01:54 +0100
  • 9be80198fc
    checker: fix generic struct field with default fn_type value (fix #19011) (#19014) yuyi 2023-08-01 02:30:12 +0800
  • a609d6c9d1
    db.pg: add parameter syntax to docs (#19003) jacksonmowry 2023-07-31 18:26:45 +0000
  • fd81bae361
    net.websocket: remove unnecessary manual frees of static strings (#19009) Kim Shrier 2023-07-31 12:23:33 -0600
  • 8861538c66
    ast, parser, fmt: implement inline comments (#19012) yuyi 2023-08-01 02:22:51 +0800
  • 764f30be49
    Update README.md jacksonmowry 2023-07-31 16:58:39 +0000