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
/
compiler
/
rustc_codegen_llvm
/
src
/
attributes.rs
Age
Commit message (
Expand
)
Author
Lines
2024-01-09
Rollup merge of #117744 - quininer:add-z-sync-uw, r=bjorn3
Matthias Krüger
-3
/
+4
2023-12-31
Add -Zuse-sync-unwind
quininer
-3
/
+4
2023-12-30
is_coroutine -> is_coroutine_or_closure
Michael Goulet
-1
/
+1
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-2
/
+2
2023-11-30
Add `-Zfunction-return={keep,thunk-extern}` option
Miguel Ojeda
-1
/
+11
2023-11-30
rustc_codegen_llvm: remove outdated count in comment
Miguel Ojeda
-1
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-2
/
+2
2023-08-18
Auto merge of #113814 - ChoKyuWon:master, r=davidtwco
bors
-1
/
+4
2023-08-18
Replace the \01__gnu_mcount_nc to LLVM intrinsic for ARM
ChoKyuWon
-1
/
+4
2023-07-30
inline format!() args up to and including rustc_codegen_llvm
Matthias Krüger
-1
/
+1
2023-07-27
Update the minimum external LLVM to 15
Josh Stone
-34
/
+28
2023-07-18
Add the `no-builtins` attribute to functions when `no_builtins` is applied at...
DianQK
-0
/
+4
2023-06-29
Avoid an unnecessary use of `SmallStr`.
Nicholas Nethercote
-3
/
+2
2023-05-26
Add SafeStack support to rustc
Wesley Wiser
-0
/
+3
2023-02-14
Add `kernel-address` sanitizer support for freestanding targets
Wesley Norris
-1
/
+1
2023-02-09
Emit basic XRay instrumentation attributes
Oleksii Lozovskyi
-0
/
+28
2023-02-09
Allow multiple instrumentation attributes
Oleksii Lozovskyi
-5
/
+5
2023-01-26
change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...
Kyle Matsuda
-1
/
+1
2023-01-26
replace usages of fn_sig query with bound_fn_sig
Kyle Matsuda
-1
/
+1
2022-12-25
Rollup merge of #105955 - Nilstrieb:no-trivial-opt-wrappers-we-have-field-acc...
Matthias Krüger
-3
/
+3
2022-12-20
Add `-Zno-jump-tables`
Miguel Ojeda
-0
/
+9
2022-12-20
Remove wrapper functions for some unstable options
Nilstrieb
-3
/
+3
2022-12-03
Mark naked functions as never inline in codegen_fn_attrs
Tomasz Miąsko
-7
/
+6
2022-11-09
Simplify existing Diagnostic implementations
SLASHLogin
-2
/
+5
2022-11-09
Port `MissingFeatures` and `TargetFeatureDisableOrEnable`
SLASHLogin
-8
/
+6
2022-11-09
Port SanitizerMemtagRequiresMte
SLASHLogin
-1
/
+2
2022-11-04
LLVM 16: Switch to using MemoryEffects
Tim Neumann
-3
/
+3
2022-09-09
Add inline-llvm option for disabling/enabling LLVM inlining
Yan Chen
-0
/
+4
2022-09-06
get_attr should check that no duplicates are allowed
yukang
-1
/
+2
2022-07-26
codegen: use new {re,de,}allocator annotations in llvm
Augie Fackler
-2
/
+49
2022-07-20
Add ShadowCallStack Support
Ivan Lozano
-0
/
+3
2022-07-18
Rollup merge of #98998 - workingjubilee:naked-means-no-clothes-enforcement-te...
Dylan DPC
-0
/
+6
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-4
/
+4
2022-07-06
Also stop emitting BTI prologues for naked functions
Jubilee Young
-0
/
+2
2022-07-06
Stop emitting CET prologues for naked functions
Jubilee Young
-0
/
+4
2022-05-10
only_local: always check for misuse
lcnr
-3
/
+2
2022-04-03
Replace every `String` in Target(Options) with `Cow<'static, str>`
Loïc BRANSTETT
-1
/
+1
2022-03-04
Always include global target features in function attributes
Tomasz Miąsko
-7
/
+6
2022-03-04
Use SmallStr when building target-features LLVM attribute
Tomasz Miąsko
-1
/
+2
2022-03-03
Pass LLVM string attributes as string slices
Tomasz Miąsko
-29
/
+23
2022-03-02
Auto merge of #94229 - erikdesjardins:rem2, r=nikic
bors
-39
/
+9
2022-03-01
Querify `global_backend_features`
Simonas Kazlauskas
-11
/
+10
2022-03-01
Direct users towards using Rust feature names in CLI
Simonas Kazlauskas
-4
/
+1
2022-02-28
Remove LLVM attribute removal
Erik Desjardins
-39
/
+9
2022-02-26
just put smallvec lengths in the signature
Erik Desjardins
-6
/
+6
2022-02-26
Add LLVM attributes in batches instead of individually
Erik Desjardins
-139
/
+145
2022-02-18
Rollup merge of #91675 - ivanloz:memtagsan, r=nagisa
Matthias Krüger
-0
/
+13
2022-02-16
MemTagSanitizer Support
Ivan Lozano
-0
/
+13
2022-02-14
llvm: migrate to new parameter-bearing uwtable attr
Augie Fackler
-3
/
+6
2022-02-10
Split PAuth target feature
Adam Gemmell
-5
/
+26
[prev]
[next]