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
2023-10-20
Revert "make distinct error limit configurable"
Andrew Kelley
2023-10-16
make distinct error limit configurable
Veikka Tuominen
2023-10-08
finish hooking up new dependency tree logic
Andrew Kelley
2023-10-08
CLI: finish updating module API usage
Andrew Kelley
2023-10-08
get `zig fetch` working with the new system
Andrew Kelley
2023-10-03
compiler: start handling anonymous decls differently
Andrew Kelley
2023-10-02
sema: support reinterpreting extern/packed unions at comptime via field access
kcbanner
2023-09-26
Merge pull request #17215 from kcbanner/read_from_memory_union
Veikka Tuominen
2023-09-25
translate-c: convert clang errors messages into `std.zig.ErrorBundle`
Techatrix
2023-09-24
revert "compiler: packed structs cache bit offsets"
Andrew Kelley
2023-09-23
compiler: packed structs cache bit offsets
Andrew Kelley
2023-09-23
sema: rework the comptime representation of comptime unions
kcbanner
2023-09-23
sema: add support for unions in readFromMemory and writeToMemory
kcbanner
2023-09-21
compiler: fix compilation for 32-bit targets
Andrew Kelley
2023-09-21
compiler: make pointer type canonicalization always work
Andrew Kelley
2023-09-21
sema: delete dead code
Andrew Kelley
2023-09-21
compiler: move struct types into InternPool proper
Andrew Kelley
2023-09-15
compiler: rework capture scopes in-memory layout
Andrew Kelley
2023-08-30
Sema: cleanup `coerceExtra`
Jacob Young
2023-08-28
Sema: revert reference trace changes that are no longer needed
Jacob Young
2023-08-28
Sema: factor out `NeededComptimeReason` from comptime value resolution
Jacob Young
2023-08-28
Sema: implement reference trace with called from here notes
Jacob Young
2023-08-22
compiler: move unions into InternPool
Andrew Kelley
2023-08-17
InternPool: safer enum API
Andrew Kelley
2023-08-15
InternPool: preserve indices of builtin types when resolved
mlugg
2023-08-11
Sema: remove redundant addConstant functions
mlugg
2023-08-10
Sema: refactor generic calls to interleave argument analysis and parameter ty...
mlugg
2023-08-09
change uses of std.builtin.Mode to OptimizeMode (#16745)
Zachary Raineri
2023-08-09
Module: implement `span` for `.call_arg` of a `@call`
Jacob Young
2023-07-31
Sema: restrict what can appear in a naked function
Jacob Young
2023-07-19
llvm: finish converting `lowerValue`
Jacob Young
2023-07-18
Sema: fix fn_proto_param LazySrcLoc resolution
Andrew Kelley
2023-07-18
Sema: fix source location crash for function prototypes
Andrew Kelley
2023-07-18
Sema: fix crash: array_in_c_exported_function
Andrew Kelley
2023-07-18
compiler: fix branch regressions
Andrew Kelley
2023-07-18
Sema: resolve inferred error set with function state in_progress
Andrew Kelley
2023-07-18
InternPool: implement indexToKey for func_instance and func_decl
Andrew Kelley
2023-07-18
compiler: rework inferred error sets
Andrew Kelley
2023-07-18
compiler: begin untangling anonymous decls from source decls
Andrew Kelley
2023-07-18
rework generic function calls
Andrew Kelley
2023-07-18
cbe: fix pointers to aliases of extern values
Jacob Young
2023-07-03
std.math.big.int: better name for equal function
r00ster91
2023-06-30
Remerge pull request #15995 from mlugg/fix/union-field-ptr-align
Jacob Young
2023-06-30
Sema: copy pointer alignment to struct field pointers
mlugg
2023-06-29
Revert "Merge pull request #15995 from mlugg/fix/union-field-ptr-align"
Jacob Young
2023-06-25
Merge pull request #15995 from mlugg/fix/union-field-ptr-align
Andrew Kelley
2023-06-25
Sema: copy pointer alignment to struct field pointers
mlugg
2023-06-25
compiler: allow cast builtins to coerce result to error union or optional
mlugg
2023-06-25
compiler: start moving safety-checks into backends
Andrew Kelley
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
[next]