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-01-19
SPIR-V: Linking and codegen setup
Robin Voetter
2021-01-19
Merge pull request #7818 from kubkon/macho-more-cleanup
Jakub Konka
2021-01-19
astgen: eliminate rlWrapPtr and all its callsites
Andrew Kelley
2021-01-18
stage2: rework ZIR/TZIR for optionals and error unions
Andrew Kelley
2021-01-18
macho: add missing DWARF line no update in codegen
Jakub Konka
2021-01-16
stage2: slight cleanup of Module by calling astgen functions
Andrew Kelley
2021-01-16
stage2: implement error notes and regress -femit-zir
Andrew Kelley
2021-01-13
stage2: lay the groundwork in prep for extern fn
Jakub Konka
2021-01-11
Merge branch 'Stage2 begin implementing container types'
Andrew Kelley
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2021-01-06
stage2: update to new ArrayListHashMap API
Andrew Kelley
2021-01-06
Merge pull request #7622 from tetsuo-cpp/array-hash-map-improvements
Andrew Kelley
2021-01-05
stage2: add compile log statement
g-w1
2021-01-05
stage2: C backend: re-implement emit-h
Andrew Kelley
2021-01-05
stage2: rework the C backend
Andrew Kelley
2021-01-06
std: Support equivalent ArrayList operations in ArrayHashMap
Alex Cameron
2021-01-04
stage2: improvements to `@setEvalBranchQuota`
Andrew Kelley
2021-01-04
stage2: implementation of `@setEvalBranchQuota`:
g-w1
2021-01-02
stage2: support recursive inline/comptime functions
Andrew Kelley
2021-01-02
stage2: fix handling compile error in inline fn call
Andrew Kelley
2021-01-02
stage2: re-use ZIR for comptime and inline calls
Andrew Kelley
2021-01-02
stage2: implement function call inlining in the frontend
Andrew Kelley
2021-01-02
stage2: comptime function calls
Andrew Kelley
2021-01-02
convert more {} to {d} and {s}
Andrew Kelley
2021-01-02
Fix more stray uses of {} for formatting strings
LemonBoy
2021-01-02
stage2: Use {s} instead of {} when formatting strings
LemonBoy
2020-12-31
stage2: compile error for invalid `var` type
Andrew Kelley
2020-12-31
stage2: inferred local variables
Andrew Kelley
2020-12-30
stage2: rework Value Payload layout
Andrew Kelley
2020-12-30
stage2: rework Type Payload layout
Andrew Kelley
2020-12-29
stage2: C backend improvements
Andrew Kelley
2020-12-28
stage2: add extern functions
Andrew Kelley
2020-12-28
Revert "stage2: add compile log statement (#7191)"
Andrew Kelley
2020-12-26
Merge pull request #7552 from Vexu/stage2-continue
Veikka Tuominen
2020-12-26
stage2: add compile log statement (#7191)
g-w1
2020-12-26
stage2: add error for unused labels
Veikka Tuominen
2020-12-26
stage2: break and continue out of loops
Veikka Tuominen
2020-12-04
stage2: introduce Module.failed_root_source_file
Andrew Kelley
2020-11-19
Add builtin.Signedness, use it instead of is_signed
Tadeo Kondrak
2020-11-18
stage2: handle opaque containers
Vexu
2020-11-17
stage2: initial container astgen
Vexu
2020-11-15
stage2: outline container types
Vexu
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
[next]