aboutsummaryrefslogtreecommitdiff
path: root/lib/std/builtin.zig
AgeCommit message (Expand)Author
2022-02-05stage2: add support for Nvptx targetgwenzek
2022-02-01stage1: avoid anytype fields for type infoAndrew Kelley
2022-02-01Merge pull request #10742 from ziglang/ArrayHashMapEqlAndrew Kelley
2022-01-31stage1: remove the `data` field from TypeInfo.DeclarationAndrew Kelley
2022-01-31std: make ArrayHashMap eql function accept an additional paramAndrew Kelley
2022-01-24stage2: type system treats fn ptr and body separatelyAndrew Kelley
2022-01-18stage2: implement `@prefetch`Andrew Kelley
2022-01-18Revert "stage2: implement `@prefetch`"Andrew Kelley
2022-01-17remove `zig_is_stage2` from `@import("builtin")`Andrew Kelley
2022-01-15stage2: implement `@prefetch`Andrew Kelley
2022-01-13std/builtin: improve panic handler for uefififty-six
2022-01-04std.builtin: remove deprecated globalsAndrew Kelley
2022-01-04stage2: introduce std.builtin.CompilerBackendAndrew Kelley
2021-12-26Sema: improve non-exhaustive enum supportAndrew Kelley
2021-12-10AstGen: implement @prefetch() builtinIsaac Freund
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-11-19std.builtin.StackTrace: format() workaround on freestandingAndrew Kelley
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-28improve panic hierarchy by always using builtin.panicrgreenblatt
2021-09-20Address Spaces: Yeet address space on function prototypesRobin Voetter
2021-09-20Address Spaces: Pointer and function info in @TypeRobin Voetter
2021-09-20Address Spaces: x86 segment address spaces in builtinRobin Voetter
2021-09-20Address Spaces: Sema basicsRobin Voetter
2021-09-20Address spaces: AstGenRobin Voetter
2021-09-01std: reorganization that allows new usingnamespace semanticsAndrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-23Update comment: s/var/anytype/ (#9611)Nguyễn Gia Phong
2021-08-20stage2: field type expressions support referencing localsAndrew Kelley
2021-08-20Fix issue where root.os.panic could returnrgreenblatt
2021-08-06Update all usages of mem.split/mem.tokenize for generic versionRyan Liptak
2021-07-07std.builtin.panic: simpler default panic for stage2Andrew Kelley
2021-06-30Add support for WASI reactor in pure Zig-exe. (#9178)Takeshi Yoneda
2021-06-21fix code broken from previous commitJacob G-W
2021-05-10stage2: type declarations ZIR encode AnonNameStrategyAndrew Kelley
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-05-05Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-03std/builtin: add missing comma to CallingConventionlithdew
2021-05-03x/os, x/net: re-approach `Address`, rename namespace `TCP -> tcp`lithdew
2021-04-28Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
2021-04-08callconv: add SysVSreehari S
2021-02-10stage1: switch from inline fn to callconv(.Inline)Tadeo Kondrak
2021-01-30Replace @TagType uses, mostly with std.meta.TagTadeo Kondrak
2021-01-02std: Use {s} instead of {} when printing stringsLemonBoy
2020-12-31Year++Frank Denis
2020-11-20stage1: Initial implementation of @externLemonBoy
2020-11-19Add builtin.Signedness, use it instead of is_signedTadeo Kondrak