about summary refs log tree commit diff
path: root/src/librustc_borrowck
AgeCommit message (Expand)AuthorLines
2018-12-28Update link to rustc guideLin Clark-1/+1
2018-12-25Remove licensesMark Rousskov-131/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-5/+5
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-72/+72
2018-11-30Refer to the second borrow as the "second borrow".Daan de Graaf-1/+1
2018-11-26rustc-guide has movedMark Mansi-1/+1
2018-11-14capture_disjoint_fields(rust-lang#53488)Blitzerr-8/+8
2018-11-03Remove `ReCanonical` in favor of `ReLateBound`scalexm-2/+0
2018-10-27Auto merge of #55150 - pnkfelix:issues-47215-54797-fix-ice-from-moving-out-of...bors-1/+17
2018-10-26Remove redundant cloneShotaro Yamada-4/+4
2018-10-19Prefer `Default::default` over `FxHash*::default` in struct constructorsOliver Scherer-4/+4
2018-10-19Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hackOliver Scherer-5/+5
2018-10-18Extend closure special-casing for generators.David Wood-2/+2
2018-10-17AST-borrowck: add separate mem category for thread-locals, as they are not qu...Felix S. Klock II-1/+17
2018-10-08Auto merge of #54847 - ljedrz:kill_graphviz_intocow, r=pnkfelixbors-3/+2
2018-10-06rustc/middle: use Cow<'static, str> where applicableljedrz-14/+15
2018-10-05Rollup merge of #54787 - varkor:unused-mut-in-desugaring, r=nikomatsakisPietro Albini-1/+5
2018-10-05Remove graphviz::IntoCowljedrz-3/+2
2018-10-04rename skolemized to placeholderNiko Matsakis-2/+2
2018-10-03Only warn about unused `mut` in user-written codevarkor-1/+5
2018-10-02Improve implicit self mutability suggestions.David Wood-1/+1
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-1/+1
2018-09-20Auto merge of #54241 - vi:suggest_with_applicability, r=estebankbors-11/+31
2018-09-17Whitespace fix again.Vitaly _Vi Shukela-17/+17
2018-09-17Auto merge of #54260 - maxdeviant:public-scope-fields, r=petrochenkovbors-5/+18
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