aboutsummaryrefslogtreecommitdiff
path: root/lib/std/valgrind
AgeCommit message (Expand)Author
2024-07-09std: fix typos (#20560)Jora Troosh
2024-03-26valgrind client request wrappers take const pointers (#19237)Prokop Randáček
2024-03-21std: promote tests to doctestsAndrew Kelley
2023-10-03valgrind.memcheck: fix makeMem*()Frank Denis
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-04-30std: fix a bunch of typosLinus Groh
2022-08-22std.valgrind.callgrind: fix string typeJustas Zabulionis
2021-08-24remove redundant license headers from zig standard libraryAndrew 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-04-22std: fix compile errors caught by stage2 AstGenAndrew Kelley
2020-12-31Year++Frank Denis
2020-08-20add license header to all std lib filesAndrew Kelley
2019-11-21string literals are now null terminatedAndrew Kelley
2019-11-17std: add a couple of tests to valgrind moduledaurnimator
2019-11-17std: fix missing @ptrToInt in valgrind.memcheckdaurnimator
2019-11-17std: fix use of old syntax in std.valgrind.memcheckdaurnimator
2019-11-17std: use enum literals in valgrind moduledaurnimator
2019-11-17std: fix outdated valgrind moduledaurnimator
2019-09-25mv std/ lib/Andrew Kelley