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-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
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
[next]