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-09-25
stage2: implement `@sizeOf` for non-packed structs
Andrew Kelley
2021-09-24
stage2: implement `@memset` and `@memcpy` builtins
Andrew Kelley
2021-09-24
Fix error references across inline and comptime functions
Martin Wickham
2021-09-24
Spelling corrections (#9833)
Josh Soref
2021-09-23
Stage2: Implement comptime closures and the This builtin (#9823)
Martin Wickham
2021-09-21
stage2: progress towards ability to compile compiler-rt
Andrew Kelley
2021-09-21
stage2: fix unsigned integer to signed integer coercion
Andrew Kelley
2021-09-21
stage2: free Sema's arena after generating machine code
Andrew Kelley
2021-09-20
Sema: fix double-free of `@cImport` error message
Andrew Kelley
2021-09-20
stage2: various fixes to cImport, sizeOf and types to get tests passing
Veikka Tuominen
2021-09-20
stage2: implement typeInfo for more types
Veikka Tuominen
2021-09-20
stage2: implement cImport
Veikka Tuominen
2021-09-20
Merge branch 'address-space' of Snektron/zig into Snektron-address-space
Andrew Kelley
2021-09-20
stage2: improve handling of 0 bit types
Andrew Kelley
2021-09-20
stage2: implement comptime bitwise nand
Andrew Kelley
2021-09-20
stage2: implement comptime `@atomicRmw`
Andrew Kelley
2021-09-20
Address Spaces: Yeet address space on function prototypes
Robin Voetter
2021-09-20
Address Spaces: basic system to check for validity.
Robin Voetter
2021-09-20
Address Spaces: Pointer and function info in @Type
Robin Voetter
2021-09-20
Address Spaces: Implement in LLVM codegen
Robin Voetter
2021-09-20
Address Spaces: Implement right address space for slicing
Robin Voetter
2021-09-20
Address Spaces: Return proper address space for &x.y
Robin Voetter
2021-09-20
Allow x.y when x is a pointer
Robin Voetter
2021-09-20
Address Spaces: Disallow coercing pointers to different address spaces
Robin Voetter
2021-09-20
Address Spaces: Return proper address space for &x[y]
Robin Voetter
2021-09-20
Address Spaces: decl_ref, *?T => *T, and *(E!T) -> *T
Robin Voetter
2021-09-20
Address Spaces: Sema basics
Robin Voetter
2021-09-20
Address spaces: AstGen
Robin Voetter
2021-09-19
stage2: implement `@atomicStore`
Andrew Kelley
2021-09-19
Update all ensureCapacity calls to the relevant non-deprecated version
Ryan Liptak
2021-09-16
stage2: fix global variables with inferred type
Andrew Kelley
2021-09-16
stage2: implement `@setAlignStack` and 128-bit cmpxchg
Andrew Kelley
2021-09-15
stage2: fix "cmpxchg with ptr" test case
Andrew Kelley
2021-09-15
stage2: implement `@atomicRmw` and `@atomicLoad`
Andrew Kelley
2021-09-15
stage2: implement `@fence`
Andrew Kelley
2021-09-14
stage2: implement cmpxchg and improve comptime eval
Andrew Kelley
2021-09-13
stage2: fix incorrect spelling of AtomicOrder
Andrew Kelley
2021-09-13
stage2: add array_to_slice AIR instruction
Andrew Kelley
2021-09-13
stage2: implement Value.copy for structs and unions
Andrew Kelley
2021-09-01
rename std.zig.ast to std.zig.Ast; use top-level fields
Andrew Kelley
2021-09-01
stage2: first pass at implementing usingnamespace
Andrew Kelley
2021-09-01
saturating arithmetic builtins: add, sub, mul, shl (#9619)
travisstaloch
2021-08-31
Merge pull request #9655 from nektro/stage2-rem
Andrew Kelley
2021-08-31
stage2: add array mult `**`
Jacob G-W
2021-08-30
stage2: add array concatenation
Jacob G-W
2021-08-30
stage2: implement runtime `%` and `@rem`
Meghan Denny
2021-08-30
stage2/sema: clarify todo arithmetic operator error
Meghan Denny
2021-08-27
Store to mutable pointer in analyzeRef
Robin Voetter
2021-08-21
stage2 Air: add struct_field_ptr_index_{0..3}
Jacob G-W
2021-08-21
stage2: comptime function with the same args is memoized
Andrew Kelley
[next]