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
2024-05-28
Add an intrinsic for `ptr::metadata`
Scott McMurray
-1
/
+13
2024-05-17
Rename Unsafe to Safety
Santiago Pastorino
-5
/
+4
2024-04-09
Rollup merge of #123655 - celinval:smir-fix-binop-ty, r=compiler-errors
Matthias Krüger
-1
/
+33
2024-04-08
Remove unimplemented!() from BinOp::ty() function
Celina G. Val
-1
/
+33
2024-04-08
Actually create ranged int types in the type system.
Oli Scherer
-2
/
+18
2024-03-22
Make RawPtr take Ty and Mutbl separately
Michael Goulet
-4
/
+3
2024-03-20
Improve emit stable mir body
Celina G. Val
-2
/
+46
2024-02-25
remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsics
Ralf Jung
-1
/
+0
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-30
Remove the `abi_amdgpu_kernel` feature
clubby789
-1
/
+0
2024-01-19
Use the new `with_tables` everywhere
Oli Scherer
-145
/
+127
2024-01-19
Ensure internal function is safe
Celina G. Val
-154
/
+218
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
2024-01-09
Fix all_trait* methods to return all trait available
Celina G. Val
-1
/
+8
2023-12-28
Restore movability to SMIR
Michael Goulet
-1
/
+1
2023-12-28
Remove movability from TyKind::Coroutine
Michael Goulet
-5
/
+3
2023-12-18
Add function ABI and type layout to StableMIR
Celina G. Val
-0
/
+15
2023-12-04
Finish implementing `RustcInternal` for `TyKind`
Celina G. Val
-12
/
+185
2023-12-04
Add Variant and a few more APIs to stable_mir
Celina G. Val
-5
/
+17
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-22
Provide conversion of stable span to internal span
Celina G. Val
-2
/
+10
2023-11-21
Add support to get virtual table allocation
Celina G. Val
-3
/
+25
2023-11-21
Add support to global allocation to stable-mir
Celina G. Val
-2
/
+3
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-2
/
+2
2023-11-20
Improve code per PR comments
Celina G. Val
-5
/
+1
2023-11-20
Add place.ty() and Ty build from a kind to smir
Celina G. Val
-2
/
+89
2023-11-17
use new apis and add new function
ouz-a
-1
/
+1
2023-11-17
move pretty into stable_mir
Oğuz Ağcayazı
-299
/
+11
2023-11-17
change smir to StableMir
Oğuz Ağcayazı
-15
/
+27
2023-11-17
remove unwrap
Oğuz Ağcayazı
-10
/
+15
2023-11-17
better formatting for statements
Oğuz Ağcayazı
-23
/
+46
2023-11-17
cover statements
Oğuz Ağcayazı
-26
/
+155
2023-11-17
emit basic smir
Oğuz Ağcayazı
-0
/
+140
2023-11-16
Add more SMIR internal impl and callback return value
Celina G. Val
-13
/
+147
2023-11-10
add CoroutineWitness to covered types
Oğuz Ağcayazı
-0
/
+4
2023-11-09
Fix typo in internal.rs
Ikko Eltociear Ashimine
-1
/
+1
2023-10-24
Use IndexMap for handling stable Ty
Celina G. Val
-2
/
+2
2023-10-24
Remove fold code and add Const::internal()
Celina G. Val
-8
/
+15
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
/
+71
2023-10-20
s/generator/coroutine/
Oli Scherer
-1
/
+1
[prev]
[next]