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
/
std
Age
Commit message (
Expand
)
Author
2018-07-17
self-hosted: implement getAppDataDir for windows
Andrew Kelley
2018-07-16
self-hosted: create tmp dir for .o files and emit .o file for fn
Andrew Kelley
2018-07-16
remove std.ArrayList.removeOrError function
Andrew Kelley
2018-07-16
all integer sizes are available as primitives
Andrew Kelley
2018-07-15
self-hosted: generate LLVM IR for simple function
Andrew Kelley
2018-07-14
Improve realloc on fixed buffer allocator (#1238)
Bas van den Berg
2018-07-14
self-hosted: adding a fn to an llvm module
Andrew Kelley
2018-07-14
Fix aligned reallocation from zero size.
Bas van den Berg
2018-07-14
Create unit test that tests aligned reallocation.
Bas van den Berg
2018-07-14
std.ArrayList - rename remove to swapRemove
Andrew Kelley
2018-07-14
Added `remove` to ArrayList
tgschultz
2018-07-14
docs: clarify mem.Allocator.reallocFn
Andrew Kelley
2018-07-14
Merge pull request #1232 from BarabasGitHub/fix-array-list-insert
Andrew Kelley
2018-07-13
self-hosted: basic IR pass2
Andrew Kelley
2018-07-13
Add a copyBackwards to fix the broken insert methods for ArrayList.
Bas van den Berg
2018-07-13
Improve ArrayList insert unit tests.
Bas van den Berg
2018-07-12
zig fmt
Andrew Kelley
2018-07-12
self-hosted: generate zig IR for simple function
Andrew Kelley
2018-07-11
std.event.Future: workaround in tests for llvm coro memory
Andrew Kelley
2018-07-11
std.atomic: use spinlocks
Andrew Kelley
2018-07-11
add std.event.Future
Andrew Kelley
2018-07-11
add compile error for disallowed types in extern structs
Andrew Kelley
2018-07-11
Add generic comparator generator functions for sorting
Marc Tiehuis
2018-07-10
self-hosted: first passing test
Andrew Kelley
2018-07-10
introduce std.event.Group for making parallel async calls
Andrew Kelley
2018-07-10
allow var args calls to async functions
Andrew Kelley
2018-07-09
fix regression from b6eb4048
Andrew Kelley
2018-07-09
enable basic event loop test
Andrew Kelley
2018-07-09
organize std.event into directories
Andrew Kelley
2018-07-09
Merge pull request #1198 from ziglang/m-n-threading
Andrew Kelley
2018-07-09
better workaround for guaranteeing memory in coroutine frame
Andrew Kelley
2018-07-09
Update throughput_test.zig. (#1211)
wilsonk
2018-07-09
fix regression on macos
Andrew Kelley
2018-07-09
Merge remote-tracking branch 'origin/master' into m-n-threading
Andrew Kelley
2018-07-09
std.event.Loop multithreading for windows using IOCP
Andrew Kelley
2018-07-09
implement std.os.cpuCount for windows
Andrew Kelley
2018-07-09
ZIG_DEBUG_COLOR=1 overrides tty detection for runtime stack traces
Andrew Kelley
2018-07-09
std.Hashmap - don't use catch unreachable in tests
Andrew Kelley
2018-07-09
zig fmt
Andrew Kelley
2018-07-09
fix regressions on linux
Andrew Kelley
2018-07-09
Update zig.parser benchmark program
Marc Tiehuis
2018-07-09
std.os.cpuCount implementation for macos
Andrew Kelley
2018-07-08
tests passing with kqueue on macos
Andrew Kelley
2018-07-08
builder.addBuildOption
Josh Wolfe
2018-07-07
cleaner output from zig build when there are compile errors
Andrew Kelley
2018-07-07
add std.os.cpuCount and have std.event.Loop use it for thread pool size
Andrew Kelley
2018-07-07
std.event.Loop: use EPOLLONESHOT to save 1 syscall
Andrew Kelley
2018-07-07
M:N threading
Andrew Kelley
2018-07-04
Fixed last commit compiler error
Jimmi HC
2018-07-04
Allow allocation of any 0 sized type (not just void)
Jimmi HC
[next]