index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
builtin.zig
Age
Commit message (
Expand
)
Author
2024-11-08
add storage_buffer address space
Robin Voetter
2024-11-02
std.builtin: Some minor fixes to CallingConvention doc comments.
Alex Rønne Petersen
2024-11-01
spirv: Uniform/PushConstant variables
Ali Cheraghi
2024-10-25
remove default field for `RiscvInterruptOptions.Mode`
David Rubin
2024-10-23
Merge pull request #21758 from kcbanner/dll_storage_class
Andrew Kelley
2024-10-22
Change `ExternOptions.dll_storage_class` to `is_dll_import`
kcbanner
2024-10-22
Add support for specifying `dll_storage_class` in @extern
kcbanner
2024-10-19
std.builtin.CallingConvention: remove deprecated RISC-V privilege mode
mlugg
2024-10-19
std.builtin.CallingConvention: include exact architecture tags in comments
mlugg
2024-10-19
std.builtin.CallingConvention: RISC-V `PrivilegeLevel` -> `PrivilegeMode`
mlugg
2024-10-19
std.builtin.CallingConvention: don't provide bogus `winapi` value
mlugg
2024-10-19
std.Target: rename `defaultCCallingConvention` and `Cpu.Arch.fromCallconv`
mlugg
2024-10-19
test: update for `CallingConvention` changes
mlugg
2024-10-19
std: update for new `CallingConvention`
mlugg
2024-10-19
compiler: introduce new `CallingConvention`
mlugg
2024-10-11
add loongarch valist support
YANG Xudong
2024-10-04
Adds new cpu architectures propeller1 and propeller2. (#21563)
Felix Queißner
2024-09-26
update safety test cases to new panic API
Andrew Kelley
2024-09-26
fix still calling std.builtin.panic sometimes
Andrew Kelley
2024-09-26
fixes and make sema report errors when std.builtin wrong
Andrew Kelley
2024-09-26
embrace panic helpers
Andrew Kelley
2024-09-26
work around riscv64 backend deficiencies
Andrew Kelley
2024-09-26
reintroduce the std.builtin safety panic helpers
Andrew Kelley
2024-09-26
delete the old panic stuff again
Andrew Kelley
2024-09-26
fixes for this branch
Andrew Kelley
2024-09-26
remove formatted panics
Andrew Kelley
2024-09-25
disallow non-scalar sentinel types
Andrew Kelley
2024-08-31
Merge pull request #21173 from mrjbq7/writeStackTrace
Andrew Kelley
2024-08-30
Merge pull request #21174 from alexrp/win-arm
Andrew Kelley
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-28
std.builtin: Define VaList for arm, armeb, and thumbeb too.
Alex Rønne Petersen
2024-08-27
compiler,lib,test,langref: migrate `@setCold` to `@branchHint`
mlugg
2024-08-27
compiler: implement `@branchHint`, replacing `@setCold`
mlugg
2024-08-22
std.builtin: removing unused arena allocator in StackTrace.format
John Benediktsson
2024-08-22
std.debug: remove allocator from std.debug.writeStackTrace()
John Benediktsson
2024-08-08
language: add module name field to `@src`
Andrew Kelley
2024-07-30
std.Target: Remove `sparcel` architecture tag.
Alex Rønne Petersen
2024-07-26
riscv: implement `ptr_slice_ptr_ptr`
David Rubin
2024-07-26
riscv: implement more operators
David Rubin
2024-07-22
std.builtin.panic(uefi): stack allocate panic message
Yusuf Bham
2024-07-22
std.builtin.panic(uefi): also output to con_out
Yusuf Bham
2024-05-11
riscv: back to hello world panics
David Rubin
2024-05-11
riscv: big rewrite to use latest liveness
David Rubin
2024-05-11
riscv: implement slices
David Rubin
2024-05-11
riscv: totally rewrite how we do loads and stores
David Rubin
2024-05-11
riscv: switch `default_panic` to use the message
David Rubin
2024-05-11
riscv: add a custom panic function
David Rubin
2024-05-11
riscv: implement basic branching
David Rubin
2024-05-11
riscv: implement `@abs`
David Rubin
2024-05-11
riscv: initial cleanup and work
David Rubin
[next]