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
/
Module.zig
Age
Commit message (
Expand
)
Author
2020-11-19
Add builtin.Signedness, use it instead of is_signed
Tadeo Kondrak
2020-10-30
stage2: switch comptime execution
Vexu
2020-10-30
stage2: redesign switchbr
Vexu
2020-10-30
stage2: dump generated zir with --verbose-ir
Vexu
2020-10-30
stage2: switch emit zir
Vexu
2020-10-30
stage2: support imports inside packages
Vexu
2020-10-30
stage2: detect import outside file path
Vexu
2020-10-17
Merge pull request #6291 from pixelherodev/cbe_arithmetic
Andrew Kelley
2020-10-07
Fix improper reuse of global symbols in MachO
Jakub Konka
2020-10-07
Rename variables in resolvePeerTypes for clarity
Noam Preil
2020-10-07
Fix peer type resolution
Noam Preil
2020-10-06
Peer type resolution: comptime_int decay to other int
Noam Preil
2020-10-06
Stage2 peer type resolution: comptime_int + other_int_type
Noam Preil
2020-09-30
stage2: use directory handles for imports
Vexu
2020-09-30
stage2: detect changes in imported files
Vexu
2020-09-30
stage2: very basic imports
Vexu
2020-09-30
stage2: add import builtin stub
Vexu
2020-09-28
store stage1 flags in a trailing byte in the hash id symlink
Andrew Kelley
2020-09-28
stage2: building mingw-w64 and COFF LDD linking
Andrew Kelley
2020-09-21
rename src-self-hosted/ to src/
Andrew Kelley