about summary refs log tree commit diff
path: root/compiler/rustc_ast_passes
AgeCommit message (Expand)AuthorLines
2020-12-26stabilize min_const_genericsBastian Kauschke-20/+5
2020-12-21add suggest for PatternsInWithoutBodyDaiki Ihara-8/+17
2020-12-17Change the message for `if_let_guard` feature gateLeSeulArtichaut-1/+1
2020-12-10Rollup merge of #79851 - camelid:better-error-for-default-fn, r=davidtwcoTyler Mandry-1/+1
2020-12-09Accept arbitrary expressions in key-value attributes at parse timeVadim Petrochenkov-0/+4
2020-12-08Clarify the 'default is only allowed on...' errorCamelid-1/+1
2020-11-28Auto merge of #78296 - Aaron1011:fix/stmt-tokens, r=petrochenkovbors-0/+1
2020-11-27Bump recursion_limit in rustc_ast_passesAaron Hill-0/+1
2020-11-27Auto merge of #79266 - b-naber:gat_trait_path_parser, r=petrochenkovbors-1/+3
2020-11-25ast and parserb-naber-1/+3
2020-11-23Rename `optin_builtin_traits` to `auto_traits`Camelid-1/+1
2020-11-17Use `span_suggestion_verbose` instead of `span_suggestion` for `fn` with qual...ThePuzzlemaker-1/+1
2020-11-14Add underscore expressions for destructuring assignmentsFabian Zaiser-1/+5
2020-11-12Rollup merge of #78836 - fanzier:struct-and-slice-destructuring, r=petrochenkovMara Bos-0/+1
2020-11-11Implement destructuring assignment for structs and slicesFabian Zaiser-0/+1
2020-11-10Rollup merge of #78875 - petrochenkov:cleantarg, r=Mark-SimulacrumJonas Schievink-1/+1
2020-11-08Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov-1/+1
2020-11-03rustc_ast: `visit_mac` -> `visit_mac_call`Vadim Petrochenkov-1/+1
2020-11-03rustc_ast: Do not panic by default when visiting macro callsVadim Petrochenkov-6/+2
2020-10-29Fix typosDániel Buga-1/+1
2020-10-16Lower inline const's AST to HIRSantiago Pastorino-1/+1
2020-10-16Add inline_const feature flagSantiago Pastorino-0/+1
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-1/+1
2020-09-22Suggest async {} for async || {}Andy Weiss-1/+26
2020-09-18use matches!() macro for simple if let conditionsMatthias Krüger-4/+1
2020-09-14Stabilize doc_alias featureGuillaume Gomez-1/+0
2020-09-12update the version of itertools and parking_lotAndreas Jonson-1/+1
2020-09-10Attach `TokenStream` to `ast::Visibility`Aaron Hill-3/+3
2020-09-10Syntactically permit unsafety on modsDavid Tolnay-2/+8
2020-09-04Implementation of incompatible features errorAmjad Alsharafi-0/+34
2020-08-30mv compiler to compiler/mark-0/+2368