about summary refs log tree commit diff
path: root/src/librustc_passes
AgeCommit message (Expand)AuthorLines
2019-11-18Add more context to `async fn` trait error. Suggest `async-trait`.Agustin Fernandez-1/+6
2019-11-16Use "field is never read" instead of "field is never used"cosine-1/+1
2019-11-15Rollup merge of #66197 - Centril:transparent-ast, r=varkorTyler Mandry-9/+1
2019-11-14TAIT: remove redundant check from ast_validationMazdak Farrokhzad-9/+1
2019-11-14move E0744 to new error codeGuillaume Gomez-0/+1
2019-11-14Remove unused error_codes.rs filesGuillaume Gomez-657/+0
2019-11-14Update to use new librustc_error_codes libraryGuillaume Gomez-2/+9
2019-11-13Use `ast::Mutability`Dylan MacKenzie-2/+3
2019-11-13Change control flow error to delay span bugDylan MacKenzie-4/+5
2019-11-13Fix broken doc-testDylan MacKenzie-1/+1
2019-11-13Small fixes to commentsDylan MacKenzie-4/+5
2019-11-13Add HIR pass to check for `if`s and `loop`s in a `const`Dylan MacKenzie-0/+159
2019-11-13Add E0744 for control flow in constsDylan MacKenzie-0/+22
2019-11-11Auto merge of #66252 - cjgillot:trees, r=oli-obkbors-2/+2
2019-11-11syntactically allow visibility on trait item & enum variantMazdak Farrokhzad-0/+6
2019-11-10Merge hir::GeneratorMovability into ast::Movability.Camille GILLOT-2/+2
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-4/+5
2019-11-09move attr meta grammar to parse::validate_atr + ast_validationMazdak Farrokhzad-0/+5
2019-11-08Rollup merge of #66188 - Centril:fnsig, r=davidtwcoMazdak Farrokhzad-4/+4
2019-11-08Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obkMazdak Farrokhzad-112/+19
2019-11-08ast::ItemKind::Fn: use ast::FnSigMazdak Farrokhzad-4/+4
2019-11-07Auto merge of #65750 - nnethercote:cheaper-doc-comments, r=petrochenkovbors-1/+1
2019-11-06Make doc comments cheaper with `AttrKind`.Nicholas Nethercote-1/+1
2019-11-06nested_impl_trait -> errorMazdak Farrokhzad-107/+19
2019-11-06legacy_directory_ownership -> errorMazdak Farrokhzad-5/+0
2019-11-06Auto merge of #65830 - Quantumplation:master, r=davidtwco,estebankbors-3/+14
2019-11-05Use source_callee().is_some() to detect macrosPi Lanningham-4/+5
2019-11-05Detect if item.span is in a macro, and fall backPi Lanningham-3/+13
2019-11-04Auto merge of #65835 - Mark-Simulacrum:lockless-lintbuffer, r=nikomatsakisbors-9/+12
2019-11-03Migrate resolver over to internal lint bufferMark Rousskov-9/+12
2019-10-30Do not complain about missing `fn main()` in some casesEsteban Küber-1/+8
2019-10-28Rollup merge of #65792 - Centril:split-syntax-2, r=petrochenkovMazdak Farrokhzad-2/+1
2019-10-27rustc, rustc_passes: don't depend on syntax_expand.Mazdak Farrokhzad-2/+1
2019-10-26Use ident instead of def_span in dead-code passPi Lanningham-1/+1
2019-10-26Update with word change suggestionObsidianMinor-1/+1
2019-10-26Add detailed explaination for E0666Sydney Acksman-1/+24
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-1/+2
2019-10-13ast: remove implicit pprust dependency via Display.Mazdak Farrokhzad-1/+2
2019-10-10Add long error explanation for E0568Guillaume Gomez-1/+29
2019-10-08Rollup merge of #65135 - GuillaumeGomez:add-error-code-check, r=Mark-SimulacrumMazdak Farrokhzad-4/+21
2019-10-08Add long error explanation for E0567Guillaume Gomez-1/+28
2019-10-07Add long error explanation for E0561Guillaume Gomez-1/+28
2019-10-07Fix/improve some error codes long explanationGuillaume Gomez-4/+21
2019-10-06sort error codes in librustc_passesGuillaume Gomez-162/+161
2019-10-04middle::intrinsicck -> rustc_passesMark Rousskov-0/+279
2019-10-04middle::entry -> rustc_passesMark Rousskov-0/+285
2019-10-04middle::dead -> rustc_passesMark Rousskov-0/+677
2019-10-04move middle::liveness to rustc_passesMark Rousskov-0/+1570
2019-09-30Remove HIR based const qualificationMatthew Jasper-660/+0
2019-09-26Rename `ForeignItem.node` to `ForeignItem.kind`varkor-1/+1