about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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-22Add regression test for issue #64153.Michael Woerister-0/+34
2019-10-22Add test for issue-63496Yuki Okushi-0/+30
2019-10-22Add test for issue-52437Yuki Okushi-0/+20
2019-10-22Add test for issue-51431Yuki Okushi-0/+18
2019-10-22Add test for issue-41366Yuki Okushi-0/+35
2019-10-22Deprecated proc_macro doesn't trigger warning on build librarywangxiangqing-5/+4
2019-10-22Add long error explanation for E0728Yuki Okushi-2/+8
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-21Fix the start/end byte positions in the compiler JSON outputMikko Rantanen-0/+241
2019-10-22Deprecated proc_macro doesn't trigger warning on build librarywangxiangqing-0/+15
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-21Derive `Rustc{En,De}codable` for `TokenStream`.Nicholas Nethercote-1/+1
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-19Update ui outputOliver Scherer-6/+6
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