about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/debuginfo/utils.rs
AgeCommit message (Expand)AuthorLines
2019-02-25librustc_codegen_llvm: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-2/+2
2019-02-18librustc_codegen_llvm => 2018Taiki Endo-4/+4
2019-02-10rustc: doc commentsAlexander Regueiro-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-11-16[eddyb] rustc_codegen_ssa: rename `interfaces` to `traits`.Eduard-Mihai Burtescu-1/+1
2018-11-16Finished moving backend-agnostic code to rustc_codegen_ssaDenis Merigoux-1/+1
2018-11-16Generalized mir::codegen_mir (and all subsequent functions)Denis Merigoux-0/+1
2018-08-19mv codemap() source_map()Donato Sciarra-1/+1
2018-07-30rustc_codegen_llvm: fix ownership of DIBuilder.Irina Popa-2/+5
2018-07-30rustc_codegen_llvm: use safe references for Metadata and DI*.Irina Popa-5/+4
2018-07-30rustc_codegen_llvm: use safe references for DIBuilder.Irina Popa-3/+3
2018-07-30rustc_codegen_llvm: use safe references for Type.Irina Popa-2/+1
2018-07-30rustc_codegen_llvm: use safe references for Context and Module.Irina Popa-1/+1
2018-07-30rustc_codegen_llvm: move from empty enums to extern types.Irina Popa-2/+3
2018-05-17Rename trans to codegen everywhere.Irina Popa-0/+65