about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/debuginfo
AgeCommit message (Expand)AuthorLines
2018-08-01Split out growth functionality into BitVector typeMark Rousskov-3/+3
2018-07-30rustc_codegen_llvm: fix ownership of DIBuilder.Irina Popa-4/+14
2018-07-30rustc_codegen_llvm: fix tidy errors.Irina Popa-2/+5
2018-07-30rustc_codegen_llvm: use safe references for Value.Irina Popa-23/+26
2018-07-30rustc_codegen_llvm: use safe references for Metadata and DI*.Irina Popa-245/+287
2018-07-30rustc_codegen_llvm: use safe references for DIBuilder.Irina Popa-5/+5
2018-07-30rustc_codegen_llvm: use safe references for Type.Irina Popa-11/+12
2018-07-30rustc_codegen_llvm: use safe references for Context and Module.Irina Popa-8/+8
2018-07-30rustc_codegen_llvm: move from empty enums to extern types.Irina Popa-64/+67
2018-07-29Replace push loops with collect() and extend() where possibleljedrz-15/+15
2018-07-25parameterize `BitVector` and `BitMatrix` by their index typesNiko Matsakis-3/+3
2018-07-02Emit column info in debuginfo for non msvc like targetsest31-4/+10
2018-06-30Fortify dummy span checkingVadim Petrochenkov-2/+2
2018-05-30rustc: turn mir::LocalDecl's visibility_source_info into a SourceScope.Eduard-Mihai Burtescu-1/+1
2018-05-30rustc: rename mir::LocalDecl's source_info to visibility_source_info.Eduard-Mihai Burtescu-1/+1
2018-05-30rustc: rename mir::VisibilityScope to mir::SourceScope.Eduard-Mihai Burtescu-9/+9
2018-05-26Use `Ident`s for fields in HIRVadim Petrochenkov-3/+3
2018-05-24Add constant for `Size::from_bytes(0)`Oliver Schneider-6/+6
2018-05-21rustc_codegen_llvm: remove debuginfo::VariableKind::CapturedVariable.Eduard-Mihai Burtescu-10/+2
2018-05-17Fixed accidental removal of StableHasher declaration.iancormac84-0/+1
2018-05-17Removed use of TypeIdHasher in debuginfo and replaced it with StableHasher. A...iancormac84-6/+10
2018-05-17Rename trans to codegen everywhere.Irina Popa-0/+3190