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-06-15
[Stage2/Testing] Print name of failed test
Noam Preil
2020-06-15
[Stage2/Testing] ZIR tests for expected errors
Noam Preil
2020-06-08
stage2: add passing test for compile error in unreferenced cycle
Andrew Kelley
2020-06-08
self-hosted: remove deleted Decls from failed_decls
Andrew Kelley
2020-06-08
stage2: fix not re-loading source file for updates after errors
Andrew Kelley
2020-06-08
stage2: -femit-zir respects decl names and supports cycles
Andrew Kelley
2020-06-08
[Stage2/x86] Fix 8-bit register order
Noam Preil
2020-06-04
translate-c: don't crash on complex switches
Vexu
2020-06-02
stage2: fix referencing decls which appear later in the file
Andrew Kelley
2020-05-29
[Stage2/Codegen] Extract REX
Noam Preil
2020-05-28
remove debug log statements
Andrew Kelley
2020-05-28
stage2: handle deletions and better dependency resolution
Andrew Kelley
2020-05-28
stage2: first pass at recursive dependency resolution
Andrew Kelley
2020-05-27
self-hosted: introduce a virtual address allocation scheme
Andrew Kelley
2020-05-27
translate-c: use correct scope in for loop condition
Vexu
2020-05-24
[Stage2/Codegen] Properly handle arch in genCall
Noam Preil
2020-05-24
run zig fmt on std lib
Andrew Kelley
2020-05-24
Merge pull request #5378 from ziglang/speed-up-stage2-parsing
Andrew Kelley
2020-05-23
translate-c: fix a use-after-free bug
Andrew Kelley
2020-05-23
translate-c: emit local typedefs
Andrew Kelley
2020-05-23
translate-c: fix regression in param name mangling
Andrew Kelley
2020-05-23
translate-c: fix regression in switch statement
Andrew Kelley
2020-05-23
translate-c: fix regression on array initialization
Andrew Kelley
2020-05-23
translate-c: fix decl statement regression
Andrew Kelley
2020-05-23
translate-c: fix regression in do-while loop
Andrew Kelley
2020-05-23
translate-c is building again, but I have 1 `@panic` in there
Andrew Kelley
2020-05-23
update translate-c to new AST API
Andrew Kelley
2020-05-22
[Stage2/Codegen] Typo fix
Noam Preil
2020-05-22
[Stage2/Codegen] Document x64 register enum layout
Noam Preil
2020-05-22
stage2 parser: token ids in their own array
Andrew Kelley
2020-05-21
more progress on updating translate-c
Andrew Kelley
2020-05-20
update translate-c to the new fn params AST node API
Andrew Kelley
2020-05-20
update translate-c for new Root and ContainerDecl AST
Andrew Kelley
2020-05-20
golly jeepers it's taking a long time to update translate-c
Andrew Kelley
2020-05-19
[Stage2/Codegen] Fix a typo
Noam Preil
2020-05-19
stage2: function calls using the global offset table
Andrew Kelley
2020-05-19
stage2: set up a trampoline table for functions
Andrew Kelley
2020-05-17
Merge pull request #5307 from ziglang/self-hosted-incremental-compilation
Andrew Kelley
2020-05-17
update ZIR compare output test to test incremental updates
Andrew Kelley
2020-05-17
move some files around
Andrew Kelley
2020-05-17
Document register functions
Noam Preil
2020-05-17
Remove trailing whitespace
Noam Preil
2020-05-17
Minor cleanup
Noam Preil
2020-05-17
Fix the dumb in x86 too
Noam Preil
2020-05-17
Fix a dumb (thanks daurminator!)
Noam Preil
2020-05-17
rework x64 genSetReg
Noam Preil
2020-05-16
fix source not being loaded when printing errors
Andrew Kelley
2020-05-16
self hosted repl: close executables between updates
Andrew Kelley
2020-05-16
self-hosted: remove `zig libc` command for now
Andrew Kelley
2020-05-16
cross compile the stage2 tests for the target that they work for
Andrew Kelley
[prev]
[next]