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
2021-11-01
Fix ensureTotalCapacity calls that should be ensureUnusedCapacity calls
Ryan Liptak
2021-11-01
Merge pull request #10077 from squeek502/arraylist-capacity
Andrew Kelley
2021-11-01
stage2 AArch64: implement unconditional branches
joachimschmidt557
2021-11-01
correct bug with omit frame pointer logic
Lee Cannon
2021-11-01
Update ensureTotalCapacity to ensureTotalCapacityPrecise where it makes sense
Ryan Liptak
2021-10-31
optimize AstGen.callExpr
Lee Cannon
2021-10-31
Merge pull request #10068 from leecannon/tracy_improvements
Andrew Kelley
2021-10-31
stage2: move x86_64 codegen to arch/x86_64/CodeGen.zig
Jakub Konka
2021-10-31
watch marks a new frame on every recompilation
Lee Cannon
2021-10-31
use named frames to mark the stages of compilation
Lee Cannon
2021-10-31
add functionality to trace allocations
Lee Cannon
2021-10-31
make tracy.zig more feature complete
Lee Cannon
2021-10-31
stage2 AArch64: introduce Emit.fail for handling errors in MIR emit
joachimschmidt557
2021-10-31
stage2 AArch64: implement emit debug line info
joachimschmidt557
2021-10-31
stage2 AArch64 Emit: implement call_extern and load_memory
joachimschmidt557
2021-10-31
stage2 AArch64: begin transition to MIR
joachimschmidt557
2021-10-30
C backend: implement signed trunc
Emily Bellows
2021-10-29
stage2: implement `@popCount` for non-vectors
Andrew Kelley
2021-10-29
CLI: clarify help text for -z
Andrew Kelley
2021-10-29
zig: expose linker options and include '-z notext'
Kenta Iwasaki
2021-10-28
C backend: implement trunc for unsigned non-pow2 ints
Andrew Kelley
2021-10-28
C backend: implement trunc instruction
Andrew Kelley
2021-10-28
C backend: fix `@boolToInt`
Andrew Kelley
2021-10-28
C backend: fix crash when number of Decls passes a threshold
Andrew Kelley
2021-10-28
C backend: fix ptrtoint and wrap_errunion_err
Andrew Kelley
2021-10-28
C backend: fix enough that zig test works
Andrew Kelley
2021-10-28
C backend: emit decls sorted by dependencies
Andrew Kelley
2021-10-27
zig test: when -ofmt=c, default to `zig run` as test exec
Andrew Kelley
2021-10-27
Compilation: fix crash in the compile error system
Andrew Kelley
2021-10-27
stage2: fix small memory leak of test_functions when using `zig test`
Andrew Kelley
2021-10-27
Merge pull request #10040 from mattbork/extern-fn-scopes
Andrew Kelley
2021-10-27
stage1: Fix path normalization on Windows
LemonBoy
2021-10-26
stage2: implement runtime pointer access to global constants
Andrew Kelley
2021-10-26
stage2: fix crash report code in release builds
Andrew Kelley
2021-10-26
stage2 LLVM backend: fix bitcast
Andrew Kelley
2021-10-26
Sema: fix ret_ptr when inlining
Andrew Kelley
2021-10-26
astgen.zig: don't add scopes for extern functions params as they may shadow o...
Matthew Borkowski
2021-10-26
Sema: improved C pointers and casting
Andrew Kelley
2021-10-26
Sema: fix coercion from union to its own tag
Andrew Kelley
2021-10-26
astgen: generate correct switch prong indices
Robin Voetter
2021-10-26
Don't call render_const_val_array() on undefined
Daniele Cocca
2021-10-26
stage2: fix use-after-free in analyzeBlockBody
Robin Voetter
2021-10-26
stage2: return proper pointer for c pointer orelse
Robin Voetter
2021-10-25
Merge pull request #10034 from Snektron/stage2-slice
Andrew Kelley
2021-10-26
stage2: runtime c pointer null comparison
Robin Voetter
2021-10-25
Merge pull request #9874 from leecannon/frame_pointer
Andrew Kelley
2021-10-25
Sema: fix switch that covers full integer range
Andrew Kelley
2021-10-25
stage2: fix switch on tagged union capture-by-pointer
Andrew Kelley
2021-10-25
stage2: generate correct constants for zero-sized arrays
Robin Voetter
2021-10-25
stage2: comptime slice of pointer to hardcoded address
Robin Voetter
[next]