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
2019-03-08
breaking changes to zig build API and improved caching
Andrew Kelley
2019-03-07
Merge branch 'glibc'
Andrew Kelley
2019-03-07
disable some tests until coroutine rewrite is finished
Andrew Kelley
2019-03-07
multi-arch glibc headers
Andrew Kelley
2019-03-05
add popcountdi2 to compiler_rt
Andrew Kelley
2019-03-05
std.os.changeCurDir no longer needs an allocator
Andrew Kelley
2019-03-03
fix build.zig not respecting --static
Andrew Kelley
2019-03-03
fix check for 64-bit arm platforms with new targets
sjdh02
2019-03-02
rename std lib files to new convention
Andrew Kelley
2019-03-02
@returnAddress and @frameAddress return usize now
Andrew Kelley
2019-03-02
all integers returned by @typeInfo are now comptime_int
Sahnvour
2019-03-02
compile error for import outside package path
Andrew Kelley
2019-03-01
Merge pull request #2020 from ziglang/kill-namespace-type
Andrew Kelley
2019-03-01
fix dependency loops, pub, tests, use decls, root source
Andrew Kelley
2019-02-28
add mprotect syscall
Andrew Kelley
2019-02-28
remove namespace type; files are empty structs
Andrew Kelley
2019-02-26
fix .gitignore file and add commit missing std lib file
Andrew Kelley
2019-02-26
add builder.addFmt API and use it to test stage1 zig fmt
Andrew Kelley
2019-02-26
breaking changes to the way targets work in zig
Andrew Kelley
2019-02-26
Add priority queue
John Schmidt
2019-02-25
zig build: 2 improvements
Andrew Kelley
2019-02-25
building DLLs on Windows works better
Andrew Kelley
2019-02-25
first class support for compiling C code
Andrew Kelley
2019-02-23
fix `zig fmt` arg0 handled incorrectly
Andrew Kelley
2019-02-23
introduce std.debug.captureStackTrace
Andrew Kelley
2019-02-19
remove --no-rosegment workaround now that valgrind bug is fixed
Andrew Kelley
2019-02-18
zig fmt: fix infix operator before multiline string literal
Andrew Kelley
2019-02-18
export _mh_execute_header with weak linkage
Andrew Kelley
2019-02-18
Fixed std.testing.expectEqual
Jimmi HC
2019-02-18
Merge pull request #1972 from coypoop/netbsd
Andrew Kelley
2019-02-17
fix openWriteNoClobber and add test
Quetzal Bradley
2019-02-17
Don't provide a bogus definition of EVFILT_USER
Maya Rashish
2019-02-17
Fix std.math.powi so powi(x, +-0) = 1 for any x.
Benoit Jauvin-Girard
2019-02-17
freebsd: fix pointer cast in mmap
Maya Rashish
2019-02-17
Add NetBSD support
Maya Rashish
2019-02-17
fixups
Andrew Kelley
2019-02-16
fix BufferedInStream not reading delayed input
sjdh02
2019-02-16
fmt_runner: remove redundant check
Andrew Kelley
2019-02-16
bring zig fmt to stage1
Andrew Kelley
2019-02-16
Merge pull request #1958 from ziglang/parse-float
Marc Tiehuis
2019-02-15
breaking: fix @sizeOf to be alloc size rather than store size
Andrew Kelley
2019-02-15
Merge pull request #1965 from ziglang/c-pointer-type
Andrew Kelley
2019-02-14
darwin: fix pointer cast in mmap
Andrew Kelley
2019-02-15
Use official llvm mirror for compiler-rt commit ref
Marc Tiehuis
2019-02-15
Make parseFloat stricter in what it accepts as input
Marc Tiehuis
2019-02-14
fix implicit cast error unions with non-optional to optional pointer
Andrew Kelley
2019-02-14
Add parseFloat support to json.zig
Marc Tiehuis
2019-02-14
Add parseFloat to std.fmt
Marc Tiehuis
2019-02-13
Add f128 support for fabs, isinf, isnan, inf and nan functions
Marc Tiehuis
2019-02-13
compiler-rt: Add __addtf3, __subtf3 and __truncdfhf2
Marc Tiehuis
[next]