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
/
std
Age
Commit message (
Expand
)
Author
2020-03-13
fix all the TODOs from the pull request
Andrew Kelley
2020-03-13
Merge branch 'format-stream' of https://github.com/fengb/zig into fengb-forma...
Andrew Kelley
2020-03-13
Merge pull request #4716 from LemonBoy/sys-misc
Andrew Kelley
2020-03-13
Add NtDll-based ftruncate implementation
LemonBoy
2020-03-12
Merge pull request #4727 from nrdmn/uefi3
Andrew Kelley
2020-03-12
Merge pull request #4707 from Vexu/small-atomics
Andrew Kelley
2020-03-12
std/os/uefi: file protocol improvements
Nick Erdmann
2020-03-12
std/os/uefi: status reform
Nick Erdmann
2020-03-12
std/os/uefi: device path protocol improvements
Nick Erdmann
2020-03-12
std/os/uefi: Add shell parameters protocol
Nick Erdmann
2020-03-12
std/os/uefi: loaded image protocol improvements
Nick Erdmann
2020-03-12
std/os/uefi: require guid output function be comptime
Nick Erdmann
2020-03-12
std/os/uefi: boot services and runtime services improvements
Nick Erdmann
2020-03-12
add note to disabled tests, improve comptime cmpxchg
Vexu
2020-03-12
Address review comments
LemonBoy
2020-03-12
Replace fmt with new fmtstream
Benjamin Feng
2020-03-12
Slap in workaround for Fifo
Benjamin Feng
2020-03-12
Handle potential downcast when translating stream size
Benjamin Feng
2020-03-12
Convert fmt.bufPrint / fmt.allocPrint
Benjamin Feng
2020-03-12
Convert Buffer to use fmtstream
Benjamin Feng
2020-03-12
Convert JSON to fmtstream
Benjamin Feng
2020-03-12
Convert builtin to fmtstream
Benjamin Feng
2020-03-12
Integrated outstreams with new formatter
Benjamin Feng
2020-03-12
Force error coercion of custom formatters
Benjamin Feng
2020-03-12
Fixup allocPrint
Benjamin Feng
2020-03-12
Add back max_depth test
Benjamin Feng
2020-03-12
Apply explicit error type
Benjamin Feng
2020-03-12
Re-enable a bunch of tests
Benjamin Feng
2020-03-12
Re-enable testFmt
Benjamin Feng
2020-03-12
Get formatIntBuf working
Benjamin Feng
2020-03-12
Blind translation
Benjamin Feng
2020-03-12
Copy fmtstream
Benjamin Feng
2020-03-12
std: Add setEndPos to fs.file
LemonBoy
2020-03-12
std: Fix pwrite invocation on 32bit architectures
LemonBoy
2020-03-12
fix bug
Heppokoyuki
2020-03-11
Merge pull request #4714 from mikdusan/target
Andrew Kelley
2020-03-11
Merge pull request #4713 from Heppokoyuki/uefi-file-protocols
Andrew Kelley
2020-03-11
update/apply CPU features when -mcpu native
Michael Dusan
2020-03-11
windows: detect HANDLE_EOF in ReadFile
Andrew Kelley
2020-03-11
fix regressions in elf parsing code
Andrew Kelley
2020-03-11
FixedBufferStream: match file semantics more by clamping pos
Andrew Kelley
2020-03-11
Merge remote-tracking branch 'origin/master' into io-stream-iface
Andrew Kelley
2020-03-11
add std.io.StreamSource and fixes to emitRaw
Andrew Kelley
2020-03-11
fix compilation errors for emitRaw
Andrew Kelley
2020-03-11
Merge pull request #4709 from LemonBoy/implement-2096
Andrew Kelley
2020-03-11
fix footguns in File readAll functions
Andrew Kelley
2020-03-12
refactor
Heppokoyuki
2020-03-12
add file protocols
Heppokoyuki
2020-03-11
Move abi size checking to codegen
Vexu
2020-03-10
rework some old ELF parsing code and start to fix emitRaw
Andrew Kelley
[next]