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
/
special
Age
Commit message (
Expand
)
Author
2020-10-17
Make std.meta.Int accept a signedness parameter
Jan Prudil
2020-10-16
Add support for `zig build run -- arg1 arg1` in file created by init-exe
Juha Syrjälä
2020-10-16
std: Add libssp implementation for GNU/Windows targets
LemonBoy
2020-10-13
std/build: support --color
Isaac Freund
2020-10-12
Rename .macosx to .macos
Vignesh Rajagopalan
2020-09-23
test_runner: fix missing newline in log
Andrew Kelley
2020-09-22
stage2: implement zig build
Andrew Kelley
2020-09-22
build runner: allow for a bit longer -D options
Andrew Kelley
2020-09-10
Merge pull request #5527 from shawnanastasio/ppc64le
Andrew Kelley
2020-09-05
Merge pull request #6246 from Vexu/field
Veikka Tuominen
2020-09-03
Introduces a space after the ellipsis for test and progress.
Felix (xq) Queißner
2020-09-03
update uses of deprecated type field access
Vexu
2020-08-30
compiler-rt: Add missing floatdisf routine
LemonBoy
2020-08-23
remove licensing comments from init-exe/init-lib
Luna
2020-08-20
Merge pull request #6103 from Vexu/extern
Andrew Kelley
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-20
disallow extern variables with initializers
Vexu
2020-08-18
Change std.debug.warn to std.log.info in init-exe template. (#5941)
Nathan Michaels
2020-08-18
test_runner: don't assume the GeneralPurposeAllocator config
Andrew Kelley
2020-08-13
add error for unused/duplicate block labels
Vexu
2020-08-11
GeneralPurposeAllocator: use std.log instead of std.debug.print
Andrew Kelley
2020-08-07
improvements & fixes for general purpose allocator integration
Andrew Kelley
2020-08-07
std: introduce GeneralPurposeAllocator
Andrew Kelley
2020-08-04
zig fmt
Andrew Kelley
2020-07-29
compiler_rt: add floatditf
Vexu
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-07-08
start to make test runner aware of logging
Andrew Kelley
2020-07-05
compiler-rt: fix bugs uncovered by previous commit
xackus
2020-07-01
Implement clone() for powerpc64{,le}
Shawn Anastasio
2020-06-24
@asyncCall now requires an argument tuple
Alexandros Naskos
2020-06-01
Merge pull request #4976 from xackus/std-lib-docs
Veikka Tuominen
2020-05-16
Merge pull request #5020 from jinroh/docs/search-perf
Vexu
2020-05-12
Merge pull request #5275 from strangebug/docs-markdown-links
Vexu
2020-05-05
Add support for external links and URL to markdown parser.
StrangeBug
2020-05-05
zig fmt
Tadeo Kondrak
2020-04-28
std.meta.IntType -> std.meta.Int
Tadeo Kondrak
2020-04-28
@Vector -> std.meta.Vector
Tadeo Kondrak
2020-04-24
Add mips support to standard library
Timon Kruiper
2020-04-13
docs: use String.repeat for dom templates
Pierre Guilleminot
2020-04-12
improve search perf: trim search results
Pierre Guilleminot
2020-04-12
improve search perf: batching dom list mutations
Pierre Guilleminot
2020-04-07
refactor common pattern into a function
xackus
2020-04-07
std lib docs: fix null and int values
xackus
2020-04-06
compiler-rt: Separate max size allowed for load/store and CAS
LemonBoy
2020-04-05
compiler_rt/atomics: be consistent with `const value`
daurnimator
2020-04-05
Tidy up compiler_rt/atomics
daurnimator
2020-04-03
Merge pull request #4868 from xackus/new-arraylist-api
Andrew Kelley
2020-04-03
compiler-rt: don't forget to export these functions
Andrew Kelley
2020-04-03
compiler-rt: Add the __atomic family of builtins
LemonBoy
2020-04-02
new ArrayList API: fix everything else
xackus
[prev]
[next]