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
getAppDataDir
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
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-05-02
Sema: coerce comptime_float to fixed-width float
Andrew Kelley
2022-05-01
stage2: fix comptime fixed-width float division
Andrew Kelley
2022-04-29
Sema: Fix many-pointer array concatenation at comptime (#11512)
sin-ack
2022-04-30
Zir: turn extended func into func_extended
Veikka Tuominen
2022-04-30
Zir: move more common instructions out of extended
Veikka Tuominen
2022-04-30
stage2: fix comptime unreachable
Veikka Tuominen
2022-04-28
Merge pull request #11541 from Vexu/stage2-slice-field-ptr
Veikka Tuominen
2022-04-28
Sema: fix slice field modification at comptime
Veikka Tuominen
2022-04-27
add new builtin function `@tan`
Andrew Kelley
2022-04-27
compiler-rt: math functions reorg
Andrew Kelley
2022-04-26
Merge pull request #11336 from wsengir/stage2-optimize-intcast
Andrew Kelley
2022-04-24
Sema: fix export with Internal linkage
Andrew Kelley
2022-04-22
Sema: combine signed->unsigned and shrinkage runtime checks in intCast
William Sengir
2022-04-20
stage2: use indexes for Decl objects
Andrew Kelley
2022-04-18
stage2: fix building stage3 in release mode
Andrew Kelley
2022-04-15
Merge pull request #11438 from Vexu/stage2-fixes
Andrew Kelley
2022-04-15
stage2 macho: workaround stage2 bugs
Veikka Tuominen
2022-04-15
Merge pull request #11242 from schmee/sema-handle-more-union-errors
Veikka Tuominen
2022-04-15
Sema: allow fieldType on optionals and error unions
Veikka Tuominen
2022-04-14
stage2: progress towards stage3
Andrew Kelley
2022-04-14
Sema: fix generic instantiation false negatives
Andrew Kelley
2022-04-12
Sema: fix struct init ref
Andrew Kelley
2022-04-12
Sema: fix comptime call with generic function as parameter
Andrew Kelley
2022-04-07
Sema: remove unnecessary type resolution
Andrew Kelley
2022-04-06
Sema: in-memory coercion of differently named int types
Andrew Kelley
2022-04-05
Sema: fix handling compile errors during circular dependency error
Andrew Kelley
2022-04-04
Sema: forward switch condition to captures
Andrew Kelley
2022-04-04
Sema: add empty tuple to mutable slice coercion
Andrew Kelley
2022-04-04
Address review comments
John Schmidt
2022-04-03
sema: add compile error for duplicate struct field
John Schmidt
2022-04-03
sema: add compile error for duplicate union field
John Schmidt
2022-04-03
refactor: add Sema.addFieldErrNote
John Schmidt
2022-04-03
sema: add compile error for missing/extra enum fields in union decl
John Schmidt
2022-04-03
sema: add more info to error messages for enum->union coercion
John Schmidt
2022-04-03
sema: add more info to error message for invalid comptime union field access
John Schmidt
2022-04-02
stage2: more resilient error handling
Andrew Kelley
2022-04-02
Sema: mechanism for converting comptime breaks to runtime
Andrew Kelley
2022-03-31
Sema: fix segfault during resolveInferredErrorSet
Andrew Kelley
2022-03-31
stage2: handle assembly input names
Veikka Tuominen
2022-03-30
AstGen: don't coerce inputs to usize in asmExpr
Daniele Cocca
2022-03-30
Sema: allow comptime blocks for global assembly
Daniele Cocca
2022-03-30
Sema: enhance is_non_err to be comptime more often
Andrew Kelley
2022-03-29
stage2: implement `@intToError` with safety
Andrew Kelley
2022-03-29
Sema: fix generic instantiations of return types with nested captures
Andrew Kelley
2022-03-29
Sema: adjust coercion of undefined error union payload
Andrew Kelley
2022-03-28
Sema: queue full type resolution of builtin types
Andrew Kelley
2022-03-28
stage2: finish debug info for unions in the LLVM backend
Andrew Kelley
2022-03-28
Sema: allow mixing array and vector operands
Andrew Kelley
2022-03-28
Sema: implement coerceInMemoryAllowed for optionals
Veikka Tuominen
2022-03-28
Sema: use the correct integer
Veikka Tuominen
[next]