about summary refs log tree commit diff
path: root/compiler/rustc_feature/src/unstable.rs
AgeCommit message (Expand)AuthorLines
2024-05-15Gate implicit mutable by-reference bindings behind `mut ref`Jules Bertholet-2/+0
2024-05-15Remove `ref_pat_everywhere`Jules Bertholet-2/+0
2024-05-06Auto merge of #124747 - MasterAwesome:master, r=davidtwcobors-0/+3
2024-05-05Rollup merge of #124749 - RossSmyth:stable_range, r=davidtwcoGuillaume Gomez-2/+0
2024-05-03Rollup merge of #124480 - Enselic:on-broken-pipe, r=jieyouxuMichael Goulet-2/+0
2024-05-02Stabilize exclusive_rangeRoss Smyth-2/+0
2024-05-02Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...`Martin Nordholts-2/+0
2024-05-01Replace version placeholders for 1.79Mark Rousskov-9/+9
2024-04-25debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[...Vadim Petrochenkov-2/+0
2024-04-24Stabilise `inline_const`Gary Guo-2/+0
2024-04-23Put the RFC behind a feature gate `result_ffi_guarantees`Arvind Mukund-0/+3
2024-04-16Rollup merge of #123512 - Jules-Bertholet:ref-pat-eat-one-layer-2024, r=Nadri...Guillaume Gomez-0/+2
2024-04-16Rollup merge of #123535 - Jules-Bertholet:mut_dont_reset_binding_mode_2024, r...Matthias Krüger-0/+2
2024-04-15Match ergonomics 2024: Implement eat-one-layerJules Bertholet-0/+2
2024-04-15Mark gate as incompleteJules Bertholet-1/+1
2024-04-15Rename feature gateJules Bertholet-1/+1
2024-04-15Match ergonomics 2024: `mut` doesn't reset binding modeJules Bertholet-0/+2
2024-04-15Validation and other thingsMichael Goulet-2/+2
2024-04-15Parsing , pre-lowering support for precise capturesMichael Goulet-0/+2
2024-04-08Set the correct tracking issue for pattern typesOli Scherer-1/+1
2024-04-08Auto merge of #120131 - oli-obk:pattern_types_syntax, r=compiler-errorsbors-0/+2
2024-04-08Rollup merge of #120144 - petrochenkov:unty, r=davidtwcoMatthias Krüger-2/+0
2024-04-08Add pattern types to parserOli Scherer-0/+2
2024-04-06Put checks that detect UB under their own flag below debug_assertionsBen Kimock-0/+2
2024-04-02Address review commentsJules Bertholet-2/+2
2024-03-30Implement "&<pat> everywhere"Jules Bertholet-0/+2
2024-03-27Feature gateJules Bertholet-0/+2
2024-03-22Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkovMatthias Krüger-0/+2
2024-03-20Add barest-bones deref patternsNadrieril-0/+2
2024-03-19branch 1.78: replace-version-placeholderMark Rousskov-8/+8
2024-03-19Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obkbors-2/+0
2024-03-18Rollup merge of #122060 - clubby789:stabilize-imported-main, r=lcnrMatthias Krüger-2/+0
2024-03-14Add feature gates for `f16` and `f128`Trevor Gross-0/+4
2024-03-13privacy: Stabilize lint `unnameable_types`Vadim Petrochenkov-2/+0
2024-03-11Rollup merge of #121840 - oli-obk:freeze, r=dtolnayJacob Pratt-0/+2
2024-03-08Stabilize associated type boundsMichael Goulet-2/+0
2024-03-08Rollup merge of #119365 - nbdd0121:asm-goto, r=AmanieuMatthias Krüger-0/+2
2024-03-07Rollup merge of #119888 - weiznich:stablize_diagnostic_namespace, r=compiler-...Guillaume Gomez-2/+0
2024-03-06Stabilize `imported_main`clubby789-2/+0
2024-03-05Add postfix-match experimental featureRoss Smyth-0/+2
2024-03-03Add new `pattern_complexity` attribute to add possibility to limit and check ...Guillaume Gomez-0/+2
2024-02-29Forbid implementing `Freeze` even if the trait is stabilizedOli Scherer-0/+2
2024-02-27Stabilize the `#[diagnostic]` namespace and `#[diagnostic::on_unimplemented]`...Georg Semmler-2/+0
2024-02-26Auto merge of #121516 - RalfJung:platform-intrinsics-begone, r=oli-obkbors-2/+0
2024-02-25remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsicsRalf Jung-2/+0
2024-02-24Stabilize `cfg_target_abi`Chris Denton-2/+0
2024-02-24Add asm label support to AST and HIRGary Guo-0/+2
2024-02-13Unmark the feature gate as incompleteNadrieril-1/+1
2024-02-12Add lahfsahf and prfchw target featureChris Denton-0/+2
2024-02-10unstably allow constants to refer to statics and read from immutable staticsRalf Jung-0/+2