about summary refs log tree commit diff
path: root/compiler/rustc_ast_passes
AgeCommit message (Expand)AuthorLines
2023-10-31Test the multispan case in `tests.ui/bounds-lifetime.rs`.Nicholas Nethercote-1/+1
2023-10-31Fix a `FIXME`, by adding a `gate_multi` macro.Nicholas Nethercote-18/+24
2023-10-31Rearrange the `gate_feature_*` macros.Nicholas Nethercote-60/+58
2023-10-31Use `if let` to reduce some excessive indentation.Nicholas Nethercote-53/+45
2023-10-31Use a slice pattern to neaten a condition.Nicholas Nethercote-8/+3
2023-10-31Cover two more cases in the `gate_doc` macro.Nicholas Nethercote-18/+14
2023-10-31Streamline `gate_feature_*` macros.Nicholas Nethercote-31/+14
2023-10-30Rollup merge of #117370 - nicholasbishop:bishop-better-c-variadic-errors, r=o...Guillaume Gomez-8/+46
2023-10-30Explicitly reject const C-variadic functionsNicholas Bishop-2/+32
2023-10-30Fix bad-c-variadic error being emitted multiple timesNicholas Bishop-6/+14
2023-10-30Clean up `rustc_*/Cargo.toml`.Nicholas Nethercote-1/+3
2023-10-27Feature gate `gen` blocks, even in 2024 editionOli Scherer-1/+6
2023-10-20s/generator/coroutine/Oli Scherer-1/+1
2023-10-16docs: add Rust logo to more compiler cratesMichael Howell-0/+3
2023-10-16Rename `ACTIVE_FEATURES` as `UNSTABLE_FEATURES`.Nicholas Nethercote-1/+1
2023-10-13Format all the let chains in compilerMichael Goulet-28/+40
2023-10-04Rollup merge of #116393 - compiler-errors:auto-bad, r=WaffleLapkinMatthias Krüger-0/+1
2023-10-03Gate against auto traits pre-expansionMichael Goulet-0/+1
2023-09-30Validate `~const` trait bounds on associated fns.Raekye-22/+34
2023-09-24Add comment about RTN feature gatingNilstrieb-0/+3
2023-09-24Rename the legacy feature gating macroNilstrieb-9/+12
2023-09-11Move let expression checking to parsingMatthew Jasper-132/+0
2023-08-24Auto merge of #115131 - frank-king:feature/unnamed-fields-lite, r=petrochenkovbors-1/+124
2023-08-24Parse unnamed fields and anonymous structs or unionsFrank King-1/+124
2023-08-11rustc: Move `features` from `Session` to `GlobalCtxt`Vadim Petrochenkov-11/+17
2023-08-10Unlock trailing where-clauses for lazy type aliasesLeón Orell Valerian Liehr-47/+89
2023-07-30inline format!() args up to and including rustc_middleMatthias Krüger-6/+3
2023-07-28Parse generic const itemsLeón Orell Valerian Liehr-0/+1
2023-07-28Introduce the `#[diagnostic]` attribute namespaceGeorg Semmler-0/+13
2023-07-11Lint against misplaced where-clauses on assoc tys in traitsLeón Orell Valerian Liehr-15/+16
2023-06-27Auto merge of #113105 - matthiaskrgr:rollup-rci0uym, r=matthiaskrgrbors-4/+3
2023-06-27remove an unused struct `ForbiddenNonLifetimeParam`Takayuki Maeda-7/+0
2023-06-27Simplify some conditionsMaybe Waffle-4/+3
2023-06-19Syntatically accept `become` expressionsMaybe Waffle-0/+1
2023-06-12Fix debug ICE for extern type with where clauses许杰友 Jieyou Xu (Joe)-5/+15
2023-06-03cleanupyukang-4/+0
2023-06-03remove EarlySyntaxWarning for type ascriptionyukang-14/+0
2023-06-03remove type ascription feature gateyukang-33/+2
2023-05-25Ensure Fluent messages are in alphabetical orderclubby789-150/+150
2023-05-25Auto merge of #111925 - Manishearth:rollup-z6z6l2v, r=Manishearthbors-3/+2
2023-05-24Use `is_some_and`/`is_ok_and` in less obvious spotsMaybe Waffle-1/+1
2023-05-24Use `Option::is_some_and` and `Result::is_ok_and` in the compilerMaybe Waffle-2/+1
2023-05-22Run AST validation on match guards correctlyMatthew Jasper-3/+2
2023-05-05Add feature gateest31-0/+1
2023-05-05Rollup merge of #108801 - fee1-dead-contrib:c-str, r=compiler-errorsDylan DPC-0/+1
2023-05-04Rollup merge of #110791 - compiler-errors:negative-bounds, r=oli-obkDylan DPC-2/+44
2023-05-03Restrict `From<S>` for `{D,Subd}iagnosticMessage`.Nicholas Nethercote-2/+2
2023-05-02Disallow associated type constraints on negative boundsMichael Goulet-0/+22
2023-05-02Implement negative boundsMichael Goulet-2/+22
2023-05-02make it semantic errorDeadbeef-0/+1