]> git.lizzy.rs Git - rust.git/history - src/test/compile-fail/union/union-const-eval.rs
Stabilize unions with `Copy` fields and no destructor
[rust.git] / src / test / compile-fail / union / union-const-eval.rs
2017-05-26 Vadim PetrochenkovStabilize unions with `Copy` fields and no destructor
2016-11-23 Guillaume GomezRollup merge of #37836 - steveklabnik:remove-incorrect...
2016-11-08 Steve KlabnikRollup merge of #35102 - steveklabnik:ref_warning,...
2016-11-02 borsAuto merge of #36131 - Florob:entry_typeck, r=eddyb
2016-10-14 Jonathan TurnerRollup merge of #36307 - faebser:E0408_new_error_format...
2016-10-08 Manish GoregaokarRollup merge of #37031 - fitzgen:typo-in-gcc-rs-comment...
2016-09-29 Jonathan TurnerRollup merge of #35286 - dns2utf8:doc_never_expression...
2016-09-23 Mikhail ModinMerge branch 'master' into 35123-map3
2016-09-20 borsAuto merge of #34942 - porglezomp:master, r=sfackler
2016-09-19 borsAuto merge of #36102 - GuillaumeGomez:rustc_metadata_di...
2016-09-16 Jonathan TurnerRollup merge of #36521 - Mark-Simulacrum:documentation...
2016-09-16 borsAuto merge of #36213 - josephDunne:dist_version, r...
2016-09-13 borsAuto merge of #36181 - seanmonstar:likely, r=nikomatsakis
2016-09-13 borsAuto merge of #36019 - frewsxcv:take-into-inner, r...
2016-09-12 borsAuto merge of #36354 - mikhail-m1:master, r=jonathandturner
2016-09-12 borsAuto merge of #36204 - c4rlo:patch-3, r=GuillaumeGomez
2016-09-10 Guillaume GomezRollup merge of #36314 - tshepang:not-needed, r=Guillau...
2016-09-10 Guillaume GomezRollup merge of #36045 - ollie27:rustdoc_titles3, r...
2016-09-08 borsAuto merge of #35745 - jroesch:soundness-fix-29859...
2016-09-08 borsAuto merge of #36048 - GuillaumeGomez:code_clean, r...
2016-09-06 borsAuto merge of #36025 - michaelwoerister:incr-comp-hash...
2016-09-06 Jonathan TurnerRollup merge of #36243 - GuillaumeGomez:hash_map_links...
2016-09-06 Jonathan TurnerRollup merge of #36241 - Cobrand:contributing-md, r...
2016-09-06 borsAuto merge of #36078 - ollie27:rustdoc_search_assoccons...
2016-09-05 borsAuto merge of #35845 - frewsxcv:result-into-iter, r...
2016-09-05 Manish GoregaokarRollup merge of #36245 - alexcrichton:add-back-accident...
2016-09-05 Manish GoregaokarRollup merge of #36242 - semarie:local-rebuild, r=alexc...
2016-09-05 Manish GoregaokarRollup merge of #36065 - acrrd:new_format_E0496, r...
2016-09-05 Manish GoregaokarRollup merge of #35983 - GuillaumeGomez:e0060_bonus...
2016-09-05 Manish GoregaokarRollup merge of #35845 - frewsxcv:result-into-iter...
2016-09-05 borsAuto merge of #36242 - semarie:local-rebuild, r=alexcri...
2016-09-05 borsAuto merge of #36240 - leeopop:master, r=jseyfried
2016-09-04 borsAuto merge of #36144 - japaric:rustbuild-musl, r=alexcr...
2016-09-04 Manish GoregaokarRollup merge of #36234 - durka:disable-codegen-config...
2016-09-04 Manish GoregaokarRollup merge of #36231 - durka:patch-29, r=alexcrichton
2016-09-04 Manish GoregaokarRollup merge of #36225 - johnthagen:fix-nightly-docs...
2016-09-04 Manish GoregaokarRollup merge of #36212 - razielgn:updated-e0493-to...
2016-09-04 Manish GoregaokarRollup merge of #36132 - nrc:save-std, r=@eddyb
2016-09-04 Manish GoregaokarRollup merge of #36070 - gavinb:master, r=jonathandturner
2016-09-04 borsAuto merge of #36132 - nrc:save-std, r=@eddyb
2016-09-04 borsAuto merge of #36034 - ahmedcharles:orbit, r=eddyb
2016-09-04 borsAuto merge of #36124 - eddyb:fast-array-init, r=alexcri...
2016-09-03 borsAuto merge of #36119 - arielb1:ctp-again, r=eddyb
2016-09-03 borsAuto merge of #36104 - KiChjang:issue-35847, r=brson
2016-09-03 borsAuto merge of #36016 - petrochenkov:union, r=nikomatsakis
2016-09-03 Vadim PetrochenkovAddress comments and add requested tests