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
/
AstGen.zig
Age
Commit message (
Expand
)
Author
2022-02-21
Merge pull request #10925 from Vexu/stage2
Andrew Kelley
2022-02-19
AstGen: emit break_inline for corresponding inline loops
Andrew Kelley
2022-02-20
stage2: validate struct/array init ty
Veikka Tuominen
2022-02-19
AstGen: evaluate `comptime var` init expressions in a comptime context
Andrew Kelley
2022-02-19
stage2: support anon init through error unions and optionals
Veikka Tuominen
2022-02-13
stage2: add decltests
Jacob G-W
2022-02-08
stage2: fix inferred comptime constant locals
Andrew Kelley
2022-02-06
AstGen: refactor redundant expressions
Andrew Kelley
2022-02-06
stage2: add more float arithmetic and f80 support
Andrew Kelley
2022-02-06
stage2: apply type coercion in if expressions
John Schmidt
2022-02-01
stage2: remove anytype fields from the language
Andrew Kelley
2022-01-31
astgen: clean up source line calculation and management
Jakub Konka
2022-01-28
stage1: add f80 type
Veikka Tuominen
2022-01-26
stage2: fix crash on file-level struct field source locations
Andrew Kelley
2022-01-24
stage2: rework a lot of stuff
Andrew Kelley
2022-01-24
stage2: type system treats fn ptr and body separately
Andrew Kelley
2022-01-23
AstGen: doc comment fixups
Andrew Kelley
2022-01-21
add function param doc comment info in zir
Loris Cro
2022-01-21
add support for more decl attributes in doc comment zir
Loris Cro
2022-01-21
add field doc comments to zir
Loris Cro
2022-01-21
astgen saves decl doc comments in zir
Loris Cro
2022-01-20
stage2: implement tuples
Andrew Kelley
2022-01-17
Sema: implement else capture value
Andrew Kelley
2022-01-17
stage2: do not interpret identifier containing underscores (eg: u3_2) as int ...
riverbl
2022-01-15
AstGen: emit `as` instructions for branching expressions
Andrew Kelley
2022-01-13
stage2: detection of comptime array literals
Andrew Kelley
2022-01-12
stage2: implement `@ctz` and `@clz` including SIMD
Andrew Kelley
2022-01-08
stage2: implement @src
Robin Voetter
2022-01-04
Sema: better code generated for struct literals
Andrew Kelley
2021-12-30
For unused references & redundant keywords, append the compiler error but con...
Jarred Sumner
2021-12-27
AstGen: fix loop result locations
Andrew Kelley
2021-12-21
stage2: wrap function prototypes in an inline block.
Robin Voetter
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-12-10
AstGen: implement @prefetch() builtin
Isaac Freund
2021-12-10
AstGen: increase zig fmt off/on granularity
Isaac Freund
2021-12-02
AstGen: expr-evaluate asm template expressions
Andrew Kelley
2021-12-01
AstGen: use null string to communicate non-string-literal asm
Andrew Kelley
2021-11-30
Merge pull request #10055 from leecannon/allocator_refactor
Andrew Kelley
2021-11-30
AstGen: allow non-string-literal inline assembly for stage1
Andrew Kelley
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: stage 1 and 2 building
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-11-29
AstGen: require binary operations to have reachable operands
Andrew Kelley
2021-11-24
AstGen: use reachableExpr for return operand
Andrew Kelley
2021-11-01
astgen.zig: avoid temporary allocations by sharing the `instructions` ArrayLi...
Matthew Borkowski
2021-11-01
astgen.zig: delay adding closure_capture instructions to preserve GenZir nest...
Matthew Borkowski
2021-11-01
astgen.zig: use scratch buffer for temporary allocations in switchExpr and Wi...
Matthew Borkowski
2021-11-01
astgen.zig: simplify container functions by pulling out common processing of ...
Matthew Borkowski
2021-11-01
astgen.zig: replace WipDecls with WipMembers, use one allocation to collect c...
Matthew Borkowski
[next]