summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2019-05-18Instead of ICEing on incorrect pattern, use delay_span_bugEsteban Küber-2/+10
2019-05-18Use `delay_span_bug` for "Failed to unify obligation"Esteban Küber-5/+10
2019-04-07Auto merge of #58739 - matthewjasper:more-restrictive-tpb, r=pnkfelixbors-1/+12
2019-04-06Rollup merge of #59738 - flip1995:match_path_move, r=eddyb,ManishearthMazdak Farrokhzad-107/+114
2019-04-06Auto merge of #59723 - Zoxc:rem-noforce, r=michaelwoeristerbors-1/+0
2019-04-05Move match_path from DefId to lint::LateContextflip1995-107/+114
2019-04-05Remove no_force from coherent_traitJohn Kåre Alsaker-1/+0
2019-04-04Placate tidyFelix S Klock II-2/+2
2019-04-04Adjust the mutable_borrow_reservation_conflict messageMatthew Jasper-0/+4
2019-04-04add mutable_borrow_reservation_conflict future-incompatibility lint.Felix S. Klock II-0/+7
2019-04-04Use declare_lint_pass! and impl_lint_pass! in more placeshgallagher1993-20/+2
2019-04-04Auto merge of #59517 - Zoxc:new-queries, r=oli-obkbors-2010/+946
2019-04-04Rollup merge of #59669 - Centril:lint-pass-macro, r=oli-obkMazdak Farrokhzad-75/+87
2019-04-03reduce repetition in librustc(_lint) wrt. impl LintPassMazdak Farrokhzad-75/+87
2019-04-03Add trait_object_dummy_self to CommonTypesflip1995-0/+7
2019-04-03Deny internal lints in librustcflip1995-22/+22
2019-04-03Deduplicate code in TyKind lintflip1995-48/+30
2019-04-03Fix bug in TyKind lintflip1995-5/+8
2019-04-03Make internal lints allow-by-defaultflip1995-2/+2
2019-04-03use check_path instead of check_exprflip1995-49/+27
2019-04-03Fix rebase falloutflip1995-16/+15
2019-04-03Uplift match_def_path from Clippyflip1995-3/+104
2019-04-03Add internal lints default_hash_types and usage_of_ty_tykindflip1995-0/+166
2019-04-03Rollup merge of #59630 - nnethercote:shrink-mir-Statement, r=pnkfelixMazdak Farrokhzad-17/+26
2019-04-03Rollup merge of #59514 - tmandry:remove-adt-def-from-projection-elem, r=eddybMazdak Farrokhzad-128/+104
2019-04-03Shrink `mir::Statement`.Nicholas Nethercote-17/+26
2019-04-02Remove adt_def from PlaceTy and make it a structTyler Mandry-74/+42
2019-04-02Replace adt_def with name in mir::ProjectionElem::DowncastTyler Mandry-55/+63
2019-04-02Rollup merge of #59607 - kenta7777:renames-EvalErrorKind-to-InterpError, r=ol...Mazdak Farrokhzad-22/+22
2019-04-01Refactor async fn return type loweringTaylor Cramer-306/+455
2019-04-02renames EvalErrorKind to InterpErrorkenta7777-22/+22
2019-04-01Rollup merge of #58919 - estebank:impl-trait-return-lifetime, r=pnkfelixMazdak Farrokhzad-8/+17
2019-04-01Rollup merge of #58507 - Zoxc:time-extended, r=michaelwoeristerMazdak Farrokhzad-15/+19
2019-03-31Rollup merge of #59581 - jmcomets:stabilize-refcell_replace_swap, r=CentrilMazdak Farrokhzad-1/+0
2019-03-31Rollup merge of #59580 - taiki-e:coerce-closure, r=oli-obkMazdak Farrokhzad-11/+17
2019-03-31Rollup merge of #59519 - eddyb:layout-variants-refactor, r=oli-obkMazdak Farrokhzad-23/+34
2019-03-31Suggest using anonymous lifetime in `impl Trait` return without hacksEsteban Küber-34/+13
2019-04-01Allow closure to unsafe fn coercionTaiki Endo-11/+17
2019-03-31Stabilize refcell_replace_swap feature, closes #43570Jean-Marie Comets-1/+0
2019-03-30Change message to present tenseFabian Drinck-1/+1
2019-03-30Replace REDUNDANT_IMPORT with UNUSED_IMPORTSFabian Drinck-7/+1
2019-03-30Distinguish between imported and defined itemsFabian Drinck-3/+4
2019-03-30Improve warningFabian Drinck-0/+9
2019-03-30Remove redundant importsFabian Drinck-1/+0
2019-03-30Add lint for redundant importsFabian Drinck-0/+6
2019-03-30Move query definitions over to the proc macroJohn Kåre Alsaker-2010/+946
2019-03-30Rollup merge of #59343 - eddyb:rm-def-symbol-name, r=michaelwoeristerMazdak Farrokhzad-9/+3
2019-03-30Rollup merge of #59376 - davidtwco:finally-rfc-2008-variants, r=petrochenkov,...Mazdak Farrokhzad-2/+12
2019-03-29Suggest using anonymous lifetime in `impl Trait` returnEsteban Küber-6/+36
2019-03-29Rollup merge of #59510 - varkor:rename-type_parameters, r=eddybMazdak Farrokhzad-8/+8