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-01-17
Merge pull request #4191 from Vexu/non-exhaustive-enums
Andrew Kelley
2020-01-16
implement `@bitSizeOf`
Vexu
2020-01-16
turn panics into compile errors, require at least 1 field in non-exhaustive enum
Vexu
2020-01-15
small fixes
Vexu
2020-01-15
stage1: move local native_libc.txt to global
Michael Dusan
2020-01-15
implement non-exhaustive enums
Vexu
2020-01-14
Fix codegen error for some union initializers
LemonBoy
2020-01-13
Allow switching on pointer types
LemonBoy
2020-01-11
Stop dropping errors from clang
LemonBoy
2020-01-10
Inform the debugger about the effective type sizes
LemonBoy
2020-01-09
New @export() handling
LemonBoy
2020-01-07
cleanups related to --eh-frame-hdr
Andrew Kelley
2020-01-07
add --eh-frame-hdr conditionally
David Cao
2020-01-06
remove stdcallcc, extern, nakedcc from stage1; zig fmt rewrites
Andrew Kelley
2020-01-06
Merge branch 'cc-work' of https://github.com/LemonBoy/zig into LemonBoy-cc-work
Andrew Kelley
2020-01-03
translate-c supports --cache on
Andrew Kelley
2020-01-02
fix comptime vector float ops and add test coverage
Andrew Kelley
2020-01-02
Use the LLVM C++ API
LemonBoy
2020-01-02
Implement Thiscall CC
LemonBoy
2020-01-02
Catch more errors during the type resolution phase
LemonBoy
2020-01-02
Implement the callconv() annotation
LemonBoy
2020-01-01
fix float ops with respect to vectors
Andrew Kelley
2019-12-31
Merge branch 'stage-2-cimport' of https://github.com/Vexu/zig into Vexu-stage...
Andrew Kelley
2019-12-30
Merge pull request #3683 from Vexu/atomic-float
Andrew Kelley
2019-12-30
Resolve more types as needed
LemonBoy
2019-12-29
use self hosted translate-c for cimports
Vexu
2019-12-23
add zig llvm wrapper for atomicrmw
Vexu
2019-12-23
support some atomic operations with floats
Vexu
2019-12-20
fix safety for sentinel-slicing floats
Andrew Kelley
2019-12-20
sentinel slicing improvements
Andrew Kelley
2019-12-16
expose the ability to disable C sanitization
Andrew Kelley
2019-12-16
use -fsanitize=undefined for C code in safe build modes
Andrew Kelley
2019-12-15
improve extern enum
Vexu
2019-12-15
Generate the fn pointers into the correct address space
LemonBoy
2019-12-15
Make sure the address is aligned for intToPtr ops
LemonBoy
2019-12-13
Merge pull request #3896 from Vexu/translate-c-2
Andrew Kelley
2019-12-13
revert removal of translate mode in stage 1
Vexu
2019-12-12
un-special-case startup code in the std lib
Andrew Kelley
2019-12-12
remove concept of translate mode
Vexu
2019-12-10
Replace typeOf with TypeOf in stage0
Robin Voetter
2019-12-09
remove var args from the language
Andrew Kelley
2019-12-08
tuple detection does not require AST node
Andrew Kelley
2019-12-06
Merge pull request #3856 from ziglang/builtin-call
Andrew Kelley
2019-12-06
remove `@inlineCall` from zig
Andrew Kelley
2019-12-05
private linkage for unnamed internal constants
Andrew Kelley
2019-12-05
remove `@noInlineCall` from zig
Andrew Kelley
2019-12-05
implement `@call`
Andrew Kelley
2019-12-03
fix `zig builtin`
Andrew Kelley
2019-12-03
WinMainCRTStartup implies defaulting to console subsystem
Andrew Kelley
2019-12-03
activate start code when pub main exists
Andrew Kelley
[next]