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
/
src
Age
Commit message (
Expand
)
Author
2022-04-06
stage2: rename InternArena to InternPool
Andrew Kelley
2022-04-06
Sema: in-memory coercion of differently named int types
Andrew Kelley
2022-04-05
stage2: ThreadPool: update to new function pointer semantics
Andrew Kelley
2022-04-05
Sema: fix handling compile errors during circular dependency error
Andrew Kelley
2022-04-05
wasm: Use 'select' instruction for max/min
Luuk de Gram
2022-04-05
zig fmt: remove trailing whitespace on doc comments
Damien Firmenich
2022-04-04
Sema: forward switch condition to captures
Andrew Kelley
2022-04-04
Sema: add empty tuple to mutable slice coercion
Andrew Kelley
2022-04-04
dwarf: emit debug info for local variables on x86_64
Jakub Konka
2022-04-04
Pull elf magic string out to re-used constant
Tom Read Cutting
2022-04-02
stage2: more resilient error handling
Andrew Kelley
2022-04-02
stage2: remove dependencies on async functions
Andrew Kelley
2022-04-02
Sema: mechanism for converting comptime breaks to runtime
Andrew Kelley
2022-04-02
stage2 llvm: properly align error union payload
Veikka Tuominen
2022-04-02
wasm: Implement `@ctz` for bitsize <= 64
Luuk de Gram
2022-04-02
wasm: Implement `@clz`
Luuk de Gram
2022-04-02
wasm: Implement `@mulAdd` for f32, f64
Luuk de Gram
2022-04-02
wasm: Implement `@maximum` & `@minimum`
Luuk de Gram
2022-04-01
stage2 ARM: implement mul_with_overflow for ints <= 32 bits
joachimschmidt557
2022-04-01
stage2 ARM: implement mul_with_overflow for ints <= 16 bits
joachimschmidt557
2022-04-01
stage2 ARM: implement shl_with_overflow for ints <= 32 bits
joachimschmidt557
2022-04-01
stage2 ARM: implement add/sub_with_overflow for ints < 32 bits
joachimschmidt557
2022-04-01
stage2 ARM: implement add/sub_with_overflow for u32/i32
joachimschmidt557
2022-04-01
stage2 ARM: change binOp lowering mechanism to use Mir tags
joachimschmidt557
2022-04-01
macho: set CS_LINKER_SIGNED flag in code signature generated by zld
Jakub Konka
2022-04-01
x64: implement add/sub with wrapping and xor op
Jakub Konka
2022-04-01
stage2: hook up Sema to the progress bar
Andrew Kelley
2022-03-31
AstGen: use `block_inline` and `break_inline` consistently
Andrew Kelley
2022-03-31
test harness improvements
Andrew Kelley
2022-03-31
AstGen: fix treating noreturn instructions as void
Andrew Kelley
2022-03-31
Sema: fix segfault during resolveInferredErrorSet
Andrew Kelley
2022-03-30
AstGen: fix referencing unreferencable instructions
Andrew Kelley
2022-03-31
stage2: fix print_zir for .builtin_src
Meghan Denny
2022-03-31
stage2: handle assembly input names
Veikka Tuominen
2022-03-30
Sema: fix usingnamespace decl Value in wrong arena
Andrew Kelley
2022-03-31
Merge pull request #11246 from jmc-88/cbe-asm
Veikka Tuominen
2022-03-30
std.zig.Ast: fix escaped capture of by-value parameters
Andrew Kelley
2022-03-30
dwarf: pass DeclState around instead of storing a temp global in Dwarf
Jakub Konka
2022-03-30
Merge pull request #11342 from ziglang/stage2-x64-mul-div
Jakub Konka
2022-03-30
CBE: improve support for asm inputs
Daniele Cocca
2022-03-30
AstGen: don't coerce inputs to usize in asmExpr
Daniele Cocca
2022-03-30
Sema: allow comptime blocks for global assembly
Daniele Cocca
2022-03-30
AstGen: support local var references for outputs
Daniele Cocca
2022-03-30
Sema: enhance is_non_err to be comptime more often
Andrew Kelley
2022-03-29
stage2: implement `@intToError` with safety
Andrew Kelley
2022-03-29
Sema: fix generic instantiations of return types with nested captures
Andrew Kelley
2022-03-29
link: half-hearted bug fix for decl_state field
Andrew Kelley
2022-03-29
Sema: adjust coercion of undefined error union payload
Andrew Kelley
2022-03-30
x64: spill .rdi to stack if expecting return value saved on stack
Jakub Konka
2022-03-30
x64: track callee and caller saved registers
Jakub Konka
[next]