about summary refs log tree commit diff
path: root/compiler/rustc_ast_passes
AgeCommit message (Expand)AuthorLines
2021-10-05Allow adding a set of cfg's to hide from being implicitly doc(cfg)'dWim Looman-0/+1
2021-10-04Rollup merge of #89494 - FabianWolff:issue-84075, r=davidtwcoJubilee-13/+36
2021-10-03Deny `where` clauses on `auto` traitsFabian Wolff-13/+36
2021-10-03Practice diagnostic message conventionHirochika Matsumoto-1/+1
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-09-16delay error for enabling unstable lib featuresVishad Goyal-0/+6
2021-09-15Rollup merge of #88775 - pnkfelix:revert-anon-union-parsing, r=davidtwcoManish Goregaokar-69/+0
2021-09-15Auto merge of #88558 - fee1-dead:const-drop, r=oli-obkbors-1/+3
2021-09-11Rollup merge of #88733 - Noble-Mushtak:88577, r=estebankJubilee-0/+14
2021-09-09Revert "Implement Anonymous{Struct, Union} in the AST"Felix S. Klock II-1/+0
2021-09-09Manually crafted revert of d4ad050ce5778a09566f6f9ec172565815d54604 .Felix S. Klock II-68/+0
2021-09-09Allow ~const bounds on inherent implsDeadbeef-1/+3
2021-09-08Fatal error for functions with more than 65535 argumentsNoble-Mushtak-0/+14
2021-09-08Bump stage0 compiler to 1.56Mark Rousskov-1/+0
2021-09-02Auto merge of #87114 - cjgillot:abilint, r=estebankbors-2/+42
2021-08-31Lint Abi in ast validation.Camille GILLOT-2/+42
2021-08-31Rollup merge of #88418 - fee1-dead:trait-assoc-tilde-const, r=oli-obkMara Bos-2/+2
2021-08-30allow unordered const/ty params if any cg feature is activelcnr-1/+1
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-1/+0
2021-08-28Allow `~const` bounds on trait assoc functionsDeadbeef-2/+2
2021-08-27Fix visiting twiceDeadbeef-15/+6
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-29rfc3052: Remove authors field from Cargo manifestsJade-1/+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