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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-01-23
Remove RunCompiler
bjorn3
-2
/
+2
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
/
+4
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-10-28
stable_mir: Directly use types from rustc_abi
Jubilee Young
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-02
chore: Fix typos in 'compiler' (batch 2)
Alexander Cyon
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-6
/
+8
2024-06-04
Split smir `Const` into `TyConst` and `MirConst`
Boxy
-1
/
+2
2024-02-17
Merge `CompilerError::CompilationFailed` and `CompilerError::ICE`.
Nicholas Nethercote
-2
/
+8
2024-02-12
Add APIs for fetching foreign items including foreign modules, their ABIs, an...
Mohammad Omidvar
-0
/
+4
2024-01-19
Use the new `with_tables` everywhere
Oli Scherer
-10
/
+5
2024-01-19
Ensure internal function is safe
Celina G. Val
-4
/
+35
2024-01-19
Fix a soundness bug in `with_tables`.
Oli Scherer
-2
/
+2
2024-01-17
Revert changes to internal method for now
Celina G. Val
-26
/
+2
2024-01-16
Remove tcx function and make `internal` fn safer
Celina G. Val
-26
/
+52
2024-01-16
Remove tcx from SMIR run macro and accept closures
Celina G. Val
-17
/
+105
2023-12-18
Add function ABI and type layout to StableMIR
Celina G. Val
-0
/
+6
2023-11-24
Move the compiler interface defs to its own module
Celina G. Val
-1
/
+1
2023-11-24
Break down `rustc_smir/mod.rs` file
Celina G. Val
-1
/
+1
2023-11-21
Add support to get virtual table allocation
Celina G. Val
-1
/
+1
2023-11-21
Add support to global allocation to stable-mir
Celina G. Val
-1
/
+1
2023-11-17
better formatting for statements
Oğuz Ağcayazı
-6
/
+0
2023-11-17
emit basic smir
Oğuz Ağcayazı
-0
/
+7
2023-11-16
Add more SMIR internal impl and callback return value
Celina G. Val
-9
/
+15
2023-11-10
add CoroutineWitness to covered types
Oğuz Ağcayazı
-0
/
+4
2023-10-24
Use IndexMap for handling stable Ty
Celina G. Val
-1
/
+1
2023-10-24
Remove fold code and add Const::internal()
Celina G. Val
-0
/
+1
2023-10-23
Add test and remove double ref
Celina G. Val
-3
/
+3
2023-10-23
Remove unsafe and `Rc`
Celina G. Val
-13
/
+9
2023-10-23
Add `internal()` method counterpart to `stable()`
Celina G. Val
-1
/
+5
2023-10-23
Add method to convert internal to stable constructs
Celina G. Val
-12
/
+46
2023-10-23
Avoid having `rustc_smir` depend on `rustc_interface` or `rustc_driver`
Oli Scherer
-58
/
+72
2023-10-21
Rollup merge of #116964 - celinval:smir-mono-body, r=oli-obk
Matthias Krüger
-0
/
+10
2023-10-20
s/generator/coroutine/
Oli Scherer
-1
/
+1
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-2
/
+2
2023-10-19
Add stable Instance::body() and RustcInternal trait
Celina G. Val
-0
/
+10
2023-10-16
Add MonoItems and Instance to stable_mir
Celina G. Val
-4
/
+24
2023-10-10
add new wrapper for FxIndexMap
Oğuz Ağcayazı
-28
/
+38
2023-10-09
spans are now indexmapped
Oğuz Ağcayazı
-10
/
+8
2023-10-09
alloc id is indexmapped
Oğuz Ağcayazı
-7
/
+8
2023-10-09
defids are indexmapped
Oğuz Ağcayazı
-10
/
+15
2023-10-06
Remove unnecessary `pub`.
Nicholas Nethercote
-1
/
+1
2023-09-28
add RegionDef
ouz-a
-0
/
+4
2023-09-25
Split out the stable part of smir into its own crate to prevent accidental us...
Oli Scherer
-3
/
+3
2023-09-25
Move `Opaque` to `stable_mir`
Oli Scherer
-21
/
+0
2023-09-25
Eliminate escape hatch
Oli Scherer
-0
/
+9
2023-09-25
Eliminate `with_tables` helper
Oli Scherer
-58
/
+1
[next]