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_feature
/
src
/
removed.rs
Age
Commit message (
Expand
)
Author
Lines
2025-03-04
List the feature in removed.rs
Alice Ryhl
-0
/
+2
2025-02-24
Remove dyn_compatible_for_dispatch
Michael Goulet
-0
/
+9
2025-02-09
Remove lifetime_capture_rules_2024 feature
Michael Goulet
-0
/
+2
2025-01-28
replaces few consts with statics to reduce readonly section
klensy
-1
/
+1
2025-01-22
Refactor dyn-compatibility error and suggestions
Taylor Cramer
-1
/
+1
2025-01-21
remove support for the #[start] attribute
Ralf Jung
-2
/
+3
2025-01-08
update version placeholders
Pietro Albini
-1
/
+1
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-1
/
+1
2024-12-14
(Re-)Implement impl_trait_in_bindings
Michael Goulet
-3
/
+0
2024-12-03
Remove generic_associated_types_extended feature gate
Michael Goulet
-0
/
+7
2024-11-27
replace placeholder version
Boxy
-1
/
+1
2024-11-03
Yeet effects feature
Michael Goulet
-0
/
+3
2024-10-24
s/SmartPointer/CoerceReferent/g
Ding Xiang Fei
-0
/
+2
2024-10-23
rename lang feature lists to include LANG
Ralf Jung
-1
/
+1
2024-10-15
replace placeholder version
Josh Stone
-2
/
+2
2024-10-11
Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser
bors
-0
/
+2
2024-10-10
Rename feature object_safe_for_dispatch to dyn_compatible_for_dispatch
León Orell Valerian Liehr
-0
/
+4
2024-10-01
Remove anon struct and union types
Michael Goulet
-1
/
+1
2024-10-01
Remove unnamed field feature
Michael Goulet
-0
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-09-03
replace placeholder version
Boxy
-1
/
+1
2024-08-05
Rollup merge of #127655 - RalfJung:invalid_type_param_default, r=compiler-errors
Matthias Krüger
-0
/
+3
2024-07-30
Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68
bors
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+2
2024-07-28
Update CURRENT_RUSTC_VERSION
Mark Rousskov
-1
/
+1
2024-07-15
make invalid_type_param_default lint show up in cargo future-compat reports
Ralf Jung
-0
/
+3
2024-07-14
clarify the meaning of the version number for accepted/removed features
Ralf Jung
-0
/
+6
2024-07-11
Remove extern "wasm" ABI
Nikita Popov
-0
/
+3
2024-05-15
Gate implicit mutable by-reference bindings behind `mut ref`
Jules Bertholet
-0
/
+2
2024-05-15
Remove `ref_pat_everywhere`
Jules Bertholet
-0
/
+1
2024-03-19
branch 1.78: replace-version-placeholder
Mark Rousskov
-1
/
+1
2024-02-25
remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsics
Ralf Jung
-0
/
+3
2024-02-08
Bump version placeholders
Mark Rousskov
-1
/
+1
2024-02-06
Rollup merge of #120502 - clubby789:remove-ffi-returns-twice, r=compiler-errors
Matthias Krüger
-0
/
+3
2024-01-30
Remove `ffi_returns_twice` feature
clubby789
-0
/
+3
2024-01-30
Remove the `abi_amdgpu_kernel` feature
clubby789
-0
/
+2
2023-12-22
update version placeholders
Pietro Albini
-1
/
+1
2023-12-10
Remove edition umbrella features.
Eric Huss
-72
/
+73
2023-12-04
Remove the `precise_pointer_size_matching` feature gate
Nadrieril
-0
/
+3
2023-11-15
Substitute version placeholders
Mark Rousskov
-1
/
+1
2023-11-04
Remove support for compiler plugins.
Nicholas Nethercote
-1
/
+4
2023-10-23
Fix suggestion for renamed coroutines feature
Yotam Ofek
-1
/
+1
2023-10-20
Re-add `generators` as a removed feature and point to the new feature name
Oli Scherer
-0
/
+4
2023-10-20
s/generator/coroutine/
Oli Scherer
-1
/
+1
2023-10-16
Rename `ACTIVE_FEATURES` as `UNSTABLE_FEATURES`.
Nicholas Nethercote
-1
/
+1
2023-10-16
Remove `rustc_feature::State`.
Nicholas Nethercote
-7
/
+12
2023-10-14
Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkan
bors
-1
/
+1
2023-10-05
Merge `STABLE_REMOVED_FEATURES` list into `REMOVED_FEATURES`.
Nicholas Nethercote
-22
/
+5
2023-10-03
Bump version placeholders
Mark Rousskov
-1
/
+1
2023-09-14
Fix the error message for `#![feature(no_coverage)]`
Zalathar
-2
/
+2
[next]