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
/
layout
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-09
transmutability: shift abstraction boundary
Jack Wrenn
-70
/
+41
2025-04-29
transmutability: uninit transition matches unit byte only
Tomasz Miąsko
-30
/
+31
2025-04-25
transmutability: Support char, NonZeroXxx
Joshua Liebow-Feeser
-1
/
+6
2025-04-23
transmutability: Mark edges by ranges, not values
Joshua Liebow-Feeser
-9
/
+63
2025-04-20
transmutability: remove NFA intermediate representation
Jack Wrenn
-3
/
+7
2024-10-27
rustc_transmute: Directly use types from rustc_abi
Jubilee Young
-1
/
+1
2024-09-16
layout computation: eagerly error for unexpected unsized fields
Lukas Markeffsky
-2
/
+2
2024-09-16
make `LayoutCx` not generic
Lukas Markeffsky
-2
/
+2
2024-08-18
safe transmute: forbid reference lifetime extension
Jack Wrenn
-1
/
+12
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+2
2024-03-27
Remove unnecessary `Partial/Ord` derive
Oli Scherer
-1
/
+1
2024-03-13
safe transmute: require that src referent is smaller than dst
Jack Wrenn
-0
/
+21
2024-02-27
safe transmute: revise safety analysis
Jack Wrenn
-3
/
+17
2023-05-24
Safe Transmute: Check mutability before creating dst -> src obligation
Bryan Garza
-6
/
+9
2023-05-24
Safe Transmute: Enable handling references, including recursive types
Bryan Garza
-12
/
+25
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-1
/
+1
2022-08-02
safe transmute: fix broken intradoc link
Jack Wrenn
-2
/
+2
2022-07-27
Initial (incomplete) implementation of transmutability trait.
Jack Wrenn
-0
/
+71