<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/codegen-llvm/sanitizer/cfi, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-08-21T09:08:00+00:00</updated>
<entry>
<title>-Zsanitize and -Zsanitizer-cfi-normalize-integers flags are now target modifiers with custom consistency check function</title>
<updated>2025-08-21T09:08:00+00:00</updated>
<author>
<name>Andrew Zhogin</name>
<email>andrew.zhogin@gmail.com</email>
</author>
<published>2025-03-20T05:43:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6d637dfeccd7d22523e584203e666535db878165'/>
<id>urn:sha1:6d637dfeccd7d22523e584203e666535db878165</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the no_sanitize attribute in favor of sanitize</title>
<updated>2025-08-18T08:45:28+00:00</updated>
<author>
<name>Bastian Kersting</name>
<email>bkersting@google.com</email>
</author>
<published>2025-06-18T13:47:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=95bdb34494ad795f552cab7a0eb7bfd2e98ef033'/>
<id>urn:sha1:95bdb34494ad795f552cab7a0eb7bfd2e98ef033</id>
<content type='text'>
This removes the #[no_sanitize] attribute, which was behind an unstable
feature named no_sanitize. Instead, we introduce the sanitize attribute
which is more powerful and allows to be extended in the future (instead
of just focusing on turning sanitizers off).

This also makes sanitize(kernel_address = ..) attribute work with
-Zsanitize=address

To do it the same as how clang disables address sanitizer, we now
disable ASAN on sanitize(kernel_address = "off") and KASAN on
sanitize(address = "off").

The same was added to clang in https://reviews.llvm.org/D44981.
</content>
</entry>
<entry>
<title>Prevent name collisions with internal implementation details</title>
<updated>2025-08-07T13:41:17+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2025-08-07T13:13:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6c02653c4a564a2a1509dc55bdec2e5b8f02bdd9'/>
<id>urn:sha1:6c02653c4a564a2a1509dc55bdec2e5b8f02bdd9</id>
<content type='text'>
The implementation of the linkage attribute inside extern blocks defines
symbols starting with _rust_extern_with_linkage_. If someone tries to
also define this symbol you will get a symbol conflict or even an ICE.
By adding an unpredictable component to the symbol name, this becomes
less of an issue.
</content>
</entry>
<entry>
<title>Rename `tests/codegen` into `tests/codegen-llvm`</title>
<updated>2025-07-22T12:28:48+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2025-07-21T12:34:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a27f3e3fd1e4d16160f8885b6b06665b5319f56c'/>
<id>urn:sha1:a27f3e3fd1e4d16160f8885b6b06665b5319f56c</id>
<content type='text'>
</content>
</entry>
</feed>
