summary refs log tree commit diff
path: root/compiler/rustc_ast_passes/src/ast_validation.rs
AgeCommit message (Expand)AuthorLines
2021-06-17Auto merge of #86164 - FabianWolff:issue-86053, r=davidtwcobors-1/+1
2021-06-13simplify validate_generic_param_orderklensy-39/+36
2021-06-09Handle C-variadic arguments properly when reporting region errorsFabian Wolff-1/+1
2021-05-29Make lifetime ordering error pretty print const param defaultsEllen-3/+6
2021-05-16Check and deny anonymous fields on `ast_validation`jedel1043-70/+184
2021-04-25Auto merge of #84299 - lcnr:const-generics-defaults-name-res, r=varkorbors-1/+1
2021-04-21Review commentsJack Huey-29/+25
2021-04-21loosen ordering restricts for `const_generics_defaults`lcnr-1/+1
2021-04-21Move nested quantification check to ast_validationJack Huey-9/+38
2021-04-07Disable using non-ascii identifiers in extern blocks.Charles Lew-1/+23
2021-03-23progress, stuff compiles nowlcnr-17/+9
2021-03-23Some refactoringvarkor-1/+1
2021-03-23Add has_default to GenericParamDefKind::Constkadmin-0/+11
2021-02-18ast: Keep expansion status for out-of-line module itemsVadim Petrochenkov-2/+4
2021-02-01Box the biggest ast::ItemKind variantsDániel Buga-12/+18
2021-01-10Auto merge of #79414 - sasurau4:feature/add-suggestion-for-pattern-in-fns-wit...bors-8/+17
2021-01-02reduce borrowing and (de)referencing around match patterns (clippy::match_ref...Matthias Krüger-3/+3
2021-01-01make `const_generics_defaults` use the unstable syntax mechanismRémy Rakic-14/+0
2021-01-01adjust const generics defaults FIXMEs to the new feature gateRémy Rakic-1/+1
2021-01-01first pass at default values for const genericsJulian Knodt-2/+16
2020-12-31Rollup merge of #80519 - max-heller:issue-80512-fix, r=varkorDylan DPC-25/+31
2020-12-30Take type defaults into account in suggestions to reorder generic parametersmax-heller-25/+31
2020-12-30Rename kw::Invalid -> kw::EmptyJoshua Nelson-1/+1
2020-12-26stabilize min_const_genericsBastian Kauschke-6/+4
2020-12-21add suggest for PatternsInWithoutBodyDaiki Ihara-8/+17
2020-12-08Clarify the 'default is only allowed on...' errorCamelid-1/+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-17Use `span_suggestion_verbose` instead of `span_suggestion` for `fn` with qual...ThePuzzlemaker-1/+1
2020-11-08Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov-1/+1
2020-10-29Fix typosDániel Buga-1/+1
2020-10-16Lower inline const's AST to HIRSantiago Pastorino-1/+1
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-1/+1
2020-09-18use matches!() macro for simple if let conditionsMatthias Krüger-4/+1
2020-09-10Attach `TokenStream` to `ast::Visibility`Aaron Hill-2/+2
2020-09-10Syntactically permit unsafety on modsDavid Tolnay-2/+8
2020-08-30mv compiler to compiler/mark-0/+1448