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
2021-09-14
stage2: implement cmpxchg and improve comptime eval
Andrew Kelley
2021-09-01
rename std.zig.ast to std.zig.Ast; use top-level fields
Andrew Kelley
2021-09-01
stage2: first pass at implementing usingnamespace
Andrew Kelley
2021-08-28
AstGen: pre-scan all decls in a namespace
Andrew Kelley
2021-08-21
stage2: comptime function with the same args is memoized
Andrew Kelley
2021-08-21
stage2: fix wrong value for Decl owns_tv
Andrew Kelley
2021-08-20
stage2: field type expressions support referencing locals
Andrew Kelley
2021-08-12
Merge pull request #9166 from joachimschmidt557/stage2
Andrew Kelley
2021-08-06
stage2: get rid of "unable to monomorphize function" error
Andrew Kelley
2021-08-06
stage2: fix generics with non-comptime anytype parameters
Andrew Kelley
2021-08-05
stage2: more debuggable panics
Andrew Kelley
2021-08-05
stage2: return type expressions of generic functions
Andrew Kelley
2021-08-05
stage2: implement generic function memoization
Andrew Kelley
2021-08-04
stage2 generics improvements: anytype and param type exprs
Andrew Kelley
2021-08-04
stage2 Sema: Resolve LazySrcLocs for bitwise and arithmetic exprs
joachimschmidt557
2021-08-03
stage2: basic generic functions are working
Andrew Kelley
2021-08-03
stage2: rework runtime, comptime, inline function calls
Andrew Kelley
2021-08-02
stage2: update ZIR for generic functions
Andrew Kelley
2021-08-01
stage2: implement `@truncate`
Andrew Kelley
2021-07-30
stage2: fix hashing and comparison design flaw with Value
Andrew Kelley
2021-07-29
stage2: garbage collect unused anon decls
Andrew Kelley
2021-07-29
stage2: more principled approach to comptime references
Andrew Kelley
2021-07-27
stage2: add deinit for test_functions
Andrew Kelley
2021-07-27
stage2: `zig test` now works with the LLVM backend
Andrew Kelley
2021-07-26
stage2: improvements towards `zig test`
Andrew Kelley
2021-07-23
stage2: improvements towards `zig test`
Andrew Kelley
2021-07-20
stage2: separate work queue item for functions than decls
Andrew Kelley
2021-07-20
Sema: reimplement runtime switch
Andrew Kelley
2021-07-20
stage2: codegen.zig updated to new AIR memory layout
Andrew Kelley
2021-07-20
stage2: first pass at printing AIR/Liveness to text
Andrew Kelley
2021-07-20
Sema: AIR memory layout reworking for noreturn instructions
Andrew Kelley
2021-07-20
Sema: remove br_block_flat AIR instruction
Andrew Kelley
2021-07-20
Sema: more AIR memory layout reworking progress
Andrew Kelley
2021-07-20
Sema: add a strategy for handling costly source locations
Andrew Kelley
2021-07-20
Sema: first pass reworking for AIR memory layout
Andrew Kelley
2021-07-20
stage2: compile error fixes for AIR memory layout branch
Andrew Kelley
2021-07-20
stage2: Air and Liveness are passed ephemerally
Andrew Kelley
2021-07-20
stage2: first pass over Module.zig for AIR memory layout
Andrew Kelley
2021-07-20
stage2: update Liveness, SPIR-V for new AIR memory layout
Andrew Kelley
2021-07-20
stage2: rework AIR memory layout
Andrew Kelley
2021-07-08
plan9 linker: make runnable binaries
Jacob G-W
2021-07-08
initial plan9 boilerplate
jacob gw
2021-07-07
stage2: basic inferred error set support
Andrew Kelley
2021-07-07
stage2: implement `@panic` and beginnigs of inferred error sets
Andrew Kelley
2021-07-03
stage2: add the zig version to AstGen cache hash
Andrew Kelley
2021-07-02
stage2: improve AstGen FileNotFound error message
Andrew Kelley
2021-07-02
tokenizer: clean up invalid token error
Andrew Kelley
2021-07-02
stage2: improve compile errors from tokenizer
Andrew Kelley
2021-07-02
stage2: print valid filename in error messages
J.C. Moyer
2021-06-27
Revert "Include package root dir in stage2 error messages"
Andrew Kelley
[next]