about summary refs log tree commit diff
path: root/compiler/rustc_ast
AgeCommit message (Expand)AuthorLines
2024-07-07Add an size assertion.Nicholas Nethercote-0/+1
2024-07-07Rename some attribute types for consistency.Nicholas Nethercote-12/+12
2024-07-07Remove `HasSpan` trait.Nicholas Nethercote-37/+4
2024-07-07Rename `Attribute::tokens` (the inherent method).Nicholas Nethercote-3/+4
2024-07-05Rollup merge of #127368 - YohDeadfall:dots-in-docs, r=fmeaseMichael Goulet-32/+32
2024-07-05Added dots at the sentence ends of rustc AST docYoh Deadfall-32/+32
2024-07-05Auto merge of #127008 - Jules-Bertholet:tc-ergonomics, r=Nadrierilbors-0/+1
2024-07-03Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebankMatthias Krüger-2/+7
2024-07-03Rollup merge of #127233 - nnethercote:parser-cleanups, r=petrochenkovMatthias Krüger-37/+26
2024-07-02Rollup merge of #126883 - dtolnay:breakvalue, r=fmeaseMatthias Krüger-1/+78
2024-07-02Just `push` in `AttrTokenStream::to_token_trees`.Nicholas Nethercote-16/+12
2024-07-02Rename `TokenStream::new` argument.Nicholas Nethercote-2/+2
2024-07-02Change `AttrTokenStream::to_tokenstream` to `to_token_trees`.Nicholas Nethercote-22/+15
2024-07-01Parenthesize break values containing leading labelDavid Tolnay-1/+78
2024-06-28Change RTN to use .. againMichael Goulet-2/+7
2024-06-27Tighten spans for async blocksMichael Goulet-3/+7
2024-06-27Auto merge of #126993 - petrochenkov:atvisord3, r=BoxyUwUbors-286/+358
2024-06-27Rollup merge of #126928 - nnethercote:124141-pre, r=oli-obkJacob Pratt-2/+9
2024-06-27Implement TC's match ergonomics 2024 proposalJules Bertholet-0/+1
2024-06-26ast: Standardize visiting orderVadim Petrochenkov-286/+358
2024-06-26Rollup merge of #126724 - nnethercote:fix-parse_ty_bare_fn-span, r=compiler-e...Matthias Krüger-1/+2
2024-06-26Fix a span in `parse_ty_bare_fn`.Nicholas Nethercote-1/+2
2024-06-25Rollup merge of #126893 - dtolnay:prec, r=compiler-errorsMatthias Krüger-24/+21
2024-06-25Extra panic cases.Nicholas Nethercote-1/+8
2024-06-24ast: Standardize visiting order for attributes and node IDsVadim Petrochenkov-30/+30
2024-06-23Rename the 2 unambiguous precedence levels to PREC_UNAMBIGUOUSDavid Tolnay-24/+21
2024-06-23Unify the precedence level for PREC_POSTFIX and PREC_PARENDavid Tolnay-1/+1
2024-06-24Fix a typo in a comment.Nicholas Nethercote-1/+1
2024-06-23Rework pattern and expression nonterminal kinds.Nicholas Nethercote-29/+44
2024-06-21Rollup merge of #126767 - compiler-errors:static-foreign-item, r=spastorinoMatthias Krüger-45/+3
2024-06-21Rollup merge of #126700 - compiler-errors:fragment, r=fmeaseMatthias Krüger-5/+14
2024-06-20StaticForeignItem and StaticItem are the sameMichael Goulet-45/+3
2024-06-20Introduce `can_begin_string_literal`.Nicholas Nethercote-0/+15
2024-06-20Inline `can_begin_literal_maybe_minus` call into two places.Nicholas Nethercote-2/+3
2024-06-19Allow naming expr_2021 in all editionsMichael Goulet-5/+14
2024-06-19Auto merge of #126678 - nnethercote:fix-duplicated-attrs-on-nt-expr, r=petroc...bors-1/+3
2024-06-19Add a comment.Nicholas Nethercote-1/+3
2024-06-19Rollup merge of #124135 - petrochenkov:deleglob, r=fmease许杰友 Jieyou Xu (Joe)-23/+62
2024-06-17Rework precise capturing syntaxMichael Goulet-15/+29
2024-06-14delegation: Implement glob delegationVadim Petrochenkov-23/+62
2024-06-12Use `tidy` to sort crate attributes for all compiler crates.Nicholas Nethercote-3/+5
2024-06-07Rollup merge of #124214 - carbotaniuman:parse_unsafe_attrs, r=michaelwoeristerMatthias Krüger-13/+41
2024-06-07Revert "Create const block DefIds in typeck instead of ast lowering"Oli Scherer-3/+3
2024-06-06Change comment to FIXMEcarbotaniuman-1/+3
2024-06-06Fix buildcarbotaniuman-10/+10
2024-06-06Parse unsafe attributescarbotaniuman-13/+39
2024-06-04Add safe/unsafe to static inside extern blocksSantiago Pastorino-3/+5
2024-06-04Handle safety keyword for extern block inner itemsSantiago Pastorino-2/+19
2024-05-31Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com...Matthias Krüger-31/+45
2024-05-30Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanupLeón Orell Valerian Liehr-31/+45