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
2020-08-18
stage2/wasm: only free types after func overwrite
Isaac Freund
2020-08-18
stage2/wasm: write exports on flush, cleanup
Isaac Freund
2020-08-18
stage2/wasm: implement trivial codegen
Isaac Freund
2020-08-18
stage2/wasm: implement basic container generation
Isaac Freund
2020-08-18
Merge pull request #6060 from Vexu/stage2
Veikka Tuominen
2020-08-17
Merge pull request #6046 from heidezomp/std-log-scoped-part2
Andrew Kelley
2020-08-17
address review feedback
Vexu
2020-08-17
Move Mach-O to link/MachO.zig submodule
Jakub Konka
2020-08-17
Add skeleton for MachO support in stage2
Jakub Konka
2020-08-17
stage2: astgen for if and while with error unions
Vexu
2020-08-17
stage2: astgen for if and while with optionals
Vexu
2020-08-17
stage2: fix optimization causing wrong optional child types
Vexu
2020-08-17
stage2: astgen for ptr types and address of
Vexu
2020-08-17
Merge pull request #6048 from pixelherodev/cleanup
Andrew Kelley
2020-08-17
stage2: fix signed <-> unsigned Value casts
Isaac Freund
2020-08-16
Astgen: further cleanup
Noam Preil
2020-08-16
Module: panic when encountering unimplemented node
Noam Preil
2020-08-16
CBE: minor doc change
Noam Preil
2020-08-16
astgen: minor cleanup
Noam Preil
2020-08-15
stage2: implement zig version
Andrew Kelley
2020-08-15
stage2: codegen for labeled blocks
Andrew Kelley
2020-08-15
stage2: astgen for labeled blocks and labeled breaks
Andrew Kelley
2020-08-14
stage2: populate some of the astgen switch possibilities
Andrew Kelley
2020-08-14
stage2 astgen for LabeledBlock
Andrew Kelley
2020-08-14
std.zig.ast: extract out Node.LabeledBlock from Node.Block
Andrew Kelley
2020-08-14
stage2: proper semantic analysis of improper returning of implicit void
Andrew Kelley
2020-08-14
stage2: astgen for non-labeled blocks
Andrew Kelley
2020-08-13
stage2: implement while loops (bool condition)
Andrew Kelley
2020-08-13
stage2: zir_sema for loops
Andrew Kelley
2020-08-14
Merge pull request #6045 from Vexu/block
Veikka Tuominen
2020-08-13
stage2: implement safety checks at the zir_sema level
Andrew Kelley
2020-08-13
translate-c: add return if one is needed
Vexu
2020-08-13
update std and src-self-hosted for std.log breaking change
heidezomp
2020-08-13
stage2: split unwrap_optional to safe and unsafe verions
Vexu
2020-08-13
stage2: implement unwrap optional
Vexu
2020-08-13
stage2: gen optional types
Vexu
2020-08-13
stage2: add optional types
Vexu
2020-08-13
translate-c: ensure generated labels are unique
Vexu
2020-08-12
stage2: anyerror -> explicit error set
Andrew Kelley
2020-08-12
CBE: renderValue pays attention to Type, not Tag
Noam Preil
2020-08-12
CBE: fix handling of IR dependencies
Noam Preil
2020-08-12
CBE: Sorta working intcasts?
Noam Preil
2020-08-12
CBE: support unreachable on GCC
Noam Preil
2020-08-12
CBE: working parameters
Noam Preil
2020-08-12
Tests: print generated C on test failure
Noam Preil
2020-08-12
CBE: Use zig_noreturn instead of noreturn to avoid namespace conflict
Noam Preil
2020-08-12
CBE: improve noreturn definition, support noreturn on MSVC
Noam Preil
2020-08-12
stage2: astgen for while loops
Andrew Kelley
2020-08-13
add error for unused/duplicate block labels
Vexu
2020-08-11
stage2: basic support for parameters .debug_info
Andrew Kelley
[next]