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
/
Sema.zig
Age
Commit message (
Expand
)
Author
2025-07-29
Sema: remove dead logic
mlugg
2025-07-29
Sema: fix comptime-known union initialization with OPV field
mlugg
2025-07-29
Sema: remove redundant comptime-known initializer tracking
mlugg
2025-07-26
Sema: exclude sentinel from source array length in pointer cast to slice
mlugg
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-07-21
Sema: fix missed block OPV
Andrew Kelley
2025-07-21
Sema: fix missed error union OPV
Andrew Kelley
2025-07-21
Sema: fix missed union access OPV
Andrew Kelley
2025-07-21
Sema: fix missed union init OPV
Andrew Kelley
2025-07-21
Sema: fix missed slice access OPV
Andrew Kelley
2025-07-21
Sema: fix missed pointer access OPV
Andrew Kelley
2025-07-16
inline assembly: use types
Andrew Kelley
2025-07-14
Sema: Fix invalid AIR generation for switch loop with comptime discarded tag
Justus Klausecker
2025-07-13
LLVM backend: fixes
Andrew Kelley
2025-07-13
Do not store StackTrace type
Ali Cheraghi
2025-07-13
LLVM: Move pt field from Object to NavGen
antlilja
2025-07-07
Sema: fix unintentional extra `@compileLog` newline
Andrew Kelley
2025-07-07
std.fmt: fully remove format string from format methods
Andrew Kelley
2025-07-07
std.fmt.format: use {t} for tag name rather than {s}
Andrew Kelley
2025-07-07
compiler: update a bunch of format strings
Andrew Kelley
2025-07-07
compiler: upgrade various std.io API usage
Andrew Kelley
2025-07-07
std.io.Writer.Allocating: rename interface to writer
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-07
remove `usingnamespace` from the language
Andrew Kelley
2025-07-07
zig fmt
Andrew Kelley
2025-07-07
remove `async` and `await` keywords
Andrew Kelley
2025-07-06
Sema: Stop adding Windows implib link inputs for `extern "..."` syntax.
Alex Rønne Petersen
2025-06-29
Sema: detect one-possible-value types after function calls
Andrew Kelley
2025-06-29
Sema: correct OPV for optional empty error set
Andrew Kelley
2025-06-23
remove `spirv` cpu arch
Ali Cheraghi
2025-06-22
minor grammatical mistake
David Rubin
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-06-15
Sema: tiny refactor
mlugg
2025-06-15
compiler: fix `@intFromFloat` safety check
mlugg
2025-06-15
big.int: implement float conversions
Jacob Young
2025-06-13
Sema: add missing error and test for bool not on vector of ints
Andrew Kelley
2025-06-12
Merge pull request #24124 from mlugg/better-backend-pipeline-2
Andrew Kelley
2025-06-12
Allow more operators on bool vectors (#24131)
Daniel Kongsgaard
2025-06-12
compiler: improve progress output
mlugg
2025-06-12
Sema: fix union layout logic to match struct layout logic
Jacob Young
2025-06-12
x86_64: remove air references from mir
Jacob Young
2025-06-12
InternPool: store the Nav types are named after
mlugg
2025-06-12
compiler: minor refactors to ZCU linking
mlugg
2025-06-06
x86_64: add support for pie executables
Jacob Young
2025-06-06
Sema: fix invalid pure Air instruction with comptime-known operands
Jacob Young
2025-06-05
std.Target: Introduce Cpu convenience functions for feature tests.
Alex Rønne Petersen
2025-06-01
compiler: combine `@intCast` safety checks
mlugg
2025-06-01
compiler: implement better shuffle AIR
mlugg
2025-06-01
Legalize: replace `safety_checked_instructions`
mlugg
2025-05-31
Sema: remove `all_vector_instructions` logic
Jacob Young
[prev]
[next]