aboutsummaryrefslogtreecommitdiff
path: root/lib/std/valgrind.zig
AgeCommit message (Expand)Author
2024-08-23port cachegrind.h to zig (#19241)Prokop Randáček
2024-07-03Rename nonSIMDCall* to nonSimdCall*Michael Bradshaw
2023-10-21Fix simple doc mistakes. (#17624)JustinWayland
2023-10-12Fix compilation failure in valgrind.zigKai Jellinghaus
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2022-11-19LLVM: add valgrind integration for x86 and aarch64Andrew Kelley
2022-11-19std: valgrind client request support for aarch64Mitchell Hashimoto
2022-11-04all: rename i386 to x86Ali Chraghi
2022-01-07lint: duplicate import (#10519)Meghan
2021-08-29zig fmt: respect trailing commas in inline assemblyjdmichaud
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-05-17std: update regarding std.builtin reorganizationAndrew Kelley
2021-04-22std: fix compile errors caught by stage2 AstGenAndrew Kelley
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
2021-01-22std: Update `test ""` to `test` where it makes senseLemonBoy
2020-12-31Year++Frank Denis
2020-08-20add license header to all std lib filesAndrew Kelley
2020-03-01short std.builtin enum literals in std libxackus
2019-12-08std.fmt.format: tuple parameter instead of var argsAndrew Kelley
2019-11-17std: add a couple of tests to valgrind moduledaurnimator
2019-11-17std: use enum literals in valgrind moduledaurnimator
2019-11-17std: fix outdated valgrind moduledaurnimator
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-09-25mv std/ lib/Andrew Kelley