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
/
codegen
Age
Commit message (
Expand
)
Author
2022-10-31
cbe: improve support for non-native float types
Jacob Young
2022-10-29
cbe: implement optional slice representation change
Jacob Young
2022-10-27
Merge pull request #13288 from Vexu/opt-slice
Andrew Kelley
2022-10-27
Merge pull request #13257 from topolarity/ctype-fixes
Andrew Kelley
2022-10-27
Sema: use `runtime_value` instead of creating allocs
Veikka Tuominen
2022-10-27
llvm: pass optional slices like regular slices
Veikka Tuominen
2022-10-27
llvm: do not return undefined pointers from array_to_slice
Veikka Tuominen
2022-10-27
llvm: handle namespace like packed structs
Veikka Tuominen
2022-10-27
stage2: optimize size of optional slices
Veikka Tuominen
2022-10-25
cbe: fix floating point builtins
Jacob Young
2022-10-25
cbe: improve floating point type support
Jacob Young
2022-10-25
cbe: add support for all float literals types
Jacob Young
2022-10-25
cbe: implement field_parent_ptr
Jacob Young
2022-10-25
cbe: implement cmp_lt_errors_len
Jacob Young
2022-10-25
cbe: implement packed structs
Jacob Young
2022-10-25
cbe: implement 128-bit and fix smaller integer builtins
Jacob Young
2022-10-25
cbe: fix globals that reference functions
Jacob Young
2022-10-25
cbe: fix typedef declaration order
Jacob Young
2022-10-25
cbe: allow immediate and register asm constraints in naked functions
Jacob Young
2022-10-25
cbe: fix C syntax when rendering initializers
Jacob Young
2022-10-25
cbe: get enough things working to support basic programs
Jacob Young
2022-10-25
cbe: fix atomics
Jacob Young
2022-10-25
cbe: implement some float ops
Jacob Young
2022-10-25
cbe: misc fixes
Jacob Young
2022-10-25
cbe: implement global assembly
Jacob Young
2022-10-25
cbe: implement ptr slice ptr
Jacob Young
2022-10-25
cbe: implement aggregate_init of struct
Jacob Young
2022-10-25
cbe: canonicalize types that have the same C type when emitting typedefs
Jacob Young
2022-10-25
cbe: fix global access fix
Jacob Young
2022-10-25
cbe: implement more asm features
Jacob Young
2022-10-25
cbe: fix global access
Jacob Young
2022-10-25
cbe: implement tag name
Jacob Young
2022-10-25
cbe: fix loads and stores of 0-bit types
Jacob Young
2022-10-25
cbe: implement airUnionInit
Jacob Young
2022-10-25
cbe: fix infinite recursion on recursive types
Jacob Young
2022-10-25
cbe: cleanup code and fix cases test breakage
Jacob Young
2022-10-25
behavior: enable stage2_c tests that are currently passing
Jacob Young
2022-10-25
c: improve lowering of undef values
Jacob Young
2022-10-25
c: fix redefinition of typedef warnings
Jacob Young
2022-10-25
c: hacks to fix incompatible redeclaration of library function warnings
Jacob Young
2022-10-25
c: fix incompatible pointer types warning
Jacob Young
2022-10-25
c: cast NULL in advance to avoid comparison warnings
Jacob Young
2022-10-25
c: fix nonscalar type cast warning
Jacob Young
2022-10-25
c: fix stage1 compatibility
Jacob Young
2022-10-25
c: fix int literal warnings
Jacob Young
2022-10-25
c: fix switch on bool warning
Jacob Young
2022-10-25
c: fix empty container warnings
Jacob Young
2022-10-25
c: implement @errorName
Jacob Young
2022-10-25
c: fix mangling of error names
Jacob Young
2022-10-25
c: fix undefined tests in ReleaseSafe
Jacob Young
[next]