COMMITS
/ lib/std/target.zig November 10, 2020
A
std.Target: bump default version max for macos
Andrew Kelley committed
October 24, 2020
K
Add sparc64-specific values for the various SA_ and SIG_ constants
Koakuma committed
August 29, 2020
K
Use correct names for generic SPARC targets
Koakuma committed
August 28, 2020
K
Add pipe(2) support
Koakuma committed
October 22, 2020
A
Merge pull request #6743 from LemonBoy/someppc64stuff
Andrew Kelley committed
October 19, 2020
L
std: Implement featureSetHasAny/featureSetHasAll
LemonBoy committed
L
std: Minor changes to startup code
LemonBoy committed
October 18, 2020
A
Merge branch 'openbsd-minimal' of https://github.com/semarie/zig into semarie-openbsd-minimal
Andrew Kelley committed
October 17, 2020
S
Merge branch 'master' into openbsd-minimal
Sebastien Marie committed
J
Make std.meta.Int accept a signedness parameter
Jan Prudil committed
September 28, 2020
T
std: move std.meta.refAllDecls to std.testing
Tadeo Kondrak committed
October 15, 2020
A
getExternalExecutor fixups regarding dynamic linker
Andrew Kelley committed
October 13, 2020
A
Merge remote-tracking branch 'origin/master' into llvm11
Andrew Kelley committed
October 12, 2020
V
Rename .macosx to .macos
Vignesh Rajagopalan committed
October 11, 2020
S
add minimal openbsd support
Sébastien Marie committed
September 30, 2020
A
Merge remote-tracking branch 'origin/master' into llvm11
Andrew Kelley committed
September 29, 2020
A
update wasm to use ".o.wasm" extension for objects
Andrew Kelley committed
A
stage2: WASM LLD linking
Andrew Kelley committed
A
`zig test` and `zig run` do not try to run foreign binaries
Andrew Kelley committed
September 14, 2020
A
stage2: caching system integration & Module/Compilation splitting
Andrew Kelley committed
September 8, 2020
A
stage2: more progress moving `zig cc` to stage2
Andrew Kelley committed
September 7, 2020
A
Merge remote-tracking branch 'origin/master' into llvm11
Andrew Kelley committed
September 4, 2020
A
Merge remote-tracking branch 'origin/master' into llvm11
Andrew Kelley committed
A
Added .pe ObjectFormat
Alexandros Naskos committed
September 3, 2020
A
Completed basic PE linker for stage2
Alexandros Naskos committed
August 31, 2020
L
zig fmt: Remove dynamic stack from auto-indenting-stream
Lachlan Easton committed
August 25, 2020
A
Merge remote-tracking branch 'origin/master' into llvm11
Andrew Kelley committed
August 24, 2020
R
Fix & update windows version stuff (#6157)
Rocknest committed
August 22, 2020
L
Fix unused argument error when formatting std.Target
LiterallyVoid committed
A
stage2: clean up SPU Mk II code
Andrew Kelley committed
August 21, 2020
N
Targets: add SPU Mark II architecture
Noam Preil committed
A
Merge remote-tracking branch 'origin/master' into llvm11
Andrew Kelley committed
August 20, 2020
A
add license header to all std lib files
Andrew Kelley committed
August 18, 2020
A
Merge remote-tracking branch 'origin/master' into llvm11
Andrew Kelley committed
August 11, 2020
M
copy_file_range linux syscall (#6010)
Maciej Walczak committed
August 5, 2020
A
update target CPU features from llvm 10 to 11rc1
Andrew Kelley committed
July 24, 2020
A
self-hosted: AST flattening, astgen improvements, result locations, and more
Andrew Kelley committed
July 13, 2020
P
CBE: Make C an ObjectFormat instead of a special bool (#5849)
pixelherodev committed
July 12, 2020
A
Merge pull request #5846 from Vexu/anytype
Andrew Kelley committed
July 11, 2020
V
run zig fmt on std lib and self hosted
Vexu committed
V
use typeInfo instead of hardcoded tables in std.Target
Vexu committed
July 5, 2020
A
add doc comment for std.Target.Os.WindowsVersion
Andrew Kelley committed
April 12, 2020
E
added custom format method for WindowsVersion
emekoi committed
April 29, 2020
A
link: introduce the concept of output mode and link mode
Andrew Kelley committed
T
std.meta.IntType -> std.meta.Int
Tadeo Kondrak committed
April 28, 2020
T
@Vector -> std.meta.Vector
Tadeo Kondrak committed
April 21, 2020
A
ir: analyze int casting
Andrew Kelley committed
April 7, 2020
A
fix compile errors in some std.Target functions
Andrew Kelley committed
March 14, 2020
L
std: Delete a hack in the feature set code
LemonBoy committed
March 7, 2020
D
std: don't return sentinel slices from cross_target functions
daurnimator committed