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
2024-03-14
compiler: add `func_ies` incremental dependencies
mlugg
2024-03-14
compiler: progress towards incremental
mlugg
2024-03-14
Zcu: handle updates to file root struct
mlugg
2024-03-11
std.builtin: make atomic order fields lowercase
Tristan Ross
2024-03-11
std.builtin: make global linkage fields lowercase
Tristan Ross
2024-03-11
std.builtin: make float mode fields lowercase
Tristan Ross
2024-03-11
std.builtin: make container layout fields lowercase
Tristan Ross
2024-03-09
Sema: perform codegen for anon decl created by `@extern`
mlugg
2024-03-08
Sema: reset block error return trace index between cases
mlugg
2024-03-06
Package.Module: deduplicate identical builtin modules
mlugg
2024-03-06
Sema: do not destroy enum type if field analysis fails
mlugg
2024-03-06
Fix incorrectly resolved merge conflicts
mlugg
2024-03-06
compiler: treat decl_val/decl_ref of potentially generic decls as captures
mlugg
2024-03-06
compiler: namespace type equivalence based on AST node + captures
mlugg
2024-03-06
compiler: represent captures directly in InternPool
mlugg
2024-03-06
InternPool: create specialized functions for loading namespace types
mlugg
2024-03-06
compiler: change representation of closures
mlugg
2024-03-05
Sema: fix compiler crash `@ptrCast`ing optional slice
garrison hinson-hasty
2024-03-02
Air: replace `.dbg_inline_*` with `.dbg_inline_block`
Jacob Young
2024-03-02
Merge pull request #19117 from mlugg/dbg-var-blocks
Matthew Lugg
2024-03-01
compiler: audit debug mode checks
Jacob Young
2024-02-29
codegen: handle dbg_var scoping correctly after eliding more ZIR blocks
mlugg
2024-02-29
Sema: simplify and clarify analyzeBodyInner and wrapper functions
mlugg
2024-02-26
move Zir to std.zig.Zir
Andrew Kelley
2024-02-26
move Zcu.LazySrcLoc to std.zig.LazySrcLoc
Andrew Kelley
2024-02-27
Merge pull request #19062 from mlugg/dbg-var-blocks
Matthew Lugg
2024-02-26
Fix tuple default values
John Schmidt
2024-02-26
Check for inactive union field when calling fn at comptime
John Schmidt
2024-02-26
Merge pull request #18859 from schmee/switch-union-capture-align
Andrew Kelley
2024-02-26
Sema: fix compile error for switching on undefined union
John Schmidt
2024-02-26
Sema: evaluate generic instantiations in fn decls capture scope
John Schmidt
2024-02-26
compiler: decide dbg_var scoping based on AIR blocks
mlugg
2024-02-25
Merge pull request #19080 from jacobly0/llvm-per-mod-strip
Andrew Kelley
2024-02-25
Merge pull request #18906 from jacobly0/x86_64-tests
Andrew Kelley
2024-02-25
test: rework how filtering works
Jacob Young
2024-02-25
llvm: implement per-module stripping
Jacob Young
2024-02-25
Sema: implement vector coercions
Jacob Young
2024-02-21
Sema: fix peer type resolution for arrays of coercible elements
garrison hinson-hasty
2024-02-19
Sema: validate that runtime-known inferred alloc does not have comptime-only ...
mlugg
2024-02-16
Sema: improved source location for @panic operand coercion error
mlugg
2024-02-16
Sema: correct source location for return value coercion errors
mlugg
2024-02-16
Zir: make src_node of type declarations non-optional
mlugg
2024-02-16
AstGen: migrate `ty` result locations to `coerced_ty`
mlugg
2024-02-16
Sema: eliminate `src` field
mlugg
2024-02-16
InternPool: make more use of `NullTerminatedString.Slice`
Jacob Young
2024-02-12
Sema: add declared here notes in `fail`
Veikka Tuominen
2024-02-09
Sema: catch runtime stores to comptime variables through calls
Veikka Tuominen
2024-02-08
Improvements after code review
John Schmidt
2024-02-08
Preserve field alignment in union pointer captures
John Schmidt
2024-02-06
Make `@intFromEnum` an error for empty enums
David Rubin
[next]