aboutsummaryrefslogtreecommitdiff
path: root/lib/std/zig.zig
AgeCommit message (Expand)Author
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
2021-07-22add -femit-llvm-bc CLI option and implement itAndrew Kelley
2021-07-21remove 'pe' object formatAndrew Kelley
2021-07-08plan9 cleanupsAndrew Kelley
2021-07-08plan9 linker: remove panics and improve 64 bit supportJacob G-W
2021-07-08initial plan9 boilerplatejacob gw
2021-07-02stage2: improve compile errors from tokenizerAndrew Kelley
2021-06-26Export isValidId, remove pub on unexported functionsRobin Voetter
2021-06-14translate-c: move utility functions to a separate namespaceVeikka Tuominen
2021-05-20wasm: link dynamically by default when targeting wasmJakub Konka
2021-05-20cc,wasi: link compiled WASI libc with wasm-ldJakub Konka
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-04-26stage2: rewire the frontend driver to whole-file-zirAndrew Kelley
2021-04-09Merge pull request #8470 from ziglang/stage2-startAndrew Kelley
2021-04-09stage2: clean up pretty printing compile errorsAndrew Kelley
2021-04-08stage2: blaze the trail for std lib integrationAndrew Kelley
2021-03-16stage2: *WIP*: rework ZIR memory layout; overhaul source locationsAndrew Kelley
2021-02-11Merge remote-tracking branch 'origin/master' into ast-memory-layoutAndrew Kelley
2021-02-11stage2: start reworking Module/astgen for memory layout changesAndrew Kelley
2021-02-01Merge pull request #7827 from Snektron/spirv-setupAndrew Kelley
2021-01-22std: Update `test ""` to `test` where it makes senseLemonBoy
2021-01-19SPIR-V: Initial architecture definitions and setupRobin Voetter
2021-01-07remove z/Z format specifiersJonathan Marler
2020-12-31Year++Frank Denis
2020-10-17std: remove renderStringLiteral in favor of std.fmt specifierVexu
2020-10-15std: move std.meta.refAllDecls to std.testingTadeo Kondrak
2020-09-30fix incorrect dylib filename pattern in the previous commitAndrew Kelley
2020-09-30std.zig.binNameAlloc: take into account version for macos dylibsAndrew Kelley
2020-09-29update wasm to use ".o.wasm" extension for objectsAndrew Kelley
2020-09-29improve stage2 COFF LLD linkingAndrew Kelley
2020-09-28stage2: building mingw-w64 and COFF LDD linkingAndrew Kelley