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-04-25
Changed to use shifting and masking
Braedon
2018-04-25
Utf8 Encode
Braedon
2018-04-24
Merge pull request #949 from zig-lang/complex-math
Andrew Kelley
2018-04-24
convert NOTE to TODO so we catch it later
Andrew Kelley
2018-04-24
clean up complex math tests
Andrew Kelley
2018-04-24
std.mem: add more slice manipulation functions
Andrew Kelley
2018-04-24
crypto throughput test now uses os.time module
Marc Tiehuis
2018-04-24
Add initial complex-number support
Marc Tiehuis
2018-04-22
Merge branch 'tgschultz-std.os.time'
Andrew Kelley
2018-04-22
add alignment docs
Andrew Kelley
2018-04-22
linux: support VDSO for clock_gettime
Andrew Kelley
2018-04-22
fixups
Andrew Kelley
2018-04-22
Merge branch 'std.os.time' of https://github.com/tgschultz/zig into tgschultz...
Andrew Kelley
2018-04-22
add alignment docs
Andrew Kelley
2018-04-22
Merge pull request #939 from tgschultz/large-alignment-directalloc
Andrew Kelley
2018-04-21
Added DirectAllocator support for alignments > os.page_size on posix systems
tgschultz
2018-04-21
std.zig.parser: remove unused field
Andrew Kelley
2018-04-21
Changed all MB to MiB
Harry Eakins
2018-04-21
Readability improvements and bug-fix to std/crypto/throughput_test.zig
Harry Eakins
2018-04-20
zig fmt: preserve comments in front of test blocks
Andrew Kelley
2018-04-19
Use std.os.errorUnexpectedPosix if timer initialization encounters unexpected...
tgschultz
2018-04-19
Style cleanups, u64 casts, Timer.start returns error instead of unreachable o...
tgschultz
2018-04-18
Fixed another incorrect comment
tgschultz
2018-04-18
Added notes regarding CLOCK_MONOTONIC_RAW and made it easy to change our mind...
tgschultz
2018-04-18
Fixed incorrect sign on epoch.clr
tgschultz
2018-04-18
fixed typos.
tgschultz
2018-04-18
Fixed compiler errors around darwin code.
tgschultz
2018-04-18
Added unstaged changes.
tgschultz
2018-04-18
Added timestamp, high-perf. timer functions.
tgschultz
2018-04-16
Add exp/norm distributed random float generation
Marc Tiehuis
2018-04-16
std.debug: dumpStackTrace & friends use DirectAllocator
Andrew Kelley
2018-04-16
Added ReleaseSmall mode
Alexandros Naskos
2018-04-15
add @atomicLoad builtin
Andrew Kelley
2018-04-15
std.math.ln and std.math.exp use float strict mode
Andrew Kelley
2018-04-15
add @sqrt built-in function
Andrew Kelley
2018-04-14
add std.os.createThread
Andrew Kelley
2018-04-13
Merge pull request #919 from zig-lang/self-hosted-parser-refactor
Andrew Kelley
2018-04-13
Merge pull request #915 from zig-lang/self-hosted-cli
Andrew Kelley
2018-04-13
Fix windows access check
Marc Tiehuis
2018-04-13
Replace File.exists with File.access
Marc Tiehuis
2018-04-13
Merged with master
Jimmi Holst Christensen
2018-04-13
std.zig.parser: Refactor round 2
Jimmi Holst Christensen
2018-04-12
zig fmt: switch cases on new lines
Andrew Kelley
2018-04-12
zig fmt includes trailing commas
Andrew Kelley
2018-04-12
zig fmt: container init fields each on own line
Andrew Kelley
2018-04-12
std.zig.ast: Fixed build failures
Jimmi Holst Christensen
2018-04-12
std.zig.parser: Refactored `commaOrEnd` to `expectCommaOrEnd`
Jimmi Holst Christensen
2018-04-12
Merge remote-tracking branch 'origin/master' into self-hosted-cli
Andrew Kelley
2018-04-12
fix invalid implicit cast on macos
Andrew Kelley
2018-04-12
std.zig.parser: Refactor, round 1:
Jimmi Holst Christensen
[next]