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-07-16
translate-c: support initializer list expr macros
Vexu
2020-07-16
stage2: change large switch → inline for loop
pfg
2020-07-15
stage2: local consts
Andrew Kelley
2020-07-15
stage2: breaking AST memory layout modifications
Andrew Kelley
2020-07-15
stage2: breaking AST memory layout modifications
Andrew Kelley
2020-07-15
stage2: extract AST=>ZIR code to separate file
Andrew Kelley
2020-07-15
stage2: VarDecl and FnProto take advantage of TrailerFlags API
Andrew Kelley
2020-07-14
stage2: implement enough for assert() function to codegen
Andrew Kelley
2020-07-13
stage2: fix liveness analysis of Call instructions
Andrew Kelley
2020-07-13
stage2: detect unreferenced non-volatile asm and NOT
Andrew Kelley
2020-07-13
stage2: add ZIR support for BoolNot
Andrew Kelley
2020-07-13
stage2 parser: split out PrefixOp into separate AST Nodes
Andrew Kelley
2020-07-13
stage2: Module: use StringHashMapUnmanaged
Andrew Kelley
2020-07-13
stage2: add retvoid support to CBE
Andrew Kelley
2020-07-13
stage2: add implicit return void where applicable
Andrew Kelley
2020-07-13
stage2: codegen: more branching support
Andrew Kelley
2020-07-13
stage2: implement function calling convention for calls
Andrew Kelley
2020-07-13
stage2: peer type resolution with noreturn
Andrew Kelley
2020-07-13
CBE: Code cleanup
Noam Preil
2020-07-13
CBE: Only generate `(void)` for calls whose return values are ignored
Noam Preil
2020-07-13
CBE: Use hasCodeGenBits instead of checking against void and noreturn
Noam Preil
2020-07-13
Get basic return test working
Noam Preil
2020-07-12
CBE: Make C an ObjectFormat instead of a special bool (#5849)
pixelherodev
2020-07-12
update compile error tests and some doc comments
Vexu
2020-07-11
use 'anytype' in translate-c
Vexu
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-07-08
Merge remote-tracking branch 'origin/master' into register-allocation
Andrew Kelley
2020-07-08
stage2: `if` AST=>ZIR
Andrew Kelley
2020-07-08
CBE: Don't expose openCFile, always close file after an update
Noam Preil
2020-07-08
CBE: Emit asm decls for now, but rename to make them valid
Noam Preil
2020-07-08
stage2: implement compare operator AST->ZIR
Andrew Kelley
2020-07-08
stage2 misc fixes
Andrew Kelley
2020-07-08
stage2: proper indenting when printing ZIR text
Andrew Kelley
2020-07-08
stage2: machine code for condbr jumps
Andrew Kelley
2020-07-08
CBE: Only try to use GNU attribute when __GNUC__is set
Noam Preil
2020-07-08
Stage2: facepalm.
Noam Preil
2020-07-07
CBE: Cleanup unimplementeds
Noam Preil
2020-07-07
CBE: Improve resource cleanup
Noam Preil
2020-07-07
CBE: truncate output file
Noam Preil
2020-07-07
CBE: Some cleanup
Noam Preil
2020-07-07
CBE: Move standards determination to generated code
Noam Preil
2020-07-07
CBE: Integrate into stage2 via --c-standard
Noam Preil
2020-07-07
CBE: working asm Inputs and Outputs; std{int,def}.h auto-inclusion
Noam Preil
2020-07-07
CBE: Working function call w/ no args or return value
Noam Preil
2020-07-07
Fix a dumb in tests
Noam Preil
2020-07-07
Working translation of empty function
Noam Preil
2020-07-07
CBE: Get test more useful
Noam Preil
2020-07-07
Detect unexpected compilation errors in tests
Noam Preil
2020-07-07
CBE skeleton
Noam Preil
2020-07-07
Stage2: Refactor in preparation for C backend
Noam Preil
[next]