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
/
src
/
libtsan.zig
Age
Commit message (
Expand
)
Author
2023-03-17
main: add debug option to dump unoptimized llvm ir
Jacob Young
2023-03-15
compiler: update function accepts a std.Progress.Node
Andrew Kelley
2023-03-15
progress towards semantic error serialization
Andrew Kelley
2022-08-19
stage2: implement stack protectors
Andrew Kelley
2022-01-02
stage2: fix path to cache artifacts in libcxx,
Andrew Kelley
2022-01-02
stage2: introduce CacheMode
Andrew Kelley
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: stage 1 and 2 building
Lee Cannon
2021-09-30
Merge remote-tracking branch 'origin/master' into llvm13
Andrew Kelley
2021-09-19
Update all ensureCapacity calls to the relevant non-deprecated version
Ryan Liptak
2021-08-16
update libcxx, libcxxabi, libunwind, and tsan to llvm 13 rc1
Andrew Kelley
2021-07-23
stage2: improvements towards `zig test`
Andrew Kelley
2021-06-09
CLI: remove --verbose-ast and --verbose-tokenize
Andrew Kelley
2020-12-24
stage2: re-use compiler runtime libs across opt modes and strip flag
Andrew Kelley
2020-12-24
stage2: fix Cache deadlock and build more of TSAN
Andrew Kelley
2020-12-24
WIP start adding support for TSAN
Andrew Kelley