about summary refs log tree commit diff
path: root/src/librustc_borrowck
AgeCommit message (Expand)AuthorLines
2018-09-17Fill in suggestions Applicability according to @estebankVitaly _Vi Shukela-2/+7
2018-09-17Fix tidy's too long lines.Vitaly _Vi Shukela-10/+10
2018-09-17Fix style according to review comments.Vitaly _Vi Shukela-9/+18
2018-09-16Fixup inaccurate rebaseVitaly _Vi Shukela-1/+1
2018-09-16Remove usages of span_suggestion without ApplicabilityVitaly _Vi Shukela-8/+14
2018-09-15Make rustc::middle::region::Scope's fields publicMarshall Bowers-5/+18
2018-09-12use structured suggestion for "missing mut" labelAndy Russell-3/+5
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-1/+0
2018-08-27Rename hir::map::NodeKind to hir::Nodevarkor-13/+13
2018-08-27Remove path prefixes from NodeKindvarkor-9/+11
2018-08-27Remove Node* prefix from AnnNodevarkor-6/+6
2018-08-27Rename hir::map::Node to hir::map::NodeKindvarkor-11/+11
2018-08-27Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakisbors-0/+1
2018-08-24check that adding infer-outlives requirement to all crates worksNiko Matsakis-0/+1
2018-08-23use String::new() instead of String::from(""), "".to_string(), "".to_owned() ...Matthias Krüger-5/+5
2018-08-22Auto merge of #53607 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-5/+13
2018-08-22Rollup merge of #53504 - ekse:suggestions-applicability-2, r=estebankGuillaume Gomez-4/+7
2018-08-22Rollup merge of #53418 - ekse:suggestions-applicability, r=estebankGuillaume Gomez-1/+6
2018-08-22Remove unnecessary TyKind::svarkor-1/+1
2018-08-22Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...varkor-8/+8
2018-08-22Rename ty::TyVariants to ty::TyKindvarkor-1/+1
2018-08-20Set applicability for more suggestions.Sébastien Duquette-4/+7
2018-08-19mv codemap() source_map()Donato Sciarra-10/+10
2018-08-18Use the new Entry::or_default method where possible.Eduard-Mihai Burtescu-4/+4
2018-08-15Mark some suggestions as MachineApplicableSébastien Duquette-1/+6
2018-08-15Suggest match ergonomics, not `ref`/`ref mut`ashtneoi-1/+1
2018-08-15Auto merge of #52928 - Mark-Simulacrum:borrowck-cleanup, r=cramertjbors-76/+709
2018-08-09Auto merge of #52788 - LukasKalbertodt:improve-index-mut-error, r=estebankbors-0/+23
2018-08-09librustc_borrowck: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-08-07Make `IndexMut` note apply to more casesLukas Kalbertodt-22/+22
2018-08-05Remove unnecessary feature attributes that sneaked invarkor-1/+0
2018-07-31Remove dead codeMark Rousskov-67/+16
2018-07-31Move dataflow to borrowckMark Rousskov-9/+693
2018-07-30Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkovbors-1/+1
2018-07-29Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkovbors-1/+1
2018-07-28Don't format!() string literalsljedrz-1/+1
2018-07-28Add help message for missing `IndexMut` implLukas Kalbertodt-0/+23
2018-07-28Rollup merge of #52781 - ljedrz:avoid_vec_arguments, r=nikomatsakiskennytm-2/+2
2018-07-27Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrumbors-1/+0
2018-07-27Use slices where a vector is not necessaryljedrz-2/+2
2018-07-27Prefer to_string() to format!()ljedrz-1/+1
2018-07-26Add `-Z borrowck=migrate` flag, use it to link NLL up to AST-borrowck.Felix S. Klock II-1/+1
2018-07-26Add flag indicating whether AST `borrowck` query signalled any error.Felix S. Klock II-4/+36
2018-07-25Deny bare_trait_objects globallyTatsuyuki Ishi-1/+0
2018-07-16TyKindcsmoe-2/+2
2018-07-16ExprKindcsmoe-4/+4
2018-07-13Auto merge of #52352 - kennytm:rollup, r=kennytmbors-0/+1
2018-07-12Factor out suggest_ref_mut; use it in rustc_borrowckashtneoi-8/+5
2018-07-12span_suggestioncsmoe-2/+3
2018-07-12replace refcsmoe-4/+9