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.cpp
Age
Commit message (
Expand
)
Author
2020-03-04
ir: Implement @TypeOf with multiple arguments
LemonBoy
2020-03-04
get_codegen_ptr_type returns possible error
Andrew Kelley
2020-03-04
Fix docs generation
Timon Kruiper
2020-02-29
Merge pull request #4550 from ziglang/os-version-ranges
Andrew Kelley
2020-02-29
C pointer slices are no longer allowzero (#4462)
Alexandros Naskos
2020-02-28
dynamic_linker becomes a field of std.zig.CrossTarget
Andrew Kelley
2020-02-28
remove special darwin os version min handling
Andrew Kelley
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-02-26
call deinit on the hashmaps introduced in the prev commit
Andrew Kelley
2020-02-26
fix `@intToEnum` on extern enums
Vexu
2020-02-26
fix `@tagName` on extern and non-exhaustive enums
Vexu
2020-02-25
remove `@IntType` and `@ArgType` (mostly) from the compiler
Vexu
2020-02-24
remove `@typeId`, `@memberCount`, `@memberName` and `@memberType` from the co...
Vexu
2020-02-24
Merge pull request #4516 from xackus/remove-bytes-to-slice
Andrew Kelley
2020-02-23
nuke @bytesToSlice, @sliceToBytes in stage1
xackus
2020-02-21
remove sub-arch from stage1
Andrew Kelley
2020-02-19
fix generation of builtin import
Andrew Kelley
2020-02-19
remove the concept of "sub-architecture"
Andrew Kelley
2020-02-18
improvements which allow zig to emit multiple things at once
Andrew Kelley
2020-02-18
Improve support for generating LLVM IR/asm files
Noam Preil
2020-02-17
target_os_requires_libc implies dynamic linking
Andrew Kelley
2020-02-17
fix glibc not forcing dynamic link
Andrew Kelley
2020-02-17
target requiring PIC does not imply dynamic linking
Andrew Kelley
2020-02-17
support the concept of a target not having a dynamic linker
Andrew Kelley
2020-02-17
self-host dynamic linker detection
Andrew Kelley
2020-02-16
rename libuserland to libstage2
Andrew Kelley
2020-02-16
self-hosted libc detection
Andrew Kelley
2020-02-16
Implement noasync awaits
Andrew Kelley
2020-02-16
fix taking address of temporary async frame
Andrew Kelley
2020-02-10
stage1: memory/report overhaul
Michael Dusan
2020-02-10
Merge pull request #4404 from ziglang/async-std
Andrew Kelley
2020-02-09
fix defer interfering with return value spill
Andrew Kelley
2020-02-08
fix async runtime function call resolves target fn frame
Andrew Kelley
2020-02-07
Add wWinMain and wWinMainCRTStartup to fix #4376
Jared Miller
2020-02-07
fix async function call resolves target fn frame
Andrew Kelley
2020-02-07
more carefully calculate llvm field indexes
Andrew Kelley
2020-02-06
more std lib async I/O integration
Andrew Kelley
2020-02-05
ability to run tests in evented I/O mode
Andrew Kelley
2020-01-29
Add support for code model selection
Valentin Anger
2020-01-28
fix regression of storing optional with 0-bit payload
Andrew Kelley
2020-01-27
fix assertion with var debug loc not initialized
Andrew Kelley
2020-01-27
fix nested bitcast passed as tuple element
Andrew Kelley
2020-01-27
Merge branch 'master' into ir-clean-up-vars
Andrew Kelley
2020-01-25
Merge remote-tracking branch 'origin/master' into layneson-cpus_and_features
Andrew Kelley
2020-01-25
Merge pull request #4290 from ziglang/split-ir-structs
Andrew Kelley
2020-01-25
split IrInstruction into IrInst, IrInstSrc, IrInstGen
Andrew Kelley
2020-01-24
Merge pull request #4279 from mikdusan/create-global-cache
Michael Dusan
2020-01-23
Don't include stdbool.h for void and unreachable
Tadeo Kondrak
2020-01-23
stage1: make sure to create native_libc.txt dir
Michael Dusan
2020-01-22
aarch64: less feature-full baseline CPU
Andrew Kelley
[next]