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_ssa
/
src
/
codegen_attrs.rs
Age
Commit message (
Expand
)
Author
Lines
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-1
/
+1
2023-05-06
Rollup merge of #109677 - dpaoliello:rawdylib, r=michaelwoerister,wesleywiser
Yuki Okushi
-9
/
+0
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-2
/
+2
2023-04-25
Fix static string lints
clubby789
-12
/
+4
2023-04-18
Stablize raw-dylib, link_ordinal and -Cdlltool
Daniel Paoliello
-9
/
+0
2023-04-17
Spelling - compiler
Josh Soref
-1
/
+1
2023-03-28
Skip no_mangle if the item has no name.
Camille GILLOT
-1
/
+16
2023-03-28
Reformat codegen_fn_attrs.
Camille GILLOT
-71
/
+33
2023-03-27
Auto merge of #109091 - Nilstrieb:match-on-attr, r=cjgillot
bors
-293
/
+326
2023-03-21
Use local key in providers
Michael Goulet
-2
/
+1
2023-03-14
Further codegen_attrs cleanups
Nilstrieb
-63
/
+62
2023-03-14
Use match instead of if in codegen_attrs
Nilstrieb
-275
/
+309
2023-03-13
Rollup merge of #109088 - Nilstrieb:target-feature-on-statics-when, r=compile...
Matthias Krüger
-20
/
+25
2023-03-13
Gracefully handle `#[target_feature]` on statics
Nilstrieb
-20
/
+25
2023-03-12
Allow `#[target_feature]` on `main` and `start` for WASM
Léo Lanteri Thauvin
-0
/
+3
2023-03-05
Auto merge of #108351 - petrochenkov:rmdit, r=cjgillot
bors
-1
/
+1
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-1
/
+1
2023-03-02
Revert "Stabilize `#![feature(target_feature_11)]`"
Léo Lanteri Thauvin
-18
/
+29
2023-02-28
Auto merge of #99767 - LeSeulArtichaut:stable-target-feature-11, r=estebank
bors
-29
/
+18
2023-02-14
Add `kernel-address` sanitizer support for freestanding targets
Wesley Norris
-1
/
+2
2023-02-01
ast: Optimize list and value extraction primitives for attributes
Vadim Petrochenkov
-50
/
+38
2023-02-01
Auto merge of #107257 - inquisitivecrystal:ffi-attr, r=davidtwco
bors
-47
/
+3
2023-02-01
Stabilize `#![feature(target_feature_11)]`
Léo Lanteri Thauvin
-29
/
+18
2023-01-26
change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...
Kyle Matsuda
-3
/
+3
2023-01-26
replace usages of fn_sig query with bound_fn_sig
Kyle Matsuda
-3
/
+3
2023-01-24
Move FFI attribute validation to `check_attr`
inquisitivecrystal
-47
/
+3
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-2
/
+2
2022-12-15
Check `fn_sig` in more situations per review
inquisitivecrystal
-1
/
+1
2022-12-13
Don't perform invalid checks in `codegen_attrs`
inquisitivecrystal
-2
/
+23
2022-12-13
Move some codegen-y methods from rustc_hir_analysis::collect -> rustc_codegen...
Michael Goulet
-0
/
+688