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
/
Module.zig
Age
Commit message (
Expand
)
Author
2022-07-29
stage2: handle tuple init edge cases
Veikka Tuominen
2022-07-29
stage2: add error for comptime control flow in runtime block
Veikka Tuominen
2022-07-28
stage2: ensure 'std', 'builtin', and 'root' is always available to `@import`
Meghan
2022-07-27
Merge pull request #12256 from Vexu/stage2
Andrew Kelley
2022-07-27
Sema: copy fn param ty in `zirTypeInfo`
Veikka Tuominen
2022-07-27
Module: fix inverted condition
LordMZTE
2022-07-27
Module: use path.isSep
LordMZTE
2022-07-27
Module: fix error message importing file starting with root path
LordMZTE
2022-07-26
Sema: better source location for builtin options
Veikka Tuominen
2022-07-26
Module: improve handling of errors in `@call` arguments
Veikka Tuominen
2022-07-25
Sema: `analyzeInlineCallArg` needs a block for the arg and the param
Veikka Tuominen
2022-07-24
stage2: don't skip liveness or codegen if -femit-asm is supplied
Andrew Kelley
2022-07-24
stage2: implement `noinline fn`
Meghan
2022-07-23
Sema: validate duplicate fields in anon structs
Veikka Tuominen
2022-07-23
Sema: add default value here note to invalid comptime field store error
Veikka Tuominen
2022-07-23
Sema: bad union field access safety
Veikka Tuominen
2022-07-21
Sema: better source location for function call args
Veikka Tuominen
2022-07-21
Sema: better function parameter source location
Veikka Tuominen
2022-07-21
Sema: better source location for incompatible capture group
Veikka Tuominen
2022-07-21
Sema: more union and enum tag type validation
Veikka Tuominen
2022-07-21
Sema: validate function parameter types and return type
Veikka Tuominen
2022-07-21
Sema: validate function pointer alignment
Veikka Tuominen
2022-07-21
Sema: explain why comptime is needed
Veikka Tuominen
2022-07-21
stage2: better pointer source location
Veikka Tuominen
2022-07-15
Module: improve source spans for initializers and var types
Veikka Tuominen
2022-07-15
Compilation: point caret in error message at the main token
Veikka Tuominen
2022-07-14
stage2: point to error location using spans
Veikka Tuominen
2022-07-13
stage2: lower each struct field type, align, init separately
Andrew Kelley
2022-07-12
stage2: handle parser notes in a more general way
Veikka Tuominen
2022-07-12
parser: add helpful error for C style container declarations
Veikka Tuominen
2022-07-07
Sema: improve slice source locations
Veikka Tuominen
2022-07-07
Module: add `.node_offset_un_op`
Veikka Tuominen
2022-06-30
Sema: improve auto generated union enum name
Veikka Tuominen
2022-06-27
Sema: honor the --test-filter flag
Andrew Kelley
2022-06-11
stage2: improve debugging tools
Veikka Tuominen
2022-06-09
stage2: use std.debug.Trace only when explicitly enabled
Andrew Kelley
2022-06-09
std.debug.Trace: improve API
Andrew Kelley
2022-06-09
introduce std.debug.Trace
Andrew Kelley
2022-06-06
stage2: use correct type (u29) for alignment
Veikka Tuominen
2022-05-30
stage2: add missing data to ZIR encoding of functions
Andrew Kelley
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
2022-05-25
Sema: generic function instantiations inherit branch quota
Andrew Kelley
2022-05-24
stage2: string literal interning
Andrew Kelley
2022-05-16
Sema: do not call `returnError` when returning payload of error union
Veikka Tuominen
2022-05-16
stage2: implement error return traces
Veikka Tuominen
2022-05-06
flatten lib/std/special and improve "pkg inside another" logic
Andrew Kelley
2022-05-06
stage2: fix std lib tests always filtering out all tests
Andrew Kelley
2022-05-04
stage2: implement global assembly
Andrew Kelley
2022-04-30
Zir: turn extended func into func_extended
Veikka Tuominen
2022-04-22
Revert "Fix C include files not being in `whole` cache (#11365)"
Andrew Kelley
[next]