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
Age
Commit message (
Expand
)
Author
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-25
fix regressions
Andrew Kelley
2018-08-25
fix stack traces on linux
Andrew Kelley
2018-08-24
Fix builtin alignment type
Marc Tiehuis
2018-08-23
fix error message for incorrect panic handler fn signature
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-22
fixup for previous commit
Andrew Kelley
2018-08-22
allow implicit cast from *[N]T to ?[*]T (#1398)
Raul Leal
2018-08-21
Revert "Merge branch 'mtn-translate-c-enum-vals'"
Andrew Kelley
2018-08-20
src/translate_c.cpp: correctly bridge llvm::APSInt with Zig BigInt;
kristopher tate
2018-08-20
translate-c: Correctly translate enum init values, addressing #1360
Michael Noronha
2018-08-20
Revert "translate-c: Correctly translate enum init values, addressing #1360 (...
Andrew Kelley
2018-08-20
translate-c: Correctly translate enum init values, addressing #1360 (#1377)
Michael Noronha
2018-08-07
Fix ir_analyze_instruction_atomic_rmw (#1351)
Wink Saville
2018-08-05
translate-c: fix for loops with var init and empty body
Andrew Kelley
2018-08-05
translate-c: fix do while with empty body
Andrew Kelley
2018-08-05
translate-c: handle for loop with empty body
Andrew Kelley
2018-08-05
translate-c: fix while loop with no body
Andrew Kelley
2018-08-03
fix tagged union initialization with a runtime void
Andrew Kelley
2018-08-03
better support for `_` identifier
kristopher tate
2018-08-02
pull request fixups
Andrew Kelley
2018-08-02
src/parser.cpp: fix typo from rebase;
kristopher tate
2018-08-02
src/parser.cpp: remove promise_symbol from suspend;
kristopher tate
2018-08-02
src/ir.cpp: remove promise_symbol from suspend;
kristopher tate
2018-08-02
src/ast_render.cpp: remove promise_symbol from suspend;
kristopher tate
2018-08-02
src/all_types.hpp: remove promise_symbol from suspend;
kristopher tate
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/ir.cpp: don't allow `@handle()` outside of a function;
kristopher tate
2018-08-02
src/ir.cpp: return promise->T instead of promise;
kristopher tate
2018-08-02
src/ir.cpp: add/throw error for @handle() in a non async context;
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/ir_print.cpp: support `@handle()`;
kristopher tate
2018-08-02
src/codegen.cpp: base handle builtin on `@frameAddress()`;
kristopher tate
2018-08-02
src/ir.cpp: wire-up IR for handle builtin;
kristopher tate
2018-08-02
src/all_types.hpp: add enums for Handle Builtin;
kristopher tate
2018-07-30
await sets suspend bit; return clears suspend bit
Andrew Kelley
2018-07-29
fix cancel and await semantics
Andrew Kelley
2018-07-28
canceling an await also cancels things awaiting it
Andrew Kelley
2018-07-28
await cancels the await target when it is canceled
Andrew Kelley
2018-07-28
await checks the cancel bit
Andrew Kelley
2018-07-28
suspend cancels awaiter when it gets canceled
Andrew Kelley
2018-07-28
cancel detects suspend bit
Andrew Kelley
2018-07-28
cancel detects if the target handle has already returned
Andrew Kelley
2018-07-27
detect double await
Andrew Kelley
[next]