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
2021-04-09
Merge pull request #8470 from ziglang/stage2-start
Andrew Kelley
2021-04-09
stage2: add error for private decls accessed from other files
jacob gw
2021-04-08
AstGen: implement `@typeInfo` builtin
Andrew Kelley
2021-04-08
AstGen: implement struct init with ResultLoc.ty
Andrew Kelley
2021-04-08
stage2: implement array access to a global array
Andrew Kelley
2021-04-08
stage2: blaze the trail for std lib integration
Andrew Kelley
2021-04-08
Merge pull request #8464 from gracefuu/grace/wasm-ops
Andrew Kelley
2021-04-08
stage2: revert to only has_decl and export ZIR support
Andrew Kelley
2021-04-08
stage2: add support for start.zig
Timon Kruiper
2021-04-08
stage2: implement builtin function hasDecl
Timon Kruiper
2021-04-08
stage2: add a simplified export builtin call
Timon Kruiper
2021-04-07
Sema: fix switch validation '_' prong on wrong type
Andrew Kelley
2021-04-07
stage2: fix switch validation of handling all enum values
Andrew Kelley
2021-04-07
Sema: `@intToEnum` error msg includes a "declared here" hint
Andrew Kelley
2021-04-07
Sema: implement switch validation for enums
Andrew Kelley
2021-04-08
Sema: fix typo bug for boolean ops (and, or)
gracefu
2021-04-08
stage2: Add .div to ir.zig
gracefu
2021-04-07
Sema: implement comparison analysis for non-numeric types
Andrew Kelley
2021-04-07
zir: use `node` union field for `alloc_inferred`
Andrew Kelley
2021-04-07
Sema: DRY up enum field analysis and add "declared here" notes
Andrew Kelley
2021-04-07
stage2: coerce enum_literal -> enum
jacob gw
2021-04-06
C backend: implement Enum types and values
Andrew Kelley
2021-04-06
stage2: implement field access for `Enum.tag` syntax
Andrew Kelley
2021-04-06
stage2: implement simple enums
Andrew Kelley
2021-04-02
stage2: Sema: implement validate_struct_init_ptr
Andrew Kelley
2021-04-02
stage2: progress towards basic structs
Andrew Kelley
2021-04-01
stage2: implement structs in the frontend
Andrew Kelley
2021-04-01
stage2: AstGen and ZIR printing for struct decls
Andrew Kelley
2021-04-01
stage2: implement struct init syntax with ptr result loc
Andrew Kelley
2021-03-31
stage2: finish implementation of LazySrcLoc
Andrew Kelley
2021-03-31
stage2: finish source location reworkings in the branch
Andrew Kelley
2021-03-31
stage2: compile error for duplicate switch value on sparse
Andrew Kelley
2021-03-31
stage2: compile error for duplicate switch value on boolean
Andrew Kelley
2021-03-31
stage2: cbe: restore all previously passing tests!
jacob gw
2021-03-31
astgen: improved handling of coercion
Andrew Kelley
2021-03-31
Sema: fix else case code generation for switch
Andrew Kelley
2021-03-31
stage2: clean up RangeSet and fix swapped Sema switch logic for lhs/rhs
Andrew Kelley
2021-03-31
Sema: implement switch validation for ranges
Andrew Kelley
2021-03-30
AstGen: switch expressions properly handle result locations
Andrew Kelley
2021-03-30
stage2: rework AstGen for switch expressions
Andrew Kelley
2021-03-29
Sema: implement switch expressions
Andrew Kelley
2021-03-28
stage2: guidance on how to implement switch expressions
Andrew Kelley
2021-03-28
stage2: fix error sets
Andrew Kelley
2021-03-28
stage2: implement sema for @errorToInt and @intToError
jacob gw
2021-03-26
stage2: implement bitwise expr and error literals
Andrew Kelley
2021-03-25
stage2: improve source locations of Decl access
Andrew Kelley
2021-03-25
stage2: fix `@compileLog`.
Andrew Kelley
2021-03-25
astgen: fix for loop expressions
Andrew Kelley
2021-03-25
stage2: implement inline while
Andrew Kelley
2021-03-24
stage2: cleanups from previous commits
Andrew Kelley
[next]