aboutsummaryrefslogtreecommitdiff
path: root/lib/std/target.zig
AgeCommit message (Expand)Author
2020-09-04Added .pe ObjectFormatAlexandros Naskos
2020-09-04Completed basic PE linker for stage2Alexandros Naskos
2020-08-31zig fmt: Remove dynamic stack from auto-indenting-streamLachlan Easton
2020-08-24Fix & update windows version stuff (#6157)Rocknest
2020-08-23Fix unused argument error when formatting std.TargetLiterallyVoid
2020-08-22stage2: clean up SPU Mk II codeAndrew Kelley
2020-08-22Targets: add SPU Mark II architectureNoam Preil
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-11copy_file_range linux syscall (#6010)Maciej Walczak
2020-07-23self-hosted: AST flattening, astgen improvements, result locations, and moreAndrew Kelley
2020-07-12CBE: Make C an ObjectFormat instead of a special bool (#5849)pixelherodev
2020-07-12Merge pull request #5846 from Vexu/anytypeAndrew Kelley
2020-07-11run zig fmt on std lib and self hostedVexu
2020-07-11use typeInfo instead of hardcoded tables in std.TargetVexu
2020-07-05add doc comment for std.Target.Os.WindowsVersionAndrew Kelley
2020-07-05added custom format method for WindowsVersionemekoi
2020-05-01link: introduce the concept of output mode and link modeAndrew Kelley
2020-04-28std.meta.IntType -> std.meta.IntTadeo Kondrak
2020-04-28@Vector -> std.meta.VectorTadeo Kondrak
2020-04-21ir: analyze int castingAndrew Kelley
2020-04-07fix compile errors in some std.Target functionsAndrew Kelley
2020-04-05std: Delete a hack in the feature set codeLemonBoy
2020-04-01std: don't return sentinel slices from cross_target functionsdaurnimator
2020-03-07Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-06cleanup CPU model & feature detectionAndrew Kelley
2020-03-04Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-04zig is now aware of DragonflyBSD versionsAndrew Kelley
2020-03-03Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-29add CrossTarget.getObjectFormatAndrew Kelley
2020-02-29std.Target.standardDynamicLinkerPath: delete bad doc commentAndrew Kelley
2020-02-28std.Target.Os.WindowsVersion: non-exhaustive enumAndrew Kelley
2020-02-28dynamic_linker becomes a field of std.zig.CrossTargetAndrew Kelley
2020-02-28remove special darwin os version min handlingAndrew Kelley
2020-02-28stage1: make get_native_target go through self-hostedAndrew Kelley
2020-02-28std.zig.system.NativeTargetInfo.detect: almost no AllocatorAndrew Kelley
2020-02-28getStandardDynamicLinkerPath renamed and no allocatorAndrew Kelley
2020-02-28WASI has no dynamic linkerAndrew Kelley
2020-02-28mips: implement Target.getStandardDynamicLinkerPathAndrew Kelley
2020-02-28separate std.Target and std.zig.CrossTargetAndrew Kelley
2020-02-28update std lib to new Target APIAndrew Kelley
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-28restructuring std.Target for OS version ranges, pass 1Andrew Kelley
2020-02-25Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-24remove uses of `@ArgType` and `@IntType`Vexu
2020-02-21std.Target.parse gives parsing diagnosticsAndrew Kelley
2020-02-21fix std.Target unit testsAndrew Kelley
2020-02-20support -mcpu=baseline, both in stage1 and stage2Andrew Kelley
2020-02-20arm: clarify which CPU features are sub-architecturesAndrew Kelley
2020-02-19fix unit test for Target.parseAndrew Kelley
2020-02-19this is not the proper way to support this featureAndrew Kelley