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-01-06
Merge branch 'master' of github.com:zig-lang/zig
Andrea Orru
2018-01-06
Darwin -> MacOSX, added Zen. See #438
Andrea Orru
2018-01-07
Fixed the call to mem.readInt in endian.swap
Jimmi Holst Christensen
2018-01-07
Fixed the call to mem.readInt in Rand.scalar
Jimmi Holst Christensen
2018-01-06
fix exp1m implementation
Andrew Kelley
2018-01-04
appveyor: enable verbose link for self hosted compiler
Andrew Kelley
2018-01-04
fix test regressions on windows from previous commit
Andrew Kelley
2018-01-04
self-hosted compiler works on macos
Andrew Kelley
2018-01-04
self-hosted compiler works on windows
Andrew Kelley
2018-01-03
fix self-hosted build on windows
Andrew Kelley
2018-01-03
fix self hosted compiler on windows
Andrew Kelley
2018-01-02
ir: new pass iteration strategy
Andrew Kelley
2017-12-31
Added format for floating point numbers. {.x} where x is the number of decimals.
Peter Rönnquist
2017-12-26
move utf8 parsing to std
Josh Wolfe
2017-12-26
self-hosted: build against zig_llvm and embedded LLD
Andrew Kelley
2017-12-24
fix segfault when passing union enum with sub byte...
Andrew Kelley
2017-12-23
debug needs to export FailingAllocator
Josh Wolfe
2017-12-23
move std/debug.zig to a subdirectory
Andrew Kelley
2017-12-23
build: add --search-prefix option
Andrew Kelley
2017-12-23
std.os.path.resolve handles an absolute path that is missing the drive
Andrew Kelley
2017-12-23
port most of main.cpp to self hosted compiler
Andrew Kelley
2017-12-22
std.math: remove unnecessary inline calls and
Andrew Kelley
2017-12-22
bufPrint returns an error
Josh Wolfe
2017-12-22
fix darwin and windows from previous commit
Andrew Kelley
2017-12-22
explicitly return from blocks
Andrew Kelley
2017-12-20
add labeled loops, labeled break, labeled continue. remove goto
Andrew Kelley
2017-12-19
add sort.min and sort.max functions to stdlib
Andrew Kelley
2017-12-19
Merge branch 'export-rewrite'
Andrew Kelley
2017-12-19
bring back code that uses export and fix tests
Andrew Kelley
2017-12-18
wip export rewrite
Andrew Kelley
2017-12-17
fix std.mem missing error.OutOfMemory decl
Andrew Kelley
2017-12-15
change mem.cmp to mem.lessThan and add test
Andrew Kelley
2017-12-14
fix missing import from previous commit
Andrew Kelley
2017-12-14
disable sort tests for 32-bit windows because of issue #537
Andrew Kelley
2017-12-14
replace quicksort with blocksort
Andrew Kelley
2017-12-13
fix const and volatile qualifiers being dropped sometimes
Andrew Kelley
2017-12-12
self-hosted: build tries to find llvm-config.exe
Andrew Kelley
2017-12-12
self-hosted: cleanup build looking for llvm-config
Andrew Kelley
2017-12-12
self-hosted: move code to std.os.ChildProcess.exec
Andrew Kelley
2017-12-12
stack traces: support DW_AT_ranges
Andrew Kelley
2017-12-11
self-hosted: link with LLVM
Andrew Kelley
2017-12-11
self-hosted: test all out of memory conditions
Andrew Kelley
2017-12-11
refactor debug.global_allocator into mem.FixedBufferAllocator
Andrew Kelley
2017-12-11
self-hosted: parsing and rendering blocks
Andrew Kelley
2017-12-10
add self-hosted parsing and rendering to main tests
Andrew Kelley
2017-12-10
Merge remote-tracking branch 'origin/master' into self-hosted
Andrew Kelley
2017-12-10
rendering source code without recursion
Andrew Kelley
2017-12-10
mem.Allocator initializes bytes to undefined
Andrew Kelley
2017-12-08
parse a simple variable declaration
Andrew Kelley
2017-12-06
Merge branch 'master' into self-hosted
Andrew Kelley
[next]