about summary refs log tree commit diff
path: root/compiler/rustc_feature/src/active.rs
AgeCommit message (Expand)AuthorLines
2023-01-12gate const closuresDeadbeef-1/+3
2023-01-11Stabilize `abi_efiapi` featureNicholas Bishop-2/+0
2023-01-09[RFC 2397] Initial implementationCaio-0/+2
2023-01-01Use the correct tracking issue for `dyn_star`Léo Lanteri Thauvin-1/+1
2022-12-30Stabilize f16c_target_featureKathryn Long-1/+0
2022-12-29Revert "Implement allow-by-default multiple_supertrait_upcastable lint"David Tolnay-2/+0
2022-12-28update stabilization version numbersPietro Albini-2/+2
2022-12-28Rollup merge of #105484 - nbdd0121:upcast, r=compiler-errorsfee1-dead-0/+2
2022-12-16Auto merge of #102318 - Amanieu:default_alloc_error_handler, r=oli-obkbors-2/+0
2022-12-09Implement allow-by-default multiple_supertrait_upcastable lintGary Guo-0/+2
2022-11-27Stabilize native library modifier `verbatim`Vadim Petrochenkov-2/+0
2022-11-21Auto merge of #103491 - cjgillot:self-rpit, r=oli-obkbors-0/+2
2022-11-18rename to `string_deref_patterns`Deadbeef-2/+2
2022-11-17Add feature gateDeadbeef-0/+2
2022-11-14Auto merge of #103858 - Mark-Simulacrum:bump-bootstrap, r=pietroalbinibors-2/+2
2022-11-12Rollup merge of #104117 - crlf0710:update_feature_gate, r=jackh726Guillaume Gomez-3/+3
2022-11-12Add tracking issue number.Camille GILLOT-1/+1
2022-11-12Make impl_trait_projections a feature gate.Camille GILLOT-0/+2
2022-11-11Mark `trait_upcasting` feature no longer incomplete.Charles Lew-3/+3
2022-11-08Add support for custom MIR parsingJakob Degen-0/+2
2022-11-06Bump version placeholders to releaseMark Rousskov-2/+2
2022-11-05Auto merge of #102458 - JohnTitor:stabilize-instruction-set, r=oli-obkbors-2/+0
2022-11-03Stabilize default_alloc_error_handlerAmanieu d'Antras-2/+0
2022-10-30Rollup merge of #97971 - Soveu:varargs, r=jackh726Michael Howell-0/+3
2022-10-30Rollup merge of #93582 - WaffleLapkin:rpitirpit, r=compiler-errorsDylan DPC-0/+2
2022-10-25Feature gate `impl_trait_in_fn_trait_return`Maybe Waffle-0/+2
2022-10-23Enable varargs support for calling conventions other than C or cdeclSoveu-0/+3
2022-10-22Stabilize arbitrary_enum_discriminant, take 2Deadbeef-2/+0
2022-10-17Stabilize asm_symAmanieu d'Antras-2/+0
2022-10-10Fix stabilization of `feature(half_open_range_patterns)`Urgau-2/+0
2022-10-08Split slice part of feature(half_open_range_patterns) to [...]_in_slicesUrgau-0/+2
2022-09-29Stabilize the `instruction_set` featureYuki Okushi-2/+0
2022-09-26replace stabilization placeholdersPietro Albini-6/+6
2022-09-21Split out async_fn_in_trait into a separate featureDan Johnson-0/+2
2022-09-15Stabilize the let_else featureest31-2/+0
2022-09-14Auto merge of #101212 - eholk:dyn-star, r=compiler-errorsbors-0/+2
2022-09-13Address code review commentsEric Holk-1/+1
2022-09-13Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errorsbors-2/+0
2022-09-13Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiserbors-0/+2
2022-09-12Introduce dyn_star feature flagEric Holk-0/+2
2022-09-12Feature gate the rustdoc::missing_doc_code_examples lintWim Looman-0/+2
2022-09-11Use current rustc version.Charles Lew-1/+1
2022-09-11Add tracking issue number to feature(generator_clone)Andrew Cann-2/+2
2022-09-11move generator_clone feature definitionAndrew Cann-2/+2
2022-09-11add generator_clone feature gateAndrew Cann-0/+2
2022-09-10Auto merge of #99916 - dpaoliello:stablizerawdylib, r=wesleywiserbors-1/+1
2022-09-09Stabilze raw-dylib for non-x86Daniel Paoliello-1/+1
2022-09-09Lower RPITIT to ImplTraitPlaceholder itemMichael Goulet-0/+2
2022-09-07ssa: implement `#[collapse_debuginfo]`David Wood-0/+2
2022-09-02Auto merge of #97802 - Enselic:add-no_ignore_sigkill-feature, r=joshtriplettbors-0/+2