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
/
dfa.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-09
transmutability: shift abstraction boundary
Jack Wrenn
-20
/
+25
2025-04-30
transmutability: merge contiguous runs with a common destination
Tomasz Miąsko
-6
/
+18
2025-04-29
transmutability: uninit transition matches unit byte only
Tomasz Miąsko
-193
/
+108
2025-04-23
transmutability: Mark edges by ranges, not values
Joshua Liebow-Feeser
-70
/
+363
2025-04-20
transmutability: remove NFA intermediate representation
Jack Wrenn
-96
/
+193
2025-03-18
Add `#[cfg(test)]` for Transition in dfa
mu001999
-0
/
+3
2025-02-28
Remove `allow(dead_code)` attributes.
Nicholas Nethercote
-10
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+4
2024-04-30
Remove `extern crate tracing` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-04-08
Compute transmutability from `rustc_target::abi::Layout`
Jack Wrenn
-0
/
+2
2022-08-23
safe transmute: use `FxIndex{Map,Set}` instead of `FxHash{Map,Set}`
Jack Wrenn
-1
/
+0
2022-07-28
safe transmute: use `AtomicU32` `State` ids to appease mips
Jack Wrenn
-3
/
+3
2022-07-27
safe transmute: lowercase tracing levels
Jack Wrenn
-1
/
+1
2022-07-27
safe transmute: tweak tracing
Jack Wrenn
-1
/
+1
2022-07-27
Initial (incomplete) implementation of transmutability trait.
Jack Wrenn
-0
/
+184