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
2022-09-11
chore: Remove unused constants
Shane Kennedy
2022-09-11
Compilation: handle system C compiler not found
Andrew Kelley
2022-09-09
Merge pull request #12788 from ziglang/detect-native-glibc
Andrew Kelley
2022-09-09
std.zig.system.NativeTargetInfo: more headroom for libc.so.6 .dynstr
Andrew Kelley
2022-09-09
std.os.uefi: mark BlockIoProtocol and EfiBlockMedia as public
Yusuf Bham
2022-09-09
Merge pull request #12772 from ziglang/coff-basic-imports
Jakub Konka
2022-09-09
std.zig.system.NativeTargetInfo: add fallback check
Andrew Kelley
2022-09-08
std.zig.system.NativeTargetInfo: restore symlink logic
Andrew Kelley
2022-09-08
std.zig.system.NativeTargetInfo: handle missing DT_RUNPATH
Andrew Kelley
2022-09-08
stage2: fix building for 32-bit targets
Andrew Kelley
2022-09-08
std.zig.system.NativeTargetInfo: detection ignores self exe
Andrew Kelley
2022-09-08
std.zig.system.NativeTargetInfo: improve glibc version detection
Andrew Kelley
2022-09-08
wasm: temporarily save curr file pointer before pwriting on Win
Jakub Konka
2022-09-08
NativeTargetInfo.zig: fix typo
Martin Stuurwold
2022-09-07
revert part of 945111ae92c28f8ad642a64af4dc83acd3bef4a5
Jakub Konka
2022-09-07
enable testing of x86_64-windows-gnu using self-hosted backend and linker
Jakub Konka
2022-09-07
libstd: use windows.GetStdHandle() with stage2_x86_64 backend for now
Jakub Konka
2022-09-07
x86_64: implement Windows x64 calling convention
Jakub Konka
2022-09-07
coff: re-enable default entrypoint for Windows
Jakub Konka
2022-09-07
std.simd: change T to u16
Dan Ellis Echavarria
2022-09-04
Fix #12440: std.math.big.Rational order/orderAbs
Yujiri
2022-09-02
zig fmt: don't delete container doc comments
yujiri8
2022-09-02
zig fmt: remove trailing comma at the end of assembly clobber
riChar
2022-09-01
Add AFNOSUPPORT error to bind (#12560)
John Schmidt
2022-08-31
coff: add import table definitions
Jakub Konka
2022-08-31
Using `comptime level.asText()` in log example
Hashi364
2022-08-31
translate-c: promote large integer macros to unsigned long long if necessary
Evan Haas
2022-08-30
std.Thread: fix freeAndExit on x86_64-linux (#12693)
biexelar
2022-08-30
coff: add base relocation related types
Jakub Konka
2022-08-30
coff: move Symtab and Strtab out of coff.Coff
Jakub Konka
2022-08-30
Merge pull request #12677 from ziglang/coff-linker
Jakub Konka
2022-08-30
Merge pull request #12662 from wsengir/coff-fix
Jakub Konka
2022-08-30
std.rand: make weightedIndex proportions param a const slice
Veikka Tuominen
2022-08-30
coff: fallback to _start as default entry point for now
Jakub Konka
2022-08-30
coff: add missing bits required for minimal PE example
Jakub Konka
2022-08-30
coff: write headers to file
Jakub Konka
2022-08-30
coff: reorganize the linker
Jakub Konka
2022-08-30
start: allow for explicitly defined entry point for Win
Jakub Konka
2022-08-28
coff: publicize and flesh out more image constants
William Sengir
2022-08-28
std.random: add weightedIndex function
Justin Whear
2022-08-28
coff: fix reading COFF header offset
William Sengir
2022-08-27
Sema: add error for non-comptime param in comptime func
antlilja
2022-08-26
openbsd: fix sigcontext struct and avoid defining fxsave64
Sébastien Marie
2022-08-26
coff: do not pull in std.log into coff.zig definitions
Jakub Konka
2022-08-26
copy_file_range: fix zigification of TXTBSY
Motiejus Jakštys
2022-08-24
stage2: explicitly tagged enums no longer have one possible value
Andrew Kelley
2022-08-24
docs: remove confusion about align[For|Back]ward
Jonas Gollenz
2022-08-24
fix coff.zig with const qualifier convert problem
max
2022-08-24
pthread_key_create: make it build with stage2
Sébastien Marie
2022-08-24
Merge pull request #12574 from Vexu/remove-bit-op-type-param
Andrew Kelley
[next]