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
getAppDataDir
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
juice
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
std.Io.Threaded-groups-2
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
Age
Commit message (
Expand
)
Author
2019-10-21
fix os.unlinkatW implementation
Andrew Kelley
2019-10-21
test runner: restore previous behavior when...
Andrew Kelley
2019-10-21
add freebsd AT_* bits
Andrew Kelley
2019-10-21
cleanup
Andrew Kelley
2019-10-21
darwin: add AT_* bits
Andrew Kelley
2019-10-21
fs.Dir.openDir: use empty object name for "." on Windows
Andrew Kelley
2019-10-21
[wip] use NtDll APIs on Windows to implement std.fs.Dir
Andrew Kelley
2019-10-20
breaking: improve std.fs directory handling API
Andrew Kelley
2019-10-19
Use 8192 sized buffers and remove allocator parameters
stratact
2019-10-19
Prevent too eager constant-folding of switch expression
LemonBoy
2019-10-19
Fix crash when generating constant unions with single field
LemonBoy
2019-10-19
Merge pull request #3482 from ziglang/mem-usage-report
Andrew Kelley
2019-10-19
reduce the size of IrInstruction by 8 bytes on 64 bit targets
Andrew Kelley
2019-10-19
add -DZIG_ENABLE_MEM_PROFILE option and -fmem-report flag
Andrew Kelley
2019-10-17
Merge branch 'lun-4-progress-take-2'
Andrew Kelley
2019-10-17
improve progress reporting
Andrew Kelley
2019-10-17
rework the progress module and integrate with stage1
Andrew Kelley
2019-10-17
add lib/std/progress.zig
Luna
2019-10-17
Merge branch 'musl-1.1.24'
Andrew Kelley
2019-10-17
mipsel: fix padding on stat struct
Andrew Kelley
2019-10-17
update musl src to v1.1.24
Andrew Kelley
2019-10-17
update musl headers to v1.1.24
Andrew Kelley
2019-10-16
Merge pull request #3467 from ziglang/windows-static-linking
Andrew Kelley
2019-10-16
remove -DZIG_FORCE_EXTERNAL_LLD=ON
Andrew Kelley
2019-10-16
ref more math decls for better docs
Andrew Kelley
2019-10-16
update CI script for windows static builds
Andrew Kelley
2019-10-16
msvc: reduce inlining aggressivity to workaround a codegen bug in cl.exe cf. ...
Sahnvour
2019-10-16
stage1: override cmake's default compilation flags to statically link the CRT...
Sahnvour
2019-10-16
turn comments into doc comments
Andrew Kelley
2019-10-16
Add 'missing' consts to math.zig
Sebsatian Keller
2019-10-16
fix std.mem.AsBytesReturnType (#3442)
Emeka Nkurumeh
2019-10-16
Merge pull request #3464 from nrdmn/uefi
Andrew Kelley
2019-10-16
add docs for std.fs.File.updateTimes
Andrew Kelley
2019-10-16
Fix compilation of updateTimes on 32bit platforms
LemonBoy
2019-10-16
improve docs and field names of Statx struct
Andrew Kelley
2019-10-16
Merge pull request #3439 from LemonBoy/statx
Andrew Kelley
2019-10-16
add -I command line parameter, same as clang
Andrew Kelley
2019-10-16
std/os/uefi: add documentation
Nick Erdmann
2019-10-16
[breaking] standardize std.os execve functions
Andrew Kelley
2019-10-16
std/os/uefi: add Guid format()
Nick Erdmann
2019-10-16
only look for .defs when needed; remove samsrv.dll cross compiling support
Andrew Kelley
2019-10-16
add more cross compiling support for windows system dlls
Andrew Kelley
2019-10-16
add cross compiling support for opengl32.dll
Andrew Kelley
2019-10-16
generated docs: progress towards generic types being useful
Andrew Kelley
2019-10-15
merge analysis dumps tool handles errors
Andrew Kelley
2019-10-15
Merge branch 'dtw-waleee-fix-help-modal'
Andrew Kelley
2019-10-15
generated docs: further clean up keyboard shortcut handling
Andrew Kelley
2019-10-15
fix small misstake, 'escape' v. 'Escape'
dtw-waleee
2019-10-15
Fix keyboard layout issue with help-modal
dtw-waleee
2019-10-15
Replaced setTag hack in Deserialize with @unionInit
tgschultz
[next]