about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/debuginfo/metadata.rs
AgeCommit message (Expand)AuthorLines
2020-11-04`u128` truncation and sign extension are not just interpreter relatedoli-2/+1
2020-11-03Rollup merge of #77950 - arlosi:sha256, r=eddybMara Bos-0/+1
2020-10-21rustc_codegen_llvm: create `DIFile`s from just `SourceFile`s.Eduard-Mihai Burtescu-13/+8
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-3/+3
2020-10-14Add support for SHA256 source file hashing for LLVM 11+.Arlo Siemsen-0/+1
2020-09-26Remove unused #[allow(...)] statements from compiler/est31-1/+0
2020-09-04Change ty.kind to a methodLeSeulArtichaut-19/+19
2020-08-30mv compiler to compiler/mark-0/+2585