Skip to content

Issues: vlang/v

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Any program using SSL can't compile with tcc on arm macs: error: ARM asm not implemented. Bug This tag is applied to issues which reports bugs. Compiler: TCC Bugs/feature requests, that are related to compiling V programs with TCC. OS: Mac Bugs/feature requests, that are specific to Mac OS.
#19118 opened Aug 11, 2023 by medvednikov
if x := y { should not do a struct copy if y is a [heap] object Bug This tag is applied to issues which reports bugs.
#17825 opened Mar 30, 2023 by medvednikov
Allocating structs on the heap is not efficient Bug This tag is applied to issues which reports bugs. Type: Optimization This issue/PR is related to optimizations that could be applied to V.
#16575 opened Dec 2, 2022 by medvednikov
Recursive struct with an optional should work Bug This tag is applied to issues which reports bugs.
#14185 opened Apr 26, 2022 by medvednikov
autofree doesn't handle && expressions correctly (right part shouldn't be executed if left part is false) Bug This tag is applied to issues which reports bugs. Unit: Memory Management Bugs/feature requests, that are related to the memory management of the compiler.
#9317 opened Mar 15, 2021 by medvednikov
Make v -usecache the default. Bug This tag is applied to issues which reports bugs.
#7156 opened Dec 6, 2020 by medvednikov
Use PGO in -prod Bug This tag is applied to issues which reports bugs.
#7024 opened Nov 29, 2020 by medvednikov
Make the vweb http server multithreaded + epoll/kqueue. Move it to net/http/server.v Bug This tag is applied to issues which reports bugs.
#7000 opened Nov 28, 2020 by medvednikov
Make autofree stable enough to be enabled by default, enable it, add -noautofree Unit: Memory Management Bugs/feature requests, that are related to the memory management of the compiler.
#6989 opened Nov 27, 2020 by medvednikov
Remove all #includes from vlib, manually define all function signatures and imported C structs Type: Clean-Up This issue/PR is related to cleanup of the the code/content. Unit: vlib Bugs/feature requests, that are related to the vlib.
#304 opened Jun 22, 2019 by medvednikov
str1 + str2 + str2 should be optimized Type: Optimization This issue/PR is related to optimizations that could be applied to V.
#276 opened Jun 19, 2019 by medvednikov
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.