about summary refs log tree commit diff
path: root/src/librustc/traits/error_reporting.rs
AgeCommit message (Expand)AuthorLines
2019-04-28Fix lint findings in librustcflip1995-1/+1
2019-04-26Update handling of Tuplevarkor-2/+2
2019-04-17Give custom error for E0277 on `?` error caseEsteban Küber-0/+12
2019-03-24Remove `CtorOf` from `Node::Ctor`.David Wood-1/+1
2019-03-24Separate variant id and variant constructor id.David Wood-17/+7
2019-03-15Elide object safety errors on non-existent trait functionEsteban Küber-11/+25
2019-03-15rustc: rename item_path to def_path (except the module in ty).Eduard-Mihai Burtescu-4/+4
2019-03-15rustc: remove fmt::{Debug,Display} from ty::TyKind.Eduard-Mihai Burtescu-4/+5
2019-03-09Auto merge of #59012 - pietroalbini:rollup, r=pietroalbinibors-12/+52
2019-03-08Rollup merge of #58204 - estebank:impl-trait-semi, r=zackmdavisPietro Albini-12/+52
2019-03-07HirIdification: replace NodeId method callsljedrz-3/+2
2019-03-05Handle const generics elsewherevarkor-1/+2
2019-03-04Fix rebase and move suggestion to its own methodEsteban Küber-29/+46
2019-03-04Add fixmeEsteban Küber-3/+4
2019-03-04On return type `impl Trait` for block with no expr point at last semiEsteban Küber-5/+27
2019-02-21introduce a dummy leak check and invoke it in all the right placesNiko Matsakis-3/+8
2019-02-13Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasperMazdak Farrokhzad-3/+3
2019-02-13Cleanup importsTaiki Endo-3/+3
2019-02-13Rename rustc_errors dependency in rust 2018 cratesTaiki Endo-1/+1
2019-02-10rustc: doc commentsAlexander Regueiro-2/+2
2019-02-10Auto merge of #58151 - ljedrz:HirIdify_rustc, r=Zoxcbors-1/+2
2019-02-05rustc: partially HirIdifyljedrz-1/+2
2019-02-05move librustc to 2018Mark Mansi-15/+15
2019-02-02hir: add HirId to main Hir nodesljedrz-1/+1
2019-01-26remove `_with_applicability` from suggestion fnsAndy Russell-12/+12
2019-01-21Fix some non-determinism in help messages for E0277 errors.Simon Sapin-3/+7
2019-01-13Tweak output of type mismatch between "then" and `else` `if` armsEsteban Küber-1/+1
2019-01-12Point at the match discriminant when arm pattern has a type mismatchEsteban Küber-2/+2
2019-01-05Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakisbors-1/+1
2019-01-04Auto merge of #56723 - oli-obk:lazy_const, r=nikomatsakisbors-3/+1
2019-01-04Revert "add coherence future-compat warnings for marker-only trait objects"Ariel Ben-Yehuda-1/+1
2019-01-02universe transitionNiko Matsakis-6/+3
2019-01-01Simplify and fix some diagnostics around arraysOliver Scherer-14/+10
2019-01-01Move the `Unevaluated` constant arm upwards in the type structureOliver Scherer-12/+14
2018-12-27Integrate chalk enginescalexm-6/+15
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-14add coherence future-compat warnings for marker-only trait objectsAriel Ben-Yehuda-1/+1
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-12/+12
2018-11-24Introduce `TyKind::Placeholder` variantscalexm-1/+1
2018-11-17reserve whitespaces between prefix and pipecsmoe-1/+1
2018-11-15lint based on closure pipe spancsmoe-1/+15
2018-11-13Instantiate all bound vars existentiallyscalexm-2/+3
2018-11-04rustc_target: pass contexts by reference, not value.Eduard-Mihai Burtescu-1/+1
2018-11-03Move `BoundTy` to `ty::TyKind`scalexm-1/+1
2018-11-01Make all object-safety methods require a global TyCtxtMichael Hewson-2/+3
2018-10-30Use vec![x; n] instead of iter::repeat(x).take(n).collect()ljedrz-5/+1
2018-10-26Auto merge of #55382 - kennytm:rollup, r=kennytmbors-2/+2
2018-10-26Auto merge of #53821 - oli-obk:sanity_query, r=RalfJungbors-12/+4
2018-10-26Remove redundant cloneShotaro Yamada-2/+2