aboutsummaryrefslogtreecommitdiff
path: root/lib/std/zig.zig
AgeCommit message (Expand)Author
2024-11-06Provide a detailed message for invalid arch in target triple (#21921)Daniel Hooper
2024-09-23std.Target: Remove Cpu.Arch.dxil and ObjectFormat.dxcontainer.Alex Rønne Petersen
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-11std.Target: Add goff and xcoff to ObjectFormat.Alex Rønne Petersen
2024-07-20move std.zig.fatal to std.process.fatalAndrew Kelley
2024-06-15compiler: move LazySrcLoc out of stdmlugg
2024-06-13std: Convert deprecated aliases to compile errors and fix usagesRyan Liptak
2024-06-02Replace YES_COLOR with CLICOLOR_FORCECarl Åstholm
2024-05-27std.debug.Trace: follow the struct default field guidanceAndrew Kelley
2024-04-07std.zig.fmtId: conditionally escape primitives/`_`Carl Åstholm
2024-03-30Update uses of `@fieldParentPtr` to use RLSJacob Young
2024-03-19extract std.posix from std.osAndrew Kelley
2024-03-11std.builtin: make link mode fields lowercaseTristan Ross
2024-03-10improve documentation in stdAndrew Kelley
2024-02-27move `zig libc` command to be lazily builtAndrew Kelley
2024-02-26std.zig: don't try to unit test a separate exeAndrew Kelley
2024-02-26compiler: JIT zig fmtAndrew Kelley
2024-02-26move AstGen to std.zig.AstGenAndrew Kelley
2024-02-26rearrange std.zigAndrew Kelley
2024-02-26move Zir to std.zig.ZirAndrew Kelley
2024-02-26move Zcu.LazySrcLoc to std.zig.LazySrcLocAndrew Kelley
2024-02-04Zir: store extra source hashes required for incrementalmlugg
2024-01-01std.Target.Query: remove deprecated APIAndrew Kelley
2024-01-01rename std.zig.CrossTarget to std.Target.QueryAndrew Kelley
2024-01-01fix std lib testsAndrew Kelley
2024-01-01zig build system: change target, compilation, and module APIsAndrew Kelley
2023-11-24frontend: move AstRlAnnotate to std.zig namespaceMeghan Denny
2023-11-24frontend: move BuiltinFn to std.zig namespaceMeghan Denny
2023-10-08make Package.Path support string escape formattingAndrew Kelley
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-17std: replace builtin.Version with SemanticVersionr00ster91
2023-03-15integrate the build runner and the compiler serverAndrew Kelley
2023-03-15progress towards semantic error serializationAndrew Kelley
2023-02-03introduce ZON: Zig Object NotationAndrew Kelley
2022-12-13std: add object format extension for dxcontainerMeghan
2022-11-18fmt: canonicalize identifiersStevie Hryciw
2022-11-16fix Nvptx backend outputing files at the top level of zig-cacheGuillaume Wenzek
2022-09-13validate number literals in AstGenVeikka Tuominen
2022-08-29Merge remote-tracking branch 'origin/master' into llvm15Andrew Kelley
2022-08-18std.Target gains ObjectFormat fieldAndrew Kelley
2022-07-31update Target, CPU, OS, ABI, etc. to LLVM 15Andrew Kelley
2022-07-10Compilation: do not repeat same source line for notesVeikka Tuominen
2022-03-02stage2 parser: UTF-8 encode \u{NNNNNN} escape sequencesCody Tapscott
2022-02-05stage2: add support for Nvptx targetgwenzek
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-09-07plan9: change output executable nameJacob G-W
2021-09-01rename std.zig.ast to std.zig.Ast; use top-level fieldsAndrew Kelley
2021-09-01std: reorganization that allows new usingnamespace semanticsAndrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley