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
2017-05-20
flip the enum order of FloatMode
Andrew Kelley
2017-05-20
add setFloatMode builtin and std.math.floor
Andrew Kelley
2017-05-17
typeId builtin instead of isInteger, isFloat, etc
Andrew Kelley
2017-05-09
inline function call with builtin function instead...
Andrew Kelley
2017-05-07
delete @generatedCode builtin function
Andrew Kelley
2017-05-07
rename c_long_double to c_longdouble
Andrew Kelley
2017-05-06
builtin functions for division and remainder division
Andrew Kelley
2017-05-04
add compile error when unable to inline a function
Andrew Kelley
2017-05-02
add safe release build mode
Andrew Kelley
2017-05-01
make debug safety stuff lazy
Andrew Kelley
2017-05-01
`@import("builtin")` instead of `@compileVar`
Andrew Kelley
2017-04-30
zig build: organize build artifacts
Andrew Kelley
2017-04-30
back to AT&T syntax for assembly
Andrew Kelley
2017-04-28
zig puts temporary object files in zig-cache folder
Andrew Kelley
2017-04-27
add no-elim-base-pointer to __zig_fail function
Andrew Kelley
2017-04-27
zig test no longer requires a separate test_runner.o file
Andrew Kelley
2017-04-26
build system: consolidate duplicate code and more
Andrew Kelley
2017-04-25
revert the last 3 compile time improvements
Andrew Kelley
2017-04-25
compile time improvement - move bounds checking to function calls
Andrew Kelley
2017-04-25
compile time improvement - move overflow math safety to fns
Andrew Kelley
2017-04-25
compile time improvement - add __zig_panic_slice fn
Andrew Kelley
2017-04-25
add some timing diagnostics
Andrew Kelley
2017-04-24
better stack traces for ELF x86_64
Andrew Kelley
2017-04-23
blocks check that their statements are void
Josh Wolfe
2017-04-23
make undefined as a constant value lazy
Andrew Kelley
2017-04-23
fix crash when unwrapping error with no error decls
Andrew Kelley
2017-04-21
rename `@ptrcast` to `@ptrCast` to follow convention
Andrew Kelley
2017-04-21
zig build system supports building a library
Andrew Kelley
2017-04-20
Add @offsetOf builtin function
Raul Leal
2017-04-19
test framework supports name prefix and filter argument
Andrew Kelley
2017-04-18
error when building exe with no entry point
Andrew Kelley
2017-04-18
add `@fieldParentPtr` builtin function
Andrew Kelley
2017-04-18
rename `@intType` to `@IntType` to follow convention
Andrew Kelley
2017-04-17
improvements to zig build system and unwrap error safety
Andrew Kelley
2017-04-13
all internal functions get unnamed_addr attribute
Andrew Kelley
2017-04-13
typedefpocalypse
Andrew Kelley
2017-04-13
ability to inline at function callsite
Andrew Kelley
2017-04-11
run alwaysinline pass in debug mode
Andrew Kelley
2017-04-10
fix some -Wconversion errors
Andrew Kelley
2017-04-10
fix mangling exported global variables
Andrew Kelley
2017-04-08
add enumTagName builtin function
Andrew Kelley
2017-04-07
ability to implicitly cast integer literal to &const Int
Andrew Kelley
2017-04-06
fix runtime struct initialization of bitfield
Andrew Kelley
2017-04-05
add support to use zig as a linker driver
Andrew Kelley
2017-04-05
ability to use zig as an assembler
Andrew Kelley
2017-04-04
support module level assembly
Andrew Kelley
2017-04-03
delete alloca builtin function
Andrew Kelley
2017-04-03
zig build system: add setLinkerScript and setTarget
Andrew Kelley
2017-04-02
zig build system progress
Andrew Kelley
2017-03-31
change `@bitcast` to `@ptrcast`
Andrew Kelley
[next]