about summary refs log tree commit diff
path: root/compiler/rustc_feature
AgeCommit message (Expand)AuthorLines
2024-08-24New `#[rustc_pub_transparent]` attributePavel Grigorenko-0/+5
2024-08-22stabilize const_fn_floating_point_arithmeticRalf Jung-2/+2
2024-08-20Auto merge of #127672 - compiler-errors:precise-capturing, r=spastorinobors-2/+2
2024-08-19Retroactively feature gate `ConstArgKind::Path`Boxy-0/+2
2024-08-18stabilize raw_ref_opRalf Jung-2/+2
2024-08-17Auto merge of #128771 - carbotaniuman:stabilize_unsafe_attr, r=nnethercotebors-2/+2
2024-08-17Stabilize opaque type precise capturingMichael Goulet-2/+2
2024-08-15Rollup merge of #128925 - dingxiangfei2009:smart-ptr-helper-attr, r=compiler-...Matthias Krüger-6/+0
2024-08-14Rollup merge of #128570 - folkertdev:stabilize-asm-const, r=Amanieu许杰友 Jieyou Xu (Joe)-2/+2
2024-08-13stabilize `asm_const`Folkert-2/+2
2024-08-13`#[deprecated_safe_2024]`: Also use the `// TODO:` hint in the compiler errorTobias Bucher-1/+1
2024-08-13Allow to customize `// TODO:` comment for deprecated safe autofixTobias Bucher-2/+2
2024-08-13derive(SmartPointer): register helper attributesDing Xiang Fei-6/+0
2024-08-10Stabilize `min_exhaustive_patterns`Nadrieril-3/+2
2024-08-07Stabilize `unsafe_attributes`carbotaniuman-2/+2
2024-08-05Rollup merge of #127655 - RalfJung:invalid_type_param_default, r=compiler-errorsMatthias Krüger-2/+3
2024-08-03Rollup merge of #128581 - jieyouxu:checked-attr, r=nnethercoteMatthias Krüger-4/+4
2024-08-03Rollup merge of #127921 - spastorino:stabilize-unsafe-extern-blocks, r=compil...Matthias Krüger-2/+2
2024-08-03Assert that all attributes are actually checked via `CheckAttrVisitor` and ar...Oli Scherer-4/+4
2024-08-02Add the `sha512`, `sm3` and `sm4` target featuressayantn-0/+2
2024-07-30Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68bors-9/+9
2024-07-29Stabilize offset_of_nestedGeorge Bateman-2/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-13/+14
2024-07-28Update CURRENT_RUSTC_VERSIONMark Rousskov-9/+9
2024-07-25Support ?Trait bounds in supertraits and dyn Trait under a feature gateBryanskiy-0/+2
2024-07-23Stabilize unsafe extern blocks (RFC 3484)Santiago Pastorino-2/+2
2024-07-22Rollup merge of #127506 - liushuyu:s390x-target-features, r=davidtwcoTrevor Gross-0/+1
2024-07-17Split part of `adt_const_params` into `unsized_const_params`Boxy-0/+3
2024-07-17Forbid `!Sized` types and referencesBoxy-2/+2
2024-07-17rustc_codegen_ssa: add s390x_target_feature symbolliushuyu-0/+1
2024-07-15make invalid_type_param_default lint show up in cargo future-compat reportsRalf Jung-2/+3
2024-07-14Rollup merge of #127630 - compiler-errors:type-ascription, r=chenyukangMatthias Krüger-2/+0
2024-07-14clarify the meaning of the version number for accepted/removed featuresRalf Jung-0/+14
2024-07-12Added the `xop` target feature and `xop_target_feature` gatesayantn-0/+2
2024-07-12Rollup merge of #126639 - sayantn:amx, r=AmanieuMatthias Krüger-0/+2
2024-07-11Add the feature gate and target-featuressayantn-0/+2
2024-07-12Rollup merge of #127622 - compiler-errors:builtin-internal, r=lqdMatthias Krüger-2/+2
2024-07-11Remove lang feature for type ascriptionMichael Goulet-2/+0
2024-07-11Mark builtin syntax as internalMichael Goulet-2/+2
2024-07-11Remove extern "wasm" ABINikita Popov-2/+3
2024-07-09Auto merge of #127200 - fee1-dead-contrib:trait_def_const_trait, r=compiler-e...bors-1/+1
2024-07-05Auto merge of #127008 - Jules-Bertholet:tc-ergonomics, r=Nadrierilbors-0/+2
2024-07-03Add `constness` to `TraitDef`Deadbeef-1/+1
2024-06-30add `rustc_dump_def_parents` attributeBoxy-0/+4
2024-06-30New features gates mustn't specify a version by handGuillaume Boisseau-1/+1
2024-06-28implement new effects desugaringDeadbeef-0/+4
2024-06-28Rollup merge of #124741 - nebulark:patchable-function-entries-pr, r=estebank,...Matthias Krüger-0/+9
2024-06-27Implement TC's match ergonomics 2024 proposalJules Bertholet-0/+2
2024-06-25Updated code for changes to RFC, added additional error handling, addedFlorian Schmiderer-7/+6
2024-06-25Support `#[patchable_function_entries]`Matthew Maurer-0/+10