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
/
stable_mir
/
src
/
ty.rs
Age
Commit message (
Expand
)
Author
Lines
2024-06-26
Remove `f16` and `f128` ICE paths from smir
Trevor Gross
-0
/
+2
2024-06-21
Add method to get `FnAbi` of function pointer
Adwin White
-1
/
+11
2024-06-15
Rollup merge of #126361 - celinval:issue-0079-intrinsic, r=oli-obk
Matthias Krüger
-1
/
+6
2024-06-13
Rollup merge of #126366 - celinval:issue-0080-def-ty, r=oli-obk
León Orell Valerian Liehr
-6
/
+22
2024-06-12
Add a new trait to retrieve StableMir definition Ty
Celina G. Val
-6
/
+22
2024-06-12
Make `try_from_target_usize` method public
Artem Agvanian
-1
/
+1
2024-06-12
Unify intrinsics body handling in StableMIR
Celina G. Val
-1
/
+6
2024-06-04
Split smir `Const` into `TyConst` and `MirConst`
Boxy
-28
/
+67
2024-05-30
Apply x clippy --fix and x fmt
r0cky
-3
/
+3
2024-05-24
Remove `DefId` from `EarlyParamRegion` (clippy/smir)
Boxy
-1
/
+0
2024-05-23
Rollup merge of #125336 - momvart:smir-77-intrinsic, r=celinval
León Orell Valerian Liehr
-0
/
+35
2024-05-23
Add conversion from IntrinsicDef to FnDef
Mohammad Omidvar
-0
/
+6
2024-05-20
Implement BOXED_SLICE_INTO_ITER
Michael Goulet
-0
/
+1
2024-05-20
Add intrinsic definition and retrieval APIs
Mohammad Omidvar
-0
/
+29
2024-05-17
Rename Unsafe to Safety
Santiago Pastorino
-4
/
+3
2024-05-13
split out AliasTy -> AliasTerm
Michael Goulet
-1
/
+7
2024-04-08
Actually create ranged int types in the type system.
Oli Scherer
-0
/
+7
2024-03-28
Normalize the result of Fields::ty_with_args
Celina G. Val
-2
/
+2
2024-03-22
Split out ImplPolarity and PredicatePolarity
Michael Goulet
-1
/
+7
2024-03-12
Add methods to create constants
Celina G. Val
-1
/
+26
2024-03-01
Implement missing ABI structures in StableMIR
Celina G. Val
-1
/
+6
2024-02-25
remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsics
Ralf Jung
-1
/
+0
2024-02-14
Rewrite foreign item kind query using `DefKind`
Mohammad Omidvar
-1
/
+1
2024-02-12
Add APIs for fetching foreign items including foreign modules, their ABIs, an...
Mohammad Omidvar
-1
/
+35
2024-01-30
Remove the `abi_amdgpu_kernel` feature
clubby789
-1
/
+0
2024-01-19
Make the remaining "private" fields actually private
Oli Scherer
-2
/
+2
2024-01-09
Fix all_trait* methods to return all trait available
Celina G. Val
-0
/
+15
2023-12-28
Restore movability to SMIR
Michael Goulet
-3
/
+4
2023-12-28
Remove movability from TyKind::Coroutine
Michael Goulet
-3
/
+3
2023-12-18
Add function ABI and type layout to StableMIR
Celina G. Val
-0
/
+6
2023-12-15
Add a method to check if type is a CStr
Celina G. Val
-0
/
+6
2023-12-14
Address PR comments
Celina G. Val
-4
/
+8
2023-12-13
Add spread arg and missing CoroutineKind
Celina G. Val
-3
/
+7
2023-12-11
Remove scalar fn and tighten the BiOp Ty assertions
Celina G. Val
-19
/
+1
2023-12-11
Fix doc comment
Celina G. Val
-1
/
+1
2023-12-11
Fix BinOp ty assertion and `fn_sig` for closures
Celina G. Val
-2
/
+137
2023-12-07
Add tests to allocation methods and fix is_null()
Celina G. Val
-1
/
+5
2023-12-07
Add instance evaluation and methods to read alloc
Celina G. Val
-4
/
+96
2023-12-06
Add sanity check to `BinOp::ty()`
Celina G. Val
-0
/
+13
2023-12-06
Add method to get type of an Rvalue in StableMIR
Celina G. Val
-0
/
+48
2023-12-05
Change ty_with_args to return Ty instead of Result
Celina G. Val
-2
/
+7
2023-12-04
Add FieldDef to StableMIR and methods to get type
Celina G. Val
-1
/
+41
2023-12-04
Add Variant and a few more APIs to stable_mir
Celina G. Val
-0
/
+71
2023-12-01
Add more information to stable Instance
Celina G. Val
-3
/
+35
2023-11-24
Rollup merge of #118215 - celinval:smir-def-paths, r=ouz-a
Michael Goulet
-28
/
+45
2023-11-22
Auto merge of #118120 - compiler-errors:closure-kind, r=lcnr
bors
-1
/
+0
2023-11-22
Add CrateDef trait and methods to get def names
Celina G. Val
-28
/
+45
2023-11-21
Add support to global allocation to stable-mir
Celina G. Val
-1
/
+2
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-11-21
Remove ClosureKind predicate kind
Michael Goulet
-1
/
+0
[next]