about summary refs log tree commit diff
path: root/src/librustc_ast_passes
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-2372/+0
2020-08-22Auto merge of #74566 - lzutao:guard, r=petrochenkovbors-2/+5
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-5/+6
2020-08-12Flip order of const & typekadmin-1/+1
2020-08-10Auto merge of #74953 - JulianKnodt:master, r=lcnrbors-7/+11
2020-08-09Change Ord impl for ParamKindOrdkadmin-1/+0
2020-08-09Switched to unordered field in ParamKindOrdkadmin-2/+6
2020-08-09Add ParamKindOrd::ConstUnordered variantkadmin-2/+1
2020-08-09Blessed old test where error message had changedkadmin-4/+1
2020-08-09Test lifetimes after types after consts forbiddenkadmin-6/+6
2020-08-09Added +1 test for only works w/ feat const genkadmin-2/+5
2020-08-08Gate to if-let guard featureLzu Tao-2/+5
2020-08-08Auto merge of #74932 - nnethercote:rm-ast-session-globals, r=petrochenkovbors-41/+39
2020-08-08Rm restriction on ord of default types w/ constskadmin-1/+2
2020-08-08Allow types to come after consts in AST validationjulianknodt-0/+1
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-41/+39
2020-08-05impl reviewBastian Kauschke-1/+1
2020-08-05add min_const_generics feature gateBastian Kauschke-4/+11
2020-08-04rustc_ast: `(Nested)MetaItem::check_name` -> `has_name`Vadim Petrochenkov-2/+2
2020-08-02Replace from log to tracing in libsrustrustc_ast_lowering, librustc_ast_passe...bishtpawan-2/+2
2020-07-31Move from `log` to `tracing`Oliver Scherer-1/+1
2020-07-23tweak wordingBastian Kauschke-1/+1
2020-07-22require type defaults to be after const generic parametersBastian Kauschke-6/+19
2020-07-16Revert "Remove spotlight usage"Manish Goregaokar-0/+1
2020-06-23Record span of `const` kw in GenericParamKindAyaz Hafiz-3/+3
2020-06-09[AVR] Add AVR platform supportJake Goulding-0/+8
2020-05-17Disallow forbidden usage of non-ascii identifiers.Charles Lew-2/+37
2020-05-14Minor fixes to commentsJOE1994-1/+1
2020-05-08Remove ast::{Ident, Name} reexports.Camille GILLOT-3/+4
2020-05-04Add docstring to `deny_equality_constraints`Esteban Küber-0/+2
2020-05-04On incorrect equality constraint likely to be assoc type, suggest appropriate...Esteban Küber-11/+83
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