about summary refs log tree commit diff
path: root/src/librustc_passes
AgeCommit message (Expand)AuthorLines
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-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
2019-09-26Rename `Item.node` to `Item.kind`varkor-2/+2
2019-09-26Rename `Stmt.node` to `Stmt.kind`varkor-1/+1
2019-09-26Rename `Ty.node` to `Ty.kind`varkor-5/+5
2019-09-26Rename `TraitItem.node` to `TraitItem.kind`varkor-1/+1
2019-09-26Rename `ImplItem.node` to `ImplItem.kind`varkor-6/+3
2019-09-26Rename `Pat.node` to `Pat.kind`varkor-2/+2
2019-09-26Rename `Expr.node` to `Expr.kind`varkor-9/+9
2019-09-26Auto merge of #64513 - varkor:sty-begone, r=eddybbors-3/+3
2019-09-25Rename `sty` to `kind`varkor-3/+3
2019-09-25Rollup merge of #64764 - Mark-Simulacrum:snap, r=CentrilMazdak Farrokhzad-1/+0
2019-09-25Snap cfgs to new betaMark Rousskov-1/+0
2019-09-16or-patterns: rvalue_promotion: remove `top_pats_hack`.Mazdak Farrokhzad-7/+3
2019-09-15or-patterns: use `top_pats_hack` to make things compile.Mazdak Farrokhzad-1/+1
2019-09-08Dont use gate bind_by_move_pattern_guards internally.Mazdak Farrokhzad-1/+1
2019-09-05Remove rustc_diagnostic_macros featureMark Rousskov-1/+0
2019-09-05Replace diagnostic plugins with macro_rulesMark Rousskov-10/+4
2019-08-27Cleanup: Consistently use `Param` instead of `Arg` #62426Kevin Per-3/+3
2019-08-24Modifies how Arg, Arm, Field, FieldPattern and Variant are visitedCaio-7/+3
2019-08-21`r#type` -> `ty`Artem Varaksa-4/+4
2019-08-21improve diagnostics: break/continue wrong contextArtem Varaksa-20/+19
2019-08-18Better error message for break in async blocks.Giles Cope-3/+14
2019-08-15Remove `Spanned` from `ast::Mac`Vadim Petrochenkov-1/+1
2019-08-14Merge Variant and Variant_Caio-1/+1
2019-08-04Rename `ItemKind::Ty` to `ItemKind::TyAlias`varkor-1/+1
2019-08-02Replace "existential" by "opaque"varkor-1/+1
2019-07-28Auto merge of #63090 - Centril:rollup-xnjwm2h, r=Centrilbors-0/+5
2019-07-28Rollup merge of #61856 - c410-f3r:attrs-fn, r=matthewjasperMazdak Farrokhzad-0/+5
2019-07-28Deny `unused_lifetimes` through rustbuildVadim Petrochenkov-2/+0
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-3/+0