Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
initdc
/
v
Public
forked from
vlang/v
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
v
vlib
os
on
master
User selector
All users
All time
Commit history
Commits on Dec 5, 2025
os: enhance os.cp() to mimic Python's shutil.copy2() (#25893)
quaesitor-scientiam
authored
ecd0018
View commit details
Copy full SHA for ecd0018
View code at this point
Browse repository at this point
Commits on Nov 22, 2025
builtin,cgen: ensure array of string is not cloned with depth 0 (fix #25783) (#25793)
dy-tea
authored
54b2c86
View commit details
Copy full SHA for 54b2c86
View code at this point
Browse repository at this point
Commits on Nov 21, 2025
cgen,os: fix tcc __attribute__, fix os.notify (followup to #25779) (#25804)
kbkpbot
authored
0c7de2e
View commit details
Copy full SHA for 0c7de2e
View code at this point
Browse repository at this point
Commits on Nov 20, 2025
os.notify: fix struct epoll_event alignment on ARM64/Linux (fix #25778) (#25779)
kbkpbot
authored
8f91815
View commit details
Copy full SHA for 8f91815
View code at this point
Browse repository at this point
Commits on Nov 16, 2025
builtin,os: fix windows execute ANSI encoding result, make msvc error messages readable in a Chinese locale (fix #25727) (#25736)
kbkpbot
authored
8094150
View commit details
Copy full SHA for 8094150
View code at this point
Browse repository at this point
Commits on Nov 15, 2025
os: fix `v test pipe_test.c.v`, uncomment more tests (#25733)
spytheman
authored
f4a8e84
View commit details
Copy full SHA for f4a8e84
View code at this point
Browse repository at this point
Commits on Nov 13, 2025
os: add pipe and stdio_capture support (implement #25714) (#25716)
kbkpbot
authored
b39a585
View commit details
Copy full SHA for b39a585
View code at this point
Browse repository at this point
Commits on Nov 9, 2025
checker,transformer: add always true/false branch detection for the `if` and `match` constructs (#25674)
kbkpbot
authored
9760a9c
View commit details
Copy full SHA for 9760a9c
View code at this point
Browse repository at this point
Commits on Nov 4, 2025
vlib: use `defer(fn) {` syntax where appropriate (part 2 of #25639) (#25653)
StunxFS
authored
82cd44e
View commit details
Copy full SHA for 82cd44e
View code at this point
Browse repository at this point
Commits on Oct 25, 2025
os: use `@[noinline]` on os.create/1 to workaround a `-cc gcc -prod` panic (fix #25549)
spytheman
committed
92dd1a5
View commit details
Copy full SHA for 92dd1a5
View code at this point
Browse repository at this point
Commits on Oct 21, 2025
ci: add a report-wrong-examples-in-doc-comments job, that runs `./v doc -check-examples -f none vlib/` (#25554)
spytheman
authored
999a6e3
View commit details
Copy full SHA for 999a6e3
View code at this point
Browse repository at this point
Commits on Oct 20, 2025
os: add windows stdin_write() support (#25546)
kbkpbot
authored
d9e962f
View commit details
Copy full SHA for d9e962f
View code at this point
Browse repository at this point
Commits on Oct 12, 2025
os: fix real_path() and executable() for GetFinalPathNameByHandleW() return zero value (fix #25482) (#25485)
kbkpbot
authored
990145a
View commit details
Copy full SHA for 990145a
View code at this point
Browse repository at this point
os: fix windows is_executable() , consider `.com` too (#25486)
kbkpbot
authored
9198ec1
View commit details
Copy full SHA for 9198ec1
View code at this point
Browse repository at this point
Commits on Oct 6, 2025
os: cleanup; make os.Command available on windows too, add example, extract code to command.c.v and command_test.v (#25441)
spytheman
authored
10dff91
View commit details
Copy full SHA for 10dff91
View code at this point
Browse repository at this point
Commits on Sep 27, 2025
os: propagate POSIX error code from os.ls/1 and os.rmdir_all/1 on UNIX-like systems (#25392)
gechandesu
authored
11edca1
View commit details
Copy full SHA for 11edca1
View code at this point
Browse repository at this point
Commits on Sep 5, 2025
os,ci: use a conditional include, instead of a platform file, to include libproc.h on macos only
spytheman
committed
4dcf79e
View commit details
Copy full SHA for 4dcf79e
View code at this point
Browse repository at this point
builtin: fix C prefix for proc_pidpath() (#25239)
kbkpbot
authored
cf61f4f
View commit details
Copy full SHA for cf61f4f
View code at this point
Browse repository at this point
Commits on Aug 26, 2025
os,sync: enable running `v -cross -o x.c cmd/v` on windows too (part 1, fix V errors)
spytheman
committed
eb9fce0
View commit details
Copy full SHA for eb9fce0
View code at this point
Browse repository at this point
os: eliminate warning for `v -cross -o vc/v.c cmd/v` on linux (part 2, see also 037a3b4)
spytheman
committed
e96355a
View commit details
Copy full SHA for e96355a
View code at this point
Browse repository at this point
Commits on Aug 15, 2025
os: simplify file.c.v using cross platform f.seek/2 calls, add EINTR handling to f.write_full_buffer/2 (fix #25107) (#25110)
spytheman
authored
77f8c88
View commit details
Copy full SHA for 77f8c88
View code at this point
Browse repository at this point
Commits on Aug 10, 2025
all: vls mode fixes and improvements; v -json-errors flag
medvednikov
committed
652881c
View commit details
Copy full SHA for 652881c
View code at this point
Browse repository at this point
Commits on Jul 23, 2025
markused: skip unused symbols, dump fns and generic specialization (fix #24921) (fix #24927) (#24924)
felipensp
authored
ae1fa8a
View commit details
Copy full SHA for ae1fa8a
View code at this point
Browse repository at this point
Commits on Jul 22, 2025
os,runtime: move some C struct and fn def to `builtin` (#24942)
kbkpbot
authored
5d4e89f
View commit details
Copy full SHA for 5d4e89f
View code at this point
Browse repository at this point
Commits on Jul 20, 2025
os: remove commented code in home_dir() function (#24929)
lcheylus
authored
04f90f0
View commit details
Copy full SHA for 04f90f0
View code at this point
Browse repository at this point
Commits on Jul 19, 2025
docs,ci: check more vlib modules in the report-missing-dots-in-doc-comments job (#24928)
spytheman
authored
3725576
View commit details
Copy full SHA for 3725576
View code at this point
Browse repository at this point
Commits on Jul 14, 2025
os: fix windows get_error_msg() leak (#24899)
kbkpbot
authored
1ea8574
View commit details
Copy full SHA for 1ea8574
View code at this point
Browse repository at this point
Commits on Jun 28, 2025
os: add os.write_bytes/2 as a complement to os.read_bytes/1, add test
spytheman
committed
2cfeb6d
View commit details
Copy full SHA for 2cfeb6d
View code at this point
Browse repository at this point
Commits on Jun 26, 2025
os: fix documentation for environ function (#24796)
lcheylus
authored
cf69806
View commit details
Copy full SHA for cf69806
View code at this point
Browse repository at this point
Commits on Jun 25, 2025
os: improve documentation (#24790)
lcheylus
authored
80fed7a
View commit details
Copy full SHA for 80fed7a
View code at this point
Browse repository at this point
Commits on Jun 23, 2025
os: do not resolve symlinks in os.find_abs_path_of_executable/1 (fix #24759) (#24761)
davidebeatrici
authored
1c5a9e1
View commit details
Copy full SHA for 1c5a9e1
View code at this point
Browse repository at this point
Commits on Jun 18, 2025
os.font: fixes for `-os android`
spytheman
committed
131449e
View commit details
Copy full SHA for 131449e
View code at this point
Browse repository at this point
builtin,os: enable no warnings for gg programs like `v -gc boehm_leak -cg -keepc run examples/gg/minimal.v` (part 1 - before the `gg` loop) (#24749)
spytheman
authored
2cd1c9e
View commit details
Copy full SHA for 2cd1c9e
View code at this point
Browse repository at this point
Commits on Jun 8, 2025
parser, ast, fmt: convert `"hello".str` => `c"hello"` (fix #24635) (#24652)
StunxFS
authored
a5f400e
View commit details
Copy full SHA for a5f400e
View code at this point
Browse repository at this point
Commits on Jun 1, 2025
os: support `dotfiles := os.walk_ext('.', '', hidden: true)` (#24617)
denise-amiga
authored
ea25988
View commit details
Copy full SHA for ea25988
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.