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
/
test
/
cases
Age
Commit message (
Expand
)
Author
2023-09-05
AstGen: fix error on missing function prototype name
Veikka Tuominen
2023-08-28
Sema: revert reference trace changes that are no longer needed
Jacob Young
2023-08-28
Sema: allow cast builtins on vectors
mlugg
2023-08-22
compiler: move unions into InternPool
Andrew Kelley
2023-08-21
Sema: disallow C pointer to slice coercion
mlugg
2023-08-21
Sema: check @memset operand provides length
mlugg
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-14
Sema: provide source location when analyzing panic handler
mlugg
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-10
cases: modify error wording to match new errors
mlugg
2023-08-09
compiler: fix crash on invalid result type for `@splat`
mlugg
2023-08-09
Module: implement `span` for `.call_arg` of a `@call`
Jacob Young
2023-08-09
Sema: fix generic method argument source locations
Jacob Young
2023-08-06
Add compile error test for comptime slice-of-struct copy
Stevie Hryciw
2023-08-05
Sema: fix issues passing an invalid type to a generic method
Jacob Young
2023-08-02
Sema: improve new error messages related to naked functions
Jacob Young
2023-07-29
Allow zero-sized fields in extern structs (#16404)
AdamGoertz
2023-07-28
suggest using else when '_' is used for exhaustive enums (#16583)
xdBronch
2023-07-25
frontend: forbid packed and extern tuples
Andrew Kelley
2023-07-21
fix @embedFile("") not giving a proper error
r00ster91
2023-07-18
Sema: fix compile error source location regressions
Andrew Kelley
2023-07-18
Sema: fix fn_proto_param LazySrcLoc resolution
Andrew Kelley
2023-07-18
Sema: fix crash: array_in_c_exported_function
Andrew Kelley
2023-07-18
Sema: enhance generic call error message
Andrew Kelley
2023-07-12
Update tests to new splat syntax
antlilja
2023-07-11
Fixes crash when a struct is given as the first parameter to the unionInit bu...
Anton Lilja
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
2023-07-10
Merge pull request #16339 from r00ster91/ueficc
Andrew Kelley
2023-07-09
Change math.Order order (#16356)
Niles Salter
2023-07-08
Sema: infrastructure for supporting more than .C callconv for variadic functions
r00ster91
2023-06-27
behavior: boolean vector with 2 or more elements
r00ster91
2023-06-27
test cases: fix typo in filename
r00ster91
2023-06-27
test cases: expected optional type in for loop
r00ster91
2023-06-27
test cases: array inside of anonymous struct
r00ster91
2023-06-27
test cases: never-inline call of inline function with comptime parameter
r00ster91
2023-06-27
test cases: returning undefined [:0]const u8
r00ster91
2023-06-27
test cases: taking pointer of global tagged union
r00ster91
2023-06-27
test cases: @intCast on vector
r00ster91
2023-06-27
test cases: taking address of extern var as constant
r00ster91
2023-06-27
test cases: maximum sized integer literal
r00ster91
2023-06-26
AstGen: fix result locations for elements of typed array init
mlugg
2023-06-25
Merge pull request #16192 from mlugg/builtins-infer-dest-ty-fixes
Andrew Kelley
2023-06-25
AstGen: add source location to certain const initializers
Jacob Young
2023-06-25
cases: add tests for errors introduced by cast builtin result type inference
mlugg
[prev]
[next]