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
Age
Commit message (
Expand
)
Author
2019-05-06
stage1: add @hasField() built-in
Shawn Landden
2019-05-05
Merge pull request #2422 from tgschultz/stdlib-packed-int-array
Andrew Kelley
2019-05-04
Merge pull request #2374 from LemonBoy/fileszoff-reform
Andrew Kelley
2019-05-04
Merge branch 'LemonBoy-stdlib-32b'
Andrew Kelley
2019-05-04
std lib sleep APIs: add doc comments and no @intCast
Andrew Kelley
2019-05-04
Merge branch 'stdlib-32b' of https://github.com/LemonBoy/zig into LemonBoy-st...
Andrew Kelley
2019-05-04
Merge pull request #2404 from squeek502/hash-map-ensure-cap
Andrew Kelley
2019-05-04
Merge pull request #2326 from daurnimator/sendmmsg
Andrew Kelley
2019-05-04
zig fmt
tgschultz
2019-05-04
Added ability to specify endianess of PackedInt(Array/Slice)
tgschultz
2019-05-04
zig fmt
tgschultz
2019-05-04
Implement failsafe logic for posixSleep
LemonBoy
2019-05-04
std: Remove some assumptions about the host platform
LemonBoy
2019-05-03
std.HashMap: cleanup ensureCapacity + add test
Ryan Liptak
2019-05-04
Ugh. I updated these but forgot to git add.
tgschultz
2019-05-04
and again
tgschultz
2019-05-04
Fixed some comments
tgschultz
2019-05-04
Added PackedIntArray, PackedIntSlice to std
tgschultz
2019-05-03
wasi: Implement read and write with err checking
Shritesh Bhattarai
2019-05-03
compiler-rt: Add __modsi3, __umodsi3
LemonBoy
2019-05-03
compiler-rt: Add __moddi3, __divdi3
LemonBoy
2019-05-03
Address the comments of the first review round
LemonBoy
2019-05-03
Merge pull request #2409 from shritesh/wasi_native
Andrew Kelley
2019-05-03
WasmAllocator: compileError on non-wasm arch
Shritesh Bhattarai
2019-05-03
docgen: show -target command line argument
Shritesh Bhattarai
2019-05-03
docgen: support wasm and wasi
Shritesh Bhattarai
2019-05-03
remove redundant information from README
Andrew Kelley
2019-05-03
always respect threadlocal for variables with external linkage
Andrew Kelley
2019-05-03
docs: remove `@setGlobalLinkage` section
Andrew Kelley
2019-05-03
Switch wasm export-all to only values marked exports
Benjamin Feng
2019-05-03
std: add std.ArrayList.orderedRemove
daurnimator
2019-05-03
optimize `@memset` with `undefined`
Andrew Kelley
2019-05-02
std.HashMap: make ensureCapacityExact private
Ryan Liptak
2019-05-02
std.HashMap: add putAssumeCapacity fn
Ryan Liptak
2019-05-02
std.HashMap: make ensureCapacity optimize for the expected count, add ensureC...
Ryan Liptak
2019-05-02
wasi: remove posix-y exit
Shritesh Bhattarai
2019-05-02
wasi: implement os.exit
Shritesh Bhattarai
2019-05-02
wasi: native os.abort
Shritesh Bhattarai
2019-05-02
docs: update for shared libraries
Andrew Kelley
2019-05-02
make std.HashMap.ensureCapacity round up to the nearest power of two
Ryan Liptak
2019-05-02
Merge pull request #2397 from ziglang/std.math
Marc Tiehuis
2019-05-02
std.math: Correct math.nan usage in cos
Marc Tiehuis
2019-05-01
std.HashMap: add public ensureCapacity fn
Ryan Liptak
2019-05-01
main: change --enable-pic and --disable-pic to -fPIC and -fno-PIC
Dong-hee Na
2019-05-01
docgen: add exe_build_err tag
Andrew Kelley
2019-05-01
docs: add note to @setRuntimeSafety
Andrew Kelley
2019-05-01
Don't install zig_cpp lib for stage2 target
Marc Tiehuis
2019-05-01
std.math: Add documentation for all functions and algorithm sources
Marc Tiehuis
2019-05-01
std.math: Add upstream changes/fixes and simplify go derived code
Marc Tiehuis
2019-04-30
wasi: import all core exports
Shritesh Bhattarai
[next]