about summary refs log tree commit diff
path: root/compiler/rustc_feature/src
AgeCommit message (Expand)AuthorLines
2024-09-19Make `link_cfg` internal because it's in perme-unstableUrgau-1/+1
2024-09-18Begin experimental support for pin reborrowingEric Holk-0/+2
2024-09-15also stabilize const_refs_to_cellRalf Jung-2/+2
2024-09-15stabilize const_mut_refsRalf Jung-2/+2
2024-09-14stabilize `const_extern_fn`Folkert de Vries-2/+2
2024-09-13Auto merge of #107251 - dingxiangfei2009:let-chain-rescope, r=jieyouxubors-0/+2
2024-09-12Re-enable `ConstArgKind::Path` lowering by defaultNoah Lev-2/+0
2024-09-11rescope temp lifetime in let-chain into IfElseDing Xiang Fei-0/+2
2024-09-08Auto merge of #130036 - weiznich:diagnostic_unstable_tracking, r=compiler-errorsbors-2/+11
2024-09-07Auto merge of #129941 - BoxyUwU:bump-boostrap, r=albertlarsan68bors-16/+16
2024-09-06Correctly handle stability of `#[diagnostic]` attributesGeorg Semmler-2/+11
2024-09-05Rollup merge of #128919 - Nadrieril:lint-query-leaks, r=cjgillotMatthias Krüger-0/+6
2024-09-05Rollup merge of #129664 - adetaylor:arbitrary-self-types-pointers-feature-gat...Matthias Krüger-1/+3
2024-09-03replace placeholder versionBoxy-16/+16
2024-09-03Add an internal lint that warns when accessing untracked dataNadrieril-0/+6
2024-09-02Rollup merge of #129875 - Sajjon:sajjon_fix_typos_batch_1, r=compiler-errors,...Matthias Krüger-1/+1
2024-09-02chore: Fix typos in 'compiler' (batch 1)Alexander Cyon-1/+1
2024-09-01Revert "Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU"Jakub Beránek-2/+0
2024-08-29Rollup merge of #123940 - kornelski:remove-derived-debug, r=UrgauGuillaume Gomez-0/+4
2024-08-28Rollup merge of #128192 - mrkajetanp:feature-detect, r=AmanieuJubilee-0/+1
2024-08-28fmt-debug optionKornel-0/+4
2024-08-28Implement RFC 3525.Luca Versari-0/+2
2024-08-27Arbitrary self types v2: pointers feature gate.Adrian Taylor-1/+3
2024-08-27rustc_target: Add various aarch64 featuresKajetan Puchalski-0/+1
2024-08-27Add `warn(unreachable_pub)` to `rustc_feature`.Nicholas Nethercote-0/+1
2024-08-25Rollup merge of #129487 - GrigorenkoPV:repr_transparent_external_private_fiel...Matthias Krüger-0/+5
2024-08-24Rollup merge of #129246 - BoxyUwU:feature_gate_const_arg_path, r=cjgillotMatthias Krüger-0/+2
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