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
juice
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
std.Io.Threaded-groups-2
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
2022-02-06
Merge pull request #10740 from ziglang/stage2-float-arithmetic
Andrew Kelley
2022-02-06
Sema: Fix memory leak
Luuk de Gram
2022-02-06
stage2: add more float arithmetic and f80 support
Andrew Kelley
2022-02-05
stage2: add support for Nvptx target
gwenzek
2022-02-03
Sema: fixes to fieldVal, resolveStructFully, Type.eql
Andrew Kelley
2022-02-04
Sema: check for NaNs in cmp (#10760)
Mateusz Radomski
2022-02-03
Sema: slice improvements
Andrew Kelley
2022-02-02
sema: do not pass libc or libc++ to the linker
Jakub Konka
2022-02-01
Sema: remove the data field from TypeInfo.Declaration
Andrew Kelley
2022-02-01
Sema: replace some initTag calls with constants
Andrew Kelley
2022-02-01
stage2: cmp_eq between untyped undefines values results in undef bool
Mitchell Hashimoto
2022-01-31
Sema: fix index type in AIR being u64 instead of usize
Andrew Kelley
2022-01-30
stage2: implement shl_exact and shr_exact
Andrew Kelley
2022-01-30
Sema: fix comptime shl for fixed-width integers
Andrew Kelley
2022-01-30
Merge branch 'fixcomptimesat'
Veikka Tuominen
2022-01-29
Sema: improved comptime `%` syntax
Andrew Kelley
2022-01-29
stage2: fix bug where performing wrapping or saturating arithmetic or saturat...
riverbl
2022-01-28
stage1: add f80 type
Veikka Tuominen
2022-01-26
Sema: implement struct init is_ref=true
Andrew Kelley
2022-01-25
Sema: coercion of pointers to C pointers
Andrew Kelley
2022-01-24
stage2: rework a lot of stuff
Andrew Kelley
2022-01-24
Sema: resolveBody takes a parameter for break blocks
Andrew Kelley
2022-01-24
stage2: type system treats fn ptr and body separately
Andrew Kelley
2022-01-21
add field doc comments to zir
Loris Cro
2022-01-20
stage2: fix compilation on 32 bit targets
Andrew Kelley
2022-01-20
Sema: storePtr optimization for tuples
Andrew Kelley
2022-01-20
stage2: implement tuples
Andrew Kelley
2022-01-18
Merge pull request #10624 from ziglang/prefetch
Andrew Kelley
2022-01-18
Sema: implement declarations for `@typeInfo`
Andrew Kelley
2022-01-18
stage2: implement `@prefetch`
Andrew Kelley
2022-01-18
Revert "stage2: implement `@prefetch`"
Andrew Kelley
2022-01-17
Sema: implement else capture value
Andrew Kelley
2022-01-17
Sema: fix comptime break semantics
Andrew Kelley
2022-01-16
stage2: fix 32-bit build
Andrew Kelley
2022-01-15
Sema: populate the sentinel for comptime array inits
Andrew Kelley
2022-01-15
stage2: implement `@prefetch`
Andrew Kelley
2022-01-14
Sema: fix array_init with runtime element
Andrew Kelley
2022-01-13
stage2: detection of comptime array literals
Andrew Kelley
2022-01-13
Sema: comptime loads and stores for `elem_ptr`
Andrew Kelley
2022-01-13
stage2: fix build on 32-bit ISAs
Andrew Kelley
2022-01-12
stage2: implement `@ctz` and `@clz` including SIMD
Andrew Kelley
2022-01-08
Merge pull request #10542 from Hejsil/stage2-bit-offset-of
Andrew Kelley
2022-01-08
stage2: implement @src
Robin Voetter
2022-01-08
stage2: @errorName sema+llvm
Robin Voetter
2022-01-08
Implement bitOffsetOf
Jimmi Holst Christensen
2022-01-08
Implement offsetOf builtin function
Jimmi Holst Christensen
2022-01-07
Add two more resolution status' to Struct and Union
Jimmi Holst Christensen
2022-01-07
Shift right is a noop if rhs is comptime known to be zero
Jimmi Holst Christensen
2022-01-06
stage2: Implement validating switch on errors
Jimmi Holst Christensen
2022-01-06
Sema: const inferred alloc infers comptime-ness
Andrew Kelley
[next]