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
/
mingw.zig
Age
Commit message (
Expand
)
Author
2023-03-15
compiler: update function accepts a std.Progress.Node
Andrew Kelley
2023-03-15
progress towards semantic error serialization
Andrew Kelley
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-13
move the cache system from compiler to std lib
Andrew Kelley
2023-01-31
mingw: repair msvcrt-os build flags
praschke
2022-12-28
mingw: add missing vscprintf.c file
Andrew Kelley
2022-12-10
fix aarch64-windows-gnu libc
Andrew Kelley
2022-11-22
Cache: introduce prefixes to manifests
Andrew Kelley
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-10-11
mingw-w64: pass -D__USE_MINGW_ANSI_STDIO=0 for crt files
Andrew Kelley
2022-10-11
stage2: update mingw-w64 build logic to v10.0.0
Andrew Kelley
2022-10-11
update mingw-w64 crt files to v10.0.0
Andrew Kelley
2022-08-30
avoid exposing supportsTailCall in the standard library
Andrew Kelley
2022-08-25
add ability to pass force undefined symbols to the linker
Jakub Konka
2022-04-29
std: Do not allocate the result for ChildProcess.init
Jimmi Holst Christensen
2022-02-06
Avoid depending on child process execution when not supported by host OS
Cody Tapscott
2022-01-07
lint: duplicate import (#10519)
Meghan
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: stage 1 and 2 building
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-15
pre-merge cleanups
Andrew Kelley
2021-11-15
build: workaround link error with LTO and mingw
xavier
2021-11-15
mingw-w64: add missing file frexp.c to mingwex.lib
J.C. Moyer
2021-09-19
Update all ensureCapacity calls to the relevant non-deprecated version
Ryan Liptak
2021-09-15
Added implementation for _fseeki64 and _ftelli64 from mingw-w64 9.0.0 (#9402)...
Michal Ziulek
2021-09-07
changes to build zig-bootstrap aarch64-windows
Jonathan Marler
2021-09-07
Fix building aarch64-windows-gnu by adding missing libc files and compiler_rt...
Jonathan Marler
2021-08-21
mingw.zig: fix logic to add crt sources
Jonathan Marler
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-01-22
stage2: add missing frexpl.c to mingw c source file list
Andrew Kelley
2021-01-06
stage2: rename and move files related to LLVM backend
Timon Kruiper
2021-01-02
stage2: Use {s} instead of {} when formatting strings
LemonBoy
2020-12-28
stage2: rename llvm.zig to llvm_bindings.zig
Timon Kruiper
2020-12-24
stage2: re-use compiler runtime libs across opt modes and strip flag
Andrew Kelley
2020-11-05
Fixed mingw-w64 8.0.0 compilation
Alexandros Naskos
2020-11-05
Updated mingw-w64 to version 8.0.0
Alexandros Naskos
2020-10-01
stage2: Add missing defines for building dllcrt2.o
LemonBoy
2020-09-29
mingw: better -D arg for processing def.in files
Andrew Kelley
2020-09-28
stage2: building DLL import lib files
Andrew Kelley
2020-09-28
stage2: building mingw-w64 and COFF LDD linking
Andrew Kelley