about summary refs log tree commit diff
path: root/src/librustc/infer
AgeCommit message (Expand)AuthorLines
2018-09-19Classify outlives constraints when type checkingMatthew Jasper-1/+1
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-14Auto merge of #54032 - oli-obk:layout_scalar_ranges, r=eddybbors-6/+6
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-09add ability to create region vars with explicit universeNiko Matsakis-6/+23
2018-09-09infer/mod.rs: rustfmtNiko Matsakis-329/+373
2018-09-08Auto merge of #53705 - ms2300:tmp, r=oli-obkbors-87/+90
2018-09-07make field always private, add `From` implsNiko Matsakis-5/+3
2018-09-05Changing TyAnon -> TyOpaque and relevant functionsms2300-87/+90
2018-09-01Remove 'not reporting regions error due to nll' warningBasile Desloges-33/+10
2018-08-30Rollup merge of #53513 - nnethercote:inline-shallow_resolve, r=varkorPietro Albini-1/+9
2018-08-27Rename hir::map::NodeKind to hir::Nodevarkor-24/+24
2018-08-27Remove path prefixes from NodeKindvarkor-21/+23
2018-08-27Rename hir::map::Node to hir::map::NodeKindvarkor-20/+20
2018-08-27Auto merge of #53580 - nikomatsakis:nll-issue-53568, r=pnkfelixbors-8/+11
2018-08-24Auto merge of #53225 - nikomatsakis:nll-type-annot, r=pnkfelixbors-0/+30
2018-08-24pacify the mercilous tidy: canonical ignore commentsNiko Matsakis-2/+2
2018-08-24support user annotations in fns, methodsNiko Matsakis-0/+30
2018-08-24Rollup merge of #53563 - matthiaskrgr:String, r=varkorkennytm-1/+1
2018-08-23use String::new() instead of String::from(""), "".to_string(), "".to_owned() ...Matthias Krüger-1/+1
2018-08-23Use optimized SmallVec implementationIgor Gutorov-4/+4
2018-08-22Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}varkor-22/+22
2018-08-22Remove Ty prefix from Ty{Foreign|Param}varkor-6/+6
2018-08-22Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...varkor-114/+114
2018-08-22Rename ty::TyVariants to ty::TyKindvarkor-3/+3
2018-08-22Rename ty::Slice to ty::Listvarkor-5/+5
2018-08-21change `make_query_outlives` to take an iteratorNiko Matsakis-8/+11
2018-08-21Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkorkennytm-3/+3
2018-08-20Force-inline `shallow_resolve` at its hottest call site.Nicholas Nethercote-1/+9
2018-08-19mv codemap() source_map()Donato Sciarra-8/+8
2018-08-19mv (mod) codemap source_mapDonato Sciarra-3/+3
2018-08-19Fix typos found by codespell.Matthias Krüger-3/+3
2018-08-12Rollup merge of #53223 - ljedrz:cleanup_data_structures, r=oli-obkGuillaume Gomez-1/+1
2018-08-12Rollup merge of #53019 - ljedrz:bad_collects, r=estebankGuillaume Gomez-5/+7
2018-08-09Make SnapshotMap::{commit, rollback_to} take referencesljedrz-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-08-03Don't collect() when size_hint is uselessljedrz-5/+7
2018-07-30Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkovbors-22/+17
2018-07-29Auto merge of #52738 - ljedrz:push_to_extend, r=eddybbors-6/+5
2018-07-29Replace push loops with collect() and extend() where possibleljedrz-6/+5