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-02-27
stage2: fix bitcast to optional ptr in llvm backend; omit safety check for in...
Veikka Tuominen
2022-02-27
stage2: use stage1 test runner for stage2
Veikka Tuominen
2022-02-27
stage2: get formatted printing (somewhat) working
Veikka Tuominen
2022-02-26
Sema: handle error.GenericPoison in fieldVal
Andrew Kelley
2022-02-26
stage2: implement `@unionInit`
Andrew Kelley
2022-02-26
Sema: implement union value equality at comptime
Andrew Kelley
2022-02-26
stage2: @TypeInfo for error sets (#10998)
Mitchell Hashimoto
2022-02-26
Sema: implement `@enumToInt` for unions
Andrew Kelley
2022-02-26
Sema: Module.Union.abiAlignment can return 0
Andrew Kelley
2022-02-26
Sema: make `align(a) T` same as `align(a:0:N) T`
Andrew Kelley
2022-02-26
Merge pull request #10992 from mitchellh/peer-slices
Andrew Kelley
2022-02-26
stage2: various fixes to get one test passing
Veikka Tuominen
2022-02-26
Merge pull request #10996 from joachimschmidt557/stage2-arm
Joachim Schmidt
2022-02-26
stage2: unify runtime and comptime coerce_result_ptr
Veikka Tuominen
2022-02-26
stage2: fix toAllocatedBytes on slices
Veikka Tuominen
2022-02-26
stage2: actually coerce in coerce_result_ptr at comptime
Veikka Tuominen
2022-02-26
typo in comment
Mitchell Hashimoto
2022-02-26
stage2: do not require function when evaluating typeOf
Veikka Tuominen
2022-02-26
stage2: evaluate TypeOf arguments in a separate scope
Veikka Tuominen
2022-02-26
stage2 ARM: generate correct variants of ldr instruction
joachimschmidt557
2022-02-26
stage2 ARM: implement truncate to ints with bits <= 32
joachimschmidt557
2022-02-25
stage2: resolve peer types that trivially coerce
Mitchell Hashimoto
2022-02-25
stage2: *[N]T to [*]T (and vice versa)
Mitchell Hashimoto
2022-02-25
stage2: remove extranneous debug
Mitchell Hashimoto
2022-02-25
stage2: *[N]T and E![]T
Mitchell Hashimoto
2022-02-25
stage2: peer resolve *[N]T to []T (and vice versa)
Mitchell Hashimoto
2022-02-25
x64+aarch64: check for pointer to zero-bit type when lowering decl
Jakub Konka
2022-02-25
aarch64: check if type has runtime bits before allocating mem ptr
Jakub Konka
2022-02-25
macho: redo selection of segment/section for decls and consts
Jakub Konka
2022-02-25
Revert "stage2: make array len field type usize to match stage1"
Veikka Tuominen
2022-02-25
stage2: make array len field type usize to match stage1
Veikka Tuominen
2022-02-25
wasm: Fix error union's size/alignment
Luuk de Gram
2022-02-25
wasm: Refactor lowerUnnamedConst
Luuk de Gram
2022-02-24
Sema: implement tupleFieldVal, fix comptime elem_ptr
Andrew Kelley
2022-02-24
stage2: improved handling of store_to_block_ptr
Andrew Kelley
2022-02-24
stage2: change how stale `store_to_block_ptr`s are detected
Veikka Tuominen
2022-02-24
Merge pull request #10982 from Vexu/stage2
Andrew Kelley
2022-02-24
Revert "Merge pull request #10950 from hexops/sg/responsefiles"
Andrew Kelley
2022-02-24
spirv spec: do not align packed struct fields
Veikka Tuominen
2022-02-24
stage2: implement fieldParentPtr
Veikka Tuominen
2022-02-23
stage2: integer-backed packed structs
Andrew Kelley
2022-02-24
stage2: peer type resolution *[N]T and *[M]T to []const T
Mitchell Hashimoto
2022-02-24
elf: use fully qualified decl names in the linker
Jakub Konka
2022-02-24
Merge pull request #10977 from joachimschmidt557/stage2-aarch64
Jakub Konka
2022-02-23
Merge pull request #10950 from hexops/sg/responsefiles
Jakub Konka
2022-02-23
Merge pull request #10976 from ziglang/x64-macos-fixes
Jakub Konka
2022-02-23
compiler_rt: specify goals, organize README and compiler_rt.zig
Jan Philipp Hafer
2022-02-23
Merge pull request #10969 from Vexu/stage2
Andrew Kelley
2022-02-23
stage2 AArch64: more support for MCValue.got_load and direct_load
joachimschmidt557
2022-02-23
stage2 AArch64: remove MIR load_memory instruction
joachimschmidt557
[next]