summary refs log tree commit diff
path: root/compiler/rustc_ast_passes/src/ast_validation.rs
AgeCommit message (Expand)AuthorLines
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