summary refs log tree commit diff
path: root/compiler/rustc_ast_passes/src/feature_gate.rs
AgeCommit message (Expand)AuthorLines
2023-01-12gate const closuresDeadbeef-0/+8
2022-12-13remove unnecessary uses of `clone`Takayuki Maeda-1/+1
2022-11-29`rustc_ast_passes`: remove `ref` patternsMaybe Waffle-10/+10
2022-10-22Stabilize arbitrary_enum_discriminant, take 2Deadbeef-61/+1
2022-10-10Rollup merge of #102868 - compiler-errors:rename-assoc-tyalias-to-ty, r=TaKO8KiDylan DPC-1/+1
2022-10-10Rename AssocItemKind::TyAlias to AssocItemKind::TypeMichael Goulet-1/+1
2022-10-08Split slice part of feature(half_open_range_patterns) to [...]_in_slicesUrgau-2/+5
2022-09-22Improve the help message for an invalid calling conventionkhyperia-202/+18
2022-09-14Auto merge of #101212 - eholk:dyn-star, r=compiler-errorsbors-0/+3
2022-09-14Auto merge of #101709 - nnethercote:simplify-visitors-more, r=cjgillotbors-1/+1
2022-09-13Address code review commentsEric Holk-0/+3
2022-09-13Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errorsbors-21/+1
2022-09-12Remove unused span argument from `walk_fn`.Nicholas Nethercote-1/+1
2022-09-01Always import all tracing macros for the entire crate instead of piecemeal by...Oli Scherer-2/+0
2022-08-30Stabilize GATsJack Huey-21/+1
2022-08-29Revert let_chains stabilizationNilstrieb-0/+1
2022-08-23Stabilize `#![feature(label_break_value)]`Joshua Nelson-9/+0
2022-08-17Reenable early feature-gates as future-compat warningsChristopher Durham-23/+35
2022-08-09Rollup merge of #96478 - WaffleLapkin:rustc_default_body_unstable, r=Aaron1011Dylan DPC-0/+1
2022-08-03Provide suggestion on missing `let` in binding statementEsteban Küber-3/+27
2022-07-26Implement `#[rustc_default_body_unstable]`Maybe Waffle-0/+1
2022-07-19Auto merge of #98180 - notriddle:notriddle/rustdoc-fn, r=petrochenkov,Guillau...bors-2/+2
2022-07-19Rollup merge of #99401 - TaKO8Ki:avoid-symbol-to-&str-conversions, r=nnethercoteMatthias Krüger-2/+2
2022-07-18avoid `Symbol` to `&str` conversionsTakayuki Maeda-2/+2
2022-07-18Rollup merge of #99360 - compiler-errors:issue-99331, r=fee1-deadYuki Okushi-4/+6
2022-07-17rustdoc: extend `#[doc(tuple_variadic)]` to fn pointersMichael Howell-2/+2
2022-07-16Do not ICE when we have -Zunpretty=expand with invalid ABIMichael Goulet-4/+6
2022-07-16Stabilize `let_chains`Caio-1/+0
2022-07-12Parse closure bindersMaybe Waffle-0/+5
2022-07-02ast: Add span to `Extern`Nixon Enraght-Moony-1/+1
2022-06-16Auto merge of #97842 - notriddle:notriddle/tuple-docs, r=jsha,GuillaumeGomezbors-0/+5
2022-06-14Remove `rustc_deprecated` diagnosticsJacob Pratt-2/+1
2022-06-13remove unnecessary `to_string` and `String::new`Takayuki Maeda-1/+1
2022-06-11Fix incorrectly spelled "variadic"Michael Howell-2/+2
2022-06-08rustdoc: show tuple impls as `impl Trait for (T, ...)`Michael Howell-0/+5
2022-05-30Add support for emitting functions with `coldcc` in LLVMScott McMurray-0/+8
2022-05-21Remove feature: `crate` visibility modifierJacob Pratt-13/+0
2022-05-15rustc: Stricter checking for #[link] attributesVadim Petrochenkov-31/+0
2022-04-30Feature-gate `do yeet` inside `cfg`s tooScott McMurray-8/+1
2022-04-30Add `do yeet` expressions to allow experimentation in nightlyScott McMurray-0/+8
2022-04-17Rollup merge of #95346 - Aaron1011:stablize-const-extern-fn, r=pnkfelixDylan DPC-17/+20
2022-03-30Stabilize native library modifier syntax and the `whole-archive` modifier spe...Vadim Petrochenkov-8/+0
2022-03-26Stablize `const_extern_fn` for "Rust" and "C"Aaron Hill-17/+20
2022-03-16rustc_error: make ErrorReported impossible to constructmark-5/+6
2022-03-09Permit `#[deprecated]` in stdlibJacob Pratt-8/+0
2022-03-04Change `rustc_deprecated` to use `note`Jacob Pratt-0/+1
2022-03-03Gate stability attrs with other attributes.Camille GILLOT-0/+25
2022-02-18Rollup merge of #93634 - matthiaskrgr:clippy_complexity_jan_2022, r=oli-obkMatthias Krüger-1/+1
2022-02-03compiler: clippy::complexity fixesMatthias Krüger-1/+1
2022-02-02Add more *-unwind ABI variantsAmanieu d'Antras-0/+48