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
/
astgen.cpp
Age
Commit message (
Expand
)
Author
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
2022-04-27
add new builtin function `@tan`
Andrew Kelley
2022-03-19
stage1: make type names more unique
Robin Voetter
2021-12-11
stage1: implement @prefetch() builtin
Isaac Freund
2021-09-28
saturating arithmetic modifications
Andrew Kelley
2021-09-28
sat-arithmetic: add operator support
Travis Staloch
2021-09-01
saturating arithmetic builtins: add, sub, mul, shl (#9619)
travisstaloch
2021-08-27
declarations may collide with primitives with @"" syntax
Andrew Kelley
2021-08-24
stage1: remove incorrect compile error for var redeclaration
Andrew Kelley
2021-08-22
Fix typo introduced in 50a29f7
Richard Eklycke
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-19
translate-c: Handle underscore when used as an identifier
Evan Haas
2021-07-11
Rename IrInstSrc to Stage1ZirInst and IrInstGen to Stage1AirInst
Martin Wickham
2021-07-03
stage1: eliminate the IrInst base struct
Andrew Kelley
2021-07-02
AstGen: cleanups to pass more compile error test cases
Andrew Kelley
2021-07-02
stage1: get rid of the is_noreturn flag on IrInstSrc
Andrew Kelley
2021-07-02
move "unreachable code" error from stage1 to stage2
Andrew Kelley
2021-06-23
stage1: `@shuffle` type and mask params in comptime scope
Andrew Kelley
2021-06-12
Renamed @byteOffsetOf to @offsetOf
Exonorid
2021-05-28
stage1: memoize strings in the AST
Andrew Kelley
2021-05-28
stage1: rename IrBasicBlockSrc to Stage1ZirBasicBlock
Andrew Kelley
2021-05-28
stage1: remove source_node field from Stage1Zir
Andrew Kelley
2021-05-28
stage1: remove c_import_buf from Stage1Zir
Andrew Kelley
2021-05-28
stage1: move the ZigFn from Stage1Zir to Stage1AstGen
Andrew Kelley
2021-05-28
stage1: rename IrBuilderSrc to Stage1AstGen
Andrew Kelley
2021-05-28
stage1: move next_debug_id from Stage1Zir to IrBuilderSrc
Andrew Kelley
2021-05-28
stage1: move some mutable state from Stage1Zir to IrAnalyze
Andrew Kelley
2021-05-28
stage1: rename IrExecutableSrc to Stage1Zir
Andrew Kelley
2021-05-28
stage1: rework tokenizer to match stage2
Andrew Kelley