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

Commit Graph

  • c8d2098a14 net.websocket: make thread safe/concurrent (#18179) kbkpbot 2023-05-18 17:27:00 +08:00
  • 1e88b1ab3e cgen: fix missing panic message for 'option not set' on debug (#18168) Felipe Pena 2023-05-18 06:25:19 -03:00
  • 273f46f810 checker: fix generic argument resolution when mixed order on next call (#18192) Felipe Pena 2023-05-18 06:24:06 -03:00
  • 2c95b9be32 examples: removed unused line of code (#18194) Leon Arndt 2023-05-18 11:23:37 +02:00
  • 2bb24ee739 fmt: implement comments inside sumtype declaration (#18189) yuyi 2023-05-18 17:22:26 +08:00
  • ddb8e09fec parser, checker: fix generic fn variable assignment in generic fn (#18180) yuyi 2023-05-17 08:06:33 +08:00
  • 35f2a0fb66 fmt: fix formating of fn decl with end comments (#18181) yuyi 2023-05-17 08:05:59 +08:00
  • ee7d34e650 checker: allow i32 in enum MyEnum as i32 { (#18172) Swastik Baranwal 2023-05-16 10:39:13 +05:30
  • a7f84e79f8 cgen: fix option unwrap from ovoid function (#18173) Felipe Pena 2023-05-14 08:38:14 -03:00
  • d4072bfc22 cgen: fix option with multi return assign (#18174) Felipe Pena 2023-05-14 07:50:04 -03:00
  • bfb5a770b2 changelog: update CHANGELOG.md (#18175) Felipe Pena 2023-05-14 06:57:31 -03:00
  • 814d6823b4 checker: check generic undefined operation (fix #18162) (#18166) yuyi 2023-05-13 11:54:08 +08:00
  • 1aadd3e59c ci: build news fetcher with -prod Alexander Medvednikov 2023-05-13 02:15:58 +02:00
  • 47761a42e9 all: attr for enum fields (+ json encode/decode) (#18163) Felipe Pena 2023-05-12 20:08:30 -03:00
  • 8482bc4626 ast, parser: fix generic fntype to concrete types with later generic fn definition (fix #18156) (#18157) yuyi 2023-05-12 20:52:41 +08:00
  • 2351856fc3 checker: clean up in struct_init() (#18154) yuyi 2023-05-12 14:34:55 +08:00
  • 67e3061ea1 net: fix typos (#18164) Turiiya 2023-05-12 08:31:27 +02:00
  • 790afbce94 time: add new method year_day and the tests for it (#18107) acimnotes 2023-05-12 13:27:20 +07:00
  • 447b45ca8c checker: disallow non-ptr elem in init ptr array (#18161) Swastik Baranwal 2023-05-12 11:26:22 +05:30
  • d8cf65df1a checker: only allow &u8 with byteptr and itself (#18146) Swastik Baranwal 2023-05-11 13:58:49 +05:30
  • a87f2d9d11 checker: fix generic struct init with generic struct items (#18152) yuyi 2023-05-11 00:06:34 +08:00
  • 492a93ecd9 vweb: make controllers of struct Controller public (#18153) yuyi 2023-05-10 23:31:43 +08:00
  • d62c4c9fc1 checker: add missing check for global var on assignment to shared var (#18125) Felipe Pena 2023-05-10 12:30:57 -03:00
  • 61a5fbea35 autofree: fix cross var assigns with strings (#18147) Mark aka walkingdevel 2023-05-09 22:06:31 +00:00
  • 0be74aa613 cgen: fix option ptr default struct initialization (#18141) Felipe Pena 2023-05-09 15:40:51 -03:00
  • 9aa5e3fe4b cgen: clean up in index_of_map() (#18145) yuyi 2023-05-10 02:12:29 +08:00
  • 89f3288fb0 cgen: fix nested map of fn call (#18142) yuyi 2023-05-09 21:19:25 +08:00
  • e2e6c9660c net.html: add &Tag get_tag methods to find first occurrence (#18139) weekly.2023.19 Turiiya 2023-05-08 23:22:52 +02:00
  • 1e56a69c02 checker, parser: save shared/atomic specifier for ast.Param (#18124) Felipe Pena 2023-05-08 18:22:22 -03:00
  • 6ac09e605e orm: allow structs without the id field, more flexible primary keys (#18140) Mark aka walkingdevel 2023-05-08 21:21:42 +00:00
  • 72b2f22057 cgen: fix generics array of threads with multiple types (#18137) yuyi 2023-05-08 18:24:28 +08:00
  • 87623b367c parser: clean up parse_ident() (#18138) yuyi 2023-05-08 18:19:03 +08:00
  • 3a06b55388 wasm: add basic debuginfo through name section (#18130) l-m 2023-05-08 06:31:36 +00:00
  • 5bdf94a7bc checker: disallow mut for blank idents (#18114) Swastik Baranwal 2023-05-08 04:56:36 +05:30
  • b50dac5e9a changelog: upcoming 0.3.5 changelog Alexander Medvednikov 2023-05-07 19:55:18 +02:00
  • a0a8b7e47a ast, parser, checker, cgen, fmt: implement generic fn params (fix #14937) (#18126) yuyi 2023-05-08 01:53:56 +08:00
  • 39ec1134fa net.html: fix parsing of nested quoted strings in code tags (#18123) Turiiya 2023-05-07 02:55:02 +02:00
  • 1c3af091f7 cgen, json: fix option ptr declaration and dumping (#18119) Felipe Pena 2023-05-06 21:54:43 -03:00
  • a82fc5bea0 os: make SignalHandler public (#18115) Jacques Supcik 2023-05-06 13:59:06 +02:00
  • 787d774523 checker: warn instead of error, for unnecessary brackets on if/match (#18117) squidink7 2023-05-06 20:47:45 +09:30
  • 134e781965 changelog: split items into separate topics (#18112) Petr Makhnev 2023-05-04 22:24:13 +04:00
  • 5bcc04e66a checker: disallow _ = <- quit (#18104) Swastik Baranwal 2023-05-04 23:53:34 +05:30
  • 43093311b6 flag: fix typo in flag.v (#18109) Ikko Eltociear Ashimine 2023-05-05 03:23:02 +09:00
  • d27b48b7fe changelog: mark encoding enums with their names in json as breaking and that [json_as_number] can be used to get the old behaviour (#18108) Petr Makhnev 2023-05-04 13:59:46 +04:00
  • 5008515b03 builtin: heap memory usage api (#18103) Felipe Pena 2023-05-03 14:33:52 -03:00
  • 40a97aed1a docs, orm: update examples (#18106) Mark aka walkingdevel 2023-05-03 17:33:16 +00:00
  • 2c123dffbb cgen: fix comptimeselector option propagation (#18092) Felipe Pena 2023-05-03 02:31:48 -03:00
  • 458132b1b2 checker: make undefined ident error for closures more friendly (#18100) Mark aka walkingdevel 2023-05-03 05:02:59 +00:00
  • 353de60158 examples: fix unset reader notice for the smtp/mail example (#17998) Thomas Peißl 2023-05-02 21:54:57 +02:00
  • d3dbd7b743 vweb: add docs for [vweb_global] and shared attributes. (#18098) Casper Kuethe 2023-05-02 21:49:55 +02:00
  • 063dfa0ab9 checker: missing mutability check for array.delete calls (#18096) Felipe Pena 2023-05-02 16:48:40 -03:00
  • 5631e2f01d ci,cgen,orm: fix CI failures after 9f118ba Delyan Angelov 2023-05-02 21:27:53 +03:00
  • 9f118ba3f1 orm: skip via the "-" attribute Alexander Medvednikov 2023-05-02 17:00:54 +02:00
  • b9f5cc830b json: skip via the "-" attribute Alexander Medvednikov 2023-05-02 16:41:32 +02:00
  • 638f0f69ed checker: fix wrong error message about missing shared on parameter signature (fix #18087) (#18091) Felipe Pena 2023-05-02 09:52:40 -03:00
  • f25ad18851 .cirrus.yml: only run slow FreeBSD builds on changes to .v and .vsh files, not .md ones Delyan Angelov 2023-05-02 15:41:54 +03:00
  • c8568a29dc changelog: fix wording about backends and C++20 support (#18097) Petr Makhnev 2023-05-02 16:26:19 +04:00
  • c4cce3bc00 checker: disallow matching type with primitive vars (#18084) Swastik Baranwal 2023-05-02 14:10:38 +05:30
  • ca2820da5f checker, orm: don't insert an uninitialized struct in the related table. (#18093) Mark aka walkingdevel 2023-05-02 08:14:42 +00:00
  • b255fef686 tools: update v share to work with the playground redesign (#18090) Christopher Fore 2023-05-01 03:10:52 -04:00
  • e4e94acf15 changelog: fix typos Alexander Medvednikov 2023-05-01 00:02:29 +02:00
  • 046dd5481c V 0.3.4 0.3.4 Alexander Medvednikov 2023-05-01 00:58:10 +03:00
  • 2f441a8102 changelog: 0.3.4 (p.2) Alexander Medvednikov 2023-04-30 22:57:10 +03:00
  • 0898f57995 net.html: fix text parsing for inline tags (#18085) Casper Kuethe 2023-04-30 15:20:24 +02:00
  • d086cc26cd cgen: fix it variable casting on map call when arr is a comptime variable #18083 Felipe Pena 2023-04-30 10:18:44 -03:00
  • 580e079b1e changelog: 0.3.4 (p.1) Alexander Medvednikov 2023-04-29 22:37:27 +03:00
  • e738d671a5 checker: fix [noinit] attr checking with multiple attr (#18079) Felipe Pena 2023-04-29 11:07:24 -03:00
  • e8df5a7861 checker: check db type implements orm.Connection and isn't an Option. (#18078) Mark aka walkingdevel 2023-04-29 08:36:21 +00:00
  • 9eee131423 checker: make type_implements() return false if methods of interface didn't implement (#18076) Mark aka walkingdevel 2023-04-28 19:18:23 +00:00
  • 2f48288a25 checker: fix generic argument resolution for multiple generic args (#18073) Felipe Pena 2023-04-28 11:06:28 -03:00
  • b6bbd2463c cgen: fix shared struct field initialization with default value (#18075) Felipe Pena 2023-04-28 10:59:18 -03:00
  • b0589c645d json2: encode reference fields too (#17058) Hitalo Souza 2023-04-28 10:24:27 -03:00
  • 433208ea7e native: make code generation logic platform-independant (#18057) Spydr 2023-04-28 15:00:23 +02:00
  • 27e1c20e3d toml: fix multiline array bool scanner, add test (#18068) Turiiya 2023-04-28 00:30:47 +02:00
  • b767c7d6f5 cgen: orm: refactor, comments, simplify (#18070) Mark aka walkingdevel 2023-04-27 22:30:23 +00:00
  • 30ac2e8763 checker: disallow assigning anon struct to typed struct (#18017) Swastik Baranwal 2023-04-27 20:24:26 +05:30
  • 9fb52c4c9c cgen: fix code generated for or-block for void result return function + code generated for indirection comptime checking for logical operators (#18066) Felipe Pena 2023-04-27 11:37:29 -03:00
  • ee9cfb6df4 checker: add check for mixing multi-return results with other types in return statements (fix #17501) (#18067) Felipe Pena 2023-04-27 10:50:09 -03:00
  • bbfa25a17b toml: fix scanner floating point detection (#18062) weekly.2023.17 Turiiya 2023-04-27 05:43:00 +02:00
  • 8f767c9189 toml: update returns from option to result type (#18065) Turiiya 2023-04-27 05:41:40 +02:00
  • c63902baf0 checker, cgen: fix generic resolution for comptimeselector and indirection checking on generic funcs (#18043) Felipe Pena 2023-04-26 16:49:50 -03:00
  • f4b7f83121 parser, checker: fix generic struct init with field struct init (#18052) yuyi 2023-04-27 03:22:15 +08:00
  • 13b4cd9d58 os: fix memleak from getline on Linux (#18022) Felipe Pena 2023-04-26 16:02:09 -03:00
  • e1e5076d94 cgen: fix cross assign with generic fn call (#18050) yuyi 2023-04-27 01:41:20 +08:00
  • 28f85371b1 cgen: fix comptime ptr comparison generated code (#18048) Felipe Pena 2023-04-26 14:40:28 -03:00
  • 4bfe270c41 wasm: add support for [export]ed functions (#18055) squidink7 2023-04-27 03:09:58 +09:30
  • c4b34c9482 docs: fix copy/paste leftover in the output of v help build-c (#18056) Jacques Supcik 2023-04-26 07:59:20 +02:00
  • b87ddf68ae docs: add concise control flow example for if x := expr { (#17983) Turiiya 2023-04-25 06:07:28 +02:00
  • 3622544695 native: implement miscellaneous features (#18044) Spydr 2023-04-25 00:19:15 +02:00
  • 88b29ae178 doc: create custom problemMatcher in VSCode (#18047) Arnaud Moura 2023-04-25 00:18:57 +02:00
  • ac58eca015 checker: disallow deferencing a nil pointer (#18038) Swastik Baranwal 2023-04-25 03:40:01 +05:30
  • f598bbde4e tests: clean up c_struct_with_reserved_field_name_test.v (#18026) yuyi 2023-04-24 17:04:13 +08:00
  • 79819c4fcb parser: check generic fntype declaration without type name (#18033) yuyi 2023-04-24 17:03:29 +08:00
  • 7ac7020192 native, markused: implement -skip-unused (#18036) Spydr 2023-04-24 10:41:12 +02:00
  • d8167b8966 ast, parser: fix generic fntype to concrete types (fix #17982) (#18025) yuyi 2023-04-23 08:44:16 +08:00
  • cd90bc65b8 tools/vcreate: fix web app (#18019) Hitalo Souza 2023-04-22 21:43:40 -03:00
  • 3fb32a866c all: like operator/keyword for V ORM (#18020) Mark aka walkingdevel 2023-04-23 00:40:54 +00:00
  • 5f870f41b5 vweb: implement database pool (#18010) Casper Kuethe 2023-04-23 02:37:15 +02:00
  • 6f85384f7f checker, cgen: fix infering type for comptimeselector when using ptr type (#18005) Felipe Pena 2023-04-22 05:04:08 -03:00
  • 3d50663bcf json: fix omitempty for alias, struct, sumtype, array and map (#18012) Felipe Pena 2023-04-22 04:58:21 -03:00