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
/
lib
Age
Commit message (
Expand
)
Author
2020-05-18
Undo accidentally checked-in changes to fs/test.zig
Jakub Konka
2020-05-18
Always return false for ANSI escape codes compat in WASI
Jakub Konka
2020-05-18
Re-enable refAllDecls gen and check in std.zig
Jakub Konka
2020-05-18
Integrate getTestDir with tmpDir logic
Jakub Konka
2020-05-18
Remove obsolete runtime panics from sleep impl
Jakub Konka
2020-05-18
Change to Self from *const Self/*Self where possible
Jakub Konka
2020-05-18
Make mode_t a 0-byte type in WASI
Jakub Konka
2020-05-18
Add/fix missing WASI functionality to pass libstd tests
Jakub Konka
2020-05-17
std.json: support stringify for anyerror
Andrew Kelley
2020-05-17
Merge pull request #5164 from daurnimator/in_stream-helpers
Veikka Tuominen
2020-05-17
Merge pull request #5307 from ziglang/self-hosted-incremental-compilation
Andrew Kelley
2020-05-17
fix zig fmt regression
Vexu
2020-05-17
linux: remove duplicated fields
Vincent Rischmann
2020-05-16
Merge pull request #5217 from wozeparrot/master
Andrew Kelley
2020-05-16
Merge pull request #5358 from Vexu/parser
Vexu
2020-05-16
Merge pull request #5231 from kubkon/wasi-preopens
Andrew Kelley
2020-05-16
Creates `std.ascii.control_code` that contains the C0 control codes as named ...
Felix (xq) Queißner
2020-05-16
Fixes fmt padding for some types
data-man
2020-05-16
macos: use realpath$DARWIN_EXTSN
Michael Dusan
2020-05-16
Merge pull request #5354 from DrDeano/master
Andrew Kelley
2020-05-16
fix infinite loop with invalid comptime
Vexu
2020-05-16
Merge pull request #5032 from LakeByTheWoods/redo_translate_c
Vexu
2020-05-16
Add Enum Option
DrDeano
2020-05-16
Add enum to addBuildOptions
DrDeano
2020-05-16
Merge pull request #5020 from jinroh/docs/search-perf
Vexu
2020-05-16
Merge pull request #5353 from Vexu/parser
Vexu
2020-05-16
Merge pull request #5175 from daurnimator/multi-out-stream
Vexu
2020-05-16
Merge pull request #5189 from zigazeljko/patch-1
Vexu
2020-05-16
move ParamType to Node.ParamDecl
Vexu
2020-05-16
recover from missing semicolon after if stmt
Vexu
2020-05-16
recover from invalid global error set access
Vexu
2020-05-16
Merge remote-tracking branch 'origin/master' into self-hosted-incremental-com...
Andrew Kelley
2020-05-15
fix infinite loop with mismatced bracket
Vexu
2020-05-15
properly handle extra closing braces at top level
Vexu
2020-05-15
Merge pull request #5336 from Vexu/parser
Vexu
2020-05-15
cleanup* remove unecessary error* properly handle ReturnTypeInvalid in ast.zi...
Vexu
2020-05-14
fix codegen of sentinel-terminated arrays and .got alignment
Andrew Kelley
2020-05-14
self-hosted: fix codegen and resolve some analysis bugs
Andrew Kelley
2020-05-14
fix infinite loop
Vexu
2020-05-14
store rparen in ReturnType.Invalid
Vexu
2020-05-14
improve recovery from invalid container members
Vexu
2020-05-14
recover from missing semicolon
Vexu
2020-05-14
remove useless nosuspend parsing
Vexu
2020-05-13
self-hosted: fix the rest of the compile errors
Andrew Kelley
2020-05-13
self-hosted: fix compile errors, except for codegen.zig
Andrew Kelley
2020-05-14
recover from invalid builtin/async call
Vexu
2020-05-13
recover after invalid inline/extern
Vexu
2020-05-13
correctly recover from invalid top level declarations
Vexu
2020-05-13
modernize std.zig.tokenizer
Vexu
2020-05-13
improve recovery on top level declarations
Vexu
[next]