about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-10-22Fix rustdoc const generics testvarkor-0/+1
2019-10-22Remove "type parameter depends on const parameter" error from resolutionvarkor-24/+14
2019-10-22Search for generic parameters when finding non-`structural_match` typesvarkor-2/+2
2019-10-22Forbid non-`structural_match` types in const genericsvarkor-0/+30
2019-10-21Rollup merge of #65660 - varkor:canonical-const-to-bound-const, r=eddybMazdak Farrokhzad-2/+2
2019-10-21Rollup merge of #65092 - tspiteri:const-is-pow2, r=oli-obkMazdak Farrokhzad-0/+11
2019-10-21Rollup merge of #62330 - SimonSapin:no-drop-in-union-fields, r=RalfJungMazdak Farrokhzad-198/+410
2019-10-21Rename `ConstValue::Infer(InferConst::Canonical(..))` to `ConstValue::Bound(..)`varkor-2/+2
2019-10-21Rollup merge of #65652 - skinny121:const_infer_leak, r=eddybYuki Okushi-0/+67
2019-10-21Report even duplilcate errors in case the feature gat is not activeOliver Scherer-4/+29
2019-10-21Fix `canonicalize_const_var` from leaking inference variables throughben-0/+67
2019-10-20Improve SimplifyLocals pass so it can remove unused constsWesley Wiser-9/+100
2019-10-21Rollup merge of #65629 - ecstatic-morse:remove-graphviz, r=Mark-SimulacrumMazdak Farrokhzad-6/+3
2019-10-21Rollup merge of #65614 - varkor:apit-explicit-generics, r=matthewjasperMazdak Farrokhzad-10/+10
2019-10-21Rollup merge of #65314 - tmiasko:rustdoc-z, r=ollie27Mazdak Farrokhzad-15/+32
2019-10-21Rollup merge of #65579 - skinny121:resolve_const_vars, r=varkorYuki Okushi-8/+8
2019-10-20Remove `borrowck_graphviz_postflow` from testDylan MacKenzie-6/+3
2019-10-20Auto merge of #65622 - Centril:rollup-l8orba7, r=Centrilbors-2/+44
2019-10-20Rollup merge of #65602 - varkor:other-candidates, r=CentrilMazdak Farrokhzad-2/+2
2019-10-20Rollup merge of #65593 - RalfJung:non-const-fn, r=oli-obkMazdak Farrokhzad-0/+42
2019-10-20Auto merge of #65497 - choller:master, r=tmiaskobors-4/+20
2019-10-20Improve error message for APIT with explicit generic parametersvarkor-10/+10
2019-10-20Fix resolve_type_vars_with_obligations not resolving const inferenceben-8/+8
2019-10-19Fix plural mistake in emitter.rsvarkor-2/+2
2019-10-19Rollup merge of #65192 - estebank:restrict-bound, r=matthewjasperMazdak Farrokhzad-236/+666
2019-10-19Rollup merge of #64007 - estebank:overlapping-patterns, r=matthewjasperMazdak Farrokhzad-46/+97
2019-10-19show the proper diagnosticsRalf Jung-2/+17
2019-10-19add test for calling non-const fnRalf Jung-0/+27
2019-10-19Auto merge of #64890 - wesleywiser:const_prop_rvalue, r=oli-obkbors-7/+250
2019-10-19Rollup merge of #65545 - nnethercote:more-symbol-cleanups, r=petrochenkovMazdak Farrokhzad-2/+2
2019-10-19Rollup merge of #65542 - estebank:kill-static-methods, r=CentrilMazdak Farrokhzad-8/+24
2019-10-19Rollup merge of #65485 - ecstatic-morse:const-validation-mismatch-ugliness, r...Mazdak Farrokhzad-0/+24
2019-10-19Rollup merge of #65252 - petrochenkov:deriveholders2, r=matthewjasperMazdak Farrokhzad-0/+9
2019-10-18Don't ICE when evaluating writes to uninhabited enum variantsWesley Wiser-0/+28
2019-10-18[const-prop] Handle MIR Rvalue::BoxWesley Wiser-0/+56
2019-10-19privacy: Avoid one more `unwrap` causing an ICE in rustdocVadim Petrochenkov-0/+9
2019-10-18Rollup merge of #65552 - JohnTitor:use-bitwise-not, r=Dylan-DPCTyler Mandry-1/+1
2019-10-18Rollup merge of #65511 - Xanewok:sa-nest-in-impls, r=pnkfelixTyler Mandry-0/+15
2019-10-18Rollup merge of #65498 - SimonSapin:plugin-help, r=CentrilTyler Mandry-76/+76
2019-10-18Rollup merge of #65493 - GuillaumeGomez:long-err-explanation-E0584, r=kinnisonTyler Mandry-0/+2
2019-10-18Rollup merge of #65364 - XiangQingW:master, r=estebankTyler Mandry-0/+19
2019-10-18Rollup merge of #65334 - GuillaumeGomez:long-err-explanation-E0575, r=kinnisonTyler Mandry-1/+1
2019-10-18[const-prop] Handle MIR Rvalue::DiscriminantWesley Wiser-0/+53
2019-10-18[const-prop] Handle MIR Rvalue::AggregatesWesley Wiser-6/+68
2019-10-18[const-prop] Handle MIR Rvalue::RepeatWesley Wiser-1/+45
2019-10-18Clarify diagnostics when using `~` as a unary opYuki Okushi-1/+1
2019-10-17Point at enclosing function without `self` receiverEsteban Küber-8/+24
2019-10-18Change how `Symbol::Debug` works.Nicholas Nethercote-2/+2
2019-10-17Refer to "associated functions" instead of "static methods"Esteban Küber-3/+3
2019-10-17save-analysis: Add a relevant test caseIgor Matuszewski-0/+15