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-07-07
Sema: improve slice source locations
Veikka Tuominen
2022-07-07
Module: add `.node_offset_un_op`
Veikka Tuominen
2022-06-30
Sema: improve auto generated union enum name
Veikka Tuominen
2022-06-27
Sema: honor the --test-filter flag
Andrew Kelley
2022-06-11
stage2: improve debugging tools
Veikka Tuominen
2022-06-09
stage2: use std.debug.Trace only when explicitly enabled
Andrew Kelley
2022-06-09
std.debug.Trace: improve API
Andrew Kelley
2022-06-09
introduce std.debug.Trace
Andrew Kelley
2022-06-06
stage2: use correct type (u29) for alignment
Veikka Tuominen
2022-05-30
stage2: add missing data to ZIR encoding of functions
Andrew Kelley
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
2022-05-25
Sema: generic function instantiations inherit branch quota
Andrew Kelley
2022-05-24
stage2: string literal interning
Andrew Kelley
2022-05-16
Sema: do not call `returnError` when returning payload of error union
Veikka Tuominen
2022-05-16
stage2: implement error return traces
Veikka Tuominen
2022-05-06
flatten lib/std/special and improve "pkg inside another" logic
Andrew Kelley
2022-05-06
stage2: fix std lib tests always filtering out all tests
Andrew Kelley
2022-05-04
stage2: implement global assembly
Andrew Kelley
2022-04-30
Zir: turn extended func into func_extended
Veikka Tuominen
2022-04-22
Revert "Fix C include files not being in `whole` cache (#11365)"
Andrew Kelley
2022-04-22
Fix C include files not being in `whole` cache (#11365)
Tom Read Cutting
2022-04-20
stage2: use indexes for Decl objects
Andrew Kelley
2022-04-18
stage2: fix building stage3 in release mode
Andrew Kelley
2022-04-14
stage2: progress towards stage3
Andrew Kelley
2022-04-14
Sema: fix generic instantiation false negatives
Andrew Kelley
2022-04-02
stage2: more resilient error handling
Andrew Kelley
2022-04-01
stage2: hook up Sema to the progress bar
Andrew Kelley
2022-03-30
Sema: fix usingnamespace decl Value in wrong arena
Andrew Kelley
2022-03-30
Sema: enhance is_non_err to be comptime more often
Andrew Kelley
2022-03-28
stage2: LLVM: (WIP) add union fields debug info
John Schmidt
2022-03-27
`Namespace.decls` use context to save memory
jagt
2022-03-26
stage2: resolve types more lazily
Andrew Kelley
2022-03-23
stage2: fix some generics issues
Andrew Kelley
2022-03-23
Sema: introduce a type resolution queue
Andrew Kelley
2022-03-22
Sema: introduce a mechanism in Value to resolve types
Andrew Kelley
2022-03-22
stage2: lazy `@alignOf`
Andrew Kelley
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
[next]