about summary refs log tree commit diff
path: root/compiler/rustc_transmute/src/lib.rs
AgeCommit message (Expand)AuthorLines
2022-10-07Remove TypeckResults from InferCtxtCameron Steffen-2/+2
2022-10-03check if const is ADT or notTakayuki Maeda-5/+10
2022-09-04Auto merge of #100726 - jswrenn:transmute, r=oli-obkbors-6/+56
2022-08-31safe transmute: use `to_valtree` to destructure const `Assume`Jack Wrenn-7/+4
2022-08-26Rollup merge of #100604 - dtolnay:okorerr, r=m-ou-seYuki Okushi-8/+1
2022-08-23safe transmute: use `FxIndex{Map,Set}` instead of `FxHash{Map,Set}`Jack Wrenn-5/+1
2022-08-22safe transmute: use `Assume` struct to provide analysis optionsJack Wrenn-1/+58
2022-08-21ADD - diagnostic lints to rustc_transmuteJhonny Bill Mena-0/+2
2022-08-17Remove unstable Result::into_ok_or_errDavid Tolnay-8/+1
2022-07-27safe transmute: tweak tracingJack Wrenn-0/+3
2022-07-27Initial (incomplete) implementation of transmutability trait.Jack Wrenn-0/+114