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
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
2019-12-03
correct caching and add test for missing fn name
Vexu
2019-12-03
move more startup code to std lib
Vexu
2019-12-02
Accept comptime-known expression for asm
LemonBoy
2019-12-01
inline ConstGlobalRefs into ZigValue
Andrew Kelley
2019-11-30
Merge pull request #3284 from Sahnvour/export_variables
Andrew Kelley
2019-11-25
stage1: consolodate interning
Michael Dusan
2019-11-25
const interning for 1-possible-value types
Michael Dusan
2019-11-25
unembed ZigValue from IrInstruction
Michael Dusan
2019-11-25
rename ConstExprValue → ZigValue
Michael Dusan
2019-11-24
Merge remote-tracking branch 'origin/master' into null-terminated-pointers
Andrew Kelley
2019-11-24
gen-h: register the need for stdbool.h and stdint.h when exploring types recu...
Sahnvour
2019-11-24
gen-h: add a pass for exported variables
Sahnvour
2019-11-24
refactored gen_h_file to improve maintainability and output
Sahnvour
2019-11-24
all tests passing
Andrew Kelley
2019-11-23
update the stage1 implementation to the new proposal
Andrew Kelley
2019-11-21
improve broken llvm module error message
Vexu
2019-11-21
string literals are now null terminated
Andrew Kelley
2019-11-21
add null terminated pointers and arrays to self-hosted
Andrew Kelley
2019-11-14
Update discriminant value also for zero-sized unions
LemonBoy
2019-11-14
rework layout of struct type fields
Andrew Kelley
2019-11-14
rework comptime struct value layout, removing 1/2 hacks
Andrew Kelley
2019-11-13
Merge pull request #3675 from Vexu/atomic-store
Andrew Kelley
[next]