]> git.lizzy.rs Git - rust.git/history - tests/ui/transmutes_expressible_as_ptr_casts.stderr
Auto merge of #9684 - kraktus:ref_option_ref, r=xFrednet
[rust.git] / tests / ui / transmutes_expressible_as_ptr_casts.stderr
2022-05-28 llogiqMerge branch 'master' into doc_link_with_quotes
2022-04-06 borsAuto merge of #8549 - J-ZhengLi:issue8542, r=llogiq
2022-04-04 borsAuto merge of #8450 - Jarcho:unsafe_blocks_8449, r...
2022-03-30 Dylan DPCRollup merge of #95251 - GrishaVar:hashes-u16-to-u8...
2022-03-28 borsAuto merge of #8487 - dswij:8478, r=giraffate
2022-03-28 borsAuto merge of #8519 - tysg:redundant-modulo, r=giraffate
2022-03-26 borsAuto merge of #95274 - jendrikw:slice-must-use, r=Dylan-DPC
2022-03-26 borsAuto merge of #95149 - cjgillot:once-diag, r=estebank
2022-03-24 borsAuto merge of #95273 - flip1995:clippyup, r=manishearth
2022-03-24 flip1995Merge commit 'd0cf3481a84e3aa68c2f185c460e282af36ebc42...
2022-03-24 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-03-18 borsAuto merge of #8543 - dswij:8393, r=giraffate
2022-03-17 Dylan DPCRollup merge of #94309 - eholk:issue-57017, r=tmandry
2022-03-17 borsAuto merge of #8552 - Jarcho:ptr_arg_8495, r=xFrednet
2022-03-16 borsAuto merge of #8544 - nellorocca:dev/5757, r=flip1995
2022-03-16 borsAuto merge of #8547 - Jarcho:transmute_8501, r=flip1995
2022-03-16 Jason NewcombFix checking transmutes with adjusted types
2022-03-15 borsAuto merge of #8509 - smoelius:fix-8507, r=giraffate
2022-03-14 flip1995Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75...
2022-03-14 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-03-13 borsAuto merge of #8422 - buttercrab:only_used_in_recursion...
2022-03-13 borsAuto merge of #8471 - J-ZhengLi:master-issue7040, r...
2022-03-10 borsAuto merge of #8070 - CrazyRoka:update-gh-pages-checkbo...
2022-03-06 borsAuto merge of #8445 - asquared31415:slice_ptr_cast...
2022-03-04 asquared31415lint for casting raw pointers to slices with different...
2022-01-28 borsAuto merge of #8250 - pr2502:fix_repeat_underflow,...
2022-01-17 borsAuto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu
2022-01-16 borsAuto merge of #92740 - cuviper:update-rayons, r=Mark...
2022-01-14 borsAuto merge of #8231 - Jarcho:implicit_clone_8227, r...
2022-01-14 Matthias KrügerRollup merge of #92849 - flip1995:clippyup, r=Manishearth
2022-01-13 flip1995Merge commit '97a5daa65908e59744e2bc625b14849352231c75...
2022-01-13 flip1995Merge remote-tracking branch 'upstream/master' into...
2022-01-12 borsAuto merge of #8226 - Jarcho:manual_memcpy_8160, r...
2022-01-12 borsAuto merge of #8266 - camsteffen:test-tweaks, r=flip1995
2022-01-12 borsAuto merge of #8265 - camsteffen:which-rustfmt, r=xFrednet
2022-01-12 borsAuto merge of #8037 - ojeda:doc-codegen-change, r=camst...
2022-01-12 borsAuto merge of #8190 - camsteffen:no-in-band-liftetimes...
2022-01-12 borsAuto merge of #8198 - camsteffen:no-method-call-macro...
2022-01-11 borsAuto merge of #8262 - 1nF0rmed:chore-update-borrowed...
2022-01-11 borsAuto merge of #8210 - guerinoni:master, r=Manishearth
2022-01-11 Federico GuerinoniAdd borrow_as_ptr lint
2020-08-16 borsAuto merge of #5725 - montrivo:should-impl-trait, r...
2020-08-12 borsAuto merge of #5885 - Ryan1729:patch-2, r=flip1995
2020-08-12 borsAuto merge of #75405 - flip1995:clippyup, r=Manishearth
2020-08-11 flip1995Merge commit '09bd400243ed6f7059fedc0c1623aae3792521d6...
2020-08-11 borsAuto merge of #5892 - matthiaskrgr:redundant_mut, r...
2020-08-11 borsAuto merge of #5891 - flip1995:rustup, r=flip1995
2020-08-11 flip1995Fix sync fallout
2020-08-11 Yuki OkushiRollup merge of #75226 - pnadon:miri-undef-uninit,...
2020-08-10 Dylan DPCRollup merge of #75098 - Ryan1729:clippy-pointer-cast...
2020-08-09 Ryan1729add allow unused_unsafe and allow dead_code
2020-08-09 Ryan1729fix unary minus on usize and unused variable errors...
2020-08-09 Ryan1729update stderr for transmutes_expressible_as_ptr_casts
2020-08-06 Ryan1729add extra error message to the expected stderr for...
2020-08-06 Ryan1729get the expected number of errors by acknowledging...
2020-08-06 Ryan1729write currently failing test for transmutes_expressible...