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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_transmute
/
src
/
layout
/
tree.rs
Age
Commit message (
Expand
)
Author
Lines
2024-10-01
TransmuteFrom: Gracefully handle unnormalized types and normalization errors
Jack Wrenn
-2
/
+3
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-09-16
layout computation: eagerly error for unexpected unsized fields
Lukas Markeffsky
-6
/
+6
2024-09-16
make `LayoutCx` not generic
Lukas Markeffsky
-8
/
+8
2024-09-14
Correctly account for niche-optimized tags
Ben Kimock
-10
/
+25
2024-09-03
Add `warn(unreachable_pub)` to `rustc_transmute`.
Nicholas Nethercote
-1
/
+1
2024-08-21
safe transmute: gracefully bubble-up layout errors
Jack Wrenn
-11
/
+7
2024-08-18
safe transmute: forbid reference lifetime extension
Jack Wrenn
-53
/
+88
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-16
/
+7
2024-06-14
safe transmute: support non-ZST, variantful, uninhabited enums
Jack Wrenn
-22
/
+14
2024-06-13
safe transmute: support `Variants::Single` enums
Jack Wrenn
-21
/
+54
2024-06-10
ScalarInt: size mismatches are a bug, do not delay the panic
Ralf Jung
-1
/
+1
2024-05-01
Align: add bytes_usize and bits_usize
Ralf Jung
-1
/
+1
2024-04-19
ScalarInt: add methods to assert being a (u)int of given size
Ralf Jung
-1
/
+1
2024-04-08
Compute transmutability from `rustc_target::abi::Layout`
Jack Wrenn
-234
/
+207
2024-03-22
Add `tag_for_variant` query
Jack Wrenn
-25
/
+19
2024-03-15
Safe Transmute: Use 'not yet supported', not 'unspecified' in errors
Jack Wrenn
-7
/
+7
2024-03-13
safe transmute: require that src referent is smaller than dst
Jack Wrenn
-1
/
+4
2024-02-27
safe transmute: revise safety analysis
Jack Wrenn
-2
/
+3
2024-01-09
Fix an ICE that occurs after an error has already been reported
Oli Scherer
-0
/
+1
2023-09-06
Fix error report for size overflow from transmute
yukang
-0
/
+3
2023-07-27
Don't attempt to compute layout of type referencing error
Michael Goulet
-1
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-7
/
+7
2023-07-01
Put `LayoutError` behind reference to shrink result
Nilstrieb
-4
/
+4
2023-06-12
Safe Transmute: Refactor error handling and Answer type
Bryan Garza
-2
/
+2
2023-05-24
Safe Transmute: Enable handling references, including recursive types
Bryan Garza
-0
/
+11
2023-04-16
more clippy fixes: clippy::{iter_cloned_collect, unwarp_or_else_default, opti...
Matthias Krüger
-1
/
+1
2023-04-13
Improve safe transmute error reporting
Bryan Garza
-12
/
+16
2023-02-14
s/eval_usize/eval_target_usize/ for clarity
Oli Scherer
-2
/
+3
2022-11-05
Auto merge of #103831 - chenyukang:yukang/fix-103751-ice, r=nagisa
bors
-2
/
+2
2022-11-01
fix #103751: Fix capacity overflow issue during transmutability check
yukang
-2
/
+2
2022-10-30
fix #103783, fix ICE checking transmutability of NaughtyLenArray
yukang
-1
/
+2
2022-09-20
rustc_transmute: fix big-endian discriminants
Josh Stone
-6
/
+16
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-8
/
+8
2022-08-31
Fix a bunch of typo
Dezhi Wu
-1
/
+1
2022-08-17
Replace a try_fold in rustc_transmute to use ControlFlow instead of Result
David Tolnay
-3
/
+4
2022-08-17
Remove unstable Result::into_ok_or_err
David Tolnay
-6
/
+7
2022-07-27
safe transmute: tweak tracing
Jack Wrenn
-12
/
+4
2022-07-27
Initial (incomplete) implementation of transmutability trait.
Jack Wrenn
-0
/
+479