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
Age
Commit message (
Expand
)
Author
Lines
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
-83
/
+81
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
-109
/
+85
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
-16
/
+17
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-3
/
+1
2022-12-19
clippy::complexity fixes
Matthias Krüger
-5
/
+1
2022-09-04
Auto merge of #100726 - jswrenn:transmute, r=oli-obk
bors
-3
/
+3
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-3
/
+3
2022-08-22
safe transmute: use `Assume` struct to provide analysis options
Jack Wrenn
-3
/
+3
2022-07-27
safe transmute: lowercase tracing levels
Jack Wrenn
-5
/
+5
2022-07-27
safe transmute: tweak tracing
Jack Wrenn
-8
/
+8
2022-07-27
Initial (incomplete) implementation of transmutability trait.
Jack Wrenn
-0
/
+528