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
/
library
/
core
/
src
/
mem
/
transmutability.rs
Age
Commit message (
Expand
)
Author
Lines
2025-03-06
library: Use size_of from the prelude instead of imported
Thalia Archibald
-3
/
+3
2025-02-14
core: Apply unsafe_op_in_unsafe_fn
Eric Huss
-1
/
+1
2025-01-08
update cfg(bootstrap)
Pietro Albini
-3
/
+2
2024-12-20
split up `#[rustc_deny_explicit_impl]` attribute
Lukas Markeffsky
-1
/
+3
2024-09-05
update cfgs
Boxy
-19
/
+10
2024-09-02
chore: remove repetitive words
cuishuang
-1
/
+1
2024-08-27
safe transmute: Rename `BikeshedIntrinsicFrom` to `TransmuteFrom`
Jack Wrenn
-56
/
+53
2024-08-23
document & impl the transmutation modeled by `BikeshedIntrinsicFrom`
Jack Wrenn
-21
/
+350
2024-07-17
Split part of `adt_const_params` into `unsized_const_params`
Boxy
-2
/
+4
2024-03-20
step cfgs
Mark Rousskov
-1
/
+1
2024-02-27
safe transmute: revise safety analysis
Jack Wrenn
-4
/
+5
2023-07-12
Flip cfg's for bootstrap bump
Mark Rousskov
-2
/
+1
2023-06-29
Enable co-induction support for Safe Transmute
Bryan Garza
-0
/
+1
2023-06-20
Merge attrs, better validation
Michael Goulet
-1
/
+2
2023-06-20
Add rustc_do_not_implement_via_object
Michael Goulet
-0
/
+1
2023-06-01
Require that const param tys implement ConstParamTy
Boxy
-0
/
+5
2023-04-16
rm const traits in libcore
Deadbeef
-4
/
+2
2023-04-13
Improve safe transmute error reporting
Bryan Garza
-4
/
+0
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-2
/
+2
2022-08-22
safe transmute: use `Assume` struct to provide analysis options
Jack Wrenn
-12
/
+76
2022-08-12
Adjust cfgs
Mark Rousskov
-1
/
+1
2022-07-27
safe transmute: reference tracking issue
Jack Wrenn
-2
/
+2
2022-07-27
safe transmute: add `rustc_on_unimplemented` to `BikeshedIntrinsicFrom`
Jack Wrenn
-0
/
+4
2022-07-27
Initial (incomplete) implementation of transmutability trait.
Jack Wrenn
-0
/
+39