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-self-hosted
Age
Commit message (
Expand
)
Author
2019-09-10
Merge remote-tracking branch 'origin/master' into llvm9
Andrew Kelley
2019-09-03
changing occurrences of HashMap with []const u8 as keys for StringHashMap
Sahnvour
2019-08-16
Merge remote-tracking branch 'origin/master' into llvm9
Andrew Kelley
2019-08-16
implement new async syntax in self-hosted compiler
Vexu
2019-08-15
remove `cancel`
Andrew Kelley
2019-08-13
avoid the word "coroutine", they're "async functions"
Andrew Kelley
2019-07-19
remove coroutines implementation and promise type
Andrew Kelley
2019-07-17
update zig codebase to llvm 9
Andrew Kelley
2019-07-16
fixed size of ZigClangAPValue on mingw-w64
emekoi
2019-07-15
Merge branch 'translate-c-userland' of https://github.com/hryx/zig into hryx-...
Andrew Kelley
2019-07-05
zig fmt: fix whitespace
Andrew Kelley
2019-07-03
Merge branch 'function-sections' of https://github.com/timonkruiper/zig into ...
Andrew Kelley
2019-07-02
Added ZigLLVMCreateTargetMachine and pass function-sections flag
Timon Kruiper
2019-07-02
enable segfault stack traces in stage1 compiler
Andrew Kelley
2019-07-01
Added function-section functionality
Timon Kruiper
2019-06-29
Define different struct size for APValue on Windows (thanks @Sahnvour)
hryx
2019-06-28
Don't return a slice pointing to a deceased stack address
hryx
2019-06-28
Fix string literal: not null-terminated (thanks @mikdusan)
hryx
2019-06-27
Translate IntegralCast; add stage2 test coverage
hryx
2019-06-27
Use new width format option
hryx
2019-06-27
Merge branch 'master' into translate-c-userland
hryx
2019-06-27
Separate with space instead of LF to prevent rendering excessive indentation
hryx
2019-06-27
Create and render big.Int from IntegerLiteral; group BinaryOperator
hryx
2019-06-25
Merge pull request #2714 from ziglang/fmt-overhaul
Marc Tiehuis
2019-06-24
Escape C string literals
hryx
2019-06-23
transBinaryOperator: Add, Sub
hryx
2019-06-23
transStringLiteral
hryx
2019-06-23
Observe translate mode in stage2
hryx
2019-06-23
Merge branch 'master' into translate-c-userland
hryx
2019-06-23
Fix order of tokens; omit 'pub' for fn types
hryx
2019-06-22
Fix recursive self-referential block
hryx
2019-06-22
Translate assignment BinaryOperator statements
hryx
2019-06-22
Assign undefined literal (instead of null) when no init value
hryx
2019-06-22
heap: make one global instance of DirectAllocator
Sahnvour
2019-06-21
breaking: Add positional, precision and width support to std.fmt
Marc Tiehuis
2019-06-10
transReturnStmt
hryx
2019-06-09
(broken) local var decls, integer literals (part)
hryx
2019-06-10
std: existing LinkedList is actually a TailQueue
daurnimator
2019-06-09
different array literal syntax when inferring the size
Andrew Kelley
2019-06-08
Restore fn decls removed during conflict
hryx
2019-06-08
Merge branch 'master' into translate-c-userland
hryx
2019-06-08
(broken) translate Paren type
hryx
2019-06-08
transImplictCastExpr: LValueToRValue
hryx
2019-06-08
transCStyleCastExpr
hryx
2019-06-07
update the default macos version min to 10.14
Andrew Kelley
2019-05-30
dep tokenizer: run zig fmt and move exports to canonical location
Andrew Kelley
2019-05-30
Merge pull request #2182 from mikdusan/issue.2046
Andrew Kelley
2019-05-29
run zig fmt to update `use` to `usingnamespace`
Andrew Kelley
2019-05-29
Implement missing clang functions from last commit
hryx
2019-05-29
add review changes
Michael Dusan
[next]