summary refs log tree commit diff
path: root/compiler/rustc_ast_passes/src/ast_validation.rs
AgeCommit message (Expand)AuthorLines
2021-11-07ast: Fix naming conventions in AST structuresVadim Petrochenkov-27/+21
2021-10-17Some "parenthesis" and "parentheses" fixesr00ster91-1/+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-15Rollup merge of #88775 - pnkfelix:revert-anon-union-parsing, r=davidtwcoManish Goregaokar-68/+0
2021-09-15Auto merge of #88558 - fee1-dead:const-drop, r=oli-obkbors-1/+3
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-02Auto merge of #87114 - cjgillot:abilint, r=estebankbors-2/+41
2021-08-31Lint Abi in ast validation.Camille GILLOT-2/+41
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-28Allow `~const` bounds on trait assoc functionsDeadbeef-2/+2
2021-08-27Fix visiting twiceDeadbeef-15/+6
2021-08-27Introduce `~const`Deadbeef-52/+100
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-06-17Auto merge of #86164 - FabianWolff:issue-86053, r=davidtwcobors-1/+1
2021-06-13simplify validate_generic_param_orderklensy-39/+36
2021-06-09Handle C-variadic arguments properly when reporting region errorsFabian Wolff-1/+1
2021-05-29Make lifetime ordering error pretty print const param defaultsEllen-3/+6
2021-05-16Check and deny anonymous fields on `ast_validation`jedel1043-70/+184
2021-04-25Auto merge of #84299 - lcnr:const-generics-defaults-name-res, r=varkorbors-1/+1
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-07Disable using non-ascii identifiers in extern blocks.Charles Lew-1/+23
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-02-18ast: Keep expansion status for out-of-line module itemsVadim Petrochenkov-2/+4
2021-02-01Box the biggest ast::ItemKind variantsDániel Buga-12/+18
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/+0
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-30Rename kw::Invalid -> kw::EmptyJoshua Nelson-1/+1
2020-12-26stabilize min_const_genericsBastian Kauschke-6/+4
2020-12-21add suggest for PatternsInWithoutBodyDaiki Ihara-8/+17
2020-12-08Clarify the 'default is only allowed on...' errorCamelid-1/+1
2020-11-27Auto merge of #79266 - b-naber:gat_trait_path_parser, r=petrochenkovbors-1/+3
2020-11-25ast and parserb-naber-1/+3
2020-11-17Use `span_suggestion_verbose` instead of `span_suggestion` for `fn` with qual...ThePuzzlemaker-1/+1
2020-11-08Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov-1/+1
2020-10-29Fix typosDániel Buga-1/+1