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
Age
Commit message (
Expand
)
Author
2020-02-21
annotate TODO comment with bug tracker link
Andrew Kelley
2020-02-21
std.Target.parse gives parsing diagnostics
Andrew Kelley
2020-02-21
update ARM cpu models to correctly include the sub-arch
Andrew Kelley
2020-02-21
fix std.Target unit tests
Andrew Kelley
2020-02-21
fix zig build adding invalid cli args
Andrew Kelley
2020-02-20
fix zig build, ABI ABI, and update tests to new Target layout
Andrew Kelley
2020-02-20
Merge remote-tracking branch 'origin/master' into sub-architecture-annihilation
Andrew Kelley
2020-02-20
support -mcpu=baseline, both in stage1 and stage2
Andrew Kelley
2020-02-20
remove std.io.readLine
Andrew Kelley
2020-02-20
arm: clarify which CPU features are sub-architectures
Andrew Kelley
2020-02-20
NO_MEDIA_IN_DEVICE => return error.NoDevice
Andrew Kelley
2020-02-20
Revert "arm: clean up the messy sub-architecture & CPU features"
Andrew Kelley
2020-02-20
std: Handle NO_MEDIA_IN_DEVICE error in openFileWindows
LemonBoy
2020-02-19
update tls in std lib for lack of sub-arch
Andrew Kelley
2020-02-19
fix unit test for Target.parse
Andrew Kelley
2020-02-19
this is not the proper way to support this feature
Andrew Kelley
2020-02-19
remove the concept of "sub-architecture"
Andrew Kelley
2020-02-19
arm: clean up the messy sub-architecture & CPU features
Andrew Kelley
2020-02-19
clean up arm CPU features
Andrew Kelley
2020-02-19
Add an appendValues method to ArrayList to append a value n times. (#4460)
Bas
2020-02-19
make the CLI support depending on system headers and libraries
Andrew Kelley
2020-02-18
improvements which allow zig to emit multiple things at once
Andrew Kelley
2020-02-18
Rename produce_* bools to emit_* to match CLI
Noam Preil
2020-02-18
Improve support for generating LLVM IR/asm files
Noam Preil
2020-02-18
zig fmt: Fix callconv rewriting for extern + string
LemonBoy
2020-02-18
Merge pull request #4474 from LemonBoy/saukerkraut
Andrew Kelley
2020-02-18
avoid a `@ptrCast` with an array literal
Andrew Kelley
2020-02-18
std: use LinearFifo to implement io.BufferedOutStreamCustom
daurnimator
2020-02-18
std: let PeekStream have static/dynamic variants
daurnimator
2020-02-18
std: use LinearFifo to implement io.PeekStream
daurnimator
2020-02-18
std: use LinearFifo to implement io.BufferedInStreamCustom
daurnimator
2020-02-18
fix std.meta.refAllDecls
Andrew Kelley
2020-02-17
Merge pull request #4478 from ziglang/self-host-libc-detection
Andrew Kelley
2020-02-17
stage2: fix invalid iteration code in std.ast.Node.Asm
Andrew Kelley
2020-02-17
update dl_iterate_phdr test case to new API
Andrew Kelley
2020-02-17
fix dynamic linker detection on windows (where there isn't one)
Andrew Kelley
2020-02-17
support the concept of a target not having a dynamic linker
Andrew Kelley
2020-02-17
self-host dynamic linker detection
Andrew Kelley
2020-02-17
expand argv[0] when spawning system C compiler
Andrew Kelley
2020-02-16
add missing implementations of libc installation to detect msvc paths
Andrew Kelley
2020-02-16
implement os.faccessat for Windows
Andrew Kelley
2020-02-16
std: Remove now-superflous hack
LemonBoy
2020-02-16
self-hosted libc detection
Andrew Kelley
2020-02-16
zig fmt: support `noasync await`
Andrew Kelley
2020-02-14
fix c tokenizer bug
Vexu
2020-02-14
Merge pull request #4451 from daurnimator/use-testing.allocator
Andrew Kelley
2020-02-14
modernize std.meta
xackus
2020-02-14
std: use testing.allocator in tests
daurnimator
2020-02-14
std: use testing.allocator in big int tests
daurnimator
2020-02-14
std: increase memory available to testing allocator
daurnimator
[next]