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
/
stage1
/
ir.cpp
Age
Commit message (
Expand
)
Author
2021-01-12
stage1: Resolve alignment earlier in @alignCast
LemonBoy
2021-01-11
Merge pull request #7200 from Vexu/arr
Andrew Kelley
2020-12-30
stage1: Allow variable capture for multi-prong switch arms
LemonBoy
2020-12-28
stage1: Prevent crash with some lazy pointer types
LemonBoy
2020-12-26
stage1: const_values_equal error union, improve remaining "TODO" panics
Veikka Tuominen
2020-12-26
remove '||=' from stage1
g-w1
2020-12-25
stage1: validate pointer attributes when coercing anon literals
Vexu
2020-12-25
stage1: implement type coercion of pointer to anon list to array/struct/union...
Vexu
2020-12-25
stage1: implement type coercion of anon list to array
Vexu
2020-12-23
float_*_ieee597: only swap bytes when targeting different endianness than native
Koakuma
2020-12-23
Peer type resolution with unsigned ints and larger signed ints
g-w1
2020-12-21
stage1: add missing error check on inferred struct field ptr
Vexu
2020-12-19
stage1: Fix for generic fn monomorphization
LemonBoy
2020-12-09
Merge pull request #7362 from Vexu/std
Andrew Kelley
2020-12-09
Merge pull request #7366 from LemonBoy/fix-7346
Andrew Kelley
2020-12-09
stage1: Resolve some constants to u32, not usize
LemonBoy
2020-12-09
small fixes and zig fmt
Vexu
2020-12-08
stage1: Validate the specified cc for lazy fn types
LemonBoy
2020-12-05
stage1: Don't fold single-element enums too aggressively
LemonBoy
2020-12-03
stage1: compile error for pointer arithmetic on ptr-to-array
Andrew Kelley
2020-11-29
stage1: Fix typeInfo generation for arrays w/o sentinel
LemonBoy
2020-11-21
Merge pull request #7182 from LemonBoy/externnnn
Andrew Kelley
2020-11-20
stage1: Resolve usingnamespace decls when calling @typeInfo
LemonBoy
2020-11-20
stage1: Initial implementation of @extern
LemonBoy
2020-11-19
Add builtin.Signedness, use it instead of is_signed
Tadeo Kondrak
2020-11-18
stage1: improve error for missing a number type on a runtime var
pfg
2020-11-18
Change error when runtime value passed to comptime arg
frmdstryr
2020-11-18
stage1: Reject undefined values when taking union ptr
LemonBoy
2020-11-11
ensure TypeInfo payload is not undefined
Vexu
2020-11-11
stage1: Avoid resolving type entry in [0]T
LemonBoy
2020-11-02
stage1: Fix *WithOverflow intrinsics with u0 values
LemonBoy
2020-11-01
stage1: Implement Add/Mul reduction operators
LemonBoy
2020-11-01
stage1: Fix comptime comparison of NaNs
LemonBoy
2020-10-29
stage1: Error out when trying to execute `unreachable`
LemonBoy
2020-10-29
stage1: Fix bug in internal string slicing (#6843)
LemonBoy
2020-10-28
stage1: Correctly generated optional constant values
LemonBoy
2020-10-22
Merge pull request #6744 from LemonBoy/intcast-vec
Andrew Kelley
2020-10-19
stage1: Implement `@intCast` between vectors
LemonBoy
2020-10-17
stage1: Fix type-checking of unary neg for vector types
LemonBoy
2020-10-16
byteOffsetOf rounds up using bit offset in host integer
vegecode
2020-10-16
stage1: Expand undefined struct/arrays when indexed
LemonBoy
2020-10-08
Merge remote-tracking branch 'origin/master' into llvm11
Andrew Kelley
2020-10-08
stage1: Disallow arrays in function parameters or return types
Tadeo Kondrak
2020-10-07
Merge pull request #6421 from tadeokondrak/opaque-syntax
Andrew Kelley
2020-10-07
Remove .Cold calling convention.
Tadeo Kondrak
2020-10-07
stage1: improve error messages for missing `try` statements
pfg
2020-10-07
Merge remote-tracking branch 'origin/master' into llvm11
Andrew Kelley
2020-10-06
Update compile error test for field access of opaque type
Tadeo Kondrak
2020-10-06
Add opaque type syntax
Tadeo Kondrak
2020-10-05
Merge pull request #6472 from alexnask/add_some_frees
Andrew Kelley
[next]