about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2019-10-09Reifying callers of Instance::resolve use resolve_for_fn_ptr.Adam Perry-6/+3
2019-10-09Add Instance::resolve_for_fn_ptrAdam Perry-1/+23
2019-10-09Add InstanceDef::ReifyShim for track_caller functions.Adam Perry-1/+13
2019-10-10Auto merge of #64939 - nnethercote:snapshot-cleanups, r=nikomatsakisbors-37/+28
2019-10-10Pretty print raw pointers in consts as '{pointer}'.ben-0/+1
2019-10-09Only suggest change mut if vars are resolvedEsteban Küber-0/+6
2019-10-09review commentsEsteban Küber-1/+1
2019-10-09review commentsEsteban Küber-0/+7
2019-10-09Obligation must apply modulo regionsEsteban Küber-2/+4
2019-10-09Tweak wordingEsteban Küber-1/+2
2019-10-09Note when a mutable trait object is neededEsteban Küber-21/+90
2019-10-09Refactor a nested `if` to a `match`Oliver Scherer-11/+7
2019-10-09Cache the DepNodeIndex of upstream crates in order to avoid multiple locks an...Michael Woerister-1/+1
2019-10-09self-profiling: Add events for everything except trait selection.Michael Woerister-0/+6
2019-10-09Add failing example for Self in supertrait listing in E0038 documentationKonrad Borowski-1/+5
2019-10-09Rollup merge of #65037 - anp:track-caller, r=oli-obkMazdak Farrokhzad-2/+52
2019-10-09Change incorrect trait name in E0038 error documentationKonrad Borowski-1/+1
2019-10-08Stabilize mem::take (mem_take)Jon Gjengset-1/+0
2019-10-08Rollup merge of #65213 - estebank:peel-drop-temps, r=CentrilMazdak Farrokhzad-0/+13
2019-10-08Rollup merge of #65135 - GuillaumeGomez:add-error-code-check, r=Mark-SimulacrumMazdak Farrokhzad-7/+11
2019-10-08Rollup merge of #65081 - Mark-Simulacrum:remove-profile-queries, r=michaelwoe...Mazdak Farrokhzad-149/+4
2019-10-08Rollup merge of #64284 - Mark-Simulacrum:include-warn, r=petrochenkovMazdak Farrokhzad-0/+8
2019-10-08Split non-CAS atomic support off into target_has_atomic_load_storeAmanieu d'Antras-11/+14
2019-10-08review commentsEsteban Küber-8/+4
2019-10-09Refactor pretty print const to use a big match statementben-121/+104
2019-10-09Pretty print function pointer const values.ben-11/+23
2019-10-09Fix calling function pointer const parameters. Also fixes inference ofben-28/+38
2019-10-08Ignore `ExprKind::DropTemps` for some ref suggestionsEsteban Küber-0/+17
2019-10-08Rollup merge of #65176 - nnethercote:rm-query-macros, r=michaelwoeristerMazdak Farrokhzad-32/+13
2019-10-08Rollup merge of #65162 - Mark-Simulacrum:no-cache-loading-map, r=michaelwoeri...Mazdak Farrokhzad-31/+0
2019-10-08Rollup merge of #64404 - GuillaumeGomez:err-E0495, r=Dylan-DPCMazdak Farrokhzad-2/+41
2019-10-08Add ?Sized bound to a supertrait listing in E0038 error documentationKonrad Borowski-4/+4
2019-10-08Auto merge of #64949 - nnethercote:avoid-SmallVec-collect, r=zackmdavisbors-12/+73
2019-10-08Remove `InferCtxt::in_snapshot()`.Nicholas Nethercote-34/+23
2019-10-08Clarify a comment in `RegionConstraintCollector::leak_check`.Nicholas Nethercote-3/+5
2019-10-08Rollup merge of #65181 - nikomatsakis:lazy-norm-anon-const-push-1, r=varkorMazdak Farrokhzad-11/+24
2019-10-08Rollup merge of #65154 - skinny121:const-arg-diagnostic, r=varkorMazdak Farrokhzad-1/+18
2019-10-07Warn if include macro fails to include entire fileMark Rousskov-0/+8
2019-10-07Rebase rustc-rayon on rayon-1.2Josh Stone-2/+2
2019-10-07Add long error explanation for E0495Guillaume Gomez-2/+41
2019-10-07E073[6-8] include failing code examples.Adam Perry-0/+10
2019-10-07E0735 -> E0739Adam Perry-2/+2
2019-10-07track_caller error numbers and text.Adam Perry-12/+12
2019-10-07track_caller run-pass test, lint cleanup, PR review.Adam Perry-21/+15
2019-10-07[RFC 2091] Add #[track_caller] attribute.Ayose-1/+47
2019-10-07fix ICE from debug output by using `kind_ty` in dumping closureNiko Matsakis-2/+9
2019-10-07avoid ICE when extracting closure-kind-ty from a canonicalized valueNiko Matsakis-1/+3
2019-10-07correct bug in the "has escaping regions" visitorNiko Matsakis-7/+9
2019-10-07make type-flags exhaustiveNiko Matsakis-1/+3
2019-10-07Auto merge of #65178 - Centril:rollup-ep1zztj, r=Centrilbors-1/+29