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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_codegen_llvm
/
src
/
declare.rs
Age
Commit message (
Expand
)
Author
Lines
2024-10-11
Use Default visibility for rustc-generated C symbol declarations
David Lattimore
-4
/
+3
2024-10-01
Replace -Z default-hidden-visibility with -Z default-visibility
David Lattimore
-10
/
+3
2024-09-17
Rename supertraits of `CodegenMethods`.
Nicholas Nethercote
-1
/
+1
2024-08-16
Add `warn(unreachable_pub)` to `rustc_codegen_llvm`.
Nicholas Nethercote
-8
/
+8
2024-08-07
codegen: better centralize function attribute computation
Ralf Jung
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-7
/
+7
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_codegen_llvm`.
Nicholas Nethercote
-0
/
+1
2024-04-08
sanitizers: Create the rustc_sanitizers crate
Ramon de C Valle
-20
/
+19
2024-04-04
CFI: Restore typeid_for_instance default behavior
Ramon de C Valle
-4
/
+2
2024-04-02
CFI: Switch sense of type erasure flag
Matthew Maurer
-2
/
+4
2024-03-27
CFI: Fix methods as function pointer cast
Ramon de C Valle
-26
/
+26
2024-03-25
Instance is Copy
Michael Goulet
-5
/
+5
2023-12-13
Add unstable `-Zdefault-hidden-visibility` cmdline flag for `rustc`.
Lukasz Anforowicz
-2
/
+2
2023-05-09
CFI: Fix SIGILL reached via trait objects
Ramon de C Valle
-17
/
+47
2023-05-03
Add cross-language LLVM CFI support to the Rust compiler
Ramon de C Valle
-3
/
+22
2022-12-08
Add LLVM KCFI support to the Rust compiler
Ramon de C Valle
-1
/
+6
2022-11-11
Improve generating Custom entry function
Ayush Singh
-0
/
+22
2022-09-28
Change `declare_cfn` to use the C visibility for all C ABI functions.
Dan Gohman
-1
/
+7
2022-09-28
Use the existing `set_visibility` function.
Dan Gohman
-1
/
+1
2022-09-28
Declare `main` as visibility hidden on targets that default to hidden.
Dan Gohman
-1
/
+5
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-1
/
+0
2022-07-23
Add fine-grained LLVM CFI support to the Rust compiler
Ramon de C Valle
-0
/
+8
2022-02-28
Remove LLVM attribute removal
Erik Desjardins
-10
/
+4
2022-02-26
Add LLVM attributes in batches instead of individually
Erik Desjardins
-4
/
+13
2021-12-29
Auto merge of #88354 - Jmc18134:hint-space-pauth-opt, r=nagisa
bors
-0
/
+1
2021-12-16
Remove `in_band_lifetimes` from `rustc_codegen_llvm`
LegionMammal978
-2
/
+2
2021-12-01
Review comments
Jamie Cunliffe
-4
/
+0
2021-12-01
Add codegen option for branch protection and pointer authentication on AArch64
James McGregor
-0
/
+5
2021-01-23
Make declare_cfn more flexible
Caleb Zulawski
-6
/
+18
2020-11-08
Collapse all uses of `target.options.foo` into `target.foo`
Vadim Petrochenkov
-1
/
+1
2020-10-15
Replace target.target with target and target.ptr_width with target.pointer_width
est31
-1
/
+1
2020-09-18
Remove DeclareMethods
khyperia
-8
/
+35
2020-08-30
mv compiler to compiler/
mark
-0
/
+95