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-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
2023-06-23
sema.addConstant: remove type parameter
Andrew Kelley
2023-06-20
Type: delete legacy allocation functions
Jacob Young
2023-06-19
Merge pull request #16046 from BratishkaErik/issue-6128
Andrew Kelley
2023-06-19
Module: add support for multiple global asm blocks per decl
Jacob Young
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-17
mem: rename align*Generic to mem.align*
Motiejus Jakštys
2023-06-15
Sema: fix @intToPtr of zero value to optional pointer
mlugg
2023-06-13
Sema: rewrite peer type resolution
mlugg
2023-06-13
Fix bad source locations in switch capture errors
mlugg
2023-06-13
Eliminate switch_capture and switch_capture_ref ZIR tags
mlugg
2023-06-11
InternPool: avoid as many slices pointing to `string_bytes` as possible
Jacob Young
2023-06-10
stage2: pass most test cases under InternPool
mlugg
2023-06-10
InternPool: fix yet more key lifetime issues
Jacob Young
2023-06-10
InternPool: avoid aggregate null bytes storage
mlugg
2023-06-10
Sema: rewrite `monomorphed_funcs` usage
Jacob Young
2023-06-10
Module: fix populateTestFunctions UAF
Andrew Kelley
2023-06-10
compiler: avoid use of undefined memory
Andrew Kelley
2023-06-10
compiler: eliminate Decl.value_arena and Sema.perm_arena
Andrew Kelley
2023-06-10
Sema: intern values of mutable decls after analysis
mlugg
2023-06-10
Allocate capture scopes in gpa instead of Decl.value_arena
mlugg
2023-06-10
InternPool: remove memoized_decl
Andrew Kelley
2023-06-10
InternPool: improve hashing performance
Andrew Kelley
2023-06-10
InternPool: pass by const pointer
Andrew Kelley
2023-06-10
Module: add allowzero canonicalization to pointer types
Jacob Young
2023-06-10
cbe: fix InternPool regressions
Jacob Young
2023-06-10
InternPool: fix various pointer issues
Jacob Young
2023-06-10
behavior: fix more compiler crashes
Jacob Young
2023-06-10
behavior: additional llvm fixes
Jacob Young
2023-06-10
Module: move memoized data to the intern pool
Jacob Young
2023-06-10
behavior: get more test cases passing with llvm
Jacob Young
2023-06-10
compiler: fix populateTestFunctions InternPool usage
Andrew Kelley
2023-06-10
InternPool: fix build-exe and compiler-rt crashes
Jacob Young
2023-06-10
Module: rename functions to make ownership checks explicit
Jacob Young
2023-06-10
TypedValue: implement more prints
Jacob Young
[prev]
[next]