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-03-06
stage2: implement var args
Veikka Tuominen
2021-03-06
stage2: astgen async
Veikka Tuominen
2021-03-03
stage2: remove error number from error set map
jacob gw
2021-02-28
stage2: remove value field from error
jacob gw
2021-02-25
improve stage2 to allow catch at comptime:
g-w1
2021-02-24
zig fmt src/
Andrew Kelley
2021-02-19
stage2: fix not setting up ZIR arg instruction correctly
Andrew Kelley
2021-02-19
stage2: remove incorrect newlines from log statements
Andrew Kelley
2021-02-19
stage2: AST: clean up parse errors
Andrew Kelley
2021-02-18
stage2: astgen: fix most of the remaining compile errors
Andrew Kelley
2021-02-17
stage2: fix a couple more compilation errors
Andrew Kelley
2021-02-17
stage2: fix some of the compilation errors in this branch
Andrew Kelley
2021-02-17
astgen: finish updating expressions to new mem layout
Andrew Kelley
2021-02-12
stage2: more progress towards Module/astgen building with new mem layout
Andrew Kelley
2021-02-11
Merge remote-tracking branch 'origin/master' into ast-memory-layout
Andrew Kelley
2021-02-11
stage2: start reworking Module/astgen for memory layout changes
Andrew Kelley
2021-02-10
stage2: switch from inline fn to callconv(.Inline)
Tadeo Kondrak
2021-02-09
require specifier for arrayish types
Jonathan Marler
2021-02-01
Merge pull request #7827 from Snektron/spirv-setup
Andrew Kelley
2021-02-01
stage2 cbe: implement switchbr
Veikka Tuominen
2021-01-31
stage2: delete astgen for switch expressions
Andrew Kelley
2021-01-31
astgen: rework labeled blocks
Andrew Kelley
2021-01-31
sema: after block gets peer type resolved, insert type coercions
Andrew Kelley
2021-01-31
stage2: rework astgen result locations
Andrew Kelley
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
[next]