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_smir
/
src
/
rustc_internal
Age
Commit message (
Expand
)
Author
Lines
2025-07-06
move `stable_mir` back to its own crate and move `rustc_internal` to the`stab...
Makai
-295
/
+0
2025-07-04
refactor: move `convert` to `unstable`
Makai
-1
/
+1
2025-07-04
fix: resolve the unsoundness
Makai
-5
/
+8
2025-07-04
refactor: move `IndexMap` to `rustc_smir`
Makai
-38
/
+1
2025-07-04
refactor: unify `Tables` implementation with bridge types and re-export `Inde...
Makai
-35
/
+1
2025-07-04
refactor: remove the `tcx` field in `Tables`
Makai
-1
/
+1
2025-07-04
refactor: move `convert` module to `stable_mir`
Makai
-659
/
+1
2025-07-04
refactor: move `IndexedVal` from `stable_mir` to `rustc_smir`
Makai
-2
/
+1
2025-07-04
refactor: make `SmirInterface` a trait and impl it for `SmirContainer`
Makai
-1
/
+0
2025-07-03
refactor: add `Tables<'tcx, B: Bridge>` and `SmirContainer`
Makai
-132
/
+25
2025-07-01
Remove support for dyn*
Michael Goulet
-1
/
+0
2025-06-25
compiler: Trim the misleading C from ExternAbi::CCmse*
Jubilee Young
-2
/
+2
2025-06-24
Add rust-invalid ABI
Michael Goulet
-0
/
+1
2025-06-12
add `extern "custom"` functions
Folkert de Vries
-0
/
+1
2025-04-24
Rollup merge of #140232 - nnethercote:rm-unnecessary-clones, r=SparrowLii
Matthias Krüger
-8
/
+7
2025-04-24
Rollup merge of #139852 - makai410:smir-refactor, r=celinval
Matthias Krüger
-7
/
+13
2025-04-24
Refactor `StableMir` to avoid some clones.
Nicholas Nethercote
-8
/
+7
2025-04-23
Make `SmirInterface` pub(crate) and rename `Context` to `SmirContext`
Makai
-4
/
+4
2025-04-18
Implement `SmirInterface`
Makai
-7
/
+13
2025-04-13
import rustc_smir::rustc_internal in run_driver!
zjp
-0
/
+1
2025-04-13
add missing `extern crate rustc_middle` in rustc_smir::run! docstring
zjp
-0
/
+2
2025-04-06
remove compiler support for `extern "rust-intrinsic"` blocks
Skgland
-1
/
+0
2025-04-05
let `rustc_smir` host `stable_mir` for refactoring
Makai
-0
/
+3
2025-04-01
Implement `associated_items` api.
makai410
-0
/
+8
2025-03-06
Remove the `Option` part of range ends in the HIR
Oli Scherer
-3
/
+1
2025-03-06
Avoid having to handle an `Option` in the type system
Oli Scherer
-2
/
+2
2025-03-06
Prefer a two value enum over bool
Oli Scherer
-1
/
+2
2025-02-05
Implement RustcInternal for RawPtrKind
Carolyn Zech
-1
/
+13
2025-01-23
Remove RunCompiler
bjorn3
-2
/
+2
2025-01-16
Add gpu-kernel calling convention
Flakebi
-0
/
+1
2024-12-17
Auto merge of #134302 - bjorn3:remove_driver_queries, r=oli-obk,jieyouxu
bors
-1
/
+1
2024-12-14
Fix tests
bjorn3
-1
/
+1
2024-12-14
Encode coroutine-closures in SMIR
Michael Goulet
-0
/
+8
2024-12-06
Fix ui-fulldep tests
bjorn3
-2
/
+3
2024-11-09
Pass TyCtxt instead of Queries to the after_analysis callbacks
bjorn3
-14
/
+13
2024-11-04
ty::BrK -> ty::BoundRegionKind::K
Michael Goulet
-3
/
+3
2024-11-03
compiler: Directly use rustc_abi in smir again
Jubilee Young
-29
/
+29
2024-10-28
stable_mir: Directly use types from rustc_abi
Jubilee Young
-1
/
+1
2024-09-30
Validate ExistentialPredicate args
Michael Goulet
-9
/
+11
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-21
add `C-cmse-nonsecure-entry` ABI
Folkert de Vries
-0
/
+1
2024-09-02
chore: Fix typos in 'compiler' (batch 2)
Alexander Cyon
-1
/
+1
2024-08-09
Shrink `TyKind::FnPtr`.
Nicholas Nethercote
-1
/
+4
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-8
/
+11
2024-07-17
Avoid comments that describe multiple `use` items.
Nicholas Nethercote
-0
/
+1
2024-07-11
Remove extern "wasm" ABI
Nikita Popov
-1
/
+0
2024-06-26
Remove `f16` and `f128` ICE paths from smir
Trevor Gross
-0
/
+2
2024-06-24
Split out IntoIterator and non-Iterator constructors for AliasTy/AliasTerm/Tr...
Michael Goulet
-1
/
+1
2024-06-05
Add `Ty` to `mir::Const::Ty`
Boxy
-1
/
+3
2024-06-04
Split smir `Const` into `TyConst` and `MirConst`
Boxy
-26
/
+21
[next]