about summary refs log tree commit diff
path: root/compiler/rustc_feature/src
AgeCommit message (Expand)AuthorLines
2023-10-01Auto merge of #115670 - Zoxc:outline-panic-macro-1, r=Mark-Simulacrumbors-0/+4
2023-09-29Auto merge of #113301 - Be-ing:stabilize_bundle_whole-archive, r=petrochenkovbors-2/+2
2023-09-28Auto merge of #115659 - compiler-errors:itp, r=cjgillotbors-2/+2
2023-09-27Auto merge of #116093 - RalfJung:link_llvm_intrinsics, r=oli-obkbors-3/+3
2023-09-25Gate and validate #[rustc_safe_intrinsic]León Orell Valerian Liehr-1/+4
2023-09-23also make platform_intrinsics internalRalf Jung-2/+2
2023-09-23make link_llvm_intrinsics feature internalRalf Jung-1/+1
2023-09-17Auto merge of #114452 - weiznich:feature/diagnostic_on_unimplemented, r=compi...bors-1/+1
2023-09-16Auto merge of #110800 - GuillaumeGomez:custom_code_classes_in_docs, r=t-rustdocbors-0/+2
2023-09-16Auto merge of #114494 - est31:extend_useless_ptr_null_checks, r=jackh726bors-0/+4
2023-09-15Implement custom classes for rustdoc code blocks with `custom_code_classes_in...Guillaume Gomez-0/+2
2023-09-14Fix the error message for `#![feature(no_coverage)]`Zalathar-2/+2
2023-09-12`#[diagnostic::on_unimplemented]` without filtersGeorg Semmler-1/+1
2023-09-08Partially outline code inside the panic! macroJohn Kåre Alsaker-0/+4
2023-09-08Rename the feature, but not the attribute, to `coverage_attribute`Andy Caldwell-2/+2
2023-09-08Add `no_coverage` to the 'removed features' listAndy Caldwell-1/+4
2023-09-08Rework no_coverage to coverage(off)Andy Caldwell-4/+4
2023-09-08Stabilize impl_trait_projectionsMichael Goulet-2/+2
2023-09-01fix version for abi_thiscall to 1.73.0, which was forgotten to change when st...klensy-1/+1
2023-08-28Test variances of opaque capturesMichael Goulet-0/+1
2023-08-27add rustc_abi debugging attributeRalf Jung-0/+1
2023-08-24Auto merge of #115131 - frank-king:feature/unnamed-fields-lite, r=petrochenkovbors-0/+2
2023-08-24Parse unnamed fields and anonymous structs or unionsFrank King-0/+2
2023-08-22Replace version placeholders with 1.73.0Mark Rousskov-6/+6
2023-08-18Add the relocation_model to the cfgLuca Barbato-0/+3
2023-08-15stabilize combining +bundle and +whole-archive link modifiersBe Wilson-2/+2
2023-08-15Update compiler/rustc_feature/src/active.rsDirreck-1/+1
2023-08-14add `rustc_codegen_ssa` support for csky and correct some codeDirreke-0/+1
2023-08-08feat: `riscv-interrupt-{m,s}` calling conventionsSeth Pellegrino-0/+2
2023-08-07Rollup merge of #114562 - Trolldemorted:thiscall, r=oli-obkMatthias Krüger-2/+2
2023-08-07stabilize abi_thiscallBenedikt Radtke-2/+2
2023-08-06Issue numbers are enforced on active features; remove FIXMEMartin Nordholts-2/+0
2023-08-05Add #[rustc_never_returns_null_ptr]est31-0/+4
2023-08-04Auto merge of #112117 - bryangarza:track-caller-feature-gate, r=compiler-errorsbors-0/+2
2023-08-03Add `internal_features` lintNilstrieb-25/+51
2023-08-02Add separate feature gate for async fn track callerBryan Garza-0/+2
2023-07-29Mark lazy_type_alias as incompleteMichael Goulet-1/+1
2023-07-28Parse generic const itemsLeón Orell Valerian Liehr-0/+2
2023-07-28Introduce the `#[diagnostic]` attribute namespaceGeorg Semmler-0/+2
2023-07-16Add infrastructure `#[rustc_confusables]` attribute to allow targeted许杰友 Jieyou Xu (Joe)-0/+6
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-1/+1
2023-07-12Replace version placeholder to 1.72Mark Rousskov-4/+4
2023-07-04Add feature and attribute definitionDeadbeef-0/+8
2023-06-29Rollup merge of #112670 - petrochenkov:typriv, r=eholkMatthias Krüger-0/+2
2023-06-21Rollup merge of #112853 - GuillaumeGomez:type_alias_type, r=oli-obkGuillaume Gomez-0/+2
2023-06-21Add `lazy_type_alias` feature gateGuillaume Gomez-0/+2
2023-06-21Rollup merge of #112790 - WaffleLapkin:syntactically, r=NilstriebNilstrieb-0/+2
2023-06-20Merge attrs, better validationMichael Goulet-6/+5
2023-06-20Make rustc_deny_explicit_impl only local as wellMichael Goulet-1/+1
2023-06-20Add rustc_do_not_implement_via_objectMichael Goulet-0/+5