about summary refs log tree commit diff
path: root/compiler/rustc_ast_passes/src
AgeCommit message (Expand)AuthorLines
2021-08-27Introduce `~const`Deadbeef-53/+100
2021-08-21Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`Aaron Hill-3/+3
2021-08-18Auto merge of #86860 - fee1-dead:stabilize, r=LeSeulArtichautbors-62/+2
2021-08-15Introduce hir::ExprKind::Let - Take 2Caio-7/+62
2021-08-12Adjust `#[no_mangle]`-related checks and lints for `impl` itemshyd-dev-0/+4
2021-08-10Replace #[plugin_registrar] with exporting __rustc_plugin_registrarbjorn3-8/+0
2021-07-28Stabilize `arbitrary_enum_discriminant`Deadbeef-62/+2
2021-07-28Rollup merge of #87501 - spastorino:remove-min-tait, r=oli-obkYuki Okushi-1/+1
2021-07-27Make all tests use type_alias_impl_trait feature instead of minSantiago Pastorino-1/+1
2021-07-27Auto merge of #85305 - MarcusDunn:master, r=pnkfelixbors-1/+1
2021-07-11Auto merge of #83918 - workingjubilee:stable-rangefrom-pat, r=joshtriplettbors-1/+17
2021-06-17Auto merge of #86164 - FabianWolff:issue-86053, r=davidtwcobors-1/+1
2021-06-13simplify validate_generic_param_orderklensy-39/+36
2021-06-12Rollup merge of #85800 - BoxyUwU:const-param-default-diagnostics, r=oli-obkYuki Okushi-3/+6
2021-06-10Add support for using qualified paths with structs in expression and patternRyan Levick-0/+1
2021-06-09Handle C-variadic arguments properly when reporting region errorsFabian Wolff-1/+1
2021-06-04replaced feature-gate use with cfg_attrmarcusdunn-1/+1
2021-06-04Remove `doc(include)`Joshua Nelson-1/+0
2021-06-03Reestablish feature gate for RangeFrom in slicesJubilee Young-0/+16
2021-05-31Remove unused feature gatesbjorn3-1/+0
2021-05-29Make lifetime ordering error pretty print const param defaultsEllen-3/+6
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