Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
acd3cc8
Rollup merge of #144194 - estebank:const-traits, r=davidtwco
Zalathar Nov 3, 2025
87515cf
Rollup merge of #148232 - cuviper:ci-llvm-21, r=Mark-Simulacrum
Zalathar Nov 3, 2025
27db444
Rollup merge of #148240 - InvalidPathException:master, r=WaffleLapkin
Zalathar Nov 3, 2025
6fe02d4
Rollup merge of #148247 - bjorn3:minor_symbol_export_cleanup, r=Waffl…
Zalathar Nov 3, 2025
b4e98c6
Rollup merge of #148370 - estebank:outer-param, r=JonathanBrouwer
Zalathar Nov 3, 2025
4502d01
Auto merge of #148420 - Zalathar:rollup-1rrbzk7, r=Zalathar
bors Nov 3, 2025
cdce839
Auto merge of #147728 - Enselic:gdbt-check-typo, r=Zalathar
bors Nov 3, 2025
97d98dc
Auto merge of #148350 - scottmcm:slice-range-attributes, r=JonathanBr…
bors Nov 3, 2025
6251fce
Auto merge of #145314 - estebank:issue-135589-all, r=Nadrieril
bors Nov 4, 2025
03dcb3c
Rollup merge of #147925 - fneddy:fix_big_endian_GVN_tests, r=saethlin
Zalathar Nov 4, 2025
7e7ad35
Rollup merge of #148341 - jyn514:feature-unification, r=BoxyUwU
Zalathar Nov 4, 2025
454d582
Rollup merge of #148371 - yotamofek:pr/dogfood-trim-prefix-suffix, r=…
Zalathar Nov 4, 2025
0363567
Rollup merge of #148495 - ChrisDenton:path_is_empty, r=workingjubilee
Zalathar Nov 4, 2025
bd2d124
Rollup merge of #148502 - tshepang:rdg-sync, r=tshepang
Zalathar Nov 4, 2025
50f1478
Auto merge of #148507 - Zalathar:rollup-vvz4knr, r=Zalathar
bors Nov 5, 2025
11d4fc2
Auto merge of #148492 - pmur:murp/ppc-relax-r29-inlineasm, r=Amanieu
bors Nov 5, 2025
89b1276
Auto merge of #148516 - bjorn3:target_feature_parsing_improvements, r…
bors Nov 5, 2025
a4620ae
add realtime sanitizer
luca3s May 23, 2025
cf99215
Auto merge of #147641 - cjgillot:liveness-cache-strings, r=estebank
bors Nov 7, 2025
469a7f4
Auto merge of #147798 - Zalathar:uutils, r=jieyouxu
bors Nov 7, 2025
e700ae5
Auto merge of #147029 - neuschaefer:memchr-2.7.6, r=marcoieni
bors Nov 7, 2025
d20b238
Auto merge of #147935 - luca3s:add-rtsan, r=petrochenkov
bors Nov 8, 2025
9c354df
Rollup merge of #147024 - brad0:std_detect_openbsd_elf_aux_info, r=Ma…
matthiaskrgr Nov 8, 2025
82a1caf
Rollup merge of #147686 - vrtgs:non-zero-isolate, r=joboet
matthiaskrgr Nov 8, 2025
8864d37
Rollup merge of #148230 - fmease:rustdoc-highlight-tweaks, r=Guillaum…
matthiaskrgr Nov 8, 2025
442d7c1
Auto merge of #148691 - bjorn3:sync_cg_clif-2025-11-08, r=bjorn3
bors Nov 8, 2025
76409e8
Auto merge of #139558 - camelid:mgca-const-items, r=oli-obk,BoxyUwU
bors Nov 8, 2025
b3e6804
Auto merge of #148692 - matthiaskrgr:rollup-hryk71f, r=matthiaskrgr
bors Nov 9, 2025
bf80d41
Auto merge of #148660 - fmease:cross-crate-cfg, r=GuillaumeGomez
bors Nov 9, 2025
52a911b
Auto merge of #148435 - ZhongyaoChen:promote-riscv64a23-to-tier2, r=j…
bors Nov 9, 2025
1af2670
Prepare for merging from rust-lang/rust
invalid-email-address Nov 10, 2025
7f8d696
Merge ref '8401398e1f14' from rust-lang/rust
invalid-email-address Nov 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c5dabe8cf798123087d094f06417f5a767ca73e8
8401398e1f14a24670ee1a3203713dc2f0f8b3a8
2 changes: 1 addition & 1 deletion src/sanitizers.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ implementation:
[marked][sanitizer-attribute] with appropriate LLVM attribute:
`SanitizeAddress`, `SanitizeHWAddress`, `SanitizeMemory`, or
`SanitizeThread`. By default all functions are instrumented, but this
behaviour can be changed with `#[sanitize(xyz = "on|off")]`.
behaviour can be changed with `#[sanitize(xyz = "on|off|<other>")]`.

* The decision whether to perform instrumentation or not is possible only at a
function granularity. In the cases were those decision differ between
Expand Down
Loading