summary refs log tree commit diff
path: root/compiler/rustc_ast_passes/src/feature_gate.rs
AgeCommit message (Expand)AuthorLines
2024-10-11Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiserbors-1/+0
2024-10-07Rename nested_meta to meta_item_innercodemountains-2/+2
2024-10-01Remove unnamed field featureMichael Goulet-1/+0
2024-09-24Ban combination of GCE and new solverMichael Goulet-1/+22
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-4/+4
2024-09-14stabilize `const_extern_fn`Folkert de Vries-19/+6
2024-08-20Auto merge of #127672 - compiler-errors:precise-capturing, r=spastorinobors-1/+0
2024-08-18stabilize raw_ref_opRalf Jung-1/+0
2024-08-17Stabilize opaque type precise capturingMichael Goulet-1/+0
2024-08-07Stabilize `unsafe_attributes`carbotaniuman-1/+0
2024-08-03Rollup merge of #127921 - spastorino:stabilize-unsafe-extern-blocks, r=compil...Matthias Krüger-4/+0
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
2024-07-23Stabilize unsafe extern blocks (RFC 3484)Santiago Pastorino-4/+0
2024-07-20Just totally fully deny late-bound constsMichael Goulet-0/+16
2024-07-10Report usage of lib features in ast validationMichael Goulet-3/+3
2024-06-28Change RTN to use .. againMichael Goulet-22/+2
2024-06-20Properly gate `safe` keyword in pre-expansionMichael Goulet-0/+4
2024-06-06Parse unsafe attributescarbotaniuman-0/+1
2024-05-30Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanupLeón Orell Valerian Liehr-16/+16
2024-05-14create a feature gatejdonszelmann-0/+1
2024-05-02Stabilize exclusive_rangeRoss Smyth-14/+1
2024-04-25ast: Generalize item kind visitingVadim Petrochenkov-1/+1
2024-04-24Stabilise `inline_const`Gary Guo-1/+0
2024-04-15Parsing , pre-lowering support for precise capturesMichael Goulet-0/+1
2024-04-08Add pattern types to parserOli Scherer-0/+3
2024-03-27Feature gateJules Bertholet-0/+1
2024-03-22Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkovMatthias Krüger-0/+1
2024-03-21Implement macro-based deref!() syntax for deref patternsMichael Goulet-8/+2
2024-03-20Add barest-bones deref patternsNadrieril-2/+8
2024-03-19Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obkbors-8/+0
2024-03-14Add feature gates for `f16` and `f128`Trevor Gross-1/+12
2024-03-08Stabilize associated type boundsMichael Goulet-8/+0
2024-03-07Rollup merge of #119888 - weiznich:stablize_diagnostic_namespace, r=compiler-...Guillaume Gomez-8/+0
2024-03-05Add postfix-match experimental featureRoss Smyth-0/+1
2024-03-06Rewrite the `untranslatable_diagnostic` lint.Nicholas Nethercote-0/+4
2024-03-05Rename all `ParseSess` variables/fields/lifetimes as `psess`.Nicholas Nethercote-1/+1
2024-02-27Stabilize the `#[diagnostic]` namespace and `#[diagnostic::on_unimplemented]`...Georg Semmler-8/+0
2024-02-20Reduce capabilities of `Diagnostic`.Nicholas Nethercote-0/+3
2024-02-01Correctly check `never_type` feature gatingGuillaume Gomez-0/+13
2024-01-19add help message for `exclusive_range_pattern` errorRowan S-L-1/+2
2024-01-13Add check for ui_testing via promoting parameters from `ParseSess` to `Session`George-lewis-22/+8
2024-01-12Delegation implementation: step 1Bryanskiy-0/+1
2024-01-10Rename consuming chaining methods on `DiagnosticBuilder`.Nicholas Nethercote-1/+1
2024-01-08Make `DiagnosticBuilder::emit` consuming.Nicholas Nethercote-1/+1
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-5/+9
2023-12-22Auto merge of #118847 - eholk:for-await, r=compiler-errorsbors-0/+1
2023-12-21Simple modification of diagnostic informationsurechen-3/+4
2023-12-19Plumb awaitness of for loopsEric Holk-0/+1
2023-12-18Rename `Session::span_diagnostic` as `Session::dcx`.Nicholas Nethercote-2/+2
2023-12-12Correctly gate the parsing of match arms without bodyNadrieril-1/+28