summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/util.rs
AgeCommit message (Expand)AuthorLines
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