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
/
compile_errors
Age
Commit message (
Expand
)
Author
2023-10-23
Sema: make `@src().line` comptime-known
Andrew Kelley
2023-10-18
Merge pull request #17524 from Vexu/aro-translate-c
Andrew Kelley
2023-10-17
Sema: disallow `@intFromPtr` for comptime-only types
Bogdan Romanyuk
2023-10-17
tests: translate-c and run-translated-c to the test harness
Veikka Tuominen
2023-10-16
Sema: fix missing check for tuple default initializers
Veikka Tuominen
2023-10-16
Sema: fix `@extern` error on function pointer
Bogdan Romanyuk
2023-10-13
drop for loop syntax upgrade mechanisms
Andrew Kelley
2023-10-08
give modules friendly names for error reporting
Andrew Kelley
2023-10-01
Sema: add `@errorCast` which works for both error sets and error unions
Veikka Tuominen
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-19
write function types consistently with a space before `fn` keyword
r00ster91
2023-09-15
compiler: implement destructuring syntax
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
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
[prev]
[next]