]> git.lizzy.rs Git - rust.git/history - tests/ui/mem_discriminant.rs
Auto merge of #68717 - petrochenkov:stabexpat, r=varkor
[rust.git] / tests / ui / mem_discriminant.rs
2019-10-28 flip1995Merge remote-tracking branch 'upstream/rust-1.39.0...
2019-10-28 flip1995Merge remote-tracking branch 'upstream/rust-1.38.0...
2019-10-28 flip1995Merge remote-tracking branch 'upstream/rust-1.36.0...
2019-09-26 borsAuto merge of #4568 - mikerite:fix-4548, r=flip1995
2019-09-26 borsAuto merge of #4569 - james9909:add-comparison-chain...
2019-09-25 borsAuto merge of #4575 - Manishearth:suggestions, r=oli-obk
2019-09-25 Manish Goregaokarmem_discriminant: split test, make rustfixable
2019-05-17 Manish GoregaokarMerge remote-tracking branch 'origin/rust-1.31.0' into...
2019-05-17 Manish GoregaokarMerge remote-tracking branch 'origin/beta_backport...
2019-01-23 A.A.AbroskinMerge branch 'master' into add-lints-aseert-checks
2019-01-11 borsAuto merge of #3646 - matthiaskrgr:travis, r=phansch
2019-01-09 borsAuto merge of #3645 - phansch:remove_copyright_headers...
2019-01-08 Philipp HanschRemove all copyright license headers
2018-12-14 Michael WrightMerge branch 'master' into fix-3514
2018-12-12 borsAuto merge of #3533 - phansch:add_to_doc_valid_idents...
2018-12-12 borsAuto merge of #3529 - matthiaskrgr:rustfmt_tests, r...
2018-12-11 Matthias KrügerMerge branch 'master' into rustfmt_tests
2018-12-09 Matthias Krügerrustfmt tests
2018-12-08 Philipp HanschMerge pull request #3336 from HMPerson1/clone_on_copy_deref
2018-10-27 Maxwell AndersonMerge remote-tracking branch 'upstream/master'
2018-10-26 bors[bot]Merge #3357
2018-10-25 bors[bot]Merge #3331
2018-10-25 bors[bot]Merge #3346
2018-10-25 HMPerson1Add tests for more than one level of reference
2018-10-25 HMPerson1Add test case for `mem::discriminant` inside a macro
2018-10-25 HMPerson1Add lint for calling `mem::discriminant` on a non-enum...