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
Age
Commit message (
Expand
)
Author
2020-07-17
Add trait.isTuple
data-man
2020-07-17
add is_tuple field to struct typeinfo
Vexu
2020-07-16
std.mem.zeroes use std.mem.set instead of `@memset`
Vexu
2020-07-16
std.mem.zeroInit support initiating with tuples
Vexu
2020-07-15
stage2: breaking AST memory layout modifications
Andrew Kelley
2020-07-15
stage2: breaking AST memory layout modifications
Andrew Kelley
2020-07-15
TrailerFlags test: fix bad alignment assumption on 32-bit
Andrew Kelley
2020-07-15
stage2: VarDecl and FnProto take advantage of TrailerFlags API
Andrew Kelley
2020-07-14
add std.meta.TrailerFlags API
Andrew Kelley
2020-07-14
Merge pull request #5868 from ziglang/stage2-improvements
Andrew Kelley
2020-07-14
Added octal formatting fo `fmt` functions. (#5867)
~nue
2020-07-13
stage2 parser: split out PrefixOp into separate AST Nodes
Andrew Kelley
2020-07-12
CBE: Make C an ObjectFormat instead of a special bool (#5849)
pixelherodev
2020-07-12
std: add mem.joinZ
Isaac Freund
2020-07-12
document a few functions in std.mem
xackus
2020-07-12
Merge pull request #5857 from daurnimator/use-unmanaged
Andrew Kelley
2020-07-12
Make allocator test functions public
Sam Tebbs
2020-07-12
Fix incorrect continue condition in PreopeonList
Jakub Konka
2020-07-13
std: don't store allocator inside of std.http.HeaderEntry
daurnimator
2020-07-13
std: use *Unmanaged data structures in http.Headers object
daurnimator
2020-07-13
std: add StringHashMapUnmanaged
daurnimator
2020-07-12
Merge pull request #5846 from Vexu/anytype
Andrew Kelley
2020-07-12
update compile error tests and some doc comments
Vexu
2020-07-11
use 'anytype' in translate-c
Vexu
2020-07-11
fix parser tests and add test for anytype conversion
Vexu
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-07-11
use typeInfo instead of hardcoded tables in std.Target
Vexu
2020-07-11
add 'anytype' to self-hosted parser
Vexu
2020-07-10
remove stray allocator parameter
Josh Wolfe
2020-07-08
start to make test runner aware of logging
Andrew Kelley
2020-07-08
Merge remote-tracking branch 'origin/master' into register-allocation
Andrew Kelley
2020-07-08
stage2: `if` AST=>ZIR
Andrew Kelley
2020-07-08
stage2: machine code for condbr jumps
Andrew Kelley
2020-07-07
Merge pull request #5755 from kubkon/dir-iter-tests
Andrew Kelley
2020-07-08
Add comment about memory invalidation in Iterator.next on Win
Jakub Konka
2020-07-06
fix HashMap.clone()
Vexu
2020-07-06
std: expose unmanaged hash maps
Andrew Kelley
2020-07-06
std: add new array list functions
Andrew Kelley
2020-07-05
Rewrite std.fmt.parseInt
Alluet
2020-07-05
add doc comment for std.Target.Os.WindowsVersion
Andrew Kelley
2020-07-05
added custom format method for WindowsVersion
emekoi
2020-07-05
Fix issue 5757: increase branch quota for formatting enums
Jonathan Marler
2020-07-05
Merge pull request #5797 from xackus/intcast-runtime-safety
Andrew Kelley
2020-07-05
Merge pull request #5786 from ziglang/std-hash-map
Andrew Kelley
2020-07-05
update more HashMap API usage
Andrew Kelley
2020-07-05
std hash map: do the pow2 improvement again
Andrew Kelley
2020-07-05
update std lib to new hash map API
Andrew Kelley
2020-07-05
reimplement std.HashMap
Andrew Kelley
2020-07-05
compiler-rt: fix bugs uncovered by previous commit
xackus
2020-07-04
std.mem.dupe is deprecated, move all references in std
joachimschmidt557
[next]