about summary refs log tree commit diff
path: root/compiler/rustc_ast_passes
AgeCommit message (Expand)AuthorLines
2021-05-18Stabilize extended_key_value_attributesJoshua Nelson-4/+0
2021-05-16Check and deny anonymous fields on `ast_validation`jedel1043-70/+184
2021-05-16Implement Anonymous{Struct, Union} in the ASTjedel1043-0/+1
2021-05-05Implement RFC 2951: Native link modifiersLuqman Aden-0/+39
2021-04-28Auto merge of #83713 - spastorino:revert-pub-macro-rules, r=nikomatsakisbors-1/+0
2021-04-26Auto merge of #84544 - RalfJung:const_fn_in_trait, r=oli-obkbors-6/+1
2021-04-25Auto merge of #84299 - lcnr:const-generics-defaults-name-res, r=varkorbors-1/+1
2021-04-25'const fn' in trait are rejected in the AST, this feature gate check is a NOPRalf Jung-6/+1
2021-04-24Auto merge of #83722 - jyn514:stable-help, r=estebankbors-3/+33
2021-04-23Revert "Rollup merge of #82296 - spastorino:pubrules, r=nikomatsakis"Santiago Pastorino-1/+0
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-18Auto merge of #83799 - crlf0710:stablize_non_ascii_idents, r=Manishearthbors-12/+1
2021-04-16Remove #[main] attribute.Charles Lew-10/+0
2021-04-08rustc: Add a new `wasm` ABIAlex Crichton-0/+8
2021-04-08Stablize `non_ascii_idents` feature.Charles Lew-12/+1
2021-04-07Disable using non-ascii identifiers in extern blocks.Charles Lew-1/+23
2021-04-05Allow exclusive range-from patternsJubilee Young-1/+1
2021-04-02On stable, suggest removing `#![feature]` for features that have been stabilizedJoshua Nelson-3/+33
2021-04-02Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514bors-1/+1
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-03-19stabilize or_patternsmark-1/+0
2021-03-16ast/hir: Rename field-related structuresVadim Petrochenkov-2/+2
2021-03-15Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]`Camelid-1/+1
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-23Rollup merge of #82296 - spastorino:pubrules, r=nikomatsakisDylan DPC-0/+1
2021-02-19Support `pub` on `macro_rules`Vadim Petrochenkov-0/+1
2021-02-18ast: Keep expansion status for out-of-line module itemsVadim Petrochenkov-2/+4
2021-02-18ast: Stop using `Mod` in `Crate`Vadim Petrochenkov-4/+0
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-18/+30
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-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/+4
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-30Rollup merge of #80495 - jyn514:rename-empty, r=petrochenkovMara Bos-1/+1
2020-12-30Rename kw::Invalid -> kw::EmptyJoshua Nelson-1/+1
2020-12-29Use Option::map_or instead of open coding itLingMan-4/+2