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
2025-06-09
transmutability: shift abstraction boundary
Jack Wrenn
-10
/
+20
2025-04-23
transmutability: Mark edges by ranges, not values
Joshua Liebow-Feeser
-1
/
+2
2025-04-20
transmutability: remove NFA intermediate representation
Jack Wrenn
-1
/
+1
2025-04-02
Remove `recursion_limit` increases.
Nicholas Nethercote
-1
/
+0
2025-03-12
Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr
bors
-1
/
+0
2025-03-11
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-1
/
+0
2025-03-10
Revert "Use workspace lints for crates in `compiler/` #138084"
许杰友 Jieyou Xu (Joe)
-0
/
+1
2025-03-08
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-1
/
+0
2025-03-07
Increase recursion_limit in numerous crates.
Nicholas Nethercote
-0
/
+1
2025-02-28
Remove `allow(unused_variables)` for `rustc_transmute`.
Nicholas Nethercote
-13
/
+3
2025-02-28
Remove unused feature from `rustc_transmute`.
Nicholas Nethercote
-1
/
+0
2025-02-28
Remove unnecessary `allow(unused)` attribute.
Nicholas Nethercote
-1
/
+0
2025-02-28
Remove `rustc_transmute`'s dependence on `rustc_macros`.
Nicholas Nethercote
-2
/
+1
2025-02-28
Remove `rustc_transmute`'s dependence on `rustc_infer`.
Nicholas Nethercote
-7
/
+6
2025-02-08
transmutability: fix ICE when passing wrong ADT to ASSUME
Lukas Markeffsky
-18
/
+14
2025-01-30
introduce `ty::Value`
Lukas Markeffsky
-4
/
+4
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-1
/
+1
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
[next]