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_ssa
/
src
/
target_features.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-15
Extend `QueryStability` to handle `IntoIterator` implementations
Samuel Moelius
-0
/
+1
2025-08-07
Rollup merge of #138689 - jedbrown:jed/nvptx-target-feature, r=ZuseZ4
Stuart Cook
-2
/
+13
2025-07-31
remove rustc_attr_data_structures
Jana Dönszelmann
-1
/
+1
2025-07-18
rustc_codegen_ssa: Don't skip target-features after crt-static
Jens Reidel
-2
/
+2
2025-07-03
Rollup merge of #142876 - JonathanBrouwer:target_feature_parser, r=oli-obk
Jana Dönszelmann
-87
/
+60
2025-07-03
setup CI and tidy to use typos for spellchecking and fix few typos
klensy
-1
/
+1
2025-07-03
Port `#[target_feature]` to the new attribute parsing infrastructure
Jonathan Brouwer
-87
/
+60
2025-06-21
target-feature: enable rust target features implied by target-cpu
Jed Brown
-2
/
+13
2025-06-19
various minor target feature cleanups
Ralf Jung
-17
/
+12
2025-06-19
line-wrap and extend comments, typos
Ralf Jung
-9
/
+16
2025-06-19
cg_gcc: properly populate cfg(target_features) with -Ctarget-features
Ralf Jung
-9
/
+4
2025-06-19
unify two -Ctarget-feature parsers
Ralf Jung
-105
/
+134
2025-06-19
move -Ctarget-feature handling into shared code
Ralf Jung
-5
/
+156
2025-06-19
move cfg(target_feature) computation into shared place
Ralf Jung
-2
/
+97
2025-06-09
-Zretpoline and -Zretpoline-external-thunk flags (target modifiers) to enable...
Andrew Zhogin
-1
/
+2
2025-05-22
make enabling the neon target feature a FCW
Ralf Jung
-5
/
+18
2025-05-18
Remove rustc_attr_data_structures re-export from rustc_attr_parsing
mejrs
-1
/
+1
2025-03-05
Simplify `implied_target_features`.
Nicholas Nethercote
-1
/
+1
2025-03-01
also skip abi_required_features check in rustdoc
Ralf Jung
-6
/
+11
2025-02-25
also fix potential issues with mixed stable/unstable target features in rustdoc
Ralf Jung
-12
/
+33
2025-02-25
rustdoc: disable forbidden #[target_feature] check
Ralf Jung
-3
/
+9
2025-01-05
add dedicated type for ABI target feature constraints
Ralf Jung
-2
/
+2
2024-12-31
clean up target feature system; most of the toggleability is now handled by t...
Ralf Jung
-5
/
+4
2024-12-31
explicitly model that certain ABIs require/forbid certain target features
Ralf Jung
-27
/
+25
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-16
rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures
Jonathan Dönszelmann
-1
/
+1
2024-12-15
Auto merge of #131808 - jdonszelmann:hir-attributes, r=oli-obk,petrochenkov
bors
-2
/
+2
2024-12-15
Add hir::Attribute
Jonathan Dönszelmann
-2
/
+2
2024-12-14
target_features: control separately whether enabling and disabling a target f...
Ralf Jung
-2
/
+2
2024-12-11
apply review feedback
Ralf Jung
-2
/
+2
2024-12-11
generalize 'forbidden feature' concept so that even (un)stable feature can be...
Ralf Jung
-30
/
+23
2024-11-04
mark some target features as 'forbidden' so they cannot be (un)set
Ralf Jung
-19
/
+35
2024-10-23
get rid of feature list in target feature logic
Ralf Jung
-24
/
+2
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-21
/
+21
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-17
Minimize visibilities.
Nicholas Nethercote
-2
/
+2
2024-08-07
Disallow enabling features without their implied features
Caleb Zulawski
-4
/
+4
2024-08-07
Hide implicit target features from diagnostics when possible
Caleb Zulawski
-7
/
+21
2024-08-07
Don't use LLVM's target features
Caleb Zulawski
-21
/
+2
2024-08-07
Refactor and fill out target feature lists
Caleb Zulawski
-3
/
+3
2024-08-07
Add test to ensure implied target features work with asm, and fix failing tests
Caleb Zulawski
-5
/
+7
2024-08-07
Add implied target features to target_feature attribute
Caleb Zulawski
-9
/
+31
2024-08-04
Implement a implicit target feature mechanism
daxpedda
-0
/
+8
2024-08-02
Add the `sha512`, `sm3` and `sm4` target features
sayantn
-0
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-6
/
+4
2024-07-17
rustc_codegen_ssa: add s390x_target_feature symbol
liushuyu
-0
/
+1
2024-07-12
Added the `xop` target feature and `xop_target_feature` gate
sayantn
-0
/
+1
2024-07-11
Add the feature gate and target-features
sayantn
-0
/
+1
2024-04-29
Remove `extern crate rustc_middle` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-02-13
Bump `indexmap`
clubby789
-1
/
+2
[next]