about summary refs log tree commit diff
path: root/compiler/rustc_parse/src
AgeCommit message (Expand)AuthorLines
2024-12-10Auto merge of #134096 - fmease:rollup-0asgoo8, r=fmeasebors-1/+2
2024-12-09Rollup merge of #134084 - estebank:typo, r=compiler-errorsLeón Orell Valerian Liehr-1/+1
2024-12-09Rollup merge of #134043 - ehuss:unicode-version, r=jieyouxuLeón Orell Valerian Liehr-0/+1
2024-12-09Detect `struct S(ty = val);`Esteban Küber-1/+17
2024-12-09Introduce `default_field_values` featureEsteban Küber-12/+9
2024-12-09Fix typo in RFC mention 3598 -> 3593Esteban Küber-1/+1
2024-12-09Add test to check unicode identifier versionEric Huss-0/+1
2024-12-08Rollup merge of #133424 - Nadrieril:guard-patterns-parsing, r=fee1-deadMatthias Krüger-48/+68
2024-12-04Fix suggestion when shorthand self has erroneous typeMichael Goulet-1/+48
2024-12-03Rollup merge of #133545 - clubby789:symbol-intern-lit, r=jieyouxuMatthias Krüger-2/+2
2024-12-03Rollup merge of #132612 - compiler-errors:async-trait-bounds, r=lcnrMatthias Krüger-2/+2
2024-12-02Rollup merge of #133746 - oli-obk:push-xwyrylxmrtvq, r=jieyouxuGuillaume Gomez-4/+6
2024-12-02Gate async fn trait bound modifier on async_trait_boundsMichael Goulet-2/+2
2024-12-02Rollup merge of #133603 - dtolnay:precedence, r=lcnrGuillaume Gomez-31/+35
2024-12-02Change `AttrArgs::Eq` into a struct variantOli Scherer-4/+6
2024-12-01Only error raw lifetime followed by \' in edition 2021+Michael Goulet-2/+21
2024-11-30Eliminate magic numbers from expression precedenceDavid Tolnay-16/+11
2024-11-30Eliminate precedence arithmetic from rustc_parseDavid Tolnay-17/+26
2024-11-30Rollup merge of #133623 - nnethercote:parse_expr_bottom-spans, r=compiler-errors许杰友 Jieyou Xu (Joe)-21/+14
2024-11-28Replace `Symbol::intern` calls with preinterned symbolsclubby789-2/+2
2024-11-28Rollup merge of #133560 - clubby789:mut-mut-space, r=jieyouxuGuillaume Gomez-2/+5
2024-11-28Rollup merge of #133487 - pitaj:reserve-guarded-strings, r=fee1-deadGuillaume Gomez-6/+19
2024-11-28Improve span handling in `parse_expr_bottom`.Nicholas Nethercote-21/+14
2024-11-28Trim extra space in 'repeated `mut`' diagnosticclubby789-2/+5
2024-11-26Rollup merge of #133140 - dtolnay:precedence, r=fmeaseMichael Goulet-7/+10
2024-11-26Rollup merge of #133070 - nnethercote:lexer-tweaks, r=chenyukangMichael Goulet-80/+86
2024-11-25fix confusing diagnostic for reserved `##`Peter Jaszkowiak-6/+19
2024-11-25Refactor `where` predicates, and reserve for attributes supportFrank King-32/+30
2024-11-25Streamline `lex_token_trees` error handling.Nicholas Nethercote-20/+14
2024-11-25Fix some formatting.Nicholas Nethercote-5/+15
2024-11-25Split `Lexer::bump`.Nicholas Nethercote-7/+27
2024-11-25Merge `TokenTreesReader` into `StringReader`.Nicholas Nethercote-49/+31
2024-11-24parse guard patternsNadrieril-37/+56
2024-11-24refactor pat parser method names/doc-comments to agree with RFC 3637Max Niederman-21/+22
2024-11-21Implement the unsafe-fields RFC.Luca Versari-2/+20
2024-11-21Remove `ErrorGuaranteed` retval from `error_unexpected_after_dot`.Nicholas Nethercote-7/+7
2024-11-21Prepare for invisible delimiters.Nicholas Nethercote-10/+68
2024-11-21Add metavariables to `TokenDescription`.Nicholas Nethercote-17/+52
2024-11-21Introduce `InvisibleOrigin` on invisible delimiters.Nicholas Nethercote-8/+8
2024-11-19Auto merge of #133219 - matthiaskrgr:rollup-hnuq0zf, r=matthiaskrgrbors-3/+2
2024-11-19Auto merge of #132761 - nnethercote:resolve-tweaks, r=petrochenkovbors-1/+2
2024-11-19Remove `TokenKind::InvalidPrefix`.Nicholas Nethercote-3/+2
2024-11-17Diagnostics for let mut in item contextKornel-8/+25
2024-11-17Inline ExprPrecedence::order into Expr::precedenceDavid Tolnay-7/+10
2024-11-17Rollup merge of #133060 - tyrone-wu:removelet-span-suggestion, r=jieyouxu许杰友 Jieyou Xu (Joe)-2/+3
2024-11-16review comment: move logic to new methodEsteban Küber-88/+103
2024-11-16Reword suggestion messageEsteban Küber-2/+2
2024-11-16Better account for `else if` macro conditions mising an `if`Esteban Küber-1/+10
2024-11-16Increase accuracy of `if` condition misparse suggestionEsteban Küber-9/+89
2024-11-15Trim whitespace in RemoveLet primary spanTyrone Wu-2/+3