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_public
Age
Commit message (
Expand
)
Author
Lines
2025-09-18
Rollup merge of #146664 - fmease:clean-up-dyn, r=jdonszelmann
Stuart Cook
-46
/
+13
2025-09-17
Remove `DynKind`
León Orell Valerian Liehr
-46
/
+13
2025-09-16
Remove Rvalue::Len.
Camille Gillot
-1
/
+0
2025-09-12
Split AssocContainer::{InherentImpl,TraitImpl}
Cameron Steffen
-8
/
+12
2025-09-12
Rename AssocItemContainer -> AssocContainer
Cameron Steffen
-7
/
+7
2025-09-02
Rollup merge of #146102 - fmease:rm-dead-eff-code-iii, r=fee1-dead
Guillaume Gomez
-4
/
+4
2025-09-02
Revert introduction of `[workspace.dependencies]`.
Nicholas Nethercote
-2
/
+2
2025-09-01
Remove dead code stemming from an old effects desugaring
León Orell Valerian Liehr
-4
/
+4
2025-08-28
Add `scoped-tls` to `[workspace.dependencies]`.
Nicholas Nethercote
-1
/
+1
2025-08-27
Add `tracing` to `[workspace.dependencies]`.
Nicholas Nethercote
-1
/
+1
2025-08-09
fix missing parenthesis in pretty discriminant
Makai
-1
/
+1
2025-08-07
derive hash for placeholder automatically
AlexanderPortland
-11
/
+1
2025-08-06
make rustc_public types derive `Hash`
AlexanderPortland
-32
/
+42
2025-07-31
Tidy up `Cargo.toml` files.
Nicholas Nethercote
-0
/
+2
2025-07-24
remove movability from `RigidTy::Coroutine` and `AggregateKind::Coroutine`
Makai
-14
/
+8
2025-07-23
Remove useless lifetime parameter.
Camille GILLOT
-3
/
+3
2025-07-23
Give an AllocId to ConstValue::Slice.
Camille GILLOT
-2
/
+2
2025-07-18
use `RustcPublic` instead of `StableMir`
Makai
-6
/
+6
2025-07-18
Update docs in `rustc_public`
Makai
-30
/
+31
2025-07-18
`SmirError` to `Error`
Makai
-20
/
+19
2025-07-18
use "helper" as a more descriptive name
Makai
-14
/
+14
2025-07-18
`SmirContainer` to `Container`
Makai
-6
/
+6
2025-07-18
`SmirCtxt` to `CompilerCtxt`, `SmirInterface` to `CompilerInterface`
Makai
-163
/
+163
2025-07-18
Rollup merge of #143997 - Coder-256:stable-mir-macro-hygiene, r=oli-obk
Matthias Krüger
-9
/
+9
2025-07-15
Use hygenic macros for stable-mir
Jacob Greenfield
-9
/
+9
2025-07-15
Implement other logics
tiif
-0
/
+3
2025-07-14
rename `stable_mir` to `rustc_public`, and `rustc_smir` to `rustc_public_bridge`
Makai
-0
/
+10886