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-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
2020-05-16
Merge pull request #5032 from LakeByTheWoods/redo_translate_c
Vexu
2020-05-16
translate-c use tagName for token id
Vexu
2020-05-16
fix building translate-c
Vexu
2020-05-16
Merge remote-tracking branch 'origin/master' into self-hosted-incremental-com...
Andrew Kelley
2020-05-15
stage2 zir tests passing
Andrew Kelley
2020-05-15
move Module to its own file
Andrew Kelley
2020-05-15
ZIR: emit proper string literals
Andrew Kelley
2020-05-15
fix memory leaks of one of the ZIR test cases
Andrew Kelley
2020-05-15
self-hosted: update main.zig
Andrew Kelley
2020-05-15
fix the global offset table code and updating decl exports
Andrew Kelley
2020-05-14
fix codegen of sentinel-terminated arrays and .got alignment
Andrew Kelley
2020-05-14
self-hosted: fix codegen and resolve some analysis bugs
Andrew Kelley
2020-05-13
work around stage1 compiler bug
Andrew Kelley
2020-05-13
self-hosted: fix the rest of the compile errors
Andrew Kelley
2020-05-13
self-hosted: fix compile errors, except for codegen.zig
Andrew Kelley
2020-05-13
translate-c remove error set from `checkForBuiltinTypedef`
Vexu
2020-05-12
self-hosted: ir: implement separated analysis of Decl and Fn
Andrew Kelley
2020-05-12
self-hosted: link: global offset table support for decls
Andrew Kelley
2020-05-12
self-hosted: rework the memory layout of ir.Module and related types
Andrew Kelley
2020-05-10
rework self-hosted compiler for incremental builds
Andrew Kelley
2020-05-08
Merge pull request #4932 from Qix-/fix-private-access
Vexu
2020-05-08
fix more private member access
Vexu
2020-05-07
Merge pull request #5268 from tadeokondrak/remove-callconv-redundant-syntax
Andrew Kelley
2020-05-06
Merge pull request #5257 from matt1795/scoped-typedef
Vexu
2020-05-06
translate-c: small patch to fix bultin type detection
Vexu
2020-05-05
checkForBuiltinTypedef now returns a string
Matthew Knight
2020-05-05
zig fmt
Tadeo Kondrak
2020-05-05
remove nakedcc/stdcallcc/async fn/extern fn fnproto
Tadeo Kondrak
2020-05-04
moved duplicated code to common functions
Matthew Knight
2020-05-04
os.zig: add ETIMEDOUT error case to read function
Jonathan Marler
2020-05-02
added scoped typedef to translate-c
Matthew Knight
2020-05-02
remove last use of share_with_child_process
Andrew Kelley
2020-05-01
back to stage2 tests passing
Andrew Kelley
2020-05-01
rework std.math.big.Int
Andrew Kelley
2020-05-01
add ZIR transform test case
Andrew Kelley
2020-05-01
zir: add breakpoint() instruction and object file ability
Andrew Kelley
2020-05-01
link: introduce the concept of output mode and link mode
Andrew Kelley
[next]