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
2025-06-09
transmutability: shift abstraction boundary
Jack Wrenn
-114
/
+172
2025-05-02
Rollup merge of #140509 - tmiasko:merge-contiguous-ranges, r=jswrenn
Matthias Krüger
-1
/
+1
2025-04-30
transmutability: merge contiguous runs with a common destination
Tomasz Miąsko
-1
/
+1
2025-04-30
transmutability: ensure_sufficient_stack when answering query
Tomasz Miąsko
-117
/
+125
2025-04-29
transmutability: uninit transition matches unit byte only
Tomasz Miąsko
-128
/
+29
2025-04-25
transmutability: Support char, NonZeroXxx
Joshua Liebow-Feeser
-6
/
+76
2025-04-23
transmutability: Mark edges by ranges, not values
Joshua Liebow-Feeser
-72
/
+343
2025-04-20
transmutability: remove NFA intermediate representation
Jack Wrenn
-26
/
+38
2025-04-16
transmutability: Refactor tests for simplicity
Joshua Liebow-Feeser
-66
/
+74
2025-02-28
Remove `allow(unused_variables)` for `rustc_transmute`.
Nicholas Nethercote
-4
/
+3
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-2
/
+2
2024-10-04
Fix some pub(crate) that were undetected bc of instrument
Michael Goulet
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-16
layout computation: eagerly error for unexpected unsized fields
Lukas Markeffsky
-1
/
+1
2024-09-03
Auto merge of #129777 - nnethercote:unreachable_pub-4, r=Urgau
bors
-2
/
+2
2024-09-03
Add `warn(unreachable_pub)` to `rustc_transmute`.
Nicholas Nethercote
-2
/
+2
2024-09-02
chore: Fix typos in 'compiler' (batch 3)
Alexander Cyon
-1
/
+1
2024-08-25
Removes dead code from the compiler
mu001999
-5
/
+1
2024-08-21
safe transmute: gracefully bubble-up layout errors
Jack Wrenn
-10
/
+3
2024-08-18
safe transmute: forbid reference lifetime extension
Jack Wrenn
-4
/
+3
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-17
/
+12
2024-04-30
Remove `extern crate tracing` from numerous crates.
Nicholas Nethercote
-0
/
+2
2024-04-08
Compute transmutability from `rustc_target::abi::Layout`
Jack Wrenn
-12
/
+17
2024-03-15
Safe Transmute: Use 'not yet supported', not 'unspecified' in errors
Jack Wrenn
-2
/
+2
2024-03-13
safe transmute: require that src referent is smaller than dst
Jack Wrenn
-0
/
+5
2024-02-27
safe transmute: revise safety analysis
Jack Wrenn
-78
/
+99
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
-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