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
2022-10-30
stage1: Make `x and false`/`x or true` comptime-known
Cody Tapscott
2022-10-18
all: rename `@maximum` to `@max` and `@minimum` to `@min`
Ali Chraghi
2022-10-12
backport @addrSpaceCast to stage 1
Robin Voetter
2022-10-12
amdgpu: add AmdgpuKernel calling convention
Robin Voetter
2022-08-10
stage2: Implement explicit backing integers for packed structs
Isaac Freund
2022-07-23
Fix #6944: referencing type info alignment causes error in unrelated function
Yujiri
2022-07-08
stage1: Fix seg-fault when slicing string literal with sentinel
Cody Tapscott
2022-07-08
Sema: add a note about @setEvalBranchQuota() when branch quota is exceeded
VÖRÖSKŐI András
2022-05-23
Fix segfault in error note
Thomas Cheng
2022-05-08
Merge pull request #11609 from ziglang/win-compiler-rt
Andrew Kelley
2022-05-08
Add Win64 calling convention
Hannes Bredberg
2022-05-08
allow in-memory coercion of differently-named floats with same bits
Andrew Kelley
2022-04-27
stage1: add missing comptime float ops
Andrew Kelley
2022-04-27
add new builtin function `@tan`
Andrew Kelley
2022-04-27
stage1: Manually lower softfloat ops when needed
Cody Tapscott
2022-04-22
Merge pull request #11279 from igor84/s1_packed_struct
Andrew Kelley
2022-04-14
stage2: progress towards stage3
Andrew Kelley
2022-04-09
stage1: Additional fix for packed structs
Igor Stojkovic
2022-03-26
stage1: Fix packed structs (#2627, #10104)
Igor Stojkovic
2022-03-08
deprecated TypeInfo in favor of Type
Jonathan Marler
2022-02-23
stage1: rename TypeInfo.FnArg to Fn.Param
Veikka Tuominen
2022-02-17
stage1: improve error message when casting tuples
Veikka Tuominen
2022-02-13
Implement f128 `@rem`
Mateusz Radomski
2022-02-09
stage 1: improve error message if error union is cast to payload (#10770)
Sebsatian Keller
2022-02-05
stage2: add support for Nvptx target
gwenzek
2022-02-01
stage2: remove anytype fields from the language
Andrew Kelley
2022-02-01
stage1: avoid anytype fields for type info
Andrew Kelley
2022-01-31
stage1: remove the `data` field from TypeInfo.Declaration
Andrew Kelley
2022-01-30
ir.cpp: use is_tagged_union to DRY
zseri
2022-01-29
stage1: fix saturating arithmetic producing incorrect results on type comptim...
riverbl
2022-01-28
stage1: add f80 type
Veikka Tuominen
2022-01-20
stage1: remove the "referenced here" error note
Andrew Kelley
2021-12-28
stage1: fix access of slice sentinel at comptime
Veikka Tuominen
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-12-11
stage1: implement @prefetch() builtin
Isaac Freund
2021-12-08
stage1: fix regression of shift by negative value error
Andrew Kelley
2021-12-08
stage1: saturating shl operates using LHS type
Andrew Kelley
2021-11-25
stage1: fix exporting enums
Andrew Kelley
2021-10-15
Sat shl neg rhs (#9949)
travisstaloch
2021-09-28
sat-arithmetic: add operator support
Travis Staloch
2021-09-24
Spelling corrections (#9833)
Josh Soref
2021-09-20
Address Spaces: Yeet address space on function prototypes
Robin Voetter
2021-09-20
Address Spaces: Pointer and function info in @Type
Robin Voetter
2021-09-01
saturating arithmetic builtins: add, sub, mul, shl (#9619)
travisstaloch
2021-08-23
stage1: `@intToEnum` implicitly does an `@intCast`
Andrew Kelley
2021-07-28
stage1: fix anon struct naming in certain cases
Michael Dusan
2021-07-26
minimum/maximum builtins
Robin Voetter
2021-07-26
Add @select
Robin Voetter
2021-07-25
ctz + clz
Auguste Rame
2021-07-25
Add vector support for @popCount
Auguste Rame
[next]