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
2024-02-04
Zir: store extra source hashes required for incremental
mlugg
2024-01-23
Zir: represent declarations via an instruction
mlugg
2024-01-20
AstGen: detect duplicate field names
David Rubin
2024-01-18
astgen: fix error return trace on error union switch
dweiller
2024-01-16
AstGen: use correct token_src for switch, if and while exprs
travisstaloch
2024-01-16
AstGen: properly handle ill-formed switch on error
Techatrix
2024-01-16
AstGen: add error message for capture error by ref in switch on error
Techatrix
2024-01-09
AstGen: add error for redundant comptime var in comptime scope (#18242)
Bogdan Romanyuk
2024-01-09
fixup! astgen: use switch_block_err_union
dweiller
2024-01-09
astgen/sema: fix source locations for switch_block_err_union
dweiller
2024-01-09
astgen/sema: use switch_block_err_union for if-else-switch
dweiller
2024-01-09
fix x86_64 crashes for switch_block_err_union
dweiller
2024-01-09
astgen: use switch_block_err_union
dweiller
2024-01-09
zir: add switch_block_err_union
dweiller
2024-01-09
zir: remove unused zir as instruction
dweiller
2024-01-08
add type safety to ZIR for null terminated strings
Ali Chraghi
2024-01-03
cbe: fix non-msvc externs and exports
Jacob Young
2023-12-08
AstGen: add error for using inline loops in comptime only scopes
Veikka Tuominen
2023-11-26
AstGen: check allowed non-function builtins with declarative field (#18120)
Bogdan Romanyuk
2023-11-25
Compiler: move checking function-scope-only builtins to AstGen
Bogdan Romanyuk
2023-11-24
frontend: move AstRlAnnotate to std.zig namespace
Meghan Denny
2023-11-24
frontend: move BuiltinFn to std.zig namespace
Meghan Denny
2023-11-24
AstGen: remove calls to tracy
Meghan Denny
2023-11-19
AstGen: preserve result type in comptime block
mlugg
2023-11-19
compiler: correct unnecessary uses of 'var'
mlugg
2023-11-19
compiler: add error for unnecessary use of 'var'
mlugg
2023-11-16
Move duplicate field detection for struct init expressions into AstGen
David
2023-11-08
Sema: optimize runtime array_mul
mlugg
2023-11-07
sema: analyze field init bodies in a second pass
kcbanner
2023-10-28
make Zir.Inst.Index typed
Andrew Kelley
2023-10-23
Merge pull request #17651 from Vexu/error-limit
Andrew Kelley
2023-10-22
remove uses of non-configurable `err_int`
Veikka Tuominen
2023-10-21
AstGen: omit make_ptr_const for resolve_inferred_alloc
mlugg
2023-10-13
drop for loop syntax upgrade mechanisms
Andrew Kelley
2023-10-01
Sema: add `@errorCast` which works for both error sets and error unions
Veikka Tuominen
2023-09-27
Rename `@fabs` to `@abs` and accept integers
antlilja
2023-09-23
compiler: preserve result type information through address-of operator
mlugg
2023-09-22
AstGen: fix @export with undeclared identifier crashing
Wooster
2023-09-21
InternPool: implement getStructType
Andrew Kelley
2023-09-17
AstGen: allow closure over known-runtime values within @TypeOf
mlugg
2023-09-15
compiler: start using destructure syntax
mlugg
2023-09-15
compiler: implement destructuring syntax
mlugg
2023-09-15
AstGen: do not forward result pointers through @as
mlugg
2023-09-07
AstGen: fix missing array type validation
Veikka Tuominen
2023-09-05
AstGen: fix error on missing function prototype name
Veikka Tuominen
2023-08-28
compiler: provide result type for @memset value
mlugg
2023-08-28
Sema: allow cast builtins on vectors
mlugg
2023-08-22
compiler: move unions into InternPool
Andrew Kelley
2023-08-21
AstGen: disallow '-0' integer literal
mlugg
2023-08-20
AstGen: add result location analysis pass
mlugg
[next]