about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/util.rs
AgeCommit message (Expand)AuthorLines
2021-03-29Remove a FIXME resolved by #73578JohnTitor-1/+0
2021-03-26Use iter::zip in compiler/Josh Stone-4/+2
2021-03-21Don't consider !Unpin references as noaliasNikita Popov-0/+40
2021-01-18Use `rustc_type_ir::{IntTy,UintTy,FloatTy} instead of the `rustc_ast` ones in...LeSeulArtichaut-7/+7
2020-12-18Make BoundRegion have a kind of BoungRegionKindJack Huey-1/+2
2020-12-04check the recursion limit when finding struct tailSNCPlay42-2/+8
2020-11-16wordslcnr-0/+31
2020-11-16compiler: fold by valueBastian Kauschke-1/+1
2020-11-04`u128` truncation and sign extension are not just interpreter relatedoli-6/+5
2020-10-19fix Rvalue::ty for ThreadLocalRefRalf Jung-0/+1
2020-10-19fix static_ptr_ty for foreign statics, and more comments in check_unsafetyRalf Jung-0/+3
2020-10-15mangling: non-monomorphic `#[rustc_symbol_name]`David Wood-16/+2
2020-10-14Rollup merge of #77892 - est31:remove_redundant_absolute_paths, r=lcnrYuki Okushi-2/+2
2020-10-13Replace absolute paths with relative onesest31-2/+2
2020-10-10Take functions by valueDániel Buga-1/+1
2020-10-09Revert calculate_dtor signature changeDániel Buga-1/+1
2020-10-09Add find_map_relevant_implDániel Buga-4/+4
2020-09-18don't take `TyCtxt` by referenceBastian Kauschke-6/+4
2020-09-04Change ty.kind to a methodLeSeulArtichaut-20/+20
2020-08-30mv compiler to compiler/mark-0/+1168