index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
fs
/
path.zig
Age
Commit message (
Expand
)
Author
2021-01-11
update path.join to recognize any separators that isSep does
Travis
2020-12-31
Year++
Frank Denis
2020-12-11
std.fs.path.extension: different behavior for ending dot
Andrew Kelley
2020-12-11
std.fs.path.extension: add additional API guarantee
Andrew Kelley
2020-12-11
Merge pull request #7098 from MasterQ32/std.fs.path.extension
Andrew Kelley
2020-11-18
Changes behaviour from std.fs.path.extension from returning `null` to returni...
Felix (xq) Queißner
2020-11-14
Adapts to @andrewrks comment to include dot.
Felix (xq) Queißner
2020-11-13
std.fs.path.dirname: return null when input path is root
Andrew Kelley
2020-11-13
Makes @haze happy.
Felix (xq) Queißner
2020-11-13
Respects leading `.` and ignores it.
Felix (xq) Queißner
2020-11-13
Implements std.fs.path.extension.
Felix (xq) Queißner
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-07-04
std.mem.dupe is deprecated, move all references in std
joachimschmidt557
2020-06-09
fix memory errors
Jonathan Marler
2020-05-18
Add/fix missing WASI functionality to pass libstd tests
Jakub Konka
2020-05-01
Merge branch 'windows-evented-io' of https://github.com/FireFox317/zig into F...
Andrew Kelley
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-02-12
Switch a bunch of FBA to use testing.allocator
Benjamin Feng
2020-02-05
std: Rename isAbsoluteW to isAbsoluteWindowsW
LemonBoy
2020-02-04
std: Fix edge case in isAbsolute fn family
LemonBoy
2020-01-29
Promoted "leak_count_allocator" to the main testing.allocator
Benjamin Feng
2020-01-29
Create leak_count_allocator
Benjamin Feng
2020-01-29
Move debug.global_allocator to testing.allocator
Benjamin Feng
2019-12-01
Merge remote-tracking branch 'origin/master' into remove-array-type-coercion
Andrew Kelley
2019-11-30
move `std.fs.Dir.cwd` to `std.fs.cwd`
Andrew Kelley
2019-11-27
remove type coercion from array values to references
Andrew Kelley
2019-11-21
string literals are now null terminated
Andrew Kelley
2019-11-06
allow type coercion from *[0]T to E![]const T
Andrew Kelley
2019-10-29
inline path separator loop
lukechampine
2019-10-24
get rid of std.os.foo.is_the_target
Andrew Kelley
2019-10-21
[wip] use NtDll APIs on Windows to implement std.fs.Dir
Andrew Kelley
2019-09-25
mv std/ lib/
Andrew Kelley