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-09-04
stage1: use os_path_resolve instead of os_path_real
Andrew Kelley
2018-09-04
port std.os.path.resolve to stage1
Andrew Kelley
2018-09-04
add compile error for comptime control flow inside runtime block
Andrew Kelley
2018-09-04
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-09-04
fix llvm assertion when adding callsite sret attr
Andrew Kelley
2018-09-04
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-09-03
ability to @ptrCast to *void
Andrew Kelley
2018-09-02
use the sret attribute at the callsite when appropriate
Andrew Kelley
2018-08-26
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-08-26
fix llvm assertion failure when building std lib tests for macos
Andrew Kelley
2018-08-25
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-08-25
Merge remote-tracking branch 'origin/master' into macos-stack-traces
Andrew Kelley
2018-08-25
fix handling multiple extern vars with the same name
Andrew Kelley
2018-08-23
Default to strict IEEE floating point
Marc Tiehuis
2018-08-22
fix incorrectly generating an unused const fn global
Andrew Kelley
2018-08-04
Merge branch 'master' into llvm7
Andrew Kelley
2018-08-02
src/codegen.cpp: @handle(): replace hacky ref chain with llvm intrinsic;
kristopher tate
2018-08-02
src/codegen.cpp: return promise instead of null promise;
kristopher tate
2018-08-02
src/codegen.cpp: reassert that there are no generated errors in codegen;
kristopher tate
2018-08-02
src/codegen.cpp: remove `add_node_error` from `ir_render_handle`;
kristopher tate
2018-08-02
src/codegen.cpp: add/throw error for @handle() in a non async context;
kristopher tate
2018-08-02
src/codegen.cpp: return null if calling convention is not async;
kristopher tate
2018-08-02
src/codegen.cpp: base handle builtin on `@frameAddress()`;
kristopher tate
2018-07-24
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-07-19
prevent non-export symbols from clobbering builtins
Andrew Kelley
2018-07-18
Allow pointers to anything in extern/exported declarations (#1258)
Jimmi Holst Christensen
2018-07-16
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-07-16
codegen: remove unused variable
Andrew Kelley
2018-07-16
all integer sizes are available as primitives
Andrew Kelley
2018-07-14
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-07-14
codegen: Store returned value if type is 'handle_is_ptr' and function is not ...
Eduardo Sánchez Muñoz
2018-07-13
allow == for comparing optional pointers
Andrew Kelley
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
[prev]
[next]