summary refs log tree commit diff
path: root/compiler/rustc_ast_passes/src/feature_gate.rs
AgeCommit message (Expand)AuthorLines
2021-03-15Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual...Oli Scherer-1/+1
2021-03-09rustc_target: add "unwind" payloads to `Abi`katelyn a. martin-0/+32
2021-03-07Add help for `matches` for `if let` in arm guardEsteban Küber-1/+5
2021-03-07Add help suggesting `matches` to `let_chains` lintEsteban Küber-1/+5
2021-02-19Support `pub` on `macro_rules`Vadim Petrochenkov-0/+1
2021-02-03Auto merge of #81346 - hug-dev:nonsecure-call-abi, r=jonas-schievinkbors-0/+8
2021-02-02Add a new ABI to support cmse_nonsecure_callHugues de Valon-0/+8
2021-02-01Box the biggest ast::ItemKind variantsDániel Buga-5/+9
2021-01-14Use Option::map_or instead of `.map(..).unwrap_or(..)`LingMan-1/+1
2021-01-12Auto merge of #76580 - rokob:iss76011, r=estebankbors-1/+26
2021-01-01make `const_generics_defaults` use the unstable syntax mechanismRémy Rakic-0/+4
2020-12-29Use Option::map_or instead of open coding itLingMan-4/+2
2020-12-26stabilize min_const_genericsBastian Kauschke-14/+1
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-22Suggest async {} for async || {}Andy Weiss-1/+26
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