about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2019-12-20Rollup merge of #67131 - Centril:item-merge, r=petrochenkovMazdak Farrokhzad-99/+127
2019-12-20Rollup merge of #64588 - matthewjasper:mir-address-of, r=oli-obkMazdak Farrokhzad-3/+41
2019-12-20Rollup merge of #67285 - ohadravid:indicate-origin-of-where-type-parameter, r...Mazdak Farrokhzad-17/+73
2019-12-20Rollup merge of #67127 - estebank:disambiguate-suggestion, r=varkorMazdak Farrokhzad-0/+11
2019-12-19is_binding_pat: treat or-pat like tuple-patMazdak Farrokhzad-1/+2
2019-12-19is_binding_pat: don't use _ armMazdak Farrokhzad-1/+8
2019-12-19Rollup merge of #67382 - nnethercote:rm-unnecessary-ATTR-constants, r=michael...Mazdak Farrokhzad-15/+7
2019-12-18Add Rvalue::AddressOf to MIRMatthew Jasper-3/+41
2019-12-18Propagate cfg bootstrapMark Rousskov-3/+0
2019-12-18record previous unresolve span for generator error reportingcsmoe-9/+3
2019-12-18add debuginfo in generator_interiorcsmoe-0/+16
2019-12-18Remove some unnecessary `ATTR_*` constants.Nicholas Nethercote-15/+7
2019-12-17Revert "Auto merge of #67362 - Mark-Simulacrum:par-4-default, r=alexcrichton"Mark Rousskov-7/+7
2019-12-17Auto merge of #67362 - Mark-Simulacrum:par-4-default, r=alexcrichtonbors-7/+7
2019-12-17Move AtomicU64 usage to AtomicUsizeMark Rousskov-7/+7
2019-12-16improve lower_pat_slice docs + while -> forMazdak Farrokhzad-12/+26
2019-12-15improve hir::PatKind::Slice docsMazdak Farrokhzad-2/+9
2019-12-15Rollup merge of #67289 - estebank:unnamed-closure, r=CentrilMazdak Farrokhzad-4/+11
2019-12-14Do not ICE on unnamed futureEsteban Küber-4/+11
2019-12-14Auto merge of #67224 - nikomatsakis:revert-stabilization-of-never-type, r=cen...bors-1/+1
2019-12-14add Scalar::try_from_(u)int methodsChristian Poveda-12/+22
2019-12-14Revert "Stabilize the `never_type`, written `!`."Niko Matsakis-1/+1
2019-12-14Auto merge of #67136 - oli-obk:const_stability, r=Centrilbors-19/+78
2019-12-14Indicate origin of where type parameter for uninferred typesOhad Ravid-17/+73
2019-12-13Auto merge of #65951 - estebank:type-inference-error, r=nikomatsakisbors-59/+238
2019-12-13Consistently name `min_const_fn`Oliver Scherer-2/+2
2019-12-13Change the const stab default for internal const fnsOliver Scherer-4/+7
2019-12-13Elaborate internal const fn commentOliver Scherer-1/+3
2019-12-13Require stable/unstable annotations for the constness of all stable functions...Oliver Scherer-18/+67
2019-12-13Reuse the `staged_api` feature for `rustc_const_unstable`Oliver Scherer-1/+6
2019-12-12make visitor uses more robustMazdak Farrokhzad-2/+2
2019-12-12`AssocImplKind::{Method -> Fn}`.Mazdak Farrokhzad-6/+6
2019-12-12Remove `ast::{Impl,Trait}{Item,ItemKind}`.Mazdak Farrokhzad-32/+32
2019-12-12More c-variadic errors as semantic restrictions.Mazdak Farrokhzad-1/+7
2019-12-12Unify assoc item visitors more.Mazdak Farrokhzad-5/+5
2019-12-12Unify associated item visitor.Mazdak Farrokhzad-7/+7
2019-12-12parse: refactor fun ret ty & param tyMazdak Farrokhzad-22/+12
2019-12-12Unify `{Trait,Impl}ItemKind::TyAlias` structures.Mazdak Farrokhzad-30/+31
2019-12-12`TraitItemKind::Type` -> `TraitItemKind::TyAlias`.Mazdak Farrokhzad-2/+2
2019-12-12Use `Option` in `ImplItemKind::Method`.Mazdak Farrokhzad-25/+50
2019-12-12Use `Option` in `ImplItemKind::Const`.Mazdak Farrokhzad-1/+7
2019-12-12Auto merge of #67079 - nnethercote:optimize-shallow_resolve_changed, r=nikoma...bors-28/+36
2019-12-11Use structured suggestion for disambiguating method callsEsteban Küber-0/+11
2019-12-11Add more context for type parametersEsteban Küber-15/+27
2019-12-11Reuse existing HirId → DefId tableEsteban Küber-24/+4
2019-12-11Auto merge of #66650 - matthewjasper:nonuniform-array-move, r=pnkfelixbors-11/+24
2019-12-11Auto merge of #65345 - davidtwco:issue-64130-async-send-sync-error-improvemen...bors-83/+223
2019-12-11erase regions instead of using `builtin_deref`Nicholas Matsakis-7/+18
2019-12-11Auto merge of #66821 - eddyb:global-trait-caching, r=nikomatsakisbors-24/+23
2019-12-11Change `PendingPredicateObligation::stalled_on`'s type.Nicholas Nethercote-20/+26