index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_transmute
/
src
/
maybe_transmutable
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2023-10-06
Remove the `MaybeTransmutableQuery<&'l Dfa<...>, C>` impl.
Nicholas Nethercote
-16
/
+0
2023-10-06
Fix a comment.
Nicholas Nethercote
-3
/
+1
2023-10-06
Remove `map_layouts`.
Nicholas Nethercote
-57
/
+33
2023-09-06
Fix error report for size overflow from transmute
yukang
-0
/
+2
2023-06-12
Safe Transmute: Refactor error handling and Answer type
Bryan Garza
-78
/
+74
2023-05-24
Safe Transmute: Update definition of Condition type
Bryan Garza
-11
/
+14
2023-05-24
Safe Transmute: Check mutability before creating dst -> src obligation
Bryan Garza
-0
/
+22
2023-05-24
Safe Transmute: Fix propagation of errors
Bryan Garza
-14
/
+29
2023-05-24
Safe Transmute: Change Answer type to Result
Bryan Garza
-103
/
+79
2023-05-24
Safe Transmute: Enable handling references, including recursive types
Bryan Garza
-34
/
+136
2023-04-13
Improve safe transmute error reporting
Bryan Garza
-13
/
+14
2022-09-04
Auto merge of #100726 - jswrenn:transmute, r=oli-obk
bors
-1
/
+1
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-2
/
+2
2022-08-22
safe transmute: use `Assume` struct to provide analysis options
Jack Wrenn
-1
/
+1
2022-07-27
safe transmute: lowercase tracing levels
Jack Wrenn
-4
/
+4
2022-07-27
safe transmute: tweak tracing
Jack Wrenn
-6
/
+6
2022-07-27
Initial (incomplete) implementation of transmutability trait.
Jack Wrenn
-0
/
+320