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
Age
Commit message (
Expand
)
Author
Lines
2025-09-09
Driveby fixes
Boxy
-3
/
+1
2025-09-09
erase_regions to erase_and_anonymize_regions
Boxy
-20
/
+21
2025-09-02
Revert introduction of `[workspace.dependencies]`.
Nicholas Nethercote
-2
/
+2
2025-08-27
Add `itertools` to `[workspace.dependencies]`.
Nicholas Nethercote
-1
/
+1
2025-08-27
Add `tracing` to `[workspace.dependencies]`.
Nicholas Nethercote
-1
/
+1
2025-07-31
Tidy up `Cargo.toml` files.
Nicholas Nethercote
-0
/
+2
2025-07-07
compiler: Parse `p-` specs in datalayout string, allow definition of custom d...
Edoardo Marangoni
-1
/
+1
2025-06-27
tag_for_variant: properly pass TypingEnv
Ralf Jung
-1
/
+3
2025-06-09
transmutability: shift abstraction boundary
Jack Wrenn
-243
/
+293
2025-06-03
Change `tag_field` to `FieldIdx` in `Variants::Multiple`
Scott McMurray
-1
/
+1
2025-05-02
Rollup merge of #140509 - tmiasko:merge-contiguous-ranges, r=jswrenn
Matthias Krüger
-7
/
+19
2025-04-30
transmutability: merge contiguous runs with a common destination
Tomasz Miąsko
-7
/
+19
2025-04-30
transmutability: ensure_sufficient_stack when answering query
Tomasz Miąsko
-117
/
+125
2025-04-29
transmutability: uninit transition matches unit byte only
Tomasz Miąsko
-352
/
+173
2025-04-25
transmutability: Support char, NonZeroXxx
Joshua Liebow-Feeser
-46
/
+213
2025-04-23
transmutability: Mark edges by ranges, not values
Joshua Liebow-Feeser
-161
/
+777
2025-04-21
cleanup redundant pattern instances
Jonathan Gruner
-1
/
+1
2025-04-20
transmutability: remove NFA intermediate representation
Jack Wrenn
-295
/
+239
2025-04-16
transmutability: Refactor tests for simplicity
Joshua Liebow-Feeser
-66
/
+74
2025-04-02
Remove `recursion_limit` increases.
Nicholas Nethercote
-1
/
+0
2025-03-18
Add `#[cfg(test)]` for Transition in dfa
mu001999
-0
/
+3
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)
-3
/
+1
2025-03-08
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-1
/
+0
2025-03-08
Specify rust lints for `compiler/` crates via Cargo.
Nicholas Nethercote
-0
/
+3
2025-03-07
Increase recursion_limit in numerous crates.
Nicholas Nethercote
-0
/
+1
2025-02-28
Remove `allow(dead_code)` attributes.
Nicholas Nethercote
-15
/
+1
2025-02-28
Remove `allow(unused_variables)` for `rustc_transmute`.
Nicholas Nethercote
-25
/
+12
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
-4
/
+1
2025-02-28
Remove `rustc_transmute`'s dependence on `rustc_infer`.
Nicholas Nethercote
-9
/
+6
2025-02-22
Upgrade the compiler to edition 2024
Michael Goulet
-1
/
+1
2025-02-19
Make fewer crates depend on rustc_ast_ir
Michael Goulet
-2
/
+0
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
2025-01-27
Add `TooGeneric` variant to `LayoutError` and emit `Unknown` one
FedericoBruzzone
-0
/
+1
2024-12-18
add comment explaining why ty_and_layout_field is not used
Ralf Jung
-1
/
+4
2024-12-18
make no-variant types a dedicated Variants variant
Ralf Jung
-8
/
+7
2024-12-18
Variants::Single: do not use invalid VariantIdx for uninhabited enums
Ralf Jung
-6
/
+4
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-1
/
+1
2024-12-01
fix safe-transmute handling of enums
Ralf Jung
-30
/
+27
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-2
/
+2
2024-10-28
Rollup merge of #132255 - workingjubilee:layout-is-🏚️, r=compiler-errors
Jubilee
-3
/
+1
2024-10-28
compiler: Add `is_uninhabited` and use LayoutS accessors
Jubilee Young
-3
/
+1
2024-10-27
rustc_transmute: Directly use types from rustc_abi
Jubilee Young
-9
/
+9
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-10-04
Fix some pub(crate) that were undetected bc of instrument
Michael Goulet
-1
/
+1
[next]