aboutsummaryrefslogtreecommitdiff
path: root/lib/std/builtin.zig
AgeCommit message (Expand)Author
2024-11-08add storage_buffer address spaceRobin Voetter
2024-11-02std.builtin: Some minor fixes to CallingConvention doc comments.Alex Rønne Petersen
2024-11-01spirv: Uniform/PushConstant variablesAli Cheraghi
2024-10-25remove default field for `RiscvInterruptOptions.Mode`David Rubin
2024-10-23Merge pull request #21758 from kcbanner/dll_storage_classAndrew Kelley
2024-10-22Change `ExternOptions.dll_storage_class` to `is_dll_import`kcbanner
2024-10-22Add support for specifying `dll_storage_class` in @externkcbanner
2024-10-19std.builtin.CallingConvention: remove deprecated RISC-V privilege modemlugg
2024-10-19std.builtin.CallingConvention: include exact architecture tags in commentsmlugg
2024-10-19std.builtin.CallingConvention: RISC-V `PrivilegeLevel` -> `PrivilegeMode`mlugg
2024-10-19std.builtin.CallingConvention: don't provide bogus `winapi` valuemlugg
2024-10-19std.Target: rename `defaultCCallingConvention` and `Cpu.Arch.fromCallconv`mlugg
2024-10-19test: update for `CallingConvention` changesmlugg
2024-10-19std: update for new `CallingConvention`mlugg
2024-10-19compiler: introduce new `CallingConvention`mlugg
2024-10-11add loongarch valist supportYANG Xudong
2024-10-04Adds new cpu architectures propeller1 and propeller2. (#21563)Felix Queißner
2024-09-26update safety test cases to new panic APIAndrew Kelley
2024-09-26fix still calling std.builtin.panic sometimesAndrew Kelley
2024-09-26fixes and make sema report errors when std.builtin wrongAndrew Kelley
2024-09-26embrace panic helpersAndrew Kelley
2024-09-26work around riscv64 backend deficienciesAndrew Kelley
2024-09-26reintroduce the std.builtin safety panic helpersAndrew Kelley
2024-09-26delete the old panic stuff againAndrew Kelley
2024-09-26fixes for this branchAndrew Kelley
2024-09-26remove formatted panicsAndrew Kelley
2024-09-25disallow non-scalar sentinel typesAndrew Kelley
2024-08-31Merge pull request #21173 from mrjbq7/writeStackTraceAndrew Kelley
2024-08-30Merge pull request #21174 from alexrp/win-armAndrew Kelley
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-28std.builtin: Define VaList for arm, armeb, and thumbeb too.Alex Rønne Petersen
2024-08-27compiler,lib,test,langref: migrate `@setCold` to `@branchHint`mlugg
2024-08-27compiler: implement `@branchHint`, replacing `@setCold`mlugg
2024-08-22std.builtin: removing unused arena allocator in StackTrace.formatJohn Benediktsson
2024-08-22std.debug: remove allocator from std.debug.writeStackTrace()John Benediktsson
2024-08-08language: add module name field to `@src`Andrew Kelley
2024-07-30std.Target: Remove `sparcel` architecture tag.Alex Rønne Petersen
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