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
2018-07-10
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-07-07
add @popCount intrinsic
Andrew Kelley
2018-07-06
fix iterating over a void slice
Andrew Kelley
2018-07-02
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-07-02
add runtime safety for `@intToEnum`; add docs for runtime safety
Andrew Kelley
2018-06-27
add f16 type
Ben Noordhuis
2018-06-27
dry floating-point type definitions
Ben Noordhuis
2018-06-20
fix runtime fn ptr equality codegen
Andrew Kelley
2018-06-19
`@floatToInt` now has safety-checked undefined behavior
Andrew Kelley
2018-06-19
Merge pull request #1136 from alexnask/typeinfo_improvements
Andrew Kelley
2018-06-19
@typeInfo now uses optional types instead of @typeOf(undefined)
Alexandros Naskos
2018-06-19
remove enum to/from int casting syntax; add `@enumToInt`/`@intToEnum`
Andrew Kelley
2018-06-18
remove error to/from int casting syntax; add `@errorToInt`/`@intToError`
Andrew Kelley
2018-06-18
remove []u8 casting syntax. add `@bytesToSlice` and `@sliceToBytes`
Andrew Kelley
2018-06-18
remove error set casting syntax. add `@errSetCast`
Andrew Kelley
2018-06-18
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-06-18
remove bool to int syntax. add @boolToInt
Andrew Kelley
2018-06-17
remove integer and float casting syntax
Andrew Kelley
2018-06-16
disable byval
Andrew Kelley
2018-06-16
add basic std lib code for loading dynamic libraries
Andrew Kelley
2018-06-14
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-06-11
implement @tagName as a switch instead of table lookup
Andrew Kelley
2018-06-09
breaking syntax change: ??x to x.? (#1095)
Andrew Kelley
2018-06-09
nullable pointers follow const-casting rules
Andrew Kelley
2018-06-07
add implicit casts from `*[N]T`
Andrew Kelley
2018-06-07
remove @canImplicitCast builtin
Andrew Kelley
2018-06-07
langref: automatic update of builtin.zig
Andrew Kelley
2018-06-06
Pointer Reform: update @typeInfo
Andrew Kelley
2018-06-05
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-06-05
Renamed UndefinedLiteral to Undefined
Jimmi HC
2018-06-05
Removed NullLiteral to Null
Jimmi HC
2018-06-05
Renamed "(int/float literal)" to "comptime_int/float"
Jimmi HC
2018-06-04
Pointer Reform: proper slicing and indexing (#1053)
Andrew Kelley
2018-06-04
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-06-04
disallow single-item pointer indexing
Andrew Kelley
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-05-26
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-05-24
update github.com/zig-lang to github.com/ziglang
Andrew Kelley
2018-05-12
add @newStackCall builtin function
Andrew Kelley
2018-05-10
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-05-09
Added Slice as it's own type info in userland
Jimmi HC
2018-05-04
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-04-29
Finished FnDef TypeInfo generation (warning: may be buggy).
Alexandros Naskos
2018-04-29
More FnDef TypeInfo generation.
Alexandros Naskos
2018-04-28
Started work on function definition TypeInfo generation.
Alexandros Naskos
2018-04-28
Added definition TypeInfo generation, except for function definitions.
Alexandros Naskos
2018-04-27
Added BoundFn TypeInfo generation.
Alexandros Naskos
2018-04-27
Added Fn TypeInfo generation.
Alexandros Naskos
2018-04-27
Added struct TypeInfo generation.
Alexandros Naskos
2018-04-27
Fixed enum tag type detection in TypeInfo generation.
Alexandros Naskos
[prev]
[next]