]> git.lizzy.rs Git - rust.git/history - src/test/ui/enum-variant-generic-args.rs
Auto merge of #56079 - mark-i-m:patch-1, r=nikomatsakis
[rust.git] / src / test / ui / enum-variant-generic-args.rs
2019-01-04 borsAuto merge of #56079 - mark-i-m:patch-1, r=nikomatsakis
2019-01-02 borsAuto merge of #56827 - faern:eliminate-recv-timeout...
2019-01-01 borsAuto merge of #57125 - doitian:inconsistent-clone-doc...
2019-01-01 borsAuto merge of #57203 - nagisa:readme, r=Mark-Simulacrum
2019-01-01 borsAuto merge of #57194 - matthiaskrgr:copyright_headers...
2019-01-01 borsAuto merge of #57199 - petrochenkov:ambig, r=estebank
2018-12-31 borsAuto merge of #57047 - euclio:field-structured-suggesti...
2018-12-31 borsAuto merge of #57044 - varkor:E0512-equal-type, r=matth...
2018-12-31 borsAuto merge of #57035 - Zoxc:query-pref9, r=michaelwoerister
2018-12-30 borsAuto merge of #57205 - petrochenkov:extrecov, r=estebank
2018-12-30 borsAuto merge of #57204 - czipperz:ord_docs_must_agree...
2018-12-30 borsAuto merge of #57158 - estebank:as-ref, r=zackmdavis
2018-12-30 borsAuto merge of #57195 - czipperz:mention_ToString_in_std...
2018-12-30 borsAuto merge of #57185 - petrochenkov:impice4, r=estebank
2018-12-29 borsAuto merge of #56843 - csmoe:non-copy, r=davidtwco
2018-12-29 borsAuto merge of #56225 - alexreg:type_alias_enum_variants...
2018-12-26 Alexander RegueiroFixed ICE when type arguments are specified on `Self...
2018-12-26 Alexander RegueiroFixed type inference for tuple struct variants.
2018-12-26 Alexander RegueiroFixed handling of unit variants of aliased enums in...
2018-12-26 Alexander RegueiroAdded regression test for using generic parameters...
2018-12-26 Alexander RegueiroExpanded tests for enum variants with generic args.