about summary refs log tree commit diff
path: root/src/librustc_ast_passes
AgeCommit message (Expand)AuthorLines
2020-04-13allow const generics in const fnBastian Kauschke-24/+1
2020-04-06Rollup merge of #70519 - estebank:constraints-before-args-spans, r=CentrilMazdak Farrokhzad-14/+55
2020-04-05Reduce the visual clutterEsteban Küber-2/+7
2020-04-05review comments: use `partition_map`Esteban Küber-21/+13
2020-03-30Use if let instead of match when only matching a single variant (clippy::sing...Matthias Krüger-8/+6
2020-03-29review comment: wordingEsteban Küber-8/+1
2020-03-29Suggest correct order for arguments when encountering early constraintsEsteban Küber-21/+35
2020-03-28Suggest correct order for args and constraintsEsteban Küber-0/+23
2020-03-28Point at all constraints before argsEsteban Küber-14/+28
2020-03-27add the label back but make it shorterMazdak Farrokhzad-1/+2
2020-03-27address some review commentsMazdak Farrokhzad-5/+1
2020-03-27parse: move constraint/arg restriction to ast_validation.Mazdak Farrokhzad-12/+48
2020-03-26Rename asm! to llvm_asm!Amanieu d'Antras-2/+2
2020-03-26Rollup merge of #70424 - lcnr:nit, r=CentrilMazdak Farrokhzad-5/+1
2020-03-26introduce `negative_impls` feature gate and documentNiko Matsakis-5/+5
2020-03-26simplify match stmtBastian Kauschke-5/+1
2020-03-25Rename `def_span` to `guess_head_span`Esteban Küber-3/+3
2020-03-21Rollup merge of #70032 - lcnr:issue69970, r=varkorDylan DPC-0/+2
2020-03-19sort generic param order in generics_ofBastian Kauschke-0/+2
2020-03-16Auto merge of #68970 - matthewjasper:min-spec, r=nikomatsakisbors-6/+14
2020-03-16ast/hir: `MacroDef::legacy` -> `MacroDef::macro_rules`Vadim Petrochenkov-1/+1
2020-03-15Rollup merge of #69589 - petrochenkov:maccall, r=CentrilMazdak Farrokhzad-4/+4
2020-03-15Add `min_specialization` featureMatthew Jasper-6/+14
2020-03-12ast: `Mac`/`Macro` -> `MacCall`Vadim Petrochenkov-4/+4
2020-03-12Rollup merge of #69722 - estebank:negative-impl-span-ast, r=CentrilMazdak Farrokhzad-53/+82
2020-03-11review commentsEsteban Küber-51/+53
2020-03-10review commentsEsteban Küber-37/+16
2020-03-10Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnisonMazdak Farrokhzad-1/+0
2020-03-06review commentEsteban Küber-15/+10
2020-03-06Suggest removal of auto trait super traits and type paramsEsteban Küber-1/+13
2020-03-06Further tweak spans in ast validation errorsEsteban Küber-11/+48
2020-03-05review commentsEsteban Küber-28/+24
2020-03-04Tweak output for invalid negative impl AST errorsEsteban Küber-14/+22
2020-03-01ast: Unmerge structures for associated items and foreign itemsVadim Petrochenkov-2/+2
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-15/+15
2020-02-29Make it build againVadim Petrochenkov-1/+1
2020-02-27Auto merge of #68434 - varkor:astconv-mismatch-error, r=nikomatsakisbors-65/+17
2020-02-27Remove spotlight usageGuillaume Gomez-1/+0
2020-02-24parse/ast: move `Defaultness` into variants.Mazdak Farrokhzad-15/+20
2020-02-24add `Span` to `ast::Defaultness::Default`.Mazdak Farrokhzad-6/+10
2020-02-22Add invalid argument spans to `GenericArgCountMismatch`varkor-1/+1
2020-02-22Move generic arg / param validation to `create_substs_for_generic_args`varkor-64/+16
2020-02-22parse: allow `type Foo: Ord` syntactically.Mazdak Farrokhzad-1/+8
2020-02-18Rollup merge of #69194 - Centril:assoc-extern-fuse, r=petrochenkovMazdak Farrokhzad-13/+94
2020-02-17Rename `FunctionRetTy` to `FnRetTy`Yuki Okushi-3/+3
2020-02-15reject assoc statics & extern consts during parsingMazdak Farrokhzad-25/+3
2020-02-15parse extern constsMazdak Farrokhzad-1/+18
2020-02-15parse associated statics.Mazdak Farrokhzad-2/+7
2020-02-15ast/parser: fuse `static` & `const` grammars in all contexts.Mazdak Farrokhzad-7/+27
2020-02-15ast: make `= <expr>;` optional in free statics/consts.Mazdak Farrokhzad-0/+8