summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/debuginfo/mod.rs
AgeCommit message (Expand)AuthorLines
2018-10-19Prefer `Default::default` over `FxHash*::default` in struct constructorsOliver Scherer-4/+4
2018-10-19Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hackOliver Scherer-3/+3
2018-10-09codegen_llvm/misc: improve common patternsljedrz-8/+6
2018-10-09codegen_llvm/misc: remove explicit returnsljedrz-2/+2
2018-09-30use is_uninhabited in more placesJorge Aparicio-1/+1
2018-09-29Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung"Ralf Jung-1/+1
2018-09-22use is_uninhabited in more placesJorge Aparicio-1/+1
2018-08-22Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...varkor-4/+4
2018-08-10Introduce SmallCStr and use it where applicable.Michael Woerister-3/+4
2018-08-04Normalize DebugInfoLevel to standard styleMark Rousskov-4/+4
2018-07-30rustc_codegen_llvm: fix ownership of DIBuilder.Irina Popa-2/+9
2018-07-30rustc_codegen_llvm: use safe references for Value.Irina Popa-6/+6
2018-07-30rustc_codegen_llvm: use safe references for Metadata and DI*.Irina Popa-37/+42
2018-07-30rustc_codegen_llvm: use safe references for DIBuilder.Irina Popa-2/+2
2018-07-30rustc_codegen_llvm: use safe references for Type.Irina Popa-8/+10
2018-07-30rustc_codegen_llvm: use safe references for Context and Module.Irina Popa-6/+6
2018-07-30rustc_codegen_llvm: move from empty enums to extern types.Irina Popa-11/+12
2018-07-29Replace push loops with collect() and extend() where possibleljedrz-3/+4
2018-06-30Fortify dummy span checkingVadim Petrochenkov-1/+1
2018-05-21rustc_codegen_llvm: remove debuginfo::VariableKind::CapturedVariable.Eduard-Mihai Burtescu-10/+2
2018-05-17Rename trans to codegen everywhere.Irina Popa-0/+542