about summary refs log tree commit diff
path: root/src/librustc_ast_passes
AgeCommit message (Expand)AuthorLines
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
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