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
/
ui
/
rfcs
/
rfc-2396-target_feature-11
Age
Commit message (
Expand
)
Author
Lines
2025-07-16
future-incompat lints: don't link to the nightly edition-guide version
dianne
-1
/
+1
2025-01-27
Stabilize target_feature_11
Caleb Zulawski
-74
/
+33
2025-01-25
Add a suggestion to cast target_feature fn items to fn pointers.
Luca Versari
-13
/
+44
2025-01-21
Auto merge of #134299 - RalfJung:remove-start, r=compiler-errors
bors
-20
/
+0
2025-01-21
remove support for the #[start] attribute
Ralf Jung
-20
/
+0
2025-01-16
Coerce safe-to-call target_feature functions to fn pointers.
Luca Versari
-2
/
+53
2025-01-15
Avoid notes that only make sense for unsafe functions
Oli Scherer
-13
/
+0
2025-01-15
Try to render shorthand differently
Oli Scherer
-6
/
+3
2025-01-15
Render fn defs with target_features attrs with the attribute [second site]
Oli Scherer
-10
/
+10
2025-01-15
Render fn defs with target_features attrs with the attribute
Oli Scherer
-12
/
+12
2025-01-15
Hide the internal unsafety of safe target_feature fn items
Oli Scherer
-1
/
+1
2025-01-15
Treat safe target_feature functions as unsafe by default
Oli Scherer
-23
/
+50
2024-12-15
Use links to edition guide for edition migrations
Eric Huss
-1
/
+1
2024-08-07
Hide implicit target features from diagnostics when possible
Caleb Zulawski
-14
/
+12
2024-08-07
Add test to ensure implied target features work with asm, and fix failing tests
Caleb Zulawski
-42
/
+25
2024-05-29
Use parenthetical notation for `Fn` traits
Esteban Küber
-6
/
+6
2024-05-22
Cleanup: Fix up some diagnostics
León Orell Valerian Liehr
-1
/
+1
2024-05-01
Add inline comments why we're forcing the target cpu
Josh Stone
-14
/
+15
2024-05-01
Use an explicit x86-64 cpu in tests that are sensitive to it
Josh Stone
-14
/
+15
2024-04-02
Remove dangling `.mir.stderr` and `.thir.stderr` test files
Eduardo Sánchez Muñoz
-276
/
+0
2024-03-07
Use the same collection order as check_mod_type_wf
Oli Scherer
-2
/
+2
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-14
/
+14
2024-02-08
Continue to borrowck even if there were previous errors
Oli Scherer
-7
/
+7
2024-01-15
make unsafe_op_in_unsafe_fn MachineApplicable and add it to 2024 compatibility
asquared31415
-0
/
+1
2024-01-13
Bless tests
George-lewis
-0
/
+1
2024-01-05
Stabilize THIR unsafeck
Matthew Jasper
-24
/
+24
2024-01-05
Remove revisions for THIR unsafeck
Matthew Jasper
-37
/
+152
2023-11-28
thir-unsafeck: print list of missing target features when calling a function ...
Eduardo Sánchez Muñoz
-13
/
+65
2023-11-27
Print list of missing target features when calling a function with target fea...
Eduardo Sánchez Muñoz
-37
/
+67
2023-11-24
Show number in error message even for one error
Nilstrieb
-5
/
+5
2023-11-02
Pretty print Fn traits in rustc_on_unimplemented
Michael Goulet
-15
/
+15
2023-10-27
Allows `#[diagnostic::on_unimplemented]` attributes to have multiple
Georg Semmler
-0
/
+3
2023-09-22
Change `start` to `#[start]` in some diagnosis
Eduardo Sánchez Muñoz
-3
/
+3
2023-08-30
Test and note unsafe ctor to fn ptr coercion
Michael Goulet
-2
/
+0
2023-05-22
Fix #[inline(always)] on closures with target feature 1.1
Caleb Zulawski
-0
/
+18
2023-03-12
Forbid the use of `#[target_feature]` on `start`
Léo Lanteri Thauvin
-0
/
+20
2023-03-12
Forbid the use of `#[target_feature]` on `main`
Léo Lanteri Thauvin
-0
/
+15
2023-03-10
Forbid `#[target_feature]` on safe default implementations
Léo Lanteri Thauvin
-1
/
+16
2023-03-02
Revert "Stabilize `#![feature(target_feature_11)]`"
Léo Lanteri Thauvin
-35
/
+69
2023-02-01
Stabilize `#![feature(target_feature_11)]`
Léo Lanteri Thauvin
-69
/
+35
2023-01-30
Make structured suggestion for fn casting verbose
Esteban Küber
-8
/
+12
2023-01-30
Mention fn coercion rules (needs to be expanded)
Esteban Küber
-0
/
+2
2023-01-24
Add suggestions for function pointers
Matthew J Perez
-4
/
+10
2023-01-11
Move /src/test to /tests
Albert Larsan
-0
/
+555