about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/debuginfo/metadata.rs
AgeCommit message (Expand)AuthorLines
2021-03-26Use iter::zip in compiler/Josh Stone-6/+2
2021-03-07Auto merge of #82285 - nhwn:nonzero-debug, r=nagisabors-6/+3
2021-03-01Box generator-related Body fieldsDániel Buga-1/+1
2021-02-27Rollup merge of #82057 - upsuper-forks:cstr, r=davidtwco,wesleywiserDylan DPC-3/+3
2021-02-25fix reviewklensy-1/+1
2021-02-24replaced some map_or with map_or_elseklensy-1/+1
2021-02-20nhwn: use plain u32 in DebugLocNathan Nguyen-6/+3
2021-02-20nhwn: use Option<NonZeroU32> in DebugLocNathan Nguyen-2/+2
2021-02-14Set path of the compile unit to the source directorySimonas Kazlauskas-8/+11
2021-02-14Replace const_cstr with cstr crateXidorn Quan-3/+3
2021-01-29Rollup merge of #79570 - alexcrichton:split-debuginfo, r=bjorn3Yuki Okushi-4/+7
2021-01-28rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo`Alex Crichton-4/+7
2021-01-18Use ty::{IntTy,UintTy,FloatTy} in rustcLeSeulArtichaut-18/+17
2021-01-14Don't ICE when computing a layout of a generator tainted by errorsTomasz Miąsko-2/+3
2020-12-30remove unused return types such as empty Results or Options that would always...Matthias Krüger-4/+4
2020-12-16cg_llvm: split dwarf filename and comp dirDavid Wood-4/+6
2020-12-16cg_llvm: implement split dwarf supportDavid Wood-2/+6
2020-12-16llvm: update ffi bindings for split dwarfDavid Wood-0/+2
2020-12-06[mir-opt] Allow debuginfo to be generated for a constant or a PlaceWesley Wiser-2/+3
2020-11-23Use Option::map instead of open coding itLingMan-4/+1
2020-11-16compiler: fold by valueBastian Kauschke-2/+2
2020-11-08Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov-3/+3
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