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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2023-09-06
Fix error report for size overflow from transmute
yukang
-0
/
+4
2023-07-17
Safe Transmute: Fix ICE (due to UnevaluatedConst)
Bryan Garza
-1
/
+12
2023-06-12
Safe Transmute: Refactor error handling and Answer type
Bryan Garza
-4
/
+16
2023-05-24
Safe Transmute: Update definition of Condition type
Bryan Garza
-3
/
+3
2023-05-24
Safe Transmute: Check mutability before creating dst -> src obligation
Bryan Garza
-1
/
+1
2023-05-24
Safe Transmute: Fix propagation of errors
Bryan Garza
-1
/
+1
2023-05-24
Safe Transmute: Change Answer type to Result
Bryan Garza
-8
/
+5
2023-05-24
Safe Transmute: Enable handling references, including recursive types
Bryan Garza
-5
/
+6
2023-04-26
Remove unused `TypeFoldable`/`TypeVisitable` impls.
Nicholas Nethercote
-2
/
+2
2023-04-16
Erase regions when confirming transmutability candidate
Michael Goulet
-6
/
+3
2023-04-09
Some simple `clippy::perf` fixes
Nilstrieb
-1
/
+1
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-1
/
+1
2023-01-18
Also remove `#![feature(control_flow_enum)]` where possible
Scott McMurray
-1
/
+1
2022-11-03
change error_reported to use Result instead of an option
yukang
-1
/
+1
2022-10-07
Remove TypeckResults from InferCtxt
Cameron Steffen
-2
/
+2
2022-10-03
check if const is ADT or not
Takayuki Maeda
-5
/
+10
2022-09-04
Auto merge of #100726 - jswrenn:transmute, r=oli-obk
bors
-6
/
+56
2022-08-31
safe transmute: use `to_valtree` to destructure const `Assume`
Jack Wrenn
-7
/
+4
2022-08-26
Rollup merge of #100604 - dtolnay:okorerr, r=m-ou-se
Yuki Okushi
-8
/
+1
2022-08-23
safe transmute: use `FxIndex{Map,Set}` instead of `FxHash{Map,Set}`
Jack Wrenn
-5
/
+1
2022-08-22
safe transmute: use `Assume` struct to provide analysis options
Jack Wrenn
-1
/
+58
2022-08-21
ADD - diagnostic lints to rustc_transmute
Jhonny Bill Mena
-0
/
+2
2022-08-17
Remove unstable Result::into_ok_or_err
David Tolnay
-8
/
+1
2022-07-27
safe transmute: tweak tracing
Jack Wrenn
-0
/
+3
2022-07-27
Initial (incomplete) implementation of transmutability trait.
Jack Wrenn
-0
/
+114