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
/
stable_mir
/
src
/
visitor.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-14
rename `stable_mir` to `rustc_public`, and `rustc_smir` to `rustc_public_bridge`
Makai
-224
/
+0
2025-07-06
move `stable_mir` back to its own crate and move `rustc_internal` to the`stab...
Makai
-0
/
+224
2025-04-05
let `rustc_smir` host `stable_mir` for refactoring
Makai
-224
/
+0
2025-02-22
Fix bugs due to unhandled ControlFlow
Michael Goulet
-1
/
+1
2024-12-14
Encode coroutine-closures in SMIR
Michael Goulet
-0
/
+1
2024-10-14
Fix match_same_arms in stable_mir
Michal Piotrowski
-9
/
+7
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+2
2024-06-04
Split smir `Const` into `TyConst` and `MirConst`
Boxy
-5
/
+25
2024-04-08
Actually create ranged int types in the type system.
Oli Scherer
-0
/
+1
2023-11-10
add CoroutineWitness to covered types
Oğuz Ağcayazı
-0
/
+1
2023-10-26
Specialize ZeroSized constants
Celina G. Val
-1
/
+1
2023-10-24
Remove fold code and add Const::internal()
Celina G. Val
-2
/
+2
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-1
/
+1
2023-09-28
simplify visit
ouz-a
-28
/
+2
2023-09-28
visit and fold ty::ref
ouz-a
-1
/
+4
2023-09-28
add visitor for Region
ouz-a
-2
/
+35
2023-09-28
make reg public and add visit, fold
ouz-a
-1
/
+7
2023-09-25
Split out the stable part of smir into its own crate to prevent accidental us...
Oli Scherer
-0
/
+187