about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/cast.rs
AgeCommit message (Expand)AuthorLines
2022-10-06Remove `mir::CastKind::Misc`ouz-a-0/+26
2022-09-27rustc_typeck to rustc_hir_analysislcnr-1/+1
2022-09-12Rename some variantsMichael Goulet-2/+1
2022-09-12dyn* through more typechecking and MIREric Holk-0/+5
2022-07-05Add a helper method with an explicit name instead of hand rolling a match 3xOli Scherer-0/+6
2021-01-18Use `rustc_type_ir::{IntTy,UintTy,FloatTy} instead of the `rustc_ast` ones in...LeSeulArtichaut-2/+1
2021-01-17Edit rustc_middle::ty::cast docspierwill-5/+6
2020-09-04Change ty.kind to a methodLeSeulArtichaut-1/+1
2020-08-30mv compiler to compiler/mark-0/+67