index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
codegen
/
sanitizer
Age
Commit message (
Expand
)
Author
Lines
2025-07-22
Rename `tests/codegen` into `tests/codegen-llvm`
Guillaume Gomez
-2203
/
+0
2025-07-16
add `codegen_instance_attrs` query
Folkert de Vries
-6
/
+6
2025-07-16
fix `-Zsanitizer=kcfi` on `#[naked]` functions
Folkert de Vries
-0
/
+47
2025-06-22
Fix tests to drop now-skipped codegen
Mark Rousskov
-5
/
+9
2025-04-05
KCFI: Add KCFI arity indicator support
Ramon de C Valle
-0
/
+19
2025-03-17
Rollup merge of #138349 - 1c3t3a:external-weak-cfi, r=rcvalle
Matthias Krüger
-0
/
+24
2025-03-17
Emit function declarations for functions with #[linkage="extern_weak"]
Bastian Kersting
-0
/
+24
2025-03-11
Implement `#[define_opaque]` attribute for functions.
Oli Scherer
-73
/
+61
2025-02-24
tests: use minicore more
David Wood
-82
/
+39
2024-11-23
Rollup merge of #127483 - BertalanD:no_sanitize-global-var, r=rcvalle
许杰友 Jieyou Xu (Joe)
-0
/
+10
2024-11-11
CFI: Append debug location to CFI blocks
Bastian Kersting
-0
/
+19
2024-11-02
Allow disabling ASan instrumentation for globals
Daniel Bertalan
-0
/
+10
2024-10-24
Rollup merge of #130225 - adetaylor:rename-old-receiver, r=wesleywiser
Stuart Cook
-2
/
+2
2024-10-23
Set `signext` or `zeroext` for integer arguments on LoongArch64
Asuna
-2
/
+2
2024-10-22
Rename Receiver -> LegacyReceiver
Adrian Taylor
-2
/
+2
2024-08-29
riscv64imac: allow shadow call stack sanitizer
Ding Xiang Fei
-0
/
+17
2024-08-21
Add missing module flags for CFI and KCFI sanitizers
Sami Tolvanen
-0
/
+52
2024-08-09
unconditionally allow shadow call-stack for AArch64 whenever fixed-x18 is app...
Ding Xiang Fei
-0
/
+19
2024-07-25
Let InstCombine remove Clone shims inside Clone shims
Ben Kimock
-0
/
+1
2024-06-12
Require any function with a tait in its signature to actually constrain a hid...
Oli Scherer
-63
/
+73
2024-06-07
Fix codegen test
Oli Scherer
-3
/
+3
2024-05-31
Run rustfmt on `tests/codegen/`.
Nicholas Nethercote
-317
/
+321
2024-05-28
Bless codegen test
Oli Scherer
-21
/
+23
2024-05-11
fix few typo in filecheck annotations
klensy
-1
/
+1
2024-04-24
Fix tests and bless
Gary Guo
-1
/
+1
2024-04-06
Rollup merge of #123525 - maurer:no-id-dyn2, r=compiler-errors
Matthias Krüger
-21
/
+21
2024-04-05
CFI: Don't rewrite ty::Dynamic directly
Matthew Maurer
-21
/
+21
2024-04-04
CFI: Restore typeid_for_instance default behavior
Ramon de C Valle
-2
/
+2
2024-04-02
CFI: Switch sense of type erasure flag
Matthew Maurer
-2
/
+2
2024-03-29
Auto merge of #123071 - rcvalle:rust-cfi-fix-method-fn-ptr-cast, r=compiler-e...
bors
-0
/
+22
2024-03-27
CFI: Fix methods as function pointer cast
Ramon de C Valle
-0
/
+22
2024-03-27
CFI: Fix drop and drop_in_place
Ramon de C Valle
-0
/
+29
2024-03-22
CFI: Support self_cell-like recursion
Matthew Maurer
-0
/
+16
2024-03-21
CFI: Skip non-passed arguments
Matthew Maurer
-32
/
+32
2024-03-14
CFI: Break tests into smaller files
Ramon de C Valle
-606
/
+759
2024-03-01
Add initial support for DataFlowSanitizer
Ramon de C Valle
-0
/
+10
2024-02-27
CFI: Don't compress user-defined builtin types
Ramon de C Valle
-0
/
+25
2024-02-22
[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives
许杰友 Jieyou Xu (Joe)
-123
/
+123
2023-12-07
CFI: Add char to CFI integer normalization
Ramon de C Valle
-57
/
+20
2023-11-21
Update the minimum external LLVM to 16.
Dario Nieuwenhuis
-2
/
+0
2023-10-17
Automatically enable cross-crate inlining for small functions
Ben Kimock
-8
/
+8
2023-09-22
Fix test on targets with crt-static default
Tomasz Miąsko
-10
/
+14
2023-09-11
Use no_core for KCFI tests to exercise them in CI
Tomasz Miąsko
-1
/
+12
2023-08-29
Preserve `___asan_globals_registered` symbol during LTO.
Lukasz Anforowicz
-0
/
+43
2023-08-24
Fix CFI: f32 and f64 are encoded incorrectly for c
Ramon de C Valle
-6
/
+6
2023-07-29
Fix sanitizer tests depending on filename
Jubilee Young
-54
/
+54
2023-07-29
tests/codegen/sanitizer{-,_}* -> sanitizer/*
Jubilee Young
-0
/
+1756