summary refs log tree commit diff
path: root/src/librustc/infer/error_reporting
AgeCommit message (Expand)AuthorLines
2018-11-19Rollup merge of #55953 - blitzerr:master, r=nikomatsakisPietro Albini-3/+3
2018-11-14capture_disjoint_fields(rust-lang#53488)Blitzerr-3/+3
2018-11-13fix various typos in doc commentsAndy Russell-1/+1
2018-11-08Rollup merge of #55638 - pnkfelix:issue-55608-ice-reempty-msg_span_from_free_...Mark Rousskov-0/+1
2018-11-03Remove `ReCanonical` in favor of `ReLateBound`scalexm-1/+1
2018-11-03Sidestep an ICE by providing *some* description for `ReEmpty` when it arises.Felix S. Klock II-0/+1
2018-10-27back out bogus `Ok`-wrapping suggestion on `?` arm type mismatchZack M. Davis-11/+1
2018-10-04rename skolemized to placeholderNiko Matsakis-2/+2
2018-10-01Rollup merge of #54641 - ljedrz:cleanup_rustc_infer, r=estebankkennytm-105/+96
2018-09-29don't elide lifetimes in paths in librustc/Zack M. Davis-8/+8
2018-09-29rustc/infer: miscellaneous minor code improvementsljedrz-4/+4
2018-09-29rustc/infer: readability improvementsljedrz-2/+2
2018-09-29rustc/infer: use to_owned instead of to_string with string literalsljedrz-9/+9
2018-09-29rustc/infer: convert single-branch matches to if-letljedrz-90/+81
2018-09-26rustfmt `error_reporting/mod.rs` and `dropck.rs`Niko Matsakis-63/+69
2018-09-26convert from an `UnlessNll` flag to a `SuppressRegionErrors` flagNiko Matsakis-15/+6
2018-09-26use a `UnlessNll` flag to consolidate error reporting pathsNiko Matsakis-3/+3
2018-09-20Auto merge of #54241 - vi:suggest_with_applicability, r=estebankbors-5/+9
2018-09-18Auto merge of #53900 - davidtwco:issue-53771, r=nikomatsakisbors-88/+9
2018-09-17Whitespace fix again.Vitaly _Vi Shukela-2/+2
2018-09-16Remove usages of span_suggestion without ApplicabilityVitaly _Vi Shukela-3/+7
2018-09-15Make rustc::middle::region::Scope's fields publicMarshall Bowers-1/+1
2018-09-13Added help message for impl trait static constraint.David Wood-1/+1
2018-09-13Moved helper functions from NiceRegionError to TyCtxt.David Wood-88/+9
2018-09-11Simplify Scope/ScopeData to have less chance of introducing UB or size increasesOliver Schneider-6/+6
2018-09-07make field always private, add `From` implsNiko Matsakis-2/+0
2018-09-01Remove 'not reporting regions error due to nll' warningBasile Desloges-33/+10
2018-08-27Rename hir::map::NodeKind to hir::Nodevarkor-21/+21
2018-08-27Remove path prefixes from NodeKindvarkor-19/+20
2018-08-27Rename hir::map::Node to hir::map::NodeKindvarkor-18/+18
2018-08-23use String::new() instead of String::from(""), "".to_string(), "".to_owned() ...Matthias Krüger-1/+1
2018-08-22Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}varkor-4/+4
2018-08-22Remove Ty prefix from Ty{Foreign|Param}varkor-1/+1
2018-08-22Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...varkor-21/+21
2018-08-22Rename ty::TyVariants to ty::TyKindvarkor-3/+3
2018-08-21Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkorkennytm-1/+1
2018-08-19mv codemap() source_map()Donato Sciarra-8/+8
2018-08-19mv (mod) codemap source_mapDonato Sciarra-2/+2
2018-08-19Fix typos found by codespell.Matthias Krüger-1/+1
2018-08-09Correctly identify named early bound regions.David Wood-1/+1
2018-08-07Auto merge of #52450 - PramodBisht:issue/52413, r=estebankbors-4/+13
2018-08-06Disable some nice region errors in NLL mode.David Wood-0/+6
2018-08-06#52413: addressed @estebank's NitPramod Bisht-1/+1
2018-08-05Closes #52413: Provide structured suggestion instead of labelPramod Bisht-4/+13
2018-08-04An attempt to fix NLL migration mode so that reports region errors when neces...Felix S. Klock II-1/+8
2018-07-30Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkovbors-20/+15
2018-07-29Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkovbors-14/+14
2018-07-29Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakisbors-1/+1
2018-07-28Don't format!() string literalsljedrz-20/+15
2018-07-27Remove unnecessary `.collect()`Shotaro Yamada-1/+1