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
/
ir.cpp
Age
Commit message (
Expand
)
Author
2020-09-05
Merge pull request #6246 from Vexu/field
Veikka Tuominen
2020-09-04
langref: atomic ops are allowed on pointers
Vexu
2020-09-03
remove deprecated fields from types
Vexu
2020-09-02
Merge pull request #6229 from LemonBoy/fix-6054
Andrew Kelley
2020-09-02
builtin: Add TypeInfo.StructField.is_comptime
Tadeo Kondrak
2020-09-01
ir: Typecheck the sentinel value in *[N:S1]T to [S2]T casts
LemonBoy
2020-08-30
Remove @OpaqueType
Tadeo Kondrak
2020-08-24
fix error note using invalid source node
Vexu
2020-08-24
add error checks to `@Type`
Vexu
2020-08-22
Merge pull request #6119 from tadeokondrak/@Type(.Enum)
Andrew Kelley
2020-08-22
Remove TypeInfo.Error.value
Tadeo Kondrak
2020-08-21
@Type for Enum fix: use correct decls_scope
Tadeo Kondrak
2020-08-21
Implement @Type for Enum
Tadeo Kondrak
2020-08-19
Small fixes for @Type(.Struct)
Tadeo Kondrak
2020-08-19
Implement @Type for structs without decls support
Tadeo Kondrak
2020-08-19
Remove offset field from TypeInfo.StructField
Tadeo Kondrak
2020-08-18
Merge pull request #5495 from xackus/fix_5314
Veikka Tuominen
2020-08-17
Handle singular param count word in error messages (#6073)
Ashish Shekar
2020-08-17
fix cast from invalid non-exhaustive enum to union
Vexu
2020-08-17
disallow '_' prong when switching on non-exhaustive tagged union
Vexu
2020-08-17
stage1: fix non-exhaustive enums with one field
xackus
2020-08-13
add error for unused/duplicate block labels
Vexu
2020-08-07
std: introduce GeneralPurposeAllocator
Andrew Kelley
2020-08-02
add compile error for alignCasting zero sized types
Vexu
2020-07-28
add helpful error note for when function cannot return an error
Vexu
2020-07-26
Merge pull request #5693 from antlilja/switch-unreachable-else
Andrew Kelley
2020-07-24
Revert "Support taking extern pointers at comptime"
Andrew Kelley
2020-07-24
Support taking extern pointers at comptime
yvt
2020-07-21
fix comptime comparisons of different sized floats
Vexu
2020-07-18
allow non-pointer extern opaque variables
Vexu
2020-07-18
fix floatCast type check regression
Vexu
2020-07-17
add is_tuple field to struct typeinfo
Vexu
2020-07-14
follow up from previous commit for generic methods
Andrew Kelley
2020-07-14
fix ability to call methods on enums with pointer-to-self
Andrew Kelley
2020-07-13
check for invalid sentinel when creating pointer with `@Type`
Vexu
2020-07-11
add 'anytype' to stage1 and langref
Vexu
2020-07-11
use correct cast function when doing `@floatCast` at comptime
Vexu
2020-07-09
Revert "use correct cast function when doing `@floatCast` at comptime"
Andrew Kelley
2020-07-09
use correct cast function when doing `@floatCast` at comptime
Vexu
2020-07-01
Add new error message for unreachable else prongs
antlilja
2020-06-28
Merge pull request #5696 from alexnask/async_call_tuple
Andrew Kelley
2020-06-24
Fix issue #5618 (#5685)
arbrk1
2020-06-24
Fixed crash when resolving peer types of *[N:s]const T and [*:s]const T
Alexandros Naskos
2020-06-24
Store else node in IrInstSrcCheckSwitchProngs
antlilja
2020-06-24
Small fixes, fixed tests, added test for argument tuple type
Alexandros Naskos
2020-06-24
@asyncCall now requires an argument tuple
Alexandros Naskos
2020-06-23
Add duplicate checking for switch on types
antlilja
2020-06-21
stage1: fix concat of sliced str literals
xackus
2020-06-21
Make unary minus for unsigned types a compile error (#5654)
Robin Voetter
2020-06-18
Merge pull request #5203 from tadeokondrak/@type-for-even-more-types
Andrew Kelley
[next]