aboutsummaryrefslogtreecommitdiff
path: root/lib/std/builtin.zig
AgeCommit message (Expand)Author
2024-07-26riscv: implement `ptr_slice_ptr_ptr`David Rubin
2024-07-26riscv: implement more operatorsDavid Rubin
2024-07-22std.builtin.panic(uefi): stack allocate panic messageYusuf Bham
2024-07-22std.builtin.panic(uefi): also output to con_outYusuf Bham
2024-05-11riscv: back to hello world panicsDavid Rubin
2024-05-11riscv: big rewrite to use latest livenessDavid Rubin
2024-05-11riscv: implement slicesDavid Rubin
2024-05-11riscv: totally rewrite how we do loads and storesDavid Rubin
2024-05-11riscv: switch `default_panic` to use the messageDavid Rubin
2024-05-11riscv: add a custom panic functionDavid Rubin
2024-05-11riscv: implement basic branchingDavid Rubin
2024-05-11riscv: implement `@abs`David Rubin
2024-05-11riscv: initial cleanup and workDavid Rubin
2024-05-09handle visionos target OS tag in the compilerJakub Konka
2024-03-19extract std.posix from std.osAndrew Kelley
2024-03-17AstGen: disallow alignment on function typesJacob Young
2024-03-11std.builtin: make atomic order fields lowercaseTristan Ross
2024-03-11std.builtin: make global linkage fields lowercaseTristan Ross
2024-03-11std.builtin: make float mode fields lowercaseTristan Ross
2024-03-11std.builtin: make link mode fields lowercaseTristan Ross
2024-03-11std.builtin: make container layout fields lowercaseTristan Ross
2024-03-10improve documentation in stdAndrew Kelley
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