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
2022-03-20
stage2: remove Value.Tag.abi_align_default
Andrew Kelley
2022-03-16
stage2: fully resolve fn types after analyzing its body
Andrew Kelley
2022-03-14
stage2: fixups for topolarity-comptime-memory-reinterp branch
Andrew Kelley
2022-03-14
stage2: Add hasWellDefinedLayout() to type.zig and Sema.zig
Cody Tapscott
2022-03-15
stage2: add debug info for globals in the LLVM backend
William Sengir
2022-03-14
stage2: rework Value storage of structs and arrays
Andrew Kelley
2022-03-11
Sema: fix inline/comptime function calls with inferred errors
Andrew Kelley
2022-03-11
Sema: fix resolution of inferred error sets
Andrew Kelley
2022-03-10
stage2: error_set_merged type equality
Mitchell Hashimoto
2022-03-09
Sema: fix crash with `@sizeOf` on unions
Andrew Kelley
2022-03-09
Sema: handle noreturn result in condbr_inline
Veikka Tuominen
2022-03-08
Sema: implement comptime struct fields
Andrew Kelley
2022-03-08
deprecated TypeInfo in favor of Type
Jonathan Marler
2022-03-08
dwarf: move all dwarf into standalone module
Jakub Konka
2022-03-07
stage2: fix union layout returning non-zero for zero-sized tag
Andrew Kelley
2022-03-03
LLVM: fix lowering of unions and switches
Andrew Kelley
2022-03-02
stage2: implement `@extern`
Veikka Tuominen
2022-02-28
Sema: complete the Type.hash function
Andrew Kelley
2022-02-27
Sema: resolve necessary information ahead of time
Andrew Kelley
2022-02-27
stage2: use stage1 test runner for stage2
Veikka Tuominen
2022-02-26
stage2: implement `@unionInit`
Andrew Kelley
2022-02-26
Sema: Module.Union.abiAlignment can return 0
Andrew Kelley
2022-02-26
stage2: various fixes to get one test passing
Veikka Tuominen
2022-02-23
stage2: integer-backed packed structs
Andrew Kelley
2022-02-23
wasm-linker: Implement `updateDeclExports`
Luuk de Gram
2022-02-18
stage2: eliminate ZIR arg instruction references to ZIR
Andrew Kelley
2022-02-18
Merge pull request #10913 from Vexu/err
Veikka Tuominen
2022-02-17
parser: add notes to decl_between_fields error
Veikka Tuominen
2022-02-17
stage2: fix crash using -femit-bin
Andrew Kelley
2022-02-17
parser: make some errors point to end of previous token
Veikka Tuominen
2022-02-13
Merge pull request #10879 from Vexu/err
Andrew Kelley
2022-02-13
stage2: add decltests
Jacob G-W
2022-02-13
parser: make missing semicolon error point to the end of the previous token
Veikka Tuominen
2022-02-09
Sema: handle inferred error set tail call
Andrew Kelley
2022-02-07
Merge pull request #10803 from ziglang/decl-has-lib-name
Andrew Kelley
2022-02-06
stage2: handle extern lib name annotation for vars
Jakub Konka
2022-02-06
stage2: add new Decl subtype, ExternFn
Jakub Konka
2022-02-05
stage2: add support for Nvptx target
gwenzek
2022-01-31
astgen: clean up source line calculation and management
Jakub Konka
2022-01-26
stage2: fix crash on file-level struct field source locations
Andrew Kelley
2022-01-24
stage2: rework a lot of stuff
Andrew Kelley
2022-01-24
stage2: type system treats fn ptr and body separately
Andrew Kelley
2022-01-21
fix incorrect zir offset loading in sema
Loris Cro
2022-01-21
astgen saves decl doc comments in zir
Loris Cro
2022-01-20
Sema: fix requiresComptime infinite recursion
Andrew Kelley
2022-01-17
Sema: fix comptime break semantics
Andrew Kelley
2022-01-15
stage2: fix Decl garbage collection not marking enough
Andrew Kelley
2022-01-08
stage2: implement @src
Robin Voetter
2022-01-07
Increment `runtime_param_index` for zero sized parameters
Jimmi Holst Christensen
2022-01-07
Add two more resolution status' to Struct and Union
Jimmi Holst Christensen
[next]