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-24
Fix error references across inline and comptime functions
Martin Wickham
2021-09-24
Spelling corrections (#9833)
Josh Soref
2021-09-23
stage2: LLVM backend: improved naming and exporting
Andrew Kelley
2021-09-23
Stage2: Implement comptime closures and the This builtin (#9823)
Martin Wickham
2021-09-22
stage2: remove 2 assertions that were too aggressive
Andrew Kelley
2021-09-21
stage2: progress towards ability to compile compiler-rt
Andrew Kelley
2021-09-21
stage2: free Sema's arena after generating machine code
Andrew Kelley
2021-09-21
Merge pull request #9652 from g-w1/p9d
Veikka Tuominen
2021-09-20
stage2: implement cImport
Veikka Tuominen
2021-09-20
Address Spaces: Yeet address space on function prototypes
Robin Voetter
2021-09-20
Address Spaces: basic system to check for validity.
Robin Voetter
2021-09-20
Address Spaces: Implement in LLVM codegen
Robin Voetter
2021-09-20
Address Spaces: Default align, linksection & addrspace for anon decls
Robin Voetter
2021-09-20
Address Spaces: decl_ref, *?T => *T, and *(E!T) -> *T
Robin Voetter
2021-09-20
Address Spaces: Sema basics
Robin Voetter
2021-09-19
Update all ensureCapacity calls to the relevant non-deprecated version
Ryan Liptak
2021-09-18
plan9: emit line debug info in codegen
Jacob G-W
2021-09-16
stage2: implement `@setAlignStack` and 128-bit cmpxchg
Andrew Kelley
2021-09-16
stage2 Module: fix for 32 bit
Žiga Željko
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
[next]