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
juice
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
std.Io.Threaded-groups-2
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
Age
Commit message (
Expand
)
Author
2020-08-08
std lib general purpose allocator: disable stack tracing on mips
Andrew Kelley
2020-08-08
update langref in light of new general purpose allocator
Andrew Kelley
2020-08-08
restore previous behavior of allowing std.testing.allocator
Andrew Kelley
2020-08-08
stage1: deal with WebAssembly not supporting @returnAddress()
Andrew Kelley
2020-08-08
utilize math.ceilPowerOfTwo
Andrew Kelley
2020-08-08
std.mem.Allocator: add return_address to the interface
Andrew Kelley
2020-08-07
improvements & fixes for general purpose allocator integration
Andrew Kelley
2020-08-07
std: introduce GeneralPurposeAllocator
Andrew Kelley
2020-08-07
refactor now that stage1 supports anon default struct field inits
Andrew Kelley
2020-08-07
stage1: elide `@intToPtr` alignment safety check for 1-byte alignment
Andrew Kelley
2020-08-07
stage2: make link data in Decl into unions
Isaac Freund
2020-08-05
Revert "std.fmt.format: small optimization to avoid runtime bloat"
Andrew Kelley
2020-08-05
Merge branch 'pixelherodev-elf-refactor'
Andrew Kelley
2020-08-05
Codegen: 16-bit pointers
Noam Preil
2020-08-05
Stage2: minor File.ELF refactor
Noam Preil
2020-08-04
std.os tests: improve robustness of "symlink with relative paths"
Andrew Kelley
2020-08-04
zig fmt
Andrew Kelley
2020-08-04
zig build: fix addBuildOption for `[]const u8` and `?[]const u8`
Andrew Kelley
2020-08-04
stage2: add missing newlines to cli error messages
Andrew Kelley
2020-08-04
stage2 tests: fix qemu logic
Andrew Kelley
2020-08-04
Merge branch 'pfgithub-stage2-testing-Copy-2'
Andrew Kelley
2020-08-04
stage2 tests: support the -Denable-qemu options and friends
Andrew Kelley
2020-08-04
codegen: introduce toCanonicalReg to clean up x86-specific logic
Andrew Kelley
2020-08-04
stage2: riscv test case
pfg
2020-08-04
stage2: riscv correctly aligned functions
pfg
2020-08-04
stage2: riscv 0 argument non-nested function calls
pfg
2020-08-04
stage2: riscv hello world
pfg
2020-08-04
stage2: starting on a riscv64 backend
pfg
2020-08-04
Merge pull request #5978 from ziglang/stage2-dwarf-incr
Andrew Kelley
2020-08-04
stage2: fix ZIR support and C back end
Andrew Kelley
2020-08-04
stage2: link: fix not freeing debug line free list
Andrew Kelley
2020-08-04
stage2: fix updating debug line info not resizing properly
Andrew Kelley
2020-08-04
stage2: fix memory leak with exported decl name
Andrew Kelley
2020-08-04
stage2 .debug_line: handle Decl line numbers changing
Andrew Kelley
2020-08-03
stage2: stop needlessly re-analyzing unchanged functions
Andrew Kelley
2020-08-03
stage2 .debug_line: handle Decl deletes and updates
Andrew Kelley
2020-08-03
stage2: move link.File.ELF.SrcFn field from Module.Fn to Module.Decl
Andrew Kelley
2020-08-03
stage2: fix use-after-free of export symbol name
Andrew Kelley
2020-08-03
self-hosted: add build option for log scopes
Andrew Kelley
2020-08-03
stage2 codegen: revert the unneeded is_stmt stuff
Andrew Kelley
2020-08-03
stage2 .debug_line stepping with gdb is working
Andrew Kelley
2020-08-03
stage2 .debug_line: simpler strategy for incremental compilation
Andrew Kelley
2020-08-04
translate-c: recognize other type trait expressions
Vexu
2020-08-03
stage2: dwarf: fix standard opcode length of LNS_fixed_advance_pc
Andrew Kelley
2020-08-03
downgrade .debug_info to DWARFv4
Andrew Kelley
2020-08-03
downgrade .debug_line to DWARFv4
Andrew Kelley
2020-08-02
codegen: emit .debug_line ops for IR instructions
Andrew Kelley
2020-08-02
.debug_line: avoid DW_FORM_strp to work around readelf/gdb
Andrew Kelley
2020-08-02
.debug_line: don't rely on header_length field
Andrew Kelley
2020-08-02
.debug_line incremental compilation initial support
Andrew Kelley
[next]