zig/lib
Ryan Liptak 2c2ecd624a fs.selfExePath: Make the Windows implementation follow symlinks
Before, selfExePath would be the path of the symlink on Windows instead of the path of what the symlink points to.

This deprecates fs.selfExePathW since it does not provide a separate use-case over selfExePath (before, the W version could return [:0]u16 directly)

Fixes #16670
2023-08-19 17:48:18 -07:00
..
compiler_rt std: finish cleanup up asm 2023-07-31 03:49:21 -04:00
docs autodoc: new layout (#16715) 2023-08-06 18:12:05 +02:00
include update C headers to LLVM 16.0.0 2023-03-18 16:01:09 -07:00
init-exe std.Build: use Step.* instead of *Step 2023-05-03 20:55:29 -07:00
init-lib init-exe/init-lib template: fix use of install() and run() 2023-04-10 18:35:14 -07:00
libc musl: update libc.S to v1.2.4 2023-06-20 12:55:38 -04:00
libcxx update libcxx to LLVM 16.0.1 2023-04-05 23:22:29 -07:00
libcxxabi
libunwind
std fs.selfExePath: Make the Windows implementation follow symlinks 2023-08-19 17:48:18 -07:00
tsan
build_runner.zig build system: follow-up enhancements regarding LazyPath 2023-07-30 11:19:32 -07:00
c.zig std: finish cleanup up asm 2023-07-31 03:49:21 -04:00
compiler_rt.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
ssp.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
test_runner.zig test/standalone: reinstate std.ChildProcess tests 2023-07-25 10:57:45 -07:00
zig.h cbe: get behavior tests running on arm 2023-07-31 01:58:10 -04:00