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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2024-10-19
Fix transmute goal
Michael Goulet
-6
/
+1
2024-10-19
Get rid of const eval_* and try_eval_* helpers
Michael Goulet
-2
/
+1
2024-09-03
Add `warn(unreachable_pub)` to `rustc_transmute`.
Nicholas Nethercote
-0
/
+1
2024-08-18
safe transmute: forbid reference lifetime extension
Jack Wrenn
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-7
/
+3
2024-06-12
Use `tidy` to sort crate attributes for all compiler crates.
Nicholas Nethercote
-1
/
+3
2024-06-05
Add `Ty` to `ConstKind::Value`
Boxy
-3
/
+2
2024-06-05
Basic removal of `Ty` from places (boring)
Boxy
-1
/
+2
2024-04-30
Remove `extern crate tracing` from numerous crates.
Nicholas Nethercote
-3
/
+0
2024-04-08
Compute transmutability from `rustc_target::abi::Layout`
Jack Wrenn
-1
/
+3
2024-03-18
Avoid various uses of `Option<Span>` in favor of using `DUMMY_SP` in the few ...
Oli Scherer
-1
/
+2
2024-03-15
Safe Transmute: Use 'not yet supported', not 'unspecified' in errors
Jack Wrenn
-4
/
+4
2024-03-13
safe transmute: require that src referent is smaller than dst
Jack Wrenn
-2
/
+9
2024-02-27
safe transmute: revise safety analysis
Jack Wrenn
-4
/
+2
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-2
/
+0
2024-01-25
Remove unused features
clubby789
-1
/
+2
2023-10-06
Make the comment order match variant declaration order.
Nicholas Nethercote
-1
/
+1
2023-10-06
Remove an unnecessary `pub(crate)`.
Nicholas Nethercote
-1
/
+1
2023-09-13
make the eval() functions on our const types return the resulting value
Ralf Jung
-7
/
+4
2023-09-06
Fix error report for size overflow from transmute
yukang
-0
/
+4
2023-07-17
Safe Transmute: Fix ICE (due to UnevaluatedConst)
Bryan Garza
-1
/
+12
2023-06-12
Safe Transmute: Refactor error handling and Answer type
Bryan Garza
-4
/
+16
2023-05-24
Safe Transmute: Update definition of Condition type
Bryan Garza
-3
/
+3
2023-05-24
Safe Transmute: Check mutability before creating dst -> src obligation
Bryan Garza
-1
/
+1
2023-05-24
Safe Transmute: Fix propagation of errors
Bryan Garza
-1
/
+1
2023-05-24
Safe Transmute: Change Answer type to Result
Bryan Garza
-8
/
+5
2023-05-24
Safe Transmute: Enable handling references, including recursive types
Bryan Garza
-5
/
+6
2023-04-26
Remove unused `TypeFoldable`/`TypeVisitable` impls.
Nicholas Nethercote
-2
/
+2
2023-04-16
Erase regions when confirming transmutability candidate
Michael Goulet
-6
/
+3
2023-04-09
Some simple `clippy::perf` fixes
Nilstrieb
-1
/
+1
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-1
/
+1
2023-01-18
Also remove `#![feature(control_flow_enum)]` where possible
Scott McMurray
-1
/
+1
2022-11-03
change error_reported to use Result instead of an option
yukang
-1
/
+1
2022-10-07
Remove TypeckResults from InferCtxt
Cameron Steffen
-2
/
+2
2022-10-03
check if const is ADT or not
Takayuki Maeda
-5
/
+10
2022-09-04
Auto merge of #100726 - jswrenn:transmute, r=oli-obk
bors
-6
/
+56
2022-08-31
safe transmute: use `to_valtree` to destructure const `Assume`
Jack Wrenn
-7
/
+4
2022-08-26
Rollup merge of #100604 - dtolnay:okorerr, r=m-ou-se
Yuki Okushi
-8
/
+1
2022-08-23
safe transmute: use `FxIndex{Map,Set}` instead of `FxHash{Map,Set}`
Jack Wrenn
-5
/
+1
2022-08-22
safe transmute: use `Assume` struct to provide analysis options
Jack Wrenn
-1
/
+58
2022-08-21
ADD - diagnostic lints to rustc_transmute
Jhonny Bill Mena
-0
/
+2
2022-08-17
Remove unstable Result::into_ok_or_err
David Tolnay
-8
/
+1
2022-07-27
safe transmute: tweak tracing
Jack Wrenn
-0
/
+3
2022-07-27
Initial (incomplete) implementation of transmutability trait.
Jack Wrenn
-0
/
+114