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
2021-04-28
std: remove redundant `comptime const`
Andrew Kelley
2021-04-28
AstGen: hook up hex float parsing to float literals
Andrew Kelley
2021-04-28
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-28
std: Add a parser for hexadecimal floating point numbers
LemonBoy
2021-04-28
std.Target: bump freebsd known maximum version
Andrew Kelley
2021-04-28
Merge pull request #8472 from sreehax/master
Andrew Kelley
2021-04-27
stage1: Implement CPU host detection for PowerPC targets
LemonBoy
2021-04-26
stage2: rewire the frontend driver to whole-file-zir
Andrew Kelley
2021-04-26
Merge pull request #8609 from jedisct1/timingSafeCompare
Andrew Kelley
2021-04-26
Change timingSafeCompare() to accept slices
Frank Denis
2021-04-26
25519: remove unused const, safeguard against unreduced scalars (#8624)
Frank Denis
2021-04-26
Merge pull request #8604 from hoanga/haiku-support-sysdefs
Andrew Kelley
2021-04-26
Merge pull request #8622 from LemonBoy/cpuinfo
Andrew Kelley
2021-04-26
Merge pull request #8618 from LemonBoy/mini-stuff
Andrew Kelley
2021-04-26
Revert "thread: simplify and remove useless return in spawn (#8621)"
Andrew Kelley
2021-04-26
stage2: Ensure the features set is populated
LemonBoy
2021-04-26
stage2: Add framework for host CPU detection on Linux
LemonBoy
2021-04-26
thread: simplify and remove useless return in spawn (#8621)
Vincent Rischmann
2021-04-25
#8454 Fix for std.mem.replacementSize adjacent matches bug. (#8455)
jumpnbrownweasel
2021-04-25
Merge pull request #8590 from lithdew/master
Andrew Kelley
2021-04-25
Merge pull request #8616 from LemonBoy/fn-align
Andrew Kelley
2021-04-25
Merge pull request #8496 from xackus/isError
Andrew Kelley
2021-04-25
std: Fix thread creation with field-less context type
LemonBoy
2021-04-25
std: Fix wrong alignOf expression
LemonBoy
2021-04-25
std: Fix backtraces on sparcv9
LemonBoy
2021-04-25
Add std.crypto.utils.timingSafeCompare
Frank Denis
2021-04-25
std: Make met.alignment work on more types
LemonBoy
2021-04-25
x: fmt source code
lithdew
2021-04-25
x, x/os/Socket: initial work on new Socket abstraction
lithdew
2021-04-25
stage2: implement caching for ZIR code
Andrew Kelley
2021-04-24
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-24
fix import path
Matt Knight
2021-04-24
ed25519: use double-base multiplication for signature verification
Frank Denis
2021-04-24
zig fmt: Automagically fix block-less suspend exprs
LemonBoy
2021-04-24
stage1: Require a block after suspend
LemonBoy
2021-04-23
update haiku system constants
Al Hoang
2021-04-23
support output collection for haiku
Al Hoang
2021-04-23
Merge pull request #8599 from LemonBoy/unsigned-neg
Andrew Kelley
2021-04-23
std.atomic: load should take const pointer to Self
Hadron67
2021-04-23
std: Remove unneeded workaround
LemonBoy
2021-04-22
std: remove `comptime const`
Andrew Kelley
2021-04-22
std: fix potential bug in parseInt
jacob gw
2021-04-22
std: fix compile errors caught by stage2 AstGen
Andrew Kelley
2021-04-22
delete packed enums from the language
Andrew Kelley
2021-04-22
std: fix compile errors caught by stage2 AstGen
Andrew Kelley
2021-04-21
compiler-rt: Export __extendhftf2 and __trunctfhf2
LemonBoy
2021-04-21
compiler-rt: Don't re-define PPC builtins in test mode
LemonBoy
2021-04-21
std: Use stat definition with 32bit *time fields
LemonBoy
2021-04-21
std: Split syscall parameters for PowerPC targets
LemonBoy
2021-04-21
macho: fix typos in consts defs
Jakub Konka
[next]