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
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
2023-08-15
InternPool: preserve indices of builtin types when resolved
mlugg
2023-08-12
AstGen: cleanup `@as` invasion
Jacob Young
2023-08-12
AstGen: fix src loc for invalid switch expression rls coercions
Jacob Young
2023-08-12
AstGen: fix src loc for invalid coercion in breaks
Jacob Young
2023-08-12
AstGen: fix src loc for invalid coercions in tuple literals
Jacob Young
2023-08-12
AstGen: fix src loc for invalid if expression rls coercions
Jacob Young
2023-08-09
compiler: fix crash on invalid result type for `@splat`
mlugg
2023-08-09
AstGen: handle `ty` result location for struct and array init correctly
mlugg
2023-07-27
frontend: make fn calls byval; fix false positive isNonErr
Andrew Kelley
2023-07-26
AstGen: fix missing deferred ref
Jacob Young
2023-07-25
frontend: forbid packed and extern tuples
Andrew Kelley
2023-07-25
AstGen: avoid unnecessary mutable local
Andrew Kelley
2023-07-21
fix some whitespace formatting in `switch`s
r00ster91
2023-07-18
AstGen: idiomatic use of switch
Andrew Kelley
2023-07-12
Remove len parameter from splat builtin function
antlilja
2023-07-11
Fixes wrong error location for unionInit when first parameter is not a type (...
Anton Lilja
2023-07-10
AstGen: make sure for range start and end are usizes
r00ster91
[next]