aboutsummaryrefslogtreecommitdiff
path: root/lib/std/builtin.zig
AgeCommit message (Expand)Author
2024-02-09Merge pull request #18875 from ziglang/macho-zo-dwarfJakub Konka
2024-02-09Merge pull request #18712 from Vexu/std.optionsAndrew Kelley
2024-02-08builtin: enable panic handler on self-hosted machoJakub Konka
2024-02-05spirv: basic shader supportAli Chraghi
2024-02-01remove std.io.ModeVeikka Tuominen
2024-01-21langref: make more consistentAndrew Kelley
2024-01-07Make `@typeInfo` return null-terminated stringsCarl Åstholm
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-25builtin: implement `default_panic` for `plan9`Jacob Young
2023-10-25x86_64: pass more testsJacob Young
2023-08-24std.os.uefi: reorganize namespacesAndrew Kelley
2023-07-31std: finish cleanup up asmJacob Young
2023-07-25make `@typeInfo` not return private declsJacob G-W
2023-07-11Merge pull request #15775 from r00ster91/newlinesAndrew Kelley
2023-07-01Merge pull request #16287 from Snektron/amdgpu-panic-fixAndrew Kelley
2023-07-01std: make panic and abort for amdhsa call trapRobin Voetter
2023-07-01spirv: enable simplified default panic handlerRobin Voetter
2023-06-27addrspace: small cleanupsr00ster91
2023-06-27std.builtin.StackTrace: don't print extra newline after stack tracer00ster91
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-17std: replace builtin.Version with SemanticVersionr00ster91
2023-06-13std.builtin: remove `TypeInfo` and `Type.FnArg` (deprecated in 0.10)Eric Joldasov
2023-06-10remove the kludges from std.builtinAndrew Kelley
2023-06-10stage2: move function types to InternPoolAndrew Kelley
2023-06-10stage2: move enum tag values into the InternPoolAndrew Kelley
2023-06-10std.builtin.AddressSpace: allocate one more bit to this enumAndrew Kelley
2023-06-10std.builtin: give some enums integer typesAndrew Kelley
2023-06-03Merge pull request #15579 from squeek502/mem-delimitersAndrew Kelley
2023-05-24std: Move std.debug.{TTY.Config,detectTTYConfig} to std.io.ttyLinus Groh
2023-05-16add runtime safety for noreturn function returningVeikka Tuominen
2023-05-13Update all std.mem.split calls to their appropriate functionRyan Liptak
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-04-30std: fix a bunch of typosLinus Groh
2023-04-29std.builtin.CallModifier: add missing wordr00ster91
2023-04-26enable debugging infrastructure when using C backendAndrew Kelley
2023-04-25update `@memcpy` to require equal src and dest lensAndrew Kelley
2023-04-23Improvements to docs and textzooster
2023-04-09amdgpu,nvptx: unify kernel calling conventionsRobin Voetter
2023-02-18Sema: implement for_lenAndrew Kelley
2023-01-31update build.zig API usageAndrew Kelley
2023-01-04Sema: implement AVR address spacesMaciej 'vesim' Kuliński
2022-12-18Merge pull request #13914 from Vexu/variadicAndrew Kelley
2022-12-18std.builtin: remove layout field from Type.Enumr00ster91
2022-12-17std.builtin: rename Type.UnionField and Type.StructField's field_type to typer00ster91
2022-12-17std.builtin: rename Type.Fn's args to paramsr00ster91
2022-12-17std.builtin: rename Type.Fn.Param's arg_type to typer00ster91
2022-12-17implement defining C variadic functionsVeikka Tuominen
2022-12-15std: make builtin.Type.{Int,Float}.bits a u16 instead of comptime_intMeghan
2022-12-15std.debug.TTY: Fix colors not resetting on WindowsRyan Liptak