summary refs log tree commit diff
path: root/compiler/rustc_ast_passes/src/feature_gate.rs
AgeCommit message (Expand)AuthorLines
2020-12-17Change the message for `if_let_guard` feature gateLeSeulArtichaut-1/+1
2020-12-09Accept arbitrary expressions in key-value attributes at parse timeVadim Petrochenkov-0/+4
2020-11-23Rename `optin_builtin_traits` to `auto_traits`Camelid-1/+1
2020-11-14Add underscore expressions for destructuring assignmentsFabian Zaiser-1/+5
2020-11-11Implement destructuring assignment for structs and slicesFabian Zaiser-0/+1
2020-10-16Add inline_const feature flagSantiago Pastorino-0/+1
2020-09-14Stabilize doc_alias featureGuillaume Gomez-1/+0
2020-09-10Attach `TokenStream` to `ast::Visibility`Aaron Hill-1/+1
2020-09-04Implementation of incompatible features errorAmjad Alsharafi-0/+34
2020-08-30mv compiler to compiler/mark-0/+679