about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-10-23Rollup merge of #65591 - GuillaumeGomez:long-err-explanation-E0588, r=Dylan-DPCYuki Okushi-0/+1
2019-10-23Rollup merge of #65507 - polyedre:master, r=nikomatsakisYuki Okushi-754/+66
2019-10-23Rollup merge of #65417 - weiznich:more_coherence_tests, r=nikomatsakisYuki Okushi-0/+373
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-20Update ui testsGuillaume Gomez-0/+1
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-19Fix test pathsGeorg Semmler-29/+0
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-18Added text after error messagesLucas Henry-26/+26
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