about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
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
2019-10-07Fix/improve some error codes long explanationGuillaume Gomez-7/+11
2019-10-07Rollup merge of #65164 - GuillaumeGomez:long-err-explanation-E0566, r=estebankMazdak Farrokhzad-1/+21
2019-10-07Auto merge of #64739 - guanqun:remove-as-str, r=estebankbors-0/+4
2019-10-07Address review comments.Charles Lew-1/+1
2019-10-07Add support for parsing #[link_ordinal] attribute.Charles Lew-0/+6
2019-10-07Add feature gate for raw_dylib.Charles Lew-0/+2
2019-10-07Remove `force_ex!`.Nicholas Nethercote-13/+5
2019-10-07Remove `def_id!`.Nicholas Nethercote-12/+9
2019-10-07Remove `krate!`.Nicholas Nethercote-5/+1
2019-10-07Remove `force!`.Nicholas Nethercote-5/+1
2019-10-06Auto merge of #65169 - tmandry:rollup-qxjj8xp, r=tmandrybors-1/+1